wwlist

Langue: en

Version: 2005-11-18 (mandriva - 22/10/07)

Section: 8 (Commandes administrateur)

NAME

wwlist

DESCRIPTION

wwlist shows a current list of configured nodes, in several different formats (eg. LAM/MPI machine file, PVM machine file, list of nodes in READY state, etc...).

OPTIONS

-r --ready
Only show nodes that are ready (shortcut for -s ready)
-i --idle
Only show nodes that have no user processes running and less then 5% cpu utilization.
-d --down
Only show nodes that are in the _NOT_ READY state
-m --mpi
Output a generic MPI compatiable machine file for the node list.
-l --lam
Output a LAM-MPI compatiable machine file for the node list.
-p --pvm
Output a PVM compatiable machine file for the node list.
-s --status
Only show nodes matching a particular status: (ready, down, unavailable, unknown)
--config
Show node configuration information any of the configuration options in the config file: (desc, vnfs, group, group desc, user names, etc...)
-q --quiet
Only display nodes... No extra verbiage
-h --help
Show the help screen.

ENVIORNMENT

NODES
The NODES enviornment variable will limit which nodes are displayed. It can be used either as a list of nodes, seperated by commas, or pointed to a file which contains a list of node names. You can set it with the following syntax:

for bash:


export NODES=node0000,node0001,node0010,node0011

for (t)csh:
setenv NODES /path/to/node/list/file

AUTHOR

Warewulf is written and maintained by Greg M. Kurtzer <gmk@lbl.gov>, and hosted by Lawrence Berkeley National Labratory (http://www.lbl.gov).

http://warewulf-cluster.org/