On 8/17/07, matilda matilda <[EMAIL PROTECTED]> wrote: > Hi all, > > now I reached a new level in the HAv2 (2.1.2) adventure game. :-) > > One question here: After failover my ressources stick at the > second node, which is really what I wanted. > If the first and primary node is up back again, how can I > simply switch the cluster and all ressources manually back > to the initial state? > > Yes, I can do it by: > * crm_resource -M -r blabla when I know that blabla runs > normally on the other node > * afterwards a crm_resource -U -r blabla deletes the > constraint introduced by the first command and let the > ressource stick at the node I want to > > But: > 1) With this procedure I have to know the initial placement > of every resource. > 2) If you have a bunch of ressources it's a little bit annoying. > > Is there a command to trigger a ressource placement as if the > cluster would have been started?
1) set resource stickiness to zero 2) wait for everything to move back 3) set resource stickiness back to its original value _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
