=head1 NAME B - lists the nodes in the noderange. =head1 SYNOPSIS I I I =head1 DESCRIPTION The nodels command lists the nodes specified in the node range. If no noderange is provided, then all nodes are listed. Additional attributes of the nodes will also be displayed if the table names and attribute names are specified after the noderange in the form: I . A few shortcut names can also be used as aliases to common attributes: =over 4 =item I - nodelist.groups =item I - nodelist.groups =item I - nodehm.mgt =item I - switch.switch =back =head1 OPTIONS B<-h> Display usage message. B<-v> Command Version. =head1 RETURN VALUE 0 The command completed successfully. 1 An error has occurred. =head1 EXAMPLES 1. To list all defined nodes, enter: I Output is similar to: node1 node2 node3 2. To list nodes in noderange ppc, enter: I Output is similar to: ppcnode1 ppcnode2 ppcnode3 3. To list the groups each node is part of: I Output is similar to: node1: groups: all node2: groups: all,storage node3: groups: all,blade 4. To list the groups each node is part of: I Output is similar to: node1: nodehm.power: blade node2: nodehm.power: ipmi node3: nodehm.power: ipmi =head1 FILES /opt/xcat/bin/nodels =head1 SEE ALSO The B man page. =head1 NOTES This command is part of the xCAT software product.