Active/Passive HA configuration

An active/passive configuration is the most basic HA configuration. In this type of configuration, one node is active running a ResourceGroup, and the other node is passive, simply waiting for the active side to fail.

The advantages of this configuration are that failing over causes no service degradation, provided that the passive machine is similar to the active machine. In addition, services are only restarted when machines fail, which typically results in half as many services interruptions as an active/active configuration.

The disadvantage of this configuration is that the passive machine isn't providing any kind of useful service, and is sometimes viewed as an inefficient use of resources.

To instruct Heartbeat to operate in active/passive mode, simply make sure you configure the auto_failback directive in your ha.cf file like this:

auto_failback off

If you wish to fail resources back to failed machines manually, then configure your system as an active/passive arrangement, and use the hb_standby command to move resources back to their preferred machines under administrator control.

See Also

Active/Active

ActivePassive (last edited 2006-07-24 13:54:48 by ArpadBiro)