<br><br><div class="gmail_quote">On Wed, Dec 16, 2009 at 12:52 PM, Frank DiMeo <span dir="ltr"><<a href="mailto:Frank.DiMeo@bigbandnet.com">Frank.DiMeo@bigbandnet.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi All,<br>
<br>
Does anyone know the correct syntax for the crm_master command when used from a shell?  I want to promote (and at some point demote) one of my multistate resources running on one of my nodes, but haven't found the correct syntax for this command yet.<br>

<br>
I've tried (among other permutations):<br>
<br>
crm_master -r ms-world1 -U ubuntu_1 -v on<br>
<br>
where ms-world1 is the id of one of my multistate resources, and ubuntu_1 is one of my nodes.  This didn't work, and I can't find any other permutation that does.<br></blockquote><div><br>The resource name should be the instance name of multistate clone, for example world:0 or world:1 if the primitive resource name is world. The crm_master also requires -l option. The score is passed in -v option, it should be number. So the correct syntax will be:<br>
<br>crm_master -r world:0 -l reboot -v 1000<br>This command will work at the node where world:1 is currently running!<br><br>If you want to specify node name, then you can use crm_attribute command instead of crm_master. The crm_master is a wrapper of crm_attribure.<br>
<br>Thanks<br>hj<br><br></div></div><br>