<div>Hello Stefan,</div>
<div> </div>
<div>Yea....The resource name should be given in the rule.... obviously!!!!!. Anyways change the name of the resource in your primitive configuration from pri_pingd to pingd and try... Also change it in the clone line... from pri_pingd to pingd...</div>


<div> </div>
<div>Hope this helps!!!!!!  Let me know the result!!!!!!!</div>
<div> </div>
<div>With best regards....</div>
<div> </div>
<div>Jayakrishnan L</div>
<div>Visit:</div>
<div><a href="http://www.foralllinux.blogspot.com/">www.foralllinux.blogspot.com</a></div>
<div><a href="http://www.jayakrishnan.bravehost.com/">www.jayakrishnan.bravehost.com</a></div>
<div><br><br> </div>
<div class="gmail_quote">On Thu, Apr 15, 2010 at 4:26 PM, Stefan Kelemen <span dir="ltr">&lt;<a href="mailto:Stefan.Kelemen@gmx.de">Stefan.Kelemen@gmx.de</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Hm.. OK i tested this there is no changes, no Failover when i cut the Ethernet. After reconnect the Cable, the first Server got all resources on it.<br>

I commented the ping in <a href="http://ha.cf/" target="_blank">ha.cf</a> out.<br><br><br><br>primitive pri_pingd ocf:heartbeat:pingd \<br>       params name=&quot;pingd&quot; host_list=&quot;192.168.1.1 \ 192.168.4.10&quot;<br>

<br><br><br>clone clo_pingd pri_pingd \<br>
<div class="im">       meta globally-unique=&quot;false&quot; interleave=&quot;true&quot;<br><br></div>The Location is bind on Group_t3. Now my Problem. Is not_defined pingd or pingd, the pingd resource agent or the name of the pingd resource???<br>

In all publikation that is mixed.<br><br>location loc_group_on_pingd group_t3 \<br>       rule $id=&quot;loc_IP_Cluster_on_pingd-rule&quot; -inf: not_defined pingd or pingd number:lte 0<br><br>--------------<br>crm(live)configure# show<br>


<div class="im">node $id=&quot;3e20966a-ed64-4972-8f5a-88be0977f759&quot; server1 \<br>       attributes standby=&quot;off&quot;<br>node $id=&quot;5262f929-1082-4a85-aa05-7bd1992f15be&quot; server2 \<br>       attributes standby=&quot;off&quot;<br>

primitive pri_FS_drbd_t3 ocf:heartbeat:Filesystem \<br>       params device=&quot;/dev/drbd0&quot; directory=&quot;/mnt/drbd_daten&quot; fstype=&quot;ext3&quot; options=&quot;noatime&quot;<br>primitive pri_IP_Cluster ocf:heartbeat:IPaddr2 \<br>

       params ip=&quot;192.168.1.253&quot; cidr_netmask=&quot;24&quot; nic=&quot;eth1&quot; \<br>       op monitor interval=&quot;3&quot;<br>primitive pri_apache_Dienst ocf:heartbeat:apache \<br>       op monitor interval=&quot;15&quot; \<br>

       params configfile=&quot;/etc/apache2/apache2.conf&quot; httpd=&quot;/usr/sbin/apache2&quot; port=&quot;80&quot;<br></div>
<div class="im">primitive pri_drbd_Dienst ocf:linbit:drbd \<br>       params drbd_resource=&quot;t3&quot; \<br>       op monitor interval=&quot;15&quot; \<br>       op start interval=&quot;0&quot; timeout=&quot;240&quot; \<br>

       op stop interval=&quot;0&quot; timeout=&quot;100&quot;<br></div>primitive pri_pingd ocf:heartbeat:pingd \<br>       params name=&quot;pingd&quot; host_list=&quot;192.168.1.1 \ 192.168.4.10&quot; multiplier=&quot;100&quot; \<br>

       op monitor interval=&quot;15s&quot; timeout=&quot;20s&quot;<br>group group_t3 pri_FS_drbd_t3 pri_IP_Cluster pri_apache_Dienst \<br>       meta is-managed=&quot;true&quot; target-role=&quot;Started&quot;<br>
<div class="im">ms ms_drbd_service pri_drbd_Dienst \<br>       meta notify=&quot;true&quot;<br></div>clone clo_pingd pri_pingd \<br>
<div class="im">       meta globally-unique=&quot;false&quot; interleave=&quot;true&quot;<br></div>location loc_IP_Cluster_on_pingd group_t3 \<br>       rule $id=&quot;loc_IP_Cluster_on_pingd-rule&quot; -inf: not_defined pingd or pingd number:lte 0<br>


<div class="im">colocation col_apache_after_drbd inf: group_t3 ms_drbd_service:Master<br>order ord_apache_after_drbd inf: ms_drbd_service:promote group_t3:start<br>property $id=&quot;cib-bootstrap-options&quot; \<br>       dc-version=&quot;1.0.8-2c98138c2f070fcb6ddeab1084154cffbf44ba75&quot; \<br>

       cluster-infrastructure=&quot;Heartbeat&quot; \<br>       no-quorum-policy=&quot;ignore&quot; \<br>       default-resource-stickiness=&quot;100&quot; \<br></div>       last-lrm-refresh=&quot;1270823798&quot; \<br>
<div class="im">       startup-fencing=&quot;false&quot; \<br>       stonith-enabled=&quot;false&quot; \<br>       default-action-timeout=&quot;120s&quot;<br><br><br><br><br><br></div>-------- Original-Nachricht --------<br>

&gt; Datum: Sat, 10 Apr 2010 10:47:44 +0530<br>
<div>
<div></div>
<div class="h5">&gt; Von: Jayakrishnan &lt;<a href="mailto:jayakrishnanlll@gmail.com">jayakrishnanlll@gmail.com</a>&gt;<br>&gt; An: The Pacemaker cluster resource manager &lt;<a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a>&gt;<br>

&gt; Betreff: Re: [Pacemaker] Failover after fail on Ethernet Fails<br><br>&gt; K I got it...<br>&gt;<br>&gt; First of alll just specifying a pingd resource wont help u. You have to<br>&gt; specify some rules...<br>&gt;<br>

&gt; I will give you my configuration. Just go through it...<br>&gt;<br>&gt;<br>&gt; Primitive pingd ocf:heartbeat:pingd \<br>&gt;<br>&gt;         params name=”pingd” host_list=”192.168.10.1 \<br>&gt; 192.168.10.69”<br>&gt; multiplier=”100”<br>

&gt; \<br>&gt;<br>&gt;         op monitor interval=&quot;15s&quot; timeout=&quot;5s&quot;<br>&gt;  This is my pingd definition...<br>&gt;  See I have specified multiple ping nodes.. Of which 1 is my gateway...<br>&gt;<br>

&gt;<br>&gt; After that I cloned the resources withg all the nodes..<br>&gt;<br>&gt; clone pingclone pingd \<br>&gt;<br>&gt;      meta globally-unique=”false” interleave=”true” \<br>&gt;<br>&gt;      target-role=”Started”<br>

&gt;<br>&gt;<br>&gt; Next you have to specify a rule for performna a failover like this..<br>&gt;<br>&gt; location ip-on-pingd vir-ip \<br>&gt;<br>&gt;      rule –inf: not_defined pingd or pingd number:lte 0<br>&gt;<br>&gt; here I have choosen vir-ip as location constrain bcoz all other resources<br>

&gt; are dependent on it &lt;On my configuration!!!&gt; You can choose your master<br>&gt; resource for this in place of my vir-ip!!!<br>&gt; Now this will do the trick!!!!!<br>&gt;<br>&gt; Hope this helps!!!!! :)<br>&gt;<br>

&gt; And what is that ping node definisions in <a href="http://ha.cf/?" target="_blank">ha.cf?</a>?? I dont thisk you have<br>&gt; to<br>&gt; specify it there... We have done it in crm it self.and crm on or respawn<br>&gt; will do..<br>

