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

7th - 10th October 2008 Linux-Kongress in Hamburg will have several sessions on Linux-HA - see you there!

18 August 2008 Heartbeat release 2.1.4 is now out Download 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-10-14 19:05:25

Prerequisites

There are no prerequisites for shutting the ClusterResourceManagerDaemon, however the order for shutting down the services on a node is:

  1. The ClusterResourceManager

  2. The LocalResourceManager

  3. The ClusterConcensusMembership

  4. The HeartbeatProgram

Each system should wait for the one above it to shutdown before shutting down itself.

Eventually the script that shuts down the HeartbeatProgram will also shutdown everything in the correct order.

Shutdown

The shutdown is initiated by sending a properly constructed message to the DesignatedCoordinator. This is achieved by invoking crmd -k on the node to be shutdown or by using the crmadmin tool and specifying a node.

See ClusterResourceManagerDaemon for further details of what happens inside the CRMd on startup and shutdown as well as how corner cases such as starting the first CRMd and stopping the last CRMd are handled.