2008-03-14 20:54:31 +00:00
|
|
|
|
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
B<ppping> - parallel ping between nodes in cluster.
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
|
|
|
B<ppping> [B<-s>] [B<-i> I<interface>] I<noderange>
|
|
|
|
|
|
|
|
B<ppping> [B<-h>|B<--help>]
|
|
|
|
|
|
|
|
B<pping> {B<-v>|B<--version>}
|
|
|
|
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
B<ppping> is a utility used to test ping between nodes in the noderange.
|
2008-10-21 18:23:18 +00:00
|
|
|
B<ppping> will return an unsorted list of nodes with a noping status.
|
2008-03-14 20:54:31 +00:00
|
|
|
B<ppping> front-ends ping and fping if available.
|
|
|
|
|
2008-10-21 18:23:18 +00:00
|
|
|
This command does not support the xcatd client/server communication. It must be run on the management node.
|
2008-03-14 20:54:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
|
|
|
|
B<-s> Ping serially
|
|
|
|
|
|
|
|
B<-i interface> interface
|
|
|
|
|
|
|
|
B<-h | help> help
|
|
|
|
|
|
|
|
B<-v | version> version
|
|
|
|
|
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
|
|
|
ppping all
|
|
|
|
|
|
|
|
blade7: node2: noping
|
|
|
|
blade8: node2: noping
|
|
|
|
blade9: node2: noping
|
|
|
|
devmaster: node2: noping
|
|
|
|
node2: noping
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-08-02 16:18:07 +00:00
|
|
|
=head1 SEE ALSO
|
2008-03-14 20:54:31 +00:00
|
|
|
|
2008-08-02 16:18:07 +00:00
|
|
|
L<psh(1)|psh.1>, L<pping(1)|pping.1>
|
2008-03-14 20:54:31 +00:00
|
|
|
|