<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"><<a href="mailto:Stefan.Kelemen@gmx.de">Stefan.Kelemen@gmx.de</a>></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="pingd" host_list="192.168.1.1 \ 192.168.4.10"<br>

<br><br><br>clone clo_pingd pri_pingd \<br>
<div class="im">       meta globally-unique="false" interleave="true"<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="loc_IP_Cluster_on_pingd-rule" -inf: not_defined pingd or pingd number:lte 0<br><br>--------------<br>crm(live)configure# show<br>


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

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

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

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

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

       op monitor interval="15s" timeout="20s"<br>group group_t3 pri_FS_drbd_t3 pri_IP_Cluster pri_apache_Dienst \<br>       meta is-managed="true" target-role="Started"<br>
<div class="im">ms ms_drbd_service pri_drbd_Dienst \<br>       meta notify="true"<br></div>clone clo_pingd pri_pingd \<br>
<div class="im">       meta globally-unique="false" interleave="true"<br></div>location loc_IP_Cluster_on_pingd group_t3 \<br>       rule $id="loc_IP_Cluster_on_pingd-rule" -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="cib-bootstrap-options" \<br>       dc-version="1.0.8-2c98138c2f070fcb6ddeab1084154cffbf44ba75" \<br>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

> > ms ms_drbd_service pri_drbd_Dienst \<br>> >        meta notify="true"<br>> > 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="cib-bootstrap-options" \<br>> >        dc-version="1.0.8-2c98138c2f070fcb6ddeab1084154cffbf44ba75" \<br>> >        cluster-infrastructure="Heartbeat" \<br>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

> > > epoch="166"<br>> > > > num_updates="21"><br>> > > >  <configuration><br>> > > >    <crm_config><br>> > > >      <cluster_property_set id="cib-bootstrap-options"><br>

> > > >        <nvpair id="cib-bootstrap-options-dc-version"<br>> name="dc-version"<br>> > > > value="1.0.8-2c98138c2f070fcb6ddeab1084154cffbf44ba75"/><br>> > > >        <nvpair id="cib-bootstrap-options-cluster-infrastructure"<br>

> > > > name="cluster-infrastructure" value="Heartbeat"/><br>> > > >        <nvpair id="cib-bootstrap-options-no-quorum-policy"<br>> > > > name="no-quorum-policy" value="ignore"/><br>

> > > >        <nvpair<br>> id="cib-bootstrap-options-default-resource-stickiness"<br>> > > > name="default-resource-stickiness" value="1000"/><br>> > > >        <nvpair name="last-lrm-refresh"<br>

> > > > id="cib-bootstrap-options-last-lrm-refresh" value="1270652695"/><br>> > > >        <nvpair id="cib-bootstrap-options-startup-fencing"<br>> > > > name="startup-fencing" value="false"/><br>

> > > >        <nvpair id="cib-bootstrap-options-stonith-enabled"<br>> > > > name="stonith-enabled" value="false"/><br>> > > >        <nvpair id="cib-bootstrap-options-default-action-timeout"<br>

> > > > name="default-action-timeout" value="120s"/><br>> > > >      </cluster_property_set><br>> > > >    </crm_config><br>> > > >    <nodes><br>

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

> > > >      </node><br>> > > >      <node type="normal" uname="server2"<br>> > > > id="5262f929-1082-4a85-aa05-7bd1992f15be"><br>> > > >        <instance_attributes<br>

> > > > id="nodes-5262f929-1082-4a85-aa05-7bd1992f15be"><br>> > > >          <nvpair name="standby"<br>> > > > id="nodes-5262f929-1082-4a85-aa05-7bd1992f15be-standby"<br>

> value="off"/><br>> > > >        </instance_attributes><br>> > > >      </node><br>> > > >    </nodes><br>> > > >    <resources><br>

> > > >      <master id="ms_drbd_service"><br>> > > >        <meta_attributes id="ms_drbd_service-meta_attributes"><br>> > > >          <nvpair id="ms_drbd_service-meta_attributes-notify"<br>

> > > name="notify"<br>> > > > value="true"/><br>> > > >        </meta_attributes><br>> > > >        <primitive class="ocf" id="pri_drbd_Dienst" provider="linbit"<br>

> > > > type="drbd"><br>> > > >          <instance_attributes<br>> id="pri_drbd_Dienst-instance_attributes"><br>> > > >            <nvpair<br>> > > id="pri_drbd_Dienst-instance_attributes-drbd_resource"<br>

