2008-02-06 14:45:20 +00:00
|
|
|
=head1 NAME
|
2008-02-08 21:53:41 +00:00
|
|
|
|
|
|
|
B<nodels> - lists the nodes in the noderange.
|
|
|
|
|
2008-02-06 14:45:20 +00:00
|
|
|
=head1 SYNOPSIS
|
2008-02-08 21:53:41 +00:00
|
|
|
|
2008-02-06 14:45:20 +00:00
|
|
|
I<nodels [-h| --help]>
|
|
|
|
|
|
|
|
I<nodels [-v| --version]>
|
|
|
|
|
|
|
|
I<nodels [-V| --verbose] noderange>
|
|
|
|
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
2008-02-08 21:53:41 +00:00
|
|
|
|
|
|
|
The nodels command lists the nodes specified in the node range. If no noderange is provided, then all nodes are listed.
|
2008-02-06 14:45:20 +00:00
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
|
|
|
|
B<-h> Display usage message.
|
|
|
|
|
2008-02-08 21:53:41 +00:00
|
|
|
B<-v> Command Version.
|
2008-02-06 14:45:20 +00:00
|
|
|
|
2008-02-08 21:53:41 +00:00
|
|
|
B<-V> Verbose output.
|
2008-02-06 14:45:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
=head1 RETURN VALUE
|
|
|
|
|
|
|
|
0 The command completed successfully.
|
|
|
|
|
|
|
|
1 An error has occurred.
|
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
2008-02-08 21:53:41 +00:00
|
|
|
1. To list all defined nodes, enter:
|
2008-02-06 14:45:20 +00:00
|
|
|
|
2008-02-08 21:53:41 +00:00
|
|
|
I<nodels>
|
2008-02-06 14:45:20 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
=head1 FILES
|
2008-02-08 21:53:41 +00:00
|
|
|
|
2008-02-06 14:45:20 +00:00
|
|
|
/opt/xcat/bin/nodels
|
|
|
|
|
|
|
|
|
|
|
|
=head1 NOTES
|
|
|
|
|
|
|
|
This command is part of the xCAT software product.
|
|
|
|
|
|
|
|
|
2008-02-08 21:53:41 +00:00
|
|
|
|