Hello Franck,

> Suppose I have a 3 nodes cluster: node1, node2, node3.  I want to
> remove node2 from the cluster to be able to perform various operation
> on the node2 without any risk of ressources moving to node2.  I tried
> to figure out with the cibadmin or crm_ressource but I don't get it.

# Put node into standby mode
crm_standby -U node2 -v on

# Make node active again (the two commands have the same effect)
crm_standby -D -U node2

Or you go to that node and type.

/etc/init.d/heartbeat stop

        Thomas
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to