&gt; --<br>&gt; Regards,<br>&gt;<br>&gt; Jayakrishnan. L<br>&gt;<br>&gt; Visit:<br>&gt; <a href="http://www.foralllinux.blogspot.com/" target="_blank">www.foralllinux.blogspot.com</a><br>&gt; <a href="http://www.jayakrishnan.bravehost.com/" target="_blank">www.jayakrishnan.bravehost.com</a><br>

&gt; On Thu, Apr 8, 2010 at 7:27 PM, Stefan Kelemen<br>&gt; &lt;<a href="mailto:Stefan.Kelemen@gmx.de">Stefan.Kelemen@gmx.de</a>&gt;wrote:<br>&gt;<br>&gt; &gt; So i tested some, but i have no viktory.<br>&gt; &gt; I think the Problem ist that the aktive that have no net dont give up to<br>

&gt; &gt; hold the resources. The other Server is trying to get the resources, but<br>&gt; i<br>&gt; &gt; have error on promoting DRBD.<br>&gt; &gt;<br>&gt; &gt; Last changes i have create an pri_pingd in the group but after fail is<br>

&gt; no<br>&gt; &gt; failover again.<br>&gt; &gt; -----------------------<br>&gt; &gt; Aktual Config<br>&gt; &gt;<br>&gt; &gt; node $id=&quot;3e20966a-ed64-4972-8f5a-88be0977f759&quot; server1 \<br>&gt; &gt;        attributes standby=&quot;off&quot;<br>

&gt; &gt; node $id=&quot;5262f929-1082-4a85-aa05-7bd1992f15be&quot; server2 \<br>&gt; &gt;        attributes standby=&quot;off&quot;<br>&gt; &gt; primitive pri_FS_drbd_t3 ocf:heartbeat:Filesystem \<br>&gt; &gt;        params device=&quot;/dev/drbd0&quot; directory=&quot;/mnt/drbd_daten&quot;<br>

&gt; fstype=&quot;ext3&quot;<br>&gt; &gt; options=&quot;noatime&quot;<br>&gt; &gt; primitive pri_IP_Cluster ocf:heartbeat:IPaddr2 \<br>&gt; &gt;        params ip=&quot;192.168.1.253&quot; cidr_netmask=&quot;24&quot; nic=&quot;eth1&quot; \<br>

&gt; &gt;        op monitor interval=&quot;3&quot;<br>&gt; &gt; primitive pri_apache_Dienst ocf:heartbeat:apache \<br>&gt; &gt;        op monitor interval=&quot;15&quot; \<br>&gt; &gt;        params configfile=&quot;/etc/apache2/apache2.conf&quot;<br>

&gt; &gt; httpd=&quot;/usr/sbin/apache2&quot; port=&quot;80&quot; \<br>&gt; &gt;        meta target-role=&quot;started&quot;<br>&gt; &gt; primitive pri_drbd_Dienst ocf:linbit:drbd \<br>&gt; &gt;        params drbd_resource=&quot;t3&quot; \<br>

&gt; &gt;        op monitor interval=&quot;15&quot; \<br>&gt; &gt;        op start interval=&quot;0&quot; timeout=&quot;240&quot; \<br>&gt; &gt;        op stop interval=&quot;0&quot; timeout=&quot;100&quot;<br>&gt; &gt; primitive pri_pingd ocf:pacemaker:pingd \<br>

&gt; &gt;        params host_list=&quot;192.168.1.1&quot; \<br>&gt; &gt;        op monitor interval=&quot;3s&quot;<br>&gt; &gt; group group_t3 pri_pingd pri_FS_drbd_t3 pri_IP_Cluster pri_apache_Dienst<br>&gt; \<br>&gt; &gt;        meta is-managed=&quot;true&quot;<br>

&gt; &gt; ms ms_drbd_service pri_drbd_Dienst \<br>&gt; &gt;        meta notify=&quot;true&quot;<br>&gt; &gt; colocation col_apache_after_drbd inf: group_t3 ms_drbd_service:Master<br>&gt; &gt; order ord_apache_after_drbd inf: ms_drbd_service:promote group_t3:start<br>

&gt; &gt; property $id=&quot;cib-bootstrap-options&quot; \<br>&gt; &gt;        dc-version=&quot;1.0.8-2c98138c2f070fcb6ddeab1084154cffbf44ba75&quot; \<br>&gt; &gt;        cluster-infrastructure=&quot;Heartbeat&quot; \<br>

&gt; &gt;        no-quorum-policy=&quot;ignore&quot; \<br>&gt; &gt;        default-resource-stickiness=&quot;100&quot; \<br>&gt; &gt;        last-lrm-refresh=&quot;1270724597&quot; \<br>&gt; &gt;        startup-fencing=&quot;false&quot; \<br>

&gt; &gt;        stonith-enabled=&quot;false&quot; \<br>&gt; &gt;        default-action-timeout=&quot;120s&quot;<br>&gt; &gt;<br>&gt; &gt; <a href="http://ha.cf/" target="_blank">ha.cf</a><br>&gt; &gt;<br>&gt; &gt; node server1 server2<br>

&gt; &gt;<br>&gt; &gt; # Logging<br>&gt; &gt; # debug                          1<br>&gt; &gt;  use_logd                       false<br>&gt; &gt;  logfacility                    local0<br>&gt; &gt;<br>&gt; &gt;  # Misc Options<br>

&gt; &gt;  traditional_compression        off<br>&gt; &gt;  compression                    bz2<br>&gt; &gt;  coredumps                      true<br>&gt; &gt;<br>&gt; &gt;  # Communications<br>&gt; &gt; # udpport                        691<br>

&gt; &gt;  bcast                          eth1<br>&gt; &gt; # autojoin                       any<br>&gt; &gt;<br>&gt; &gt;  # Thresholds (in seconds)<br>&gt; &gt;  keepalive                      1<br>&gt; &gt;  warntime                       6<br>

&gt; &gt;  deadtime                       10<br>&gt; &gt;  initdead                       15<br>&gt; &gt;  crm on<br>&gt; &gt; ping 192.168.1.1 192.168.4.10<br>&gt; &gt;<br>&gt; &gt; apiauth mgmtd uid=root<br>&gt; &gt; respawn root /usr/lib/heartbeat/mgmtd -v<br>

&gt; &gt;<br>&gt; &gt; ---------------------------------------------<br>&gt; &gt;<br>&gt; &gt; -------- Original-Nachricht --------<br>&gt; &gt; &gt; Datum: Thu, 8 Apr 2010 09:32:48 +0530<br>&gt; &gt; &gt; Von: Jayakrishnan &lt;<a href="mailto:jayakrishnanlll@gmail.com">jayakrishnanlll@gmail.com</a>&gt;<br>

&gt; &gt;  &gt; An: The Pacemaker cluster resource manager &lt;<br>&gt; &gt; <a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a>&gt;<br>&gt; &gt; &gt; Betreff: Re: [Pacemaker] Failover after fail on Ethernet Fails<br>

&gt; &gt;<br>&gt; &gt; &gt; Hiiii,<br>&gt; &gt; &gt; This is the same problem I also faced...<br>&gt; &gt; &gt; I guess you need a &#39;ping&#39; or &#39;pingd&#39; resource to be configured for<br>&gt; &gt; &gt; detecting<br>

&gt; &gt; &gt; ethernet failure.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; The configuration details go through:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; <a href="http://www.clusterlabs.org/wiki/Example_configurations" target="_blank">http://www.clusterlabs.org/wiki/Example_configurations</a><br>

&gt; &gt; &gt;<br>&gt; &gt; &gt; Please let me know if this helped!![?]<br>&gt; &gt; &gt; --<br>&gt; &gt; &gt; Regards,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Jayakrishnan. L<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Visit:<br>&gt; &gt; &gt; <a href="http://www.foralllinux.blogspot.com/" target="_blank">www.foralllinux.blogspot.com</a><br>

&gt; &gt; &gt; <a href="http://www.jayakrishnan.bravehost.com/" target="_blank">www.jayakrishnan.bravehost.com</a><br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; On Wed, Apr 7, 2010 at 8:46 PM, Stefan Kelemen<br>&gt; &gt; &gt; &lt;<a href="mailto:Stefan.Kelemen@gmx.de">Stefan.Kelemen@gmx.de</a>&gt;wrote:<br>

&gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; -------- Original-Nachricht --------<br>&gt; &gt; &gt; &gt; &gt; Datum: Wed, 7 Apr 2010 15:35:56 +0200<br>&gt; &gt; &gt; &gt; &gt; Von: Andrew Beekhof &lt;<a href="mailto:andrew@beekhof.net">andrew@beekhof.net</a>&gt;<br>

&gt; &gt; &gt; &gt; &gt; An: The Pacemaker cluster resource manager &lt;<br>&gt; &gt; &gt; &gt; <a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a>&gt;<br>&gt; &gt; &gt; &gt; &gt; Betreff: Re: [Pacemaker] Failover after fail on Ethernet Fails<br>

&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; On Wed, Apr 7, 2010 at 3:26 PM, Stefan Kelemen &lt;<br>&gt; &gt; <a href="mailto:Stefan.Kelemen@gmx.de">Stefan.Kelemen@gmx.de</a>&gt;<br>&gt; &gt; &gt; &gt; &gt; wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; Hello,<br>
&gt; &gt; &gt; &gt; &gt; &gt; My Two Node Cluster<br>&gt; &gt; &gt; &gt; &gt; &gt; Debain 5/Pacemaker/Heartbeat aktual Madkiss and Backport<br>&gt; Packets,<br>&gt; &gt; &gt; &gt; Kernel<br>&gt; &gt; &gt; &gt; &gt; 2.6.30<br>

&gt; &gt; &gt; &gt; &gt; &gt; makes Failover fine, but when i disconnect the Ethernet<br>&gt; Connection<br>&gt; &gt; &gt; then<br>&gt; &gt; &gt; &gt; &gt; show me the other Server &quot;hey the other Node is gone&quot; but hes do<br>

&gt; no<br>&gt; &gt; &gt; &gt; &gt; migration of the Resources.<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Logs? cibadmin -ql output?<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; CIB<br>&gt; &gt; &gt; &gt;<br>

&gt; &gt; &gt; &gt; server1:~# cibadmin --query --local<br>&gt; &gt; &gt; &gt; &lt;cib validate-with=&quot;pacemaker-1.0&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; have-quorum=&quot;1&quot;<br>&gt; &gt; &gt; &gt; dc-uuid=&quot;5262f929-1082-4a85-aa05-7bd1992f15be&quot; admin_epoch=&quot;0&quot;<br>

&gt; &gt; &gt; epoch=&quot;166&quot;<br>&gt; &gt; &gt; &gt; num_updates=&quot;21&quot;&gt;<br>&gt; &gt; &gt; &gt;  &lt;configuration&gt;<br>&gt; &gt; &gt; &gt;    &lt;crm_config&gt;<br>&gt; &gt; &gt; &gt;      &lt;cluster_property_set id=&quot;cib-bootstrap-options&quot;&gt;<br>

&gt; &gt; &gt; &gt;        &lt;nvpair id=&quot;cib-bootstrap-options-dc-version&quot;<br>&gt; name=&quot;dc-version&quot;<br>&gt; &gt; &gt; &gt; value=&quot;1.0.8-2c98138c2f070fcb6ddeab1084154cffbf44ba75&quot;/&gt;<br>&gt; &gt; &gt; &gt;        &lt;nvpair id=&quot;cib-bootstrap-options-cluster-infrastructure&quot;<br>

&gt; &gt; &gt; &gt; name=&quot;cluster-infrastructure&quot; value=&quot;Heartbeat&quot;/&gt;<br>&gt; &gt; &gt; &gt;        &lt;nvpair id=&quot;cib-bootstrap-options-no-quorum-policy&quot;<br>&gt; &gt; &gt; &gt; name=&quot;no-quorum-policy&quot; value=&quot;ignore&quot;/&gt;<br>

&gt; &gt; &gt; &gt;        &lt;nvpair<br>&gt; id=&quot;cib-bootstrap-options-default-resource-stickiness&quot;<br>&gt; &gt; &gt; &gt; name=&quot;default-resource-stickiness&quot; value=&quot;1000&quot;/&gt;<br>&gt; &gt; &gt; &gt;        &lt;nvpair name=&quot;last-lrm-refresh&quot;<br>

&gt; &gt; &gt; &gt; id=&quot;cib-bootstrap-options-last-lrm-refresh&quot; value=&quot;1270652695&quot;/&gt;<br>&gt; &gt; &gt; &gt;        &lt;nvpair id=&quot;cib-bootstrap-options-startup-fencing&quot;<br>&gt; &gt; &gt; &gt; name=&quot;startup-fencing&quot; value=&quot;false&quot;/&gt;<br>

&gt; &gt; &gt; &gt;        &lt;nvpair id=&quot;cib-bootstrap-options-stonith-enabled&quot;<br>&gt; &gt; &gt; &gt; name=&quot;stonith-enabled&quot; value=&quot;false&quot;/&gt;<br>&gt; &gt; &gt; &gt;        &lt;nvpair id=&quot;cib-bootstrap-options-default-action-timeout&quot;<br>

&gt; &gt; &gt; &gt; name=&quot;default-action-timeout&quot; value=&quot;120s&quot;/&gt;<br>&gt; &gt; &gt; &gt;      &lt;/cluster_property_set&gt;<br>&gt; &gt; &gt; &gt;    &lt;/crm_config&gt;<br>&gt; &gt; &gt; &gt;    &lt;nodes&gt;<br>

&gt; &gt; &gt; &gt;      &lt;node type=&quot;normal&quot; uname=&quot;server1&quot;<br>&gt; &gt; &gt; &gt; id=&quot;3e20966a-ed64-4972-8f5a-88be0977f759&quot;&gt;<br>&gt; &gt; &gt; &gt;        &lt;instance_attributes<br>
&gt; &gt; &gt; &gt; id=&quot;nodes-3e20966a-ed64-4972-8f5a-88be0977f759&quot;&gt;<br>
&gt; &gt; &gt; &gt;          &lt;nvpair name=&quot;standby&quot;<br>&gt; &gt; &gt; &gt; id=&quot;nodes-3e20966a-ed64-4972-8f5a-88be0977f759-standby&quot;<br>&gt; value=&quot;off&quot;/&gt;<br>&gt; &gt; &gt; &gt;        &lt;/instance_attributes&gt;<br>

&gt; &gt; &gt; &gt;      &lt;/node&gt;<br>&gt; &gt; &gt; &gt;      &lt;node type=&quot;normal&quot; uname=&quot;server2&quot;<br>&gt; &gt; &gt; &gt; id=&quot;5262f929-1082-4a85-aa05-7bd1992f15be&quot;&gt;<br>&gt; &gt; &gt; &gt;        &lt;instance_attributes<br>

&gt; &gt; &gt; &gt; id=&quot;nodes-5262f929-1082-4a85-aa05-7bd1992f15be&quot;&gt;<br>&gt; &gt; &gt; &gt;          &lt;nvpair name=&quot;standby&quot;<br>&gt; &gt; &gt; &gt; id=&quot;nodes-5262f929-1082-4a85-aa05-7bd1992f15be-standby&quot;<br>

&gt; value=&quot;off&quot;/&gt;<br>&gt; &gt; &gt; &gt;        &lt;/instance_attributes&gt;<br>&gt; &gt; &gt; &gt;      &lt;/node&gt;<br>&gt; &gt; &gt; &gt;    &lt;/nodes&gt;<br>&gt; &gt; &gt; &gt;    &lt;resources&gt;<br>

&gt; &gt; &gt; &gt;      &lt;master id=&quot;ms_drbd_service&quot;&gt;<br>&gt; &gt; &gt; &gt;        &lt;meta_attributes id=&quot;ms_drbd_service-meta_attributes&quot;&gt;<br>&gt; &gt; &gt; &gt;          &lt;nvpair id=&quot;ms_drbd_service-meta_attributes-notify&quot;<br>

&gt; &gt; &gt; name=&quot;notify&quot;<br>&gt; &gt; &gt; &gt; value=&quot;true&quot;/&gt;<br>&gt; &gt; &gt; &gt;        &lt;/meta_attributes&gt;<br>&gt; &gt; &gt; &gt;        &lt;primitive class=&quot;ocf&quot; id=&quot;pri_drbd_Dienst&quot; provider=&quot;linbit&quot;<br>

