2008-03-14 20:54:31 +00:00
|
|
|
=head1 Name
|
|
|
|
|
|
|
|
B<nodestat> - display the running status of a noderange
|
|
|
|
|
|
|
|
=head1 B<Synopsis>
|
|
|
|
|
|
|
|
B<nodestat> [I<noderange>]
|
|
|
|
|
|
|
|
B<nodestat> [I<-h>|I<--help>|I<-v>|I<--version>]
|
|
|
|
|
|
|
|
=head1 B<Description>
|
|
|
|
|
|
|
|
B<nodestat> is a small utility used to display the running status of a
|
2008-03-17 13:34:40 +00:00
|
|
|
single or range of nodes or groups. See L<noderange(3)|noderange.3>.
|
2008-03-14 20:54:31 +00:00
|
|
|
|
|
|
|
B<nodestat> will first check for pbs_mom, if that fails then B<nodestat> will
|
|
|
|
check for snmpd, then ping. If ping fails, then B<nodestat> returns "nop-
|
|
|
|
ing".
|
|
|
|
|
|
|
|
=head1 B<Options>
|
|
|
|
|
|
|
|
=over 5
|
|
|
|
|
|
|
|
=item B<-v>|B<--version>
|
|
|
|
|
|
|
|
Print version.
|
|
|
|
|
|
|
|
=item B<-h>|B<--help>
|
|
|
|
|
|
|
|
Print help.
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
|
|
|
|
=head1 B<Examples>
|
|
|
|
|
2008-05-28 21:07:33 +00:00
|
|
|
nodestat gpfs
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2008-05-28 21:07:33 +00:00
|
|
|
node4 snmp
|
|
|
|
node5 pbs
|
|
|
|
node6 snmp
|
|
|
|
node7 noping
|
2008-03-14 20:54:31 +00:00
|
|
|
|
|
|
|
=head1 B<Author>
|
|
|
|
|
|
|
|
Egan Ford <egan@us.ibm.com>
|
|
|
|
|
|
|
|
=head1 B<See> B<Also>
|
|
|
|
|
2008-03-17 13:34:40 +00:00
|
|
|
L<noderange(3)|noderange.3>, L<nodels(1)|nodels.1>, L<nodeset(8)|nodeset.8>
|