Hello,

Schaefer, Diane E wrote:
  We are using Pacemaker 1.0.6 and heartbeat 3.0.2.  I would like to 
temporarily disable certain monitor actions.  The pacemaker doc says to use
cibadmin -M -X '<op id="public-ip-check" disabled="true"/>'
And to re-enable it with
cibadmin -M -X '<op id="public-ip-check" disabled="false"/>'

However these actions are not successful and the resource continues to be 
monitored.  Is there another way to do this?  I also noticed no real support in 
crm configure.

yes, I had the same problem right now.  Replace "disabeld" with "enabled"
and "true" with "false" and vice versa, so it should read:

cibadmin -M -X '<op id="public-ip-check" enabled="false"/>'
And to re-enable it with
cibadmin -M -X '<op id="public-ip-check" enabled="true"/>'

find the attributes in /usr/share/pacemaker/resources-1.0.rng

Cheers,

  Peter



_______________________________________________
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

Reply via email to