Linux-HA Logo

crm - enabling and disabling the 2.x cluster manager

The crm directive specifies whether Heartbeat[1] should run the 1.x-style cluster manager or the 2.x[2]-style cluster manager that supports more than 2 nodes.

The syntax is simple:

crm off|on|respawn

When set to on|respawn, the directive automatically implies:

        apiauth stonithd        uid=root
        apiauth crmd            uid=hacluster
        apiauth cib             uid=hacluster

        respawn hacluster       ccm
        respawn hacluster       cib
        respawn root            stonithd
        respawn root            lrmd
        respawn hacluster       crmd

References

[1]http://www.linux-ha.org/Heartbeat
[2]http://www.linux-ha.org/v2


This information provided courtesy of the Linux-HA project at http://linux-ha.org/