Difference between revisions of "Mek-quake initial setup notes"
Jump to navigation
Jump to search
import>Cen1001 |
import>Cen1001 |
||
Line 30: | Line 30: | ||
* PBS examples |
* PBS examples |
||
* manpage for lamwrapper |
* manpage for lamwrapper |
||
+ | |||
+ | |||
+ | ==IPMI== |
||
+ | How to power on and off the nodes (actually this one does status, but on and off do what you think they do) |
||
+ | |||
+ | sed -e 's/[a-z.]//g' < host.list | xargs -i power \{\} status |
Revision as of 16:04, 9 June 2006
So far:
- PBS set up with Maui (see Maui compilation)
- Modules mainly there although probably a few bugs left
- Prologue and epilogue working OK (and safe for concurrency!)
- Node automounted /scratch
- user environment OK on head node
- quota
- backups
- mail system
- user accoutn creation
- LAM almost done
- s/w installation working on nodes
To do:
- check user env on nodes
- NAG licence
- xmakemol, vmd, all that other software that will be needed
- log parsing
- probably need lots more queues
- SCore
- MPI-CH
- node autoinstall updates
- CMA
- documentation for me
- docs for users
- differences from clust list for users
- info directory
- PBS examples
- manpage for lamwrapper
IPMI
How to power on and off the nodes (actually this one does status, but on and off do what you think they do)
sed -e 's/[a-z.]//g' < host.list | xargs -i power \{\} status