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

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to