[Pacemaker] is_managed meta attribute on suse 10 with heartbeat + pacemaker

Robert Dahlem Robert.Dahlem at gmx.net
Tue Jul 15 08:18:30 EDT 2014


Hi,

On 15.07.2014 14:03, emmanuel segura wrote:

> I was using crm_resource, because using crmsh i can't start a resource
> on a specific node.
> 
> example:
> 
> crm(live)resource# start Dummy2 node02
> usage: start <rsc>

You can "move" a stopped resource, then start it:

crm resource move Dummy2 node02
crm resource start Dummy2

It will start on node02. Don't forget to unmove it afterwards, so it
does not stick to node02.

Kind regards,
Robert




More information about the Pacemaker mailing list