[email protected] wrote:
> Hello,
> I spent the whole afternoon to search for a good heartbeat v2
> documentation, but it looks like this is somehow difficult. Maybe
> someone in here can help me?
> 
> Anyway I have a short question about "stickiness". I only know about sun
> cluster but I have to build up knowledge about heartbeat cluster since
> we are running two debian heartbeat clusters now.
> Those two are failover clusters providing web services, nagios and
> vserver virtual hosts. Let's say resource_group_a is running on node1
> and resource_group_b on node2. If I reboot node2 resource_group_b will
> switch to node1. But if node2 is up again resource_group_b will switch
> back to node2. That is what I don't want the cluster to do. No
> switchback... How can I do that?

crm_attribute --type crm_config --attr-name default-resource-stickiness
--attr-value INFINITY

Old versions might need "_" instead of "-" in the attr-name. If yours
does, take that as a hint that you should upgrade your cluster software.

> And which command is used to switch one resource group to another node
> (not marking any node as "standby")?

crm_resource

Regards
Dominik
_______________________________________________
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