xcat-core/xCAT-client/pods/man1/nodestat.1.pod
bp-sawyers 5dea35c644 - added Require for fping back in to xCAT and xCATsn specs
- updated buildcore.sh for promoting builds to a release
- updated nodestat man page

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3107 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-04-07 00:43:03 +00:00

50 lines
842 B
Plaintext

=head1 Name
B<nodestat> - display the running status of each node in a noderange
=head1 B<Synopsis>
B<nodestat> [I<noderange>]
B<nodestat> [I<-h>|I<--help>|I<-v>|I<--version>]
=head1 B<Description>
B<nodestat> displays the running status of a
single or range of nodes or groups. See L<noderange(3)|noderange.3>.
B<nodestat> will first check for pbs_mom, if that fails then B<nodestat> will
check for snmpd, then sshd, then ping. If ping fails, then B<nodestat> returns
"noping".
=head1 B<Options>
=over 5
=item B<-v>|B<--version>
Print version.
=item B<-h>|B<--help>
Print help.
=back
=head1 B<Examples>
nodestat compute
node1 sshd
node2 sshd
node3 ping
node4 snmp
node5 pbs
node6 snmp
node7 noping
=head1 B<See> B<Also>
L<noderange(3)|noderange.3>, L<nodels(1)|nodels.1>, L<nodeset(8)|nodeset.8>