Linux-HA Logo

crm - 2.xクラスタマネージャの有効・無効の切り替え

The crm 命令では、Heartbeat[1]が1.xスタイルのクラスタマネージャか、複数のノードをサポートする2.x[2]スタイルのクラスタマネージャのどちらを実行するかを指定します。

構文は簡単ですe:

crm HeartbeatBoolean[3]

ononに設定すると、この命令は以下を自動で定義します:

        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/ja/Heartbeat_ja
[2]http://www.linux-ha.org/ja/v2_ja
[3]http://www.linux-ha.org/HeartbeatBoolean


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