Add an entry in /etc/ha.d/haresources for each
private container to be failed over. For example, if container1 and
container2 are to
be failed over together to the same node with node1 as the owning node, add the
following entry to /etc/ha.d/haresources:
node1 evms_failover::container1 evms_failover::container2 |
node1 is the cluster node that owns this resource. The resource is failed over
to the other node when node1 dies.
Similarly, if container3 and container4 are to be failed over together to the same
node with node2 as the owning node, then add the following entry to
/etc/ha.d/haresources:
node2 evms_failover::container3 evms_failover::container4 |
Refer to
http://www.linux-ha.org/download/GettingStarted.html for more details on the
semantics of resource groups.