&gt; &gt; &gt; &gt; type=&quot;drbd&quot;&gt;<br>&gt; &gt; &gt; &gt;          &lt;instance_attributes<br>&gt; id=&quot;pri_drbd_Dienst-instance_attributes&quot;&gt;<br>&gt; &gt; &gt; &gt;            &lt;nvpair<br>&gt; &gt; &gt; id=&quot;pri_drbd_Dienst-instance_attributes-drbd_resource&quot;<br>

&gt; &gt; &gt; &gt; name=&quot;drbd_resource&quot; value=&quot;t3&quot;/&gt;<br>&gt; &gt; &gt; &gt;          &lt;/instance_attributes&gt;<br>&gt; &gt; &gt; &gt;          &lt;operations&gt;<br>&gt; &gt; &gt; &gt;            &lt;op id=&quot;pri_drbd_Dienst-monitor-15&quot; interval=&quot;15&quot;<br>

&gt; &gt; &gt; &gt; name=&quot;monitor&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;op id=&quot;pri_drbd_Dienst-start-0&quot; interval=&quot;0&quot;<br>&gt; name=&quot;start&quot;<br>&gt; &gt; &gt; &gt; timeout=&quot;240&quot;/&gt;<br>

&gt; &gt; &gt; &gt;            &lt;op id=&quot;pri_drbd_Dienst-stop-0&quot; interval=&quot;0&quot; name=&quot;stop&quot;<br>&gt; &gt; &gt; &gt; timeout=&quot;100&quot;/&gt;<br>&gt; &gt; &gt; &gt;          &lt;/operations&gt;<br>

&gt; &gt; &gt; &gt;        &lt;/primitive&gt;<br>&gt; &gt; &gt; &gt;      &lt;/master&gt;<br>&gt; &gt; &gt; &gt;      &lt;group id=&quot;group_t3&quot;&gt;<br>&gt; &gt; &gt; &gt;        &lt;primitive class=&quot;ocf&quot; id=&quot;pri_FS_drbd_t3&quot;<br>

&gt; provider=&quot;heartbeat&quot;<br>&gt; &gt; &gt; &gt; type=&quot;Filesystem&quot;&gt;<br>&gt; &gt; &gt; &gt;          &lt;instance_attributes<br>&gt; id=&quot;pri_FS_drbd_t3-instance_attributes&quot;&gt;<br>&gt; &gt; &gt; &gt;            &lt;nvpair id=&quot;pri_FS_drbd_t3-instance_attributes-device&quot;<br>

&gt; &gt; &gt; &gt; name=&quot;device&quot; value=&quot;/dev/drbd0&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;nvpair id=&quot;pri_FS_drbd_t3-instance_attributes-directory&quot;<br>&gt; &gt; &gt; &gt; name=&quot;directory&quot; value=&quot;/mnt/drbd_daten&quot;/&gt;<br>

&gt; &gt; &gt; &gt;            &lt;nvpair id=&quot;pri_FS_drbd_t3-instance_attributes-fstype&quot;<br>&gt; &gt; &gt; &gt; name=&quot;fstype&quot; value=&quot;ext3&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;nvpair id=&quot;pri_FS_drbd_t3-instance_attributes-options&quot;<br>

&gt; &gt; &gt; &gt; name=&quot;options&quot; value=&quot;noatime&quot;/&gt;<br>&gt; &gt; &gt; &gt;          &lt;/instance_attributes&gt;<br>&gt; &gt; &gt; &gt;        &lt;/primitive&gt;<br>&gt; &gt; &gt; &gt;        &lt;primitive class=&quot;ocf&quot; id=&quot;pri_IP_Cluster&quot;<br>

&gt; provider=&quot;heartbeat&quot;<br>&gt; &gt; &gt; &gt; type=&quot;IPaddr2&quot;&gt;<br>&gt; &gt; &gt; &gt;          &lt;instance_attributes<br>&gt; id=&quot;pri_IP_Cluster-instance_attributes&quot;&gt;<br>&gt; &gt; &gt; &gt;            &lt;nvpair id=&quot;pri_IP_Cluster-instance_attributes-ip&quot;<br>

&gt; name=&quot;ip&quot;<br>&gt; &gt; &gt; &gt; value=&quot;192.168.1.253&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;nvpair<br>&gt; id=&quot;pri_IP_Cluster-instance_attributes-cidr_netmask&quot;<br>&gt; &gt; &gt; &gt; name=&quot;cidr_netmask&quot; value=&quot;24&quot;/&gt;<br>

&gt; &gt; &gt; &gt;            &lt;nvpair id=&quot;pri_IP_Cluster-instance_attributes-nic&quot;<br>&gt; &gt; &gt; name=&quot;nic&quot;<br>&gt; &gt; &gt; &gt; value=&quot;eth1&quot;/&gt;<br>&gt; &gt; &gt; &gt;          &lt;/instance_attributes&gt;<br>

&gt; &gt; &gt; &gt;        &lt;/primitive&gt;<br>&gt; &gt; &gt; &gt;        &lt;primitive class=&quot;ocf&quot; id=&quot;pri_apache_Dienst&quot;<br>&gt; &gt; &gt; provider=&quot;heartbeat&quot;<br>&gt; &gt; &gt; &gt; type=&quot;apache&quot;&gt;<br>

&gt; &gt; &gt; &gt;          &lt;operations&gt;<br>&gt; &gt; &gt; &gt;            &lt;op id=&quot;pri_apache_Dienst-monitor-15&quot; interval=&quot;15&quot;<br>&gt; &gt; &gt; &gt; name=&quot;monitor&quot;/&gt;<br>&gt; &gt; &gt; &gt;          &lt;/operations&gt;<br>

&gt; &gt; &gt; &gt;          &lt;instance_attributes<br>&gt; &gt; &gt; id=&quot;pri_apache_Dienst-instance_attributes&quot;&gt;<br>&gt; &gt; &gt; &gt;            &lt;nvpair<br>&gt; &gt; id=&quot;pri_apache_Dienst-instance_attributes-configfile&quot;<br>

&gt; &gt; &gt; &gt; name=&quot;configfile&quot; value=&quot;/etc/apache2/apache2.conf&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;nvpair id=&quot;pri_apache_Dienst-instance_attributes-httpd&quot;<br>&gt; &gt; &gt; &gt; name=&quot;httpd&quot; value=&quot;/usr/sbin/apache2&quot;/&gt;<br>

&gt; &gt; &gt; &gt;            &lt;nvpair id=&quot;pri_apache_Dienst-instance_attributes-port&quot;<br>&gt; &gt; &gt; &gt; name=&quot;port&quot; value=&quot;80&quot;/&gt;<br>&gt; &gt; &gt; &gt;          &lt;/instance_attributes&gt;<br>

&gt; &gt; &gt; &gt;          &lt;meta_attributes id=&quot;pri_apache_Dienst-meta_attributes&quot;&gt;<br>&gt; &gt; &gt; &gt;            &lt;nvpair<br>&gt; id=&quot;pri_apache_Dienst-meta_attributes-target-role&quot;<br>&gt; &gt; &gt; &gt; name=&quot;target-role&quot; value=&quot;started&quot;/&gt;<br>

&gt; &gt; &gt; &gt;          &lt;/meta_attributes&gt;<br>&gt; &gt; &gt; &gt;        &lt;/primitive&gt;<br>&gt; &gt; &gt; &gt;        &lt;meta_attributes id=&quot;group_t3-meta_attributes&quot;&gt;<br>&gt; &gt; &gt; &gt;          &lt;nvpair name=&quot;is-managed&quot;<br>

&gt; &gt; &gt; id=&quot;group_t3-meta_attributes-is-managed&quot;<br>&gt; &gt; &gt; &gt; value=&quot;true&quot;/&gt;<br>&gt; &gt; &gt; &gt;        &lt;/meta_attributes&gt;<br>&gt; &gt; &gt; &gt;      &lt;/group&gt;<br>&gt; &gt; &gt; &gt;    &lt;/resources&gt;<br>

