Hi,<br><br>The XML below is an example in Configuration Explained 1.0 section of &quot;Using Rules to Control Resource Options. Is there any way to create the same instance_attribute by crm command?<br><br>Thanks<br><br>&lt;primitive id=&quot;mySpecialRsc&quot; class=&quot;ocf&quot; type=&quot;Special&quot; provider=”me”&gt;<br>
&lt;instance_attributes id=”special-node1” score=”3”&gt;<br>&lt;rule id=&quot;node1-special-case&quot;&gt;<br>
&lt;expression id=&quot;node1-special-case-expr&quot; attribute=&quot;#uname&quot; operation=&quot;eq&quot; value=&quot;node1&quot;/&gt;<br>&lt;/rule&gt;<br>&lt;nvpair id=&quot;node1-interface&quot; name=&quot;interface&quot; value=&quot;eth1&quot;/&gt;<br>

&lt;/instance_attributes&gt;<br>.....<br>