> > > > name="drbd_resource" value="t3"/><br>> > > >          </instance_attributes><br>> > > >          <operations><br>> > > >            <op id="pri_drbd_Dienst-monitor-15" interval="15"<br>

> > > > name="monitor"/><br>> > > >            <op id="pri_drbd_Dienst-start-0" interval="0"<br>> name="start"<br>> > > > timeout="240"/><br>

> > > >            <op id="pri_drbd_Dienst-stop-0" interval="0" name="stop"<br>> > > > timeout="100"/><br>> > > >          </operations><br>

> > > >        </primitive><br>> > > >      </master><br>> > > >      <group id="group_t3"><br>> > > >        <primitive class="ocf" id="pri_FS_drbd_t3"<br>

> provider="heartbeat"<br>> > > > type="Filesystem"><br>> > > >          <instance_attributes<br>> id="pri_FS_drbd_t3-instance_attributes"><br>> > > >            <nvpair id="pri_FS_drbd_t3-instance_attributes-device"<br>

> > > > name="device" value="/dev/drbd0"/><br>> > > >            <nvpair id="pri_FS_drbd_t3-instance_attributes-directory"<br>> > > > name="directory" value="/mnt/drbd_daten"/><br>

> > > >            <nvpair id="pri_FS_drbd_t3-instance_attributes-fstype"<br>> > > > name="fstype" value="ext3"/><br>> > > >            <nvpair id="pri_FS_drbd_t3-instance_attributes-options"<br>

> > > > name="options" value="noatime"/><br>> > > >          </instance_attributes><br>> > > >        </primitive><br>> > > >        <primitive class="ocf" id="pri_IP_Cluster"<br>

> provider="heartbeat"<br>> > > > type="IPaddr2"><br>> > > >          <instance_attributes<br>> id="pri_IP_Cluster-instance_attributes"><br>> > > >            <nvpair id="pri_IP_Cluster-instance_attributes-ip"<br>

> name="ip"<br>> > > > value="192.168.1.253"/><br>> > > >            <nvpair<br>> id="pri_IP_Cluster-instance_attributes-cidr_netmask"<br>> > > > name="cidr_netmask" value="24"/><br>

> > > >            <nvpair id="pri_IP_Cluster-instance_attributes-nic"<br>> > > name="nic"<br>> > > > value="eth1"/><br>> > > >          </instance_attributes><br>

> > > >        </primitive><br>> > > >        <primitive class="ocf" id="pri_apache_Dienst"<br>> > > provider="heartbeat"<br>> > > > type="apache"><br>

> > > >          <operations><br>> > > >            <op id="pri_apache_Dienst-monitor-15" interval="15"<br>> > > > name="monitor"/><br>> > > >          </operations><br>

> > > >          <instance_attributes<br>> > > id="pri_apache_Dienst-instance_attributes"><br>> > > >            <nvpair<br>> > id="pri_apache_Dienst-instance_attributes-configfile"<br>

> > > > name="configfile" value="/etc/apache2/apache2.conf"/><br>> > > >            <nvpair id="pri_apache_Dienst-instance_attributes-httpd"<br>> > > > name="httpd" value="/usr/sbin/apache2"/><br>

> > > >            <nvpair id="pri_apache_Dienst-instance_attributes-port"<br>> > > > name="port" value="80"/><br>> > > >          </instance_attributes><br>

> > > >          <meta_attributes id="pri_apache_Dienst-meta_attributes"><br>> > > >            <nvpair<br>> id="pri_apache_Dienst-meta_attributes-target-role"<br>> > > > name="target-role" value="started"/><br>

> > > >          </meta_attributes><br>> > > >        </primitive><br>> > > >        <meta_attributes id="group_t3-meta_attributes"><br>> > > >          <nvpair name="is-managed"<br>

> > > id="group_t3-meta_attributes-is-managed"<br>> > > > value="true"/><br>> > > >        </meta_attributes><br>> > > >      </group><br>> > > >    </resources><br>

> > > >    <constraints><br>> > > >      <rsc_colocation id="col_apache_after_drbd" rsc="group_t3"<br>> > > > score="INFINITY" with-rsc="ms_drbd_service" with-rsc-role="Master"/><br>

> > > >      <rsc_order first="ms_drbd_service" first-action="promote"<br>> > > > id="ord_apache_after_drbd" score="INFINITY" then="group_t3"<br>

