This site best when viewed with a modern standards-compliant browser. We recommend Firefox Get Firefox!.

Linux-HA project logo
Providing Open Source High-Availability Software for Linux and other OSes since 1999.

USA Flag UK Flag

Japanese Flag

Homepage

About Us

Contact Us

Legal Info

How To Contribute

Security Issues

21 December 2007 Heartbeat release 2.1.3 is now out Download it and install it!

11 October 2007 NEW educational HA/DR Blog hosted by Alan Robertson

9 April 2007 Check out the Cool Heartbeat Screencasts: Installation, Intro to the GUI Part of the Heartbeat Education project

Last site update:
2008-05-17 11:20:48

Cluster Membership

There are three levels of cluster membership, each one allowing different actions and each requiring the one before it.

The first and lowest is that provided by Heartbeat. This level allows messages to be sent to other nodes on the network also running Heartbeat and provides notification of other ClusterNodes coming up or going down. In its current incarnation, this level also allows you to perform ResourceAllocation between two ClusterNodes, this will no longer be the case once the new ClusterResourceManager is mandatory.

The next level is that provided by the ClusterConsensusManager. This level provides interested parties with a list of FullyConnected ClusterNodes by subscribing to the node-up, node-down events from Heartbeat and by also using it as a reliable messaging layer to send "ping" messages to other ClusterNodes as well as other wonderful things I'll come back to one day.

The third is provided by ClusterResourceManager. This level allows ResourceAllocation across N ClusterNodes. It utilizes the list of FullyConnected ClusterNodes provided by the ClusterConsensusManager to elect a DesignatedController.