xcat-core/xCAT-client-2.0/pods/man1/nodels.1.pod
bp-sawyers f976f77fa5 Updated more man pages.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@639 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-02-29 18:50:38 +00:00

102 lines
1.6 KiB
Plaintext

=head1 NAME
B<nodels> - lists the nodes in the noderange.
=head1 SYNOPSIS
I<nodels noderange [table.attribute | shortname] ...>
I<nodels [-h| --help]>
I<nodels [-v| --version]>
=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<table.attribute> . A few shortcut names can
also be used as aliases to common attributes:
=over 4
=item I<groups> - nodelist.groups
=item I<tags> - nodelist.groups
=item I<mgt> - nodehm.mgt
=item I<switch> - 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<nodels>
Output is similar to:
node1
node2
node3
2. To list nodes in noderange ppc, enter:
I<nodels ppc>
Output is similar to:
ppcnode1
ppcnode2
ppcnode3
3. To list the groups each node is part of:
I<nodels all groups>
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<nodels all nodehm.power>
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<noderange> man page.
=head1 NOTES
This command is part of the xCAT software product.