> > > > then-action="start"/><br>> > > >    </constraints><br>> > > >    <rsc_defaults/><br>> > > >    <op_defaults/><br>> > > >  </configuration><br>

> > > >  <status><br>> > > >    <node_state uname="server2" ha="active" in_ccm="true"<br>> crmd="online"<br>> > > > expected="member" shutdown="0" join="member"<br>

> > > > id="5262f929-1082-4a85-aa05-7bd1992f15be"><br>> > > >      <transient_attributes<br>> id="5262f929-1082-4a85-aa05-7bd1992f15be"><br>> > > >        <instance_attributes<br>

> > > > id="status-5262f929-1082-4a85-aa05-7bd1992f15be"><br>> > > >          <nvpair<br>> > > > id="status-5262f929-1082-4a85-aa05-7bd1992f15be-probe_complete"<br>

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

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

> > > > name="last-failure-pri_drbd_Dienst:1" value="1270652335"/><br>> > > >        </instance_attributes><br>> > > >      </transient_attributes><br>

> > > >      <lrm id="5262f929-1082-4a85-aa05-7bd1992f15be"><br>> > > >        <lrm_resources><br>> > > >          <lrm_resource id="pri_apache_Dienst" type="apache"<br>

> class="ocf"<br>> > > > provider="heartbeat"><br>> > > >            <lrm_rsc_op id="pri_apache_Dienst_monitor_0"<br>> > > operation="monitor"<br>

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

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

> > > > op-digest="592a5e45deff3022dc73ad2b8b690624"/><br>> > > >            <lrm_rsc_op id="pri_apache_Dienst_start_0"<br>> operation="start"<br>> > > > crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1"<br>

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

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

> > > >            <lrm_rsc_op id="pri_apache_Dienst_monitor_15000"<br>> > > > operation="monitor" crm-debug-origin="build_active_RAs"<br>> > > > crm_feature_set="3.0.1"<br>

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

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

> > > >          </lrm_resource><br>> > > >          <lrm_resource id="pri_IP_Cluster" type="IPaddr2"<br>> class="ocf"<br>> > > > provider="heartbeat"><br>

> > > >            <lrm_rsc_op id="pri_IP_Cluster_monitor_0"<br>> > operation="monitor"<br>> > > > crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1"<br>

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

> > last-run="1270651694"<br>> > > > last-rc-change="1270651694" exec-time="300" queue-time="0"<br>> > > > op-digest="ab9506a065e05252980696cd889aac20"/><br>

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

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

> > > > last-rc-change="1270652723" exec-time="70" queue-time="0"<br>> > > > op-digest="ab9506a065e05252980696cd889aac20"/><br>> > > >          </lrm_resource><br>

> > > >          <lrm_resource type="drbd" class="ocf" provider="linbit"<br>> > > > id="pri_drbd_Dienst:0"><br>> > > >            <lrm_rsc_op id="pri_drbd_Dienst:0_start_0"<br>

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

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

> > > > last-rc-change="1270652689" exec-time="60" queue-time="0"<br>> > > > op-digest="da70ef5b9aed870d7c0944ce6ee989e2"/><br>> > > >            <lrm_rsc_op id="pri_drbd_Dienst:0_promote_0"<br>

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

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

> > > > last-rc-change="1270652722" exec-time="90" queue-time="0"<br>> > > > op-digest="da70ef5b9aed870d7c0944ce6ee989e2"/><br>> > > >            <lrm_rsc_op id="pri_drbd_Dienst:0_post_notify_promote_0"<br>

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

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

> > > > last-rc-change="1270652722" exec-time="70" queue-time="0"<br>> > > > op-digest="da70ef5b9aed870d7c0944ce6ee989e2"/><br>> > > >            <lrm_rsc_op operation="notify" crm_feature_set="3.0.1"<br>

> > > > rc-code="0" op-status="0" interval="0" queue-time="0"<br>> > > > op-digest="da70ef5b9aed870d7c0944ce6ee989e2"<br>> > > > id="pri_drbd_Dienst:0_pre_notify_demote_0"<br>

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

> > > > exec-time="50"/><br>> > > >            <lrm_rsc_op id="pri_drbd_Dienst:0_post_notify_demote_0"<br>> > > > operation="notify" crm-debug-origin="do_update_resource"<br>

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

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

