Product SiteDocumentation Site

4.2.3. Stopping Heartbeat services

You may now stop Heartbeat with /etc/init.d/heartbeat stop or the preferred command to stop a system service on your distribution (service heartbeat stop, rcheartbeat stop etc.).
In case you are running a legacy version of Heartbeat affected by a shutdown bug, then graceful crmd shutdown will not work properly in unmanaged mode.
In this case, after you have initiated a graceful service shutdown with the above command, kill the crmd process manually:
  • use ps -AHfww to retrieve the process ID of crmd;
  • kill crmd with a TERM signal.