Name
rcmd - Parallel Remote Command based SSH Command
Ping_Command
Send ICMP packets (by ping command).
# rcmd -ping [options] [nodelist]
Ping_Options
ping_command
Generic_Options
ignorelist, nodelist, node-status, noheaders, notitle, options, output,
system, tags, with-status, without-noanswer-notify
Ping_Examples
1) Ping node1 and node2
# rcmd -ping node1 node2 [ping-options]
2) Ping all nodes with 'tag1 and tag2'
# rcmd -ping -tag tag1,tag2 [ping-options]
3) Ping all nodes Linux.
# rcmd -ping -system 'system=linux'
4) Ping all disabled nodes
# rcmd -ping -node-status=disabled
5) Ping 10 packets
# rcmd -ping -attempt 10 node1
ENDED