2008-03-14 20:54:31 +00:00
|
|
|
|
|
|
|
=head1 NAME
|
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
B<pping> - parallel ping the nodes.
|
2008-03-14 20:54:31 +00:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
B<pping> [B<-i>|B<--interface> I<interface>] I<noderange>
|
2008-03-14 20:54:31 +00:00
|
|
|
|
|
|
|
B<pping> [B<-h>|B<--help>]
|
|
|
|
|
|
|
|
B<pping> {B<-v>|B<--version>}
|
|
|
|
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
B<pping> is a utility used to ping a list of nodes in parallel.
|
|
|
|
B<pping> will return an unsorted list of nodes with a ping or noping status.
|
|
|
|
B<pping> front-ends nmap and fping if available.
|
2008-03-14 20:54:31 +00:00
|
|
|
|
|
|
|
This command does not support the xcatd client/server communication. It must be run on the management node.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
=over 10
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
=item B<-i>|B<--interface> I<interface>
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
An interface name that should be pinged instead of the interface represented by the nodename/hostname.
|
|
|
|
The following name resolution convention is assumed: an interface is reachable by the hostname <nodename>-<interface>. For example,
|
|
|
|
the ib2 interface on node3 has a hostname of node3-ib2.
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
=item B<-h>|B<--help>
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
Show usage information.
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
=item B<-v>|B<--version>
|
|
|
|
|
|
|
|
Display the installed version of xCAT.
|
|
|
|
|
|
|
|
=back
|
2008-03-14 20:54:31 +00:00
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
=over 3
|
|
|
|
|
|
|
|
=item 1.
|
|
|
|
|
|
|
|
pping all
|
|
|
|
|
|
|
|
blade7: ping
|
|
|
|
blade8: ping
|
|
|
|
blade9: ping
|
|
|
|
devmaster: ping
|
|
|
|
node4: ping
|
|
|
|
node2: noping
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
=item 2.
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
pping all -i eth1
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
node2-eth1: noping
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
=back
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2008-08-02 16:18:07 +00:00
|
|
|
=head1 SEE ALSO
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2009-09-17 18:23:42 +00:00
|
|
|
L<psh(1)|psh.1>, L<noderange(3)|noderange.3>
|
2008-03-14 20:54:31 +00:00
|
|
|
|