&gt; &gt; &gt; &gt;    &lt;constraints&gt;<br>&gt; &gt; &gt; &gt;      &lt;rsc_colocation id=&quot;col_apache_after_drbd&quot; rsc=&quot;group_t3&quot;<br>&gt; &gt; &gt; &gt; score=&quot;INFINITY&quot; with-rsc=&quot;ms_drbd_service&quot; with-rsc-role=&quot;Master&quot;/&gt;<br>

&gt; &gt; &gt; &gt;      &lt;rsc_order first=&quot;ms_drbd_service&quot; first-action=&quot;promote&quot;<br>&gt; &gt; &gt; &gt; id=&quot;ord_apache_after_drbd&quot; score=&quot;INFINITY&quot; then=&quot;group_t3&quot;<br>

&gt; &gt; &gt; &gt; then-action=&quot;start&quot;/&gt;<br>&gt; &gt; &gt; &gt;    &lt;/constraints&gt;<br>&gt; &gt; &gt; &gt;    &lt;rsc_defaults/&gt;<br>&gt; &gt; &gt; &gt;    &lt;op_defaults/&gt;<br>&gt; &gt; &gt; &gt;  &lt;/configuration&gt;<br>

&gt; &gt; &gt; &gt;  &lt;status&gt;<br>&gt; &gt; &gt; &gt;    &lt;node_state uname=&quot;server2&quot; ha=&quot;active&quot; in_ccm=&quot;true&quot;<br>&gt; crmd=&quot;online&quot;<br>&gt; &gt; &gt; &gt; expected=&quot;member&quot; shutdown=&quot;0&quot; join=&quot;member&quot;<br>

&gt; &gt; &gt; &gt; id=&quot;5262f929-1082-4a85-aa05-7bd1992f15be&quot;&gt;<br>&gt; &gt; &gt; &gt;      &lt;transient_attributes<br>&gt; id=&quot;5262f929-1082-4a85-aa05-7bd1992f15be&quot;&gt;<br>&gt; &gt; &gt; &gt;        &lt;instance_attributes<br>

&gt; &gt; &gt; &gt; id=&quot;status-5262f929-1082-4a85-aa05-7bd1992f15be&quot;&gt;<br>&gt; &gt; &gt; &gt;          &lt;nvpair<br>&gt; &gt; &gt; &gt; id=&quot;status-5262f929-1082-4a85-aa05-7bd1992f15be-probe_complete&quot;<br>

&gt; &gt; &gt; &gt; name=&quot;probe_complete&quot; value=&quot;true&quot;/&gt;<br>&gt; &gt; &gt; &gt;          &lt;nvpair<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; id=&quot;status-5262f929-1082-4a85-aa05-7bd1992f15be-master-pri_drbd_Dienst:0&quot;<br>

&gt; &gt; &gt; &gt; name=&quot;master-pri_drbd_Dienst:0&quot; value=&quot;10000&quot;/&gt;<br>&gt; &gt; &gt; &gt;          &lt;nvpair<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; id=&quot;status-5262f929-1082-4a85-aa05-7bd1992f15be-last-failure-pri_drbd_Dienst:1&quot;<br>

&gt; &gt; &gt; &gt; name=&quot;last-failure-pri_drbd_Dienst:1&quot; value=&quot;1270652335&quot;/&gt;<br>&gt; &gt; &gt; &gt;        &lt;/instance_attributes&gt;<br>&gt; &gt; &gt; &gt;      &lt;/transient_attributes&gt;<br>

&gt; &gt; &gt; &gt;      &lt;lrm id=&quot;5262f929-1082-4a85-aa05-7bd1992f15be&quot;&gt;<br>&gt; &gt; &gt; &gt;        &lt;lrm_resources&gt;<br>&gt; &gt; &gt; &gt;          &lt;lrm_resource id=&quot;pri_apache_Dienst&quot; type=&quot;apache&quot;<br>

&gt; class=&quot;ocf&quot;<br>&gt; &gt; &gt; &gt; provider=&quot;heartbeat&quot;&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_apache_Dienst_monitor_0&quot;<br>&gt; &gt; &gt; operation=&quot;monitor&quot;<br>

&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;12:0:7:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:7;12:0:7:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; call-id=&quot;5&quot; rc-code=&quot;7&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; last-run=&quot;1270651694&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270651694&quot; exec-time=&quot;670&quot; queue-time=&quot;0&quot;<br>

&gt; &gt; &gt; &gt; op-digest=&quot;592a5e45deff3022dc73ad2b8b690624&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_apache_Dienst_start_0&quot;<br>&gt; operation=&quot;start&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>

&gt; &gt; &gt; &gt; transition-key=&quot;44:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;44:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;48&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>

&gt; &gt; &gt; last-run=&quot;1270652724&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652724&quot; exec-time=&quot;750&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;592a5e45deff3022dc73ad2b8b690624&quot;/&gt;<br>

&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_apache_Dienst_monitor_15000&quot;<br>&gt; &gt; &gt; &gt; operation=&quot;monitor&quot; crm-debug-origin=&quot;build_active_RAs&quot;<br>&gt; &gt; &gt; &gt; crm_feature_set=&quot;3.0.1&quot;<br>

&gt; &gt; &gt; &gt; transition-key=&quot;45:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;45:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;49&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;15000&quot;<br>

&gt; &gt; &gt; &gt; last-run=&quot;1270652891&quot; last-rc-change=&quot;1270652725&quot; exec-time=&quot;140&quot;<br>&gt; &gt; &gt; &gt; queue-time=&quot;0&quot; op-digest=&quot;80b94a8e74a4ac7d41102e0b2bec9129&quot;/&gt;<br>

&gt; &gt; &gt; &gt;          &lt;/lrm_resource&gt;<br>&gt; &gt; &gt; &gt;          &lt;lrm_resource id=&quot;pri_IP_Cluster&quot; type=&quot;IPaddr2&quot;<br>&gt; class=&quot;ocf&quot;<br>&gt; &gt; &gt; &gt; provider=&quot;heartbeat&quot;&gt;<br>

&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_IP_Cluster_monitor_0&quot;<br>&gt; &gt; operation=&quot;monitor&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>

&gt; &gt; &gt; &gt; transition-key=&quot;11:0:7:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:7;11:0:7:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;4&quot; rc-code=&quot;7&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>

&gt; &gt; last-run=&quot;1270651694&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270651694&quot; exec-time=&quot;300&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;ab9506a065e05252980696cd889aac20&quot;/&gt;<br>

&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_IP_Cluster_start_0&quot; operation=&quot;start&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;42:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;42:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;47&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652723&quot;<br>

&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652723&quot; exec-time=&quot;70&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;ab9506a065e05252980696cd889aac20&quot;/&gt;<br>&gt; &gt; &gt; &gt;          &lt;/lrm_resource&gt;<br>

&gt; &gt; &gt; &gt;          &lt;lrm_resource type=&quot;drbd&quot; class=&quot;ocf&quot; provider=&quot;linbit&quot;<br>&gt; &gt; &gt; &gt; id=&quot;pri_drbd_Dienst:0&quot;&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:0_start_0&quot;<br>

&gt; operation=&quot;start&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;6:25:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;6:25:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;36&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652689&quot;<br>

&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652689&quot; exec-time=&quot;60&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:0_promote_0&quot;<br>

&gt; &gt; &gt; operation=&quot;promote&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;10:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;10:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;44&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652722&quot;<br>

&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652722&quot; exec-time=&quot;90&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:0_post_notify_promote_0&quot;<br>

&gt; &gt; &gt; &gt; operation=&quot;notify&quot; crm-debug-origin=&quot;build_active_RAs&quot;<br>&gt; &gt; &gt; &gt; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;62:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;62:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;45&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652722&quot;<br>

&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652722&quot; exec-time=&quot;70&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op operation=&quot;notify&quot; crm_feature_set=&quot;3.0.1&quot;<br>

&gt; &gt; &gt; &gt; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;<br>&gt; &gt; &gt; &gt; id=&quot;pri_drbd_Dienst:0_pre_notify_demote_0&quot;<br>