> > > > op-digest="da70ef5b9aed870d7c0944ce6ee989e2"/><br>> > > >            <lrm_rsc_op id="pri_drbd_Dienst:0_pre_notify_stop_0"<br>> > > > operation="notify" crm-debug-origin="do_update_resource"<br>

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

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

> > > > op-digest="da70ef5b9aed870d7c0944ce6ee989e2"/><br>> > > >            <lrm_rsc_op id="pri_drbd_Dienst:0_post_notify_stop_0"<br>> > > > operation="notify" crm-debug-origin="do_update_resource"<br>

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

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

> > > > op-digest="da70ef5b9aed870d7c0944ce6ee989e2"/><br>> > > >            <lrm_rsc_op id="pri_drbd_Dienst:0_pre_notify_start_0"<br>> > > > operation="notify" crm-debug-origin="do_update_resource"<br>

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

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

> > > > op-digest="da70ef5b9aed870d7c0944ce6ee989e2"/><br>> > > >            <lrm_rsc_op id="pri_drbd_Dienst:0_post_notify_start_0"<br>> > > > operation="notify" crm-debug-origin="do_update_resource"<br>

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

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

> > > > op-digest="da70ef5b9aed870d7c0944ce6ee989e2"/><br>> > > >          </lrm_resource><br>> > > >          <lrm_resource id="pri_FS_drbd_t3" type="Filesystem"<br>

> > class="ocf"<br>> > > > provider="heartbeat"><br>> > > >            <lrm_rsc_op id="pri_FS_drbd_t3_monitor_0"<br>> > operation="monitor"<br>

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

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

> > > > op-digest="0948723f8c5b98b0d6330e30199bfe83"/><br>> > > >            <lrm_rsc_op id="pri_FS_drbd_t3_start_0" operation="start"<br>> > > > crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1"<br>

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

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

> > > >          </lrm_resource><br>> > > >        </lrm_resources><br>> > > >      </lrm><br>> > > >    </node_state><br>> > > >    <node_state uname="server1" ha="active" in_ccm="true"<br>

> crmd="online"<br>> > > > join="member" expected="member" shutdown="0"<br>> > > > id="3e20966a-ed64-4972-8f5a-88be0977f759"><br>> > > >      <transient_attributes<br>

> id="3e20966a-ed64-4972-8f5a-88be0977f759"><br>> > > >        <instance_attributes<br>> > > > id="status-3e20966a-ed64-4972-8f5a-88be0977f759"><br>> > > >          <nvpair<br>

> > > > id="status-3e20966a-ed64-4972-8f5a-88be0977f759-probe_complete"<br>> > > > name="probe_complete" value="true"/><br>> > > >          <nvpair<br>

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

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

> > > >        </instance_attributes><br>> > > >      </transient_attributes><br>> > > >      <lrm id="3e20966a-ed64-4972-8f5a-88be0977f759"><br>> > > >        <lrm_resources><br>

> > > >          <lrm_resource id="pri_apache_Dienst" type="apache"<br>> class="ocf"<br>> > > > provider="heartbeat"><br>> > > >            <lrm_rsc_op id="pri_apache_Dienst_monitor_0"<br>

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

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

> > > > last-rc-change="1270651695" exec-time="440" queue-time="0"<br>> > > > op-digest="592a5e45deff3022dc73ad2b8b690624"/><br>> > > >            <lrm_rsc_op id="pri_apache_Dienst_start_0"<br>

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

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

> > > > last-rc-change="1270652698" exec-time="270" queue-time="0"<br>> > > > op-digest="592a5e45deff3022dc73ad2b8b690624"/><br>> > > >            <lrm_rsc_op id="pri_apache_Dienst_stop_0"<br>

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

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

> > > > last-rc-change="1270652715" exec-time="1320" queue-time="0"<br>> > > > op-digest="592a5e45deff3022dc73ad2b8b690624"/><br>> > > >          </lrm_resource><br>

> > > >          <lrm_resource id="pri_IP_Cluster" type="IPaddr2"<br>> class="ocf"<br>> > > > provider="heartbeat"><br>> > > >            <lrm_rsc_op id="pri_IP_Cluster_monitor_0"<br>

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

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

> > > > last-rc-change="1270651695" exec-time="340" queue-time="0"<br>> > > > op-digest="ab9506a065e05252980696cd889aac20"/><br>> > > >            <lrm_rsc_op id="pri_IP_Cluster_start_0" operation="start"<br>

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

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

