
A ping node is a pseudo-member of a cluster[1]. It needs only to be able to receive and reply to ICMP echo requests. Heartbeat[2] places data in the ICMP request that must be preserved in the reply. Since the node[3] is dumb, Heartbeat sends in the echo request what it expects to receive in the echo reply. As long as the replies keep coming, the node is considered to be up.
Ping nodes are currently used by ipfail[4] to diagnose and recover from cluster connectivity failures, and may in the future be used in quorum decisions.
To declare a ping node, include either a PingDirective[5] or a PingGroupDirective[6] in your ha.cf[7] file.
PingDirective[5], PingGroupDirective[6], ipfail[4]
| [1] | http://en.wikipedia.org/wiki/Computer_cluster |
| [2] | http://www.linux-ha.org/HeartbeatProgram |
| [3] | http://www.linux-ha.org/ClusterNode |
| [4] | http://www.linux-ha.org/ipfail |
| [5] | http://www.linux-ha.org/PingDirective |
| [6] | http://www.linux-ha.org/PingGroupDirective |
| [7] | http://www.linux-ha.org/ha.cf |
This information provided courtesy of the Linux-HA project at http://linux-ha.org/