&gt; &gt; &gt; &gt; transition-key=&quot;61:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;61:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;51&quot; last-run=&quot;1270652914&quot; last-rc-change=&quot;1270652914&quot;<br>

&gt; &gt; &gt; &gt; exec-time=&quot;50&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:0_post_notify_demote_0&quot;<br>&gt; &gt; &gt; &gt; operation=&quot;notify&quot; crm-debug-origin=&quot;do_update_resource&quot;<br>

&gt; &gt; &gt; &gt; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;62:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;62:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; call-id=&quot;52&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652916&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652916&quot; exec-time=&quot;70&quot; queue-time=&quot;0&quot;<br>

&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:0_pre_notify_stop_0&quot;<br>&gt; &gt; &gt; &gt; operation=&quot;notify&quot; crm-debug-origin=&quot;do_update_resource&quot;<br>

&gt; &gt; &gt; &gt; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;54:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;54:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; call-id=&quot;53&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652917&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652917&quot; exec-time=&quot;80&quot; queue-time=&quot;0&quot;<br>

&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:0_post_notify_stop_0&quot;<br>&gt; &gt; &gt; &gt; operation=&quot;notify&quot; crm-debug-origin=&quot;do_update_resource&quot;<br>

&gt; &gt; &gt; &gt; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;55:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;55:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; call-id=&quot;54&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652919&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652919&quot; exec-time=&quot;110&quot; queue-time=&quot;0&quot;<br>

&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:0_pre_notify_start_0&quot;<br>&gt; &gt; &gt; &gt; operation=&quot;notify&quot; crm-debug-origin=&quot;do_update_resource&quot;<br>

&gt; &gt; &gt; &gt; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;51:37:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;51:37:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; call-id=&quot;55&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652919&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652919&quot; exec-time=&quot;60&quot; queue-time=&quot;0&quot;<br>

&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:0_post_notify_start_0&quot;<br>&gt; &gt; &gt; &gt; operation=&quot;notify&quot; crm-debug-origin=&quot;do_update_resource&quot;<br>

&gt; &gt; &gt; &gt; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;52:37:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;52:37:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; call-id=&quot;56&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652921&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652921&quot; exec-time=&quot;70&quot; queue-time=&quot;0&quot;<br>

&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>&gt; &gt; &gt; &gt;          &lt;/lrm_resource&gt;<br>&gt; &gt; &gt; &gt;          &lt;lrm_resource id=&quot;pri_FS_drbd_t3&quot; type=&quot;Filesystem&quot;<br>

&gt; &gt; class=&quot;ocf&quot;<br>&gt; &gt; &gt; &gt; provider=&quot;heartbeat&quot;&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_FS_drbd_t3_monitor_0&quot;<br>&gt; &gt; operation=&quot;monitor&quot;<br>

&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;10:0:7:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:7;10:0:7:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; call-id=&quot;3&quot; rc-code=&quot;7&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; last-run=&quot;1270651694&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270651694&quot; exec-time=&quot;220&quot; queue-time=&quot;0&quot;<br>

&gt; &gt; &gt; &gt; op-digest=&quot;0948723f8c5b98b0d6330e30199bfe83&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_FS_drbd_t3_start_0&quot; operation=&quot;start&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>

&gt; &gt; &gt; &gt; transition-key=&quot;40:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;40:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;46&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>

&gt; &gt; &gt; last-run=&quot;1270652723&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652723&quot; exec-time=&quot;280&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;0948723f8c5b98b0d6330e30199bfe83&quot;/&gt;<br>

&gt; &gt; &gt; &gt;          &lt;/lrm_resource&gt;<br>&gt; &gt; &gt; &gt;        &lt;/lrm_resources&gt;<br>&gt; &gt; &gt; &gt;      &lt;/lrm&gt;<br>&gt; &gt; &gt; &gt;    &lt;/node_state&gt;<br>&gt; &gt; &gt; &gt;    &lt;node_state uname=&quot;server1&quot; ha=&quot;active&quot; in_ccm=&quot;true&quot;<br>

&gt; crmd=&quot;online&quot;<br>&gt; &gt; &gt; &gt; join=&quot;member&quot; expected=&quot;member&quot; shutdown=&quot;0&quot;<br>&gt; &gt; &gt; &gt; id=&quot;3e20966a-ed64-4972-8f5a-88be0977f759&quot;&gt;<br>&gt; &gt; &gt; &gt;      &lt;transient_attributes<br>

&gt; id=&quot;3e20966a-ed64-4972-8f5a-88be0977f759&quot;&gt;<br>&gt; &gt; &gt; &gt;        &lt;instance_attributes<br>&gt; &gt; &gt; &gt; id=&quot;status-3e20966a-ed64-4972-8f5a-88be0977f759&quot;&gt;<br>&gt; &gt; &gt; &gt;          &lt;nvpair<br>

&gt; &gt; &gt; &gt; id=&quot;status-3e20966a-ed64-4972-8f5a-88be0977f759-probe_complete&quot;<br>&gt; &gt; &gt; &gt; name=&quot;probe_complete&quot; value=&quot;true&quot;/&gt;<br>&gt; &gt; &gt; &gt;          &lt;nvpair<br>

&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; id=&quot;status-3e20966a-ed64-4972-8f5a-88be0977f759-last-failure-pri_drbd_Dienst:0&quot;<br>&gt; &gt; &gt; &gt; name=&quot;last-failure-pri_drbd_Dienst:0&quot; value=&quot;1270652285&quot;/&gt;<br>

&gt; &gt; &gt; &gt;          &lt;nvpair<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; id=&quot;status-3e20966a-ed64-4972-8f5a-88be0977f759-master-pri_drbd_Dienst:1&quot;<br>&gt; &gt; &gt; &gt; name=&quot;master-pri_drbd_Dienst:1&quot; value=&quot;10000&quot;/&gt;<br>

&gt; &gt; &gt; &gt;        &lt;/instance_attributes&gt;<br>&gt; &gt; &gt; &gt;      &lt;/transient_attributes&gt;<br>&gt; &gt; &gt; &gt;      &lt;lrm id=&quot;3e20966a-ed64-4972-8f5a-88be0977f759&quot;&gt;<br>&gt; &gt; &gt; &gt;        &lt;lrm_resources&gt;<br>

&gt; &gt; &gt; &gt;          &lt;lrm_resource id=&quot;pri_apache_Dienst&quot; type=&quot;apache&quot;<br>&gt; class=&quot;ocf&quot;<br>&gt; &gt; &gt; &gt; provider=&quot;heartbeat&quot;&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_apache_Dienst_monitor_0&quot;<br>

&gt; &gt; &gt; operation=&quot;monitor&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;7:0:7:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:7;7:0:7:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;5&quot; rc-code=&quot;7&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; last-run=&quot;1270651695&quot;<br>

&gt; &gt; &gt; &gt; last-rc-change=&quot;1270651695&quot; exec-time=&quot;440&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;592a5e45deff3022dc73ad2b8b690624&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_apache_Dienst_start_0&quot;<br>

&gt; operation=&quot;start&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;41:31:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;41:31:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;55&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652698&quot;<br>

&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652698&quot; exec-time=&quot;270&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;592a5e45deff3022dc73ad2b8b690624&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_apache_Dienst_stop_0&quot;<br>

&gt; operation=&quot;stop&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;43:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;43:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;57&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652715&quot;<br>

&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652715&quot; exec-time=&quot;1320&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;592a5e45deff3022dc73ad2b8b690624&quot;/&gt;<br>&gt; &gt; &gt; &gt;          &lt;/lrm_resource&gt;<br>

&gt; &gt; &gt; &gt;          &lt;lrm_resource id=&quot;pri_IP_Cluster&quot; type=&quot;IPaddr2&quot;<br>&gt; class=&quot;ocf&quot;<br>&gt; &gt; &gt; &gt; provider=&quot;heartbeat&quot;&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_IP_Cluster_monitor_0&quot;<br>

&gt; &gt; operation=&quot;monitor&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;6:0:7:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:7;6:0:7:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;4&quot; rc-code=&quot;7&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; last-run=&quot;1270651695&quot;<br>