> > > > op-digest="ab9506a065e05252980696cd889aac20"/><br>> > > >            <lrm_rsc_op id="pri_IP_Cluster_stop_0" operation="stop"<br>> > > > crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1"<br>

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

> > > last-run="1270652717"<br>> > > > last-rc-change="1270652717" exec-time="100" queue-time="0"<br>> > > > op-digest="ab9506a065e05252980696cd889aac20"/><br>

> > > >          </lrm_resource><br>> > > >          <lrm_resource type="drbd" class="ocf" provider="linbit"<br>> > > > id="pri_drbd_Dienst:1"><br>

> > > >            <lrm_rsc_op id="pri_drbd_Dienst:1_monitor_0"<br>> > > operation="monitor"<br>> > > > crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1"<br>

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

> > > last-run="1270652696"<br>> > > > last-rc-change="1270652696" exec-time="270" queue-time="0"<br>> > > > op-digest="da70ef5b9aed870d7c0944ce6ee989e2"/><br>

> > > >            <lrm_rsc_op operation="demote" crm_feature_set="3.0.1"<br>> > > > rc-code="0" op-status="0" interval="0" queue-time="0"<br>

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

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

> > > >            <lrm_rsc_op id="pri_drbd_Dienst:1_pre_notify_promote_0"<br>> > > > operation="notify" crm-debug-origin="build_active_RAs"<br>> > > > crm_feature_set="3.0.1"<br>

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

> > > last-run="1270652793"<br>> > > > last-rc-change="1270652793" exec-time="140" queue-time="0"<br>> > > > op-digest="da70ef5b9aed870d7c0944ce6ee989e2"/><br>

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

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

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

> > > >            <lrm_rsc_op operation="notify" crm_feature_set="3.0.1"<br>> > > > rc-code="0" op-status="0" interval="0"<br>> > > > op-digest="da70ef5b9aed870d7c0944ce6ee989e2"<br>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

> > class="ocf"<br>> > > > provider="heartbeat"><br>> > > >            <lrm_rsc_op id="pri_FS_drbd_t3_monitor_0"<br>> > operation="monitor"<br>

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

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

> > > > op-digest="0948723f8c5b98b0d6330e30199bfe83"/><br>> > > >            <lrm_rsc_op id="pri_FS_drbd_t3_start_0" operation="start"<br>> > > > crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1"<br>

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

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

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

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

> > > > last-rc-change="1270652718" exec-time="140" queue-time="0"<br>> > > > op-digest="0948723f8c5b98b0d6330e30199bfe83"/><br>> > > >          </lrm_resource><br>

> > > >        </lrm_resources><br>> > > >      </lrm><br>> > > >    </node_state><br>> > > >  </status><br>> > > > </cib><br>> > > ><br>

> > > ><br>> > > > ><br>> > > > > ><br>> > > > > > ------------------------<br>> > > > > ><br>> > > > > > My Config in Simple look<br>

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

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

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

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

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

> > > > > >        params drbd_resource="t3" \<br>> > > > > >        op monitor interval="15" \<br>> > > > > >        op start interval="0" timeout="240" \<br>

> > > > > >        op stop interval="0" timeout="100"<br>> > > > > > group group_t3 pri_FS_drbd_t3 pri_IP_Cluster pri_apache_Dienst<br>> > > > > > ms ms_drbd_service pri_drbd_Dienst \<br>

> > > > > >        meta notify="true"<br>> > > > > > colocation col_apache_after_drbd inf: group_t3<br>> > > ms_drbd_service:Master<br>> > > > > > order ord_apache_after_drbd inf: ms_drbd_service:promote<br>

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

> > \<br>> > > > > >        cluster-infrastructure="Heartbeat" \<br>> > > > > >        no-quorum-policy="ignore" \<br>> > > > > >        default-resource-stickiness="1000" \<br>

> > > > > >        last-lrm-refresh="1270557498" \<br>> > > > > >        startup-fencing="false" \<br>> > > > > >        stonith-enabled="false" \<br>

> > > > > >        default-action-timeout="120s"<br>> > > > > ><br>> > > > > ><br>> > > > > > Regards Stefan Kelemen<br>> > > > > ><br>

> > > > > > --<br>> > > > > > 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<br>> > > > > > <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>> > > > ><br>

> > > > > _______________________________________________<br>> > > > > Pacemaker mailing list<br>> > > > > <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>> > > > --<br>> > > >  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<br>> > > > <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>> ><br>> > --<br>> >  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<br>> > <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><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>