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-10-06 12:44:28 +00:00
|
|
|
B<pping> [B<-i>|B<--interface> I<interfaces>] 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.
|
2009-10-06 12:44:28 +00:00
|
|
|
B<pping> front-ends nmap or 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-10-06 12:44:28 +00:00
|
|
|
=item B<-i>|B<--interface> I<interfaces>
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2009-10-06 12:44:28 +00:00
|
|
|
A comma separated list of network interface names that should be pinged instead of the interface represented by the nodename/hostname.
|
2009-09-17 18:23:42 +00:00
|
|
|
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-10-06 12:44:28 +00:00
|
|
|
If more than one interface is specified, each interface will be combined with the nodenames as described above and will be pinged in turn.
|
|
|
|
|
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
|
|
|
|
|
2009-10-06 12:44:28 +00:00
|
|
|
node1: ping
|
|
|
|
node2: ping
|
|
|
|
node3: 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-10-06 12:44:28 +00:00
|
|
|
pping all -i ib0,ib1
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2009-10-06 12:44:28 +00:00
|
|
|
node1-ib0: ping
|
|
|
|
node2-ib0: ping
|
|
|
|
node3-ib0: noping
|
|
|
|
node1-ib1: ping
|
|
|
|
node2-ib1: ping
|
|
|
|
node3-ib1: 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
|
|
|
|