&gt; &gt; &gt; &gt; last-rc-change=&quot;1270651695&quot; exec-time=&quot;340&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;ab9506a065e05252980696cd889aac20&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_IP_Cluster_start_0&quot; operation=&quot;start&quot;<br>

&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;39:19:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;39:19:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; call-id=&quot;42&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652477&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652477&quot; exec-time=&quot;100&quot; queue-time=&quot;0&quot;<br>

&gt; &gt; &gt; &gt; op-digest=&quot;ab9506a065e05252980696cd889aac20&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_IP_Cluster_stop_0&quot; operation=&quot;stop&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>

&gt; &gt; &gt; &gt; transition-key=&quot;41:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;41:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;59&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>

&gt; &gt; &gt; last-run=&quot;1270652717&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652717&quot; exec-time=&quot;100&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;ab9506a065e05252980696cd889aac20&quot;/&gt;<br>

&gt; &gt; &gt; &gt;          &lt;/lrm_resource&gt;<br>&gt; &gt; &gt; &gt;          &lt;lrm_resource type=&quot;drbd&quot; class=&quot;ocf&quot; provider=&quot;linbit&quot;<br>&gt; &gt; &gt; &gt; id=&quot;pri_drbd_Dienst:1&quot;&gt;<br>

&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:1_monitor_0&quot;<br>&gt; &gt; &gt; operation=&quot;monitor&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>

&gt; &gt; &gt; &gt; transition-key=&quot;6:30:7:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:8;6:30:7:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;53&quot; rc-code=&quot;8&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>

&gt; &gt; &gt; last-run=&quot;1270652696&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652696&quot; exec-time=&quot;270&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>

&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op operation=&quot;demote&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot; queue-time=&quot;0&quot;<br>

&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;<br>&gt; &gt; &gt; id=&quot;pri_drbd_Dienst:1_demote_0&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;11:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;11:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;70&quot; last-run=&quot;1270652915&quot; last-rc-change=&quot;1270652915&quot;<br>&gt; &gt; &gt; &gt; exec-time=&quot;80&quot;/&gt;<br>

&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:1_pre_notify_promote_0&quot;<br>&gt; &gt; &gt; &gt; operation=&quot;notify&quot; crm-debug-origin=&quot;build_active_RAs&quot;<br>&gt; &gt; &gt; &gt; crm_feature_set=&quot;3.0.1&quot;<br>

&gt; &gt; &gt; &gt; transition-key=&quot;54:0:0:3074482f-1db8-433e-955c-486e92d0a35c&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;54:0:0:3074482f-1db8-433e-955c-486e92d0a35c&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;66&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>

&gt; &gt; &gt; last-run=&quot;1270652793&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652793&quot; exec-time=&quot;140&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>

&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op operation=&quot;promote&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;8:0:0:3074482f-1db8-433e-955c-486e92d0a35c&quot;<br>&gt; &gt; call-id=&quot;67&quot;<br>

&gt; &gt; &gt; &gt; interval=&quot;0&quot; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;<br>&gt; &gt; &gt; &gt; id=&quot;pri_drbd_Dienst:1_promote_0&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;2:-2;8:0:0:3074482f-1db8-433e-955c-486e92d0a35c&quot;<br>

&gt; &gt; &gt; &gt; rc-code=&quot;-2&quot; op-status=&quot;2&quot; last-run=&quot;1270652793&quot;<br>&gt; &gt; &gt; last-rc-change=&quot;1270652914&quot;<br>&gt; &gt; &gt; &gt; exec-time=&quot;120020&quot; queue-time=&quot;0&quot;/&gt;<br>

&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op operation=&quot;notify&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;<br>

&gt; &gt; &gt; &gt; id=&quot;pri_drbd_Dienst:1_pre_notify_demote_0&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;63:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;63:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; call-id=&quot;69&quot; last-run=&quot;1270652915&quot; last-rc-change=&quot;1270652915&quot;<br>&gt; &gt; &gt; &gt; exec-time=&quot;140&quot; queue-time=&quot;0&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:1_post_notify_demote_0&quot;<br>

&gt; &gt; &gt; &gt; operation=&quot;notify&quot; crm-debug-origin=&quot;do_update_resource&quot;<br>&gt; &gt; &gt; &gt; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;64:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;64:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;71&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652916&quot;<br>

&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652916&quot; exec-time=&quot;130&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:1_pre_notify_stop_0&quot;<br>

&gt; &gt; &gt; &gt; operation=&quot;notify&quot; crm-debug-origin=&quot;do_update_resource&quot;<br>&gt; &gt; &gt; &gt; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;56:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;56:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;72&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652917&quot;<br>

&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652917&quot; exec-time=&quot;100&quot; queue-time=&quot;10&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:1_stop_0&quot;<br>

&gt; operation=&quot;stop&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;do_update_resource&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;2:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;2:36:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;73&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652918&quot;<br>

&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652918&quot; exec-time=&quot;180&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:1_start_0&quot;<br>

&gt; operation=&quot;start&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;do_update_resource&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;10:37:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;10:37:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;74&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652920&quot;<br>

&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652920&quot; exec-time=&quot;280&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:1_post_notify_start_0&quot;<br>

&gt; &gt; &gt; &gt; operation=&quot;notify&quot; crm-debug-origin=&quot;do_update_resource&quot;<br>&gt; &gt; &gt; &gt; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;53:37:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;53:37:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;75&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652921&quot;<br>

&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652921&quot; exec-time=&quot;100&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;da70ef5b9aed870d7c0944ce6ee989e2&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_drbd_Dienst:1_monitor_15000&quot;<br>

&gt; &gt; &gt; &gt; operation=&quot;monitor&quot; crm-debug-origin=&quot;do_update_resource&quot;<br>&gt; &gt; &gt; &gt; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;11:37:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;11:37:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;76&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;15000&quot;<br>
&gt; &gt; &gt; &gt; last-run=&quot;1270652922&quot; last-rc-change=&quot;1270652922&quot; exec-time=&quot;100&quot;<br>
&gt; &gt; &gt; &gt; queue-time=&quot;0&quot; op-digest=&quot;82e7d06ad00dbd29aac6fdebba6ba8b0&quot;/&gt;<br>&gt; &gt; &gt; &gt;          &lt;/lrm_resource&gt;<br>&gt; &gt; &gt; &gt;          &lt;lrm_resource id=&quot;pri_FS_drbd_t3&quot; type=&quot;Filesystem&quot;<br>

&gt; &gt; class=&quot;ocf&quot;<br>&gt; &gt; &gt; &gt; provider=&quot;heartbeat&quot;&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_FS_drbd_t3_monitor_0&quot;<br>&gt; &gt; operation=&quot;monitor&quot;<br>

&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;5:0:7:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:7;5:0:7:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; call-id=&quot;3&quot; rc-code=&quot;7&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; last-run=&quot;1270651695&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270651695&quot; exec-time=&quot;250&quot; queue-time=&quot;0&quot;<br>

&gt; &gt; &gt; &gt; op-digest=&quot;0948723f8c5b98b0d6330e30199bfe83&quot;/&gt;<br>&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_FS_drbd_t3_start_0&quot; operation=&quot;start&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>

&gt; &gt; &gt; &gt; transition-key=&quot;37:18:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;37:18:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;41&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>

&gt; &gt; &gt; last-run=&quot;1270652476&quot;<br>&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652476&quot; exec-time=&quot;290&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;0948723f8c5b98b0d6330e30199bfe83&quot;/&gt;<br>

&gt; &gt; &gt; &gt;            &lt;lrm_rsc_op id=&quot;pri_FS_drbd_t3_stop_0&quot; operation=&quot;stop&quot;<br>&gt; &gt; &gt; &gt; crm-debug-origin=&quot;build_active_RAs&quot; crm_feature_set=&quot;3.0.1&quot;<br>&gt; &gt; &gt; &gt; transition-key=&quot;39:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>

&gt; &gt; &gt; &gt; transition-magic=&quot;0:0;39:32:0:309da05c-4754-4f15-9a95-4b8b34730b7f&quot;<br>&gt; &gt; &gt; &gt; call-id=&quot;60&quot; rc-code=&quot;0&quot; op-status=&quot;0&quot; interval=&quot;0&quot;<br>&gt; &gt; &gt; last-run=&quot;1270652718&quot;<br>

&gt; &gt; &gt; &gt; last-rc-change=&quot;1270652718&quot; exec-time=&quot;140&quot; queue-time=&quot;0&quot;<br>&gt; &gt; &gt; &gt; op-digest=&quot;0948723f8c5b98b0d6330e30199bfe83&quot;/&gt;<br>&gt; &gt; &gt; &gt;          &lt;/lrm_resource&gt;<br>

&gt; &gt; &gt; &gt;        &lt;/lrm_resources&gt;<br>&gt; &gt; &gt; &gt;      &lt;/lrm&gt;<br>&gt; &gt; &gt; &gt;    &lt;/node_state&gt;<br>&gt; &gt; &gt; &gt;  &lt;/status&gt;<br>&gt; &gt; &gt; &gt; &lt;/cib&gt;<br>&gt; &gt; &gt; &gt;<br>

&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; ------------------------<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; My Config in Simple look<br>

&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; node $id=&quot;3e20966a-ed64-4972-8f5a-88be0977f759&quot; server1 \<br>&gt; &gt; &gt; &gt; &gt; &gt;        attributes standby=&quot;off&quot;<br>&gt; &gt; &gt; &gt; &gt; &gt; node $id=&quot;5262f929-1082-4a85-aa05-7bd1992f15be&quot; server2 \<br>

&gt; &gt; &gt; &gt; &gt; &gt;        attributes standby=&quot;off&quot;<br>&gt; &gt; &gt; &gt; &gt; &gt; primitive pri_FS_drbd_t3 ocf:heartbeat:Filesystem \<br>&gt; &gt; &gt; &gt; &gt; &gt;        params device=&quot;/dev/drbd0&quot; directory=&quot;/mnt/drbd_daten&quot;<br>

&gt; &gt; &gt; &gt; &gt; fstype=&quot;ext3&quot; options=&quot;noatime&quot;<br>&gt; &gt; &gt; &gt; &gt; &gt; primitive pri_IP_Cluster ocf:heartbeat:IPaddr2 \<br>&gt; &gt; &gt; &gt; &gt; &gt;        params ip=&quot;192.168.1.253&quot; cidr_netmask=&quot;24&quot; nic=&quot;eth1&quot;<br>

&gt; &gt; &gt; &gt; &gt; &gt; primitive pri_apache_Dienst ocf:heartbeat:apache \<br>&gt; &gt; &gt; &gt; &gt; &gt;        op monitor interval=&quot;15&quot; \<br>&gt; &gt; &gt; &gt; &gt; &gt;        params configfile=&quot;/etc/apache2/apache2.conf&quot;<br>

&gt; &gt; &gt; &gt; &gt; httpd=&quot;/usr/sbin/apache2&quot; port=&quot;80&quot; \<br>&gt; &gt; &gt; &gt; &gt; &gt;        meta target-role=&quot;started&quot;<br>&gt; &gt; &gt; &gt; &gt; &gt; primitive pri_drbd_Dienst ocf:linbit:drbd \<br>

&gt; &gt; &gt; &gt; &gt; &gt;        params drbd_resource=&quot;t3&quot; \<br>&gt; &gt; &gt; &gt; &gt; &gt;        op monitor interval=&quot;15&quot; \<br>&gt; &gt; &gt; &gt; &gt; &gt;        op start interval=&quot;0&quot; timeout=&quot;240&quot; \<br>

&gt; &gt; &gt; &gt; &gt; &gt;        op stop interval=&quot;0&quot; timeout=&quot;100&quot;<br>&gt; &gt; &gt; &gt; &gt; &gt; group group_t3 pri_FS_drbd_t3 pri_IP_Cluster pri_apache_Dienst<br>&gt; &gt; &gt; &gt; &gt; &gt; ms ms_drbd_service pri_drbd_Dienst \<br>

&gt; &gt; &gt; &gt; &gt; &gt;        meta notify=&quot;true&quot;<br>&gt; &gt; &gt; &gt; &gt; &gt; colocation col_apache_after_drbd inf: group_t3<br>&gt; &gt; &gt; ms_drbd_service:Master<br>&gt; &gt; &gt; &gt; &gt; &gt; order ord_apache_after_drbd inf: ms_drbd_service:promote<br>

&gt; &gt; &gt; group_t3:start<br>&gt; &gt; &gt; &gt; &gt; &gt; property $id=&quot;cib-bootstrap-options&quot; \<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; dc-version=&quot;1.0.8-2c98138c2f070fcb6ddeab1084154cffbf44ba75&quot;<br>

&gt; &gt; \<br>&gt; &gt; &gt; &gt; &gt; &gt;        cluster-infrastructure=&quot;Heartbeat&quot; \<br>&gt; &gt; &gt; &gt; &gt; &gt;        no-quorum-policy=&quot;ignore&quot; \<br>&gt; &gt; &gt; &gt; &gt; &gt;        default-resource-stickiness=&quot;1000&quot; \<br>

&gt; &gt; &gt; &gt; &gt; &gt;        last-lrm-refresh=&quot;1270557498&quot; \<br>&gt; &gt; &gt; &gt; &gt; &gt;        startup-fencing=&quot;false&quot; \<br>&gt; &gt; &gt; &gt; &gt; &gt;        stonith-enabled=&quot;false&quot; \<br>

&gt; &gt; &gt; &gt; &gt; &gt;        default-action-timeout=&quot;120s&quot;<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; Regards Stefan Kelemen<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>

&gt; &gt; &gt; &gt; &gt; &gt; --<br>&gt; &gt; &gt; &gt; &gt; &gt; GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!<br>&gt; &gt; &gt; &gt; &gt; &gt; Jetzt freischalten unter <a href="http://portal.gmx.net/de/go/maxdome01" target="_blank">http://portal.gmx.net/de/go/maxdome01</a><br>

&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; &gt; &gt; Pacemaker mailing list<br>&gt; &gt; &gt; &gt; &gt; &gt; <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>

&gt; &gt; &gt; &gt; &gt; &gt; <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>

&gt; &gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; &gt; Pacemaker mailing list<br>&gt; &gt; &gt; &gt; &gt; <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>

&gt; &gt; &gt; &gt; &gt; <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; --<br>&gt; &gt; &gt; &gt;  GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!<br>

&gt; &gt; &gt; &gt; Jetzt freischalten unter <a href="http://portal.gmx.net/de/go/maxdome01" target="_blank">http://portal.gmx.net/de/go/maxdome01</a><br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; _______________________________________________<br>

&gt; &gt; &gt; &gt; Pacemaker mailing list<br>&gt; &gt; &gt; &gt; <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>&gt; &gt; &gt; &gt; <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>

&gt; &gt; &gt; &gt;<br>&gt; &gt;<br>&gt; &gt; --<br>&gt; &gt;  GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!<br>&gt; &gt; Jetzt freischalten unter <a href="http://portal.gmx.net/de/go/maxdome01" target="_blank">http://portal.gmx.net/de/go/maxdome01</a><br>

&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Pacemaker mailing list<br>&gt; &gt; <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>&gt; &gt; <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>

&gt; &gt;<br><br></div></div>--<br>
<div class="im">GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!<br>Jetzt freischalten unter <a href="http://portal.gmx.net/de/go/maxdome01" target="_blank">http://portal.gmx.net/de/go/maxdome01</a><br><br>_______________________________________________<br>

Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br><a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>

<br></div>
<div>
<div></div>
<div class="h5">Project Home: <a href="http://www.clusterlabs.org/" target="_blank">http://www.clusterlabs.org</a><br>Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a></div>

</div></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br><br>Jayakrishnan. L<br><br>Visit: <br><a href="http://www.foralllinux.blogspot.com">www.foralllinux.blogspot.com</a><br><a href="http://www.jayakrishnan.bravehost.com">www.jayakrishnan.bravehost.com</a><br>

<br>