Hello,<br><br>Standard Jboss RA can not be used as master/slave. <br>I have used it to as "ms" as a workaround for a pacemaker bug in which start of one resource leads to re-start of different clone resources.<br>
<br>I suppose this should not cause the problem am facing.<br><br> Thanks and regards<br>Neha<br><br><div class="gmail_quote">On Mon, Mar 19, 2012 at 6:48 PM,  <span dir="ltr"><<a href="mailto:pacemaker-request@oss.clusterlabs.org">pacemaker-request@oss.clusterlabs.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Pacemaker mailing list submissions to<br>
        <a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:pacemaker-request@oss.clusterlabs.org">pacemaker-request@oss.clusterlabs.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:pacemaker-owner@oss.clusterlabs.org">pacemaker-owner@oss.clusterlabs.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Pacemaker digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Promote of one resource leads to start of another<br>
      resource in heartbeat cluster (emmanuel segura)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 19 Mar 2012 14:23:19 +0100<br>
From: emmanuel segura <<a href="mailto:emi2fast@gmail.com">emi2fast@gmail.com</a>><br>
To: The Pacemaker cluster resource manager<br>
        <<a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a>><br>
Subject: Re: [Pacemaker] Promote of one resource leads to start of<br>
        another resource in heartbeat cluster<br>
Message-ID:<br>
        <CAE7pJ3D2ZUYBA-TVcYT55WLggv-a+NzERH=<a href="mailto:3Cw94Nu9P%2BVF3Cw@mail.gmail.com">3Cw94Nu9P+VF3Cw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
are you sure the ocf:heartbeat:jboss it can used as ms?<br>
<br>
because if remember well the script agent must has the support and promote<br>
option<br>
<br>
Sorry for my bad english<br>
<br>
<a href="http://linux-ha.org/doc/man-pages/re-ra-jboss.html" target="_blank">http://linux-ha.org/doc/man-pages/re-ra-jboss.html</a><br>
<br>
Il giorno 19 marzo 2012 14:10, neha chatrath <<a href="mailto:nehachatrath@gmail.com">nehachatrath@gmail.com</a>> ha<br>
scritto:<br>
<br>
> Hello,<br>
> I have the following 2 node cluster configuration:<br>
><br>
> "node $id="15f8a22d-9b1a-4ce3-bca2-05f654a9ed6a" cps2 \<br>
>         attributes standby="off"<br>
> node $id="d3088454-5ff3-4bcd-b94c-5a2567e2759b" cps1 \<br>
>         attributes standby="off"<br>
> primitive CPS ocf:heartbeat:jboss_cps \<br>
>         params jboss_home="/home/cluster/cps/<a href="http://jboss-5.1.0.GA/" target="_blank">jboss-5.1.0.GA/</a>"<br>
> java_home="/usr/" run_opts="-c all -b 0.0.0.0 -g clusterCPS<br>
> -Djboss.service.binding.set=ports-01 -Djboss.messaging.ServerPeerID=01"<br>
> statusurl="<a href="http://127.0.0.1:8180" target="_blank">http://127.0.0.1:8180</a>" shutdown_opts="-s <a href="http://127.0.0.1:1199" target="_blank">127.0.0.1:1199</a>"<br>
> pstring="clusterCPS" \<br>
>         op start interval="0" timeout="150" \<br>
>         op stop interval="0" timeout="240" \<br>
>         op monitor interval="30s" timeout="40s"<br>
> primitive ClusterIP ocf:heartbeat:IPaddr2 \<br>
>         params ip="192.168.114.150" cidr_netmask="32" nic="bond0:114:1" \<br>
>         op monitor interval="40" timeout="20" \<br>
>         meta target-role="Started"<br>
> primitive EMS ocf:heartbeat:jboss \<br>
>         params jboss_home="/home/cluster/cps/Jboss_EMS/<a href="http://jboss-5.1.0.GA" target="_blank">jboss-5.1.0.GA</a>"<br>
> java_home="/usr/" run_opts="-c all -b 0.0.0.0 -g clusterEMS"<br>
> pstring="clusterEMS" \<br>
>         op start interval="0" timeout="60" \<br>
>         op stop interval="0" timeout="240" \<br>
>         op monitor interval="30s" timeout="40s"<br>
> primitive LB ocf:ptt:lb_ptt \<br>
>         op monitor interval="40"<br>
> primitive NDB_MGMT ocf:ptt:NDB_MGM_RA \<br>
>         op monitor interval="120" timeout="120"<br>
> primitive NDB_VIP ocf:heartbeat:IPaddr2 \<br>
>         params ip="192.168.117.150" cidr_netmask="255.255.255.255"<br>
> nic="bond0.117:4" \<br>
>         op monitor interval="30" timeout="25"<br>
> primitive Rmgr ocf:ptt:RM_RA \<br>
>         op monitor interval="60" role="Master" timeout="30"<br>
> on-fail="restart" \<br>
>         op monitor interval="40" role="Slave" timeout="40"<br>
> on-fail="restart" \<br>
>         op start interval="0" role="Master" timeout="30" \<br>
>         op start interval="0" role="Slave" timeout="35"<br>
> primitive mysql ocf:ptt:MYSQLD_RA \<br>
>         op monitor interval="180" timeout="200" \<br>
>         op start interval="0" timeout="40"<br>
> primitive ndbd ocf:ptt:NDBD_RA \<br>
>         op monitor interval="120" timeout="120"<br>
> ms CPS_CLONE CPS \<br>
>         meta master-max="1" master-max-node="1" clone-max="2"<br>
> clone-node-max="1" interleave="true" notify="true"<br>
> ms ms_Rmgr Rmgr \<br>
>         meta master-max="1" master-max-node="1" clone-max="2"<br>
> clone-node-max="1" interleave="true" notify="true" target-role="Started"<br>
> ms ms_mysqld mysql \<br>
>         meta master-max="1" master-max-node="1" clone-max="2"<br>
> clone-node-max="1" interleave="true" notify="true"<br>
> clone EMS_CLONE EMS \<br>
>         meta globally-unique="false" clone-max="2" clone-node-max="1"<br>
> clone LB_CLONE LB \<br>
>         meta globally-unique="false" clone-max="2" clone-node-max="1"<br>
> target-role="Started"<br>
> clone ndbdclone ndbd \<br>
>         meta globally-unique="false" clone-max="2" clone-node-max="1"<br>
> colocation RM_with_ip inf: ms_Rmgr:Master ClusterIP<br>
> colocation ndb_vip-with-ndb_mgm inf: NDB_MGMT NDB_VIP<br>
> order RM-after-ip inf: ClusterIP ms_Rmgr<br>
> order cps-after-mysqld inf: ms_mysqld CPS_CLONE<br>
> order ip-after-mysqld inf: ms_mysqld ClusterIP<br>
> order lb-after-cps inf: CPS_CLONE LB_CLONE<br>
> order mysqld-after-ndbd inf: ndbdclone ms_mysqld<br>
> order ndb_mgm-after-ndb_vip inf: NDB_VIP NDB_MGMT<br>
> order ndbd-after-ndb_mgm inf: NDB_MGMT ndbdclone<br>
> property $id="cib-bootstrap-options" \<br>
>         dc-version="1.0.11-9af47ddebcad19e35a61b2a20301dc038018e8e8" \<br>
>    cluster-infrastructure="Heartbeat" \<br>
>         no-quorum-policy="ignore" \<br>
>         stonith-enabled="false"<br>
> rsc_defaults $id="rsc-options" \<br>
>         resource-stickiness="100" \<br>
>         migration_threshold="3"<br>
> "<br>
> When I brig down the active node in the cluster, ms_mysqld resource on the<br>
> standby node is promoted but another resource (ms_Rmgr) gets re-started.<br>
><br>
> Following are excerpts form the logs:<br>
><br>
> "Mar 19 18:09:58 CPS2 lrmd: [27576]: info: operation monitor[13] on<br>
> NDB_VIP for client 27579: pid 29532 exited with return code 0<br>
> Mar 19 18:10:06 CPS2 heartbeat: [27565]: WARN: node cps1: is dead<br>
> Mar 19 18:10:06 CPS2 heartbeat: [27565]: info: Link cps1:bond0.115 dead.<br>
> Mar 19 18:10:06 CPS2 ccm: [27574]: debug: recv msg status from cps1,<br>
> status:dead<br>
> Mar 19 18:10:06 CPS2 ccm: [27574]: debug: status of node cps1: active -><br>
> dead<br>
> Mar 19 18:10:06 CPS2 ccm: [27574]: debug: recv msg CCM_TYPE_LEAVE from<br>
> cps1, status:[null ptr]<br>
> Mar 19 18:10:06 CPS2 ccm: [27574]: debug: quorum plugin: majority<br>
> Mar 19 18:10:06 CPS2 crmd: [27579]: notice: crmd_ha_status_callback:<br>
> Status update: Node cps1 now has status [dead] (DC=true)<br>
> Mar 19 18:10:06 CPS2 ccm: [27574]: debug: cluster:linux-ha,<br>
> member_count=1, member_quorum_votes=100<br>
> Mar 19 18:10:06 CPS2 crmd: [27579]: info: crm_update_peer_proc: cps1.ais<br>
> is now offline<br>
> .......<br>
> ......<br>
><br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Start<br>
> ClusterIP    (cps2)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Leave<br>
> resource NDB_VIP     (Started cps2)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Leave<br>
> resource NDB_MGMT    (Started cps2)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Leave<br>
> resource ndbd:0      (Stopped)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Leave<br>
> resource ndbd:1      (Started cps2)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Leave<br>
> resource mysql:0     (Stopped)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Promote<br>
> mysql:1      (Slave -> Master cps2)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Leave<br>
> resource LB:0        (Stopped)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Leave<br>
> resource LB:1        (Started cps2)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Leave<br>
> resource EMS:0       (Stopped)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Leave<br>
> resource EMS:1       (Started cps2)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Leave<br>
> resource Rmgr:0      (Stopped)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Promote<br>
> Rmgr:1       (Slave -> Master cps2)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Leave<br>
> resource CPS:0       (Stopped)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: notice: LogActions: Leave<br>
> resource CPS:1       (Slave cps2)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: s_crmd_fsa: Processing<br>
> I_PE_SUCCESS: [ state=S_POLICY_ENGINE cause=C_IPC_MESSAGE<br>
> origin=handle_response ]<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: do_fsa_action:<br>
> actions:trace:        // A_LOG<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: do_state_transition: State<br>
> transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS<br>
> cause=C_IPC_MESSAGE origin=handle_response ]<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: do_fsa_action:<br>
> actions:trace:        // A_DC_TIMER_STOP<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: do_fsa_action:<br>
> actions:trace:        // A_INTEGRATE_TIMER_STOP<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: do_fsa_action:<br>
> actions:trace:        // A_FINALIZE_TIMER_STOP<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: do_fsa_action:<br>
> actions:trace:        // A_TE_INVOKE<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: unpack_graph: Unpacked<br>
> transition 4: 31 actions in 31 synapses<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: do_te_invoke: Processing graph 4<br>
> (ref=pe_calc-dc-1332160807-80) derived from<br>
> /usr/var/lib/pengine/pe-input-1596.bz2<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: te_rsc_command: Initiating<br>
> action 12: start ClusterIP_start_0 on cps2 (local)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: do_lrm_rsc_op: Performing<br>
> key=12:4:0:6c3bbe48-a3be-404f-9ca9-04360dbe5be7 op=ClusterIP_start_0 )<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: debug: on_msg_perform_op:2396: copying<br>
> parameters for rsc ClusterIP<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: debug: on_msg_perform_op: add an<br>
> operation operation start[34] on ClusterIP for client 27579, its<br>
> parameters: cidr_netmask=[32] crm_feature_set=[3.0.1]<br>
> CRM_meta_timeout=[20000] nic=[bond0:114:1] ip=[192.168.114.150]  to the<br>
> operation list.<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: te_rsc_command: Initiating<br>
> action 5: cancel mysql:1_monitor_180000 on cps2 (local)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: do_lrm_invoke: PE requested op<br>
> mysql:1_monitor_180000 (call=NA) be cancelled<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: cancel_op: Scheduling<br>
> mysql:1:29 for removal<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: cancel_op: Cancelling op 29 for<br>
> mysql:1 (mysql:1:29)<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: info: cancel_op: operation monitor[29]<br>
> on mysql:1 for client 27579, its parameters: CRM_meta_clone=[1]<br>
> CRM_meta_notify_slave_resource=[ ] CRM_meta_notify_active_resource=[ ]<br>
> CRM_meta_notify_demote_uname=[ ] CRM_meta_notify_active_uname=[ ]<br>
> CRM_meta_master_node_max=[1] CRM_meta_notify_stop_resource=[ ]<br>
> CRM_meta_notify_master_resource=[ ] CRM_meta_clone_node_max=[1]<br>
> CRM_meta_notify_demote_resource=[ ] CRM_meta_clone_max=[2]<br>
> CRM_meta_notify_slave_uname=[ ] CRM_meta_notify=[true]<br>
> CRM_meta_master_max=[1] CRM_meta_notify_start_r cancelled<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: debug: on_msg_cancel_op: operation 29<br>
> cancelled<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: cancel_op: Op 29 for mysql:1<br>
> (mysql:1:29): cancelled<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: send_direct_ack: ACK'ing<br>
> resource op mysql:1_monitor_180000 from<br>
> 5:4:0:6c3bbe48-a3be-404f-9ca9-04360dbe5be7: lrm_invoke-lrmd-1332160807-83<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: process_te_message: Processing<br>
> (N)ACK lrm_invoke-lrmd-1332160807-83 from cps2<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: match_graph_event: Action<br>
> mysql:1_monitor_180000 (5) confirmed on cps2 (rc=0)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: te_pseudo_action: Pseudo action<br>
> 42 fired and confirmed<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: te_rsc_command: Initiating<br>
> action 4: cancel Rmgr:1_monitor_40000 on cps2 (local)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: do_lrm_invoke: PE requested op<br>
> Rmgr:1_monitor_40000 (call=NA) be cancelled<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: cancel_op: Scheduling Rmgr:1:33<br>
> for removal<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: cancel_op: Cancelling op 33 for<br>
> Rmgr:1 (Rmgr:1:33)<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: info: cancel_op: operation monitor[33]<br>
> on Rmgr:1 for client 27579, its parameters: CRM_meta_clone=[1]<br>
> CRM_meta_notify_active_uname=[ ] CRM_meta_notify_slave_resource=[ ]<br>
> CRM_meta_notify_active_resource=[ ] CRM_meta_interval=[40000]<br>
> CRM_meta_notify_demote_uname=[ ] CRM_meta_globally_unique=[false]<br>
> CRM_meta_master_node_max=[1] CRM_meta_notify_stop_resource=[ ]<br>
> CRM_meta_notify_master_resource=[ ] CRM_meta_clone_node_max=[1]<br>
> CRM_meta_notify_demote_resource=[ ] CRM_meta_clone_max=[2]<br>
> CRM_meta_notify_start_resource=[Rmgr:0 Rmgr: cancelled<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: debug: on_msg_cancel_op: operation 33<br>
> cancelled<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: cancel_op: Op 33 for Rmgr:1<br>
> (Rmgr:1:33): cancelled<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: send_direct_ack: ACK'ing<br>
> resource op Rmgr:1_monitor_40000 from<br>
> 4:4:0:6c3bbe48-a3be-404f-9ca9-04360dbe5be7: lrm_invoke-lrmd-1332160807-85<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: process_te_message: Processing<br>
> (N)ACK lrm_invoke-lrmd-1332160807-85 from cps2<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: match_graph_event: Action<br>
> Rmgr:1_monitor_40000 (4) confirmed on cps2 (rc=0)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: te_pseudo_action: Pseudo action<br>
> 71 fired and confirmed<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: te_pseudo_action: Pseudo action<br>
> 72 fired and confirmed<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: run_graph: Transition 4<br>
> (Complete=0, Pending=1, Fired=6, Skipped=0, Incomplete=25,<br>
> Source=/usr/var/lib/pengine/pe-input-1596.bz2): In-progress<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: delete_op_entry: async: Sending<br>
> delete op for mysql:1_monitor_180000 (call=29)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: process_lrm_event: LRM operation<br>
> mysql:1_monitor_180000 (call=29, status=1, cib-update=0, confirmed=true)<br>
> Cancelled<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: delete_op_entry: async: Sending<br>
> delete op for Rmgr:1_monitor_40000 (call=33)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: process_lrm_event: LRM operation<br>
> Rmgr:1_monitor_40000 (call=33, status=1, cib-update=0, confirmed=true)<br>
> Cancelled<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: te_rsc_command: Initiating<br>
> action 146: notify mysql:1_pre_notify_promote_0 on cps2 (local)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: do_lrm_rsc_op: Performing<br>
> key=146:4:0:6c3bbe48-a3be-404f-9ca9-04360dbe5be7 op=mysql:1_notify_0 )<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: debug: on_msg_perform_op: add an<br>
> operation operation notify[35] on mysql:1 for client 27579, its parameters:<br>
> CRM_meta_clone=[1] CRM_meta_notify_stop_uname=[ ]<br>
> CRM_meta_notify_slave_resource=[mysql:1 ] CRM_meta_notify_active_resource=[<br>
> ] CRM_meta_notify_demote_uname=[ ] CRM_meta_master_node_max=[1]<br>
> CRM_meta_notify_stop_resource=[ ] CRM_meta_notify_master_resource=[ ]<br>
> CRM_meta_clone_node_max=[1] CRM_meta_clone_max=[2] CRM_meta_notify=[true]<br>
> CRM_meta_notify_start_resource=[ ] CRM_meta_notify_master_uname=[ ]<br>
> crm_feature_set=[3.0.1] CRM_meta_globally_u to the operation list.<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: info: rsc:mysql:1 notify[35] (pid<br>
> 29570)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: run_graph: Transition 4<br>
> (Complete=5, Pending=2, Fired=1, Skipped=0, Incomplete=24,<br>
> Source=/usr/var/lib/pengine/pe-input-1596.bz2): In-progress<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: get_xpath_object: No match for<br>
> //cib_update_result//diff-added//crm_config in<br>
> /notify/cib_update_result/diff<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: te_update_diff: Processing diff<br>
> (cib_delete): 0.538.74 -> 0.538.75 (S_TRANSITION_ENGINE)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: te_update_diff: Deleted<br>
> lrm_rsc_op mysql:1_monitor_180000 on 15f8a22d-9b1a-4ce3-bca2-05f654a9ed6a<br>
> was for graph event 5<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: get_xpath_object: No match for<br>
> //cib_update_result//diff-added//crm_config in<br>
> /notify/cib_update_result/diff<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: te_update_diff: Processing diff<br>
> (cib_delete): 0.538.75 -> 0.538.76 (S_TRANSITION_ENGINE)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: te_update_diff: Deleted<br>
> lrm_rsc_op Rmgr:1_monitor_40000 on 15f8a22d-9b1a-4ce3-bca2-05f654a9ed6a was<br>
> for graph event 4<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: te_rsc_command: Initiating<br>
> action 27: promote mysql:1_promote_0 on cps2 (local)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: do_lrm_rsc_op: Performing<br>
> key=27:4:0:6c3bbe48-a3be-404f-9ca9-04360dbe5be7 op=mysql:1_promote_0 )<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: debug: on_msg_perform_op: add an<br>
> operation operation promote[36] on mysql:1 for client 27579, its<br>
> parameters: CRM_meta_clone=[1] CRM_meta_notify_slave_resource=[mysql:1 ]<br>
> CRM_meta_notify_active_resource=[ ] CRM_meta_notify_demote_uname=[ ]<br>
> CRM_meta_notify_start_resource=[ ] CRM_meta_master_node_max=[1]<br>
> CRM_meta_notify_stop_resource=[ ] CRM_meta_notify_master_resource=[ ]<br>
> CRM_meta_clone_node_max=[1] CRM_meta_clone_max=[2] CRM_meta_notify=[true]<br>
> CRM_meta_notify_master_uname=[ ] CRM_meta_master_max=[1]<br>
> crm_feature_set=[3.0.1] CRM_meta_globally_unique= to the operation list.<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: info: rsc:mysql:1 promote[36] (pid<br>
> 29595)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: run_graph: Transition 4<br>
> (Complete=8, Pending=2, Fired=1, Skipped=0, Incomplete=21,<br>
> Source=/usr/var/lib/pengine/pe-input-1596.bz2): In-progress<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: info: RA output:<br>
> (mysql:1:promote:stdout) Entering promote<br>
><br>
> MYSQLD_RA(mysql:1)[29595]:      2012/03/19_18:10:07 INFO: :Neha:<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: info: RA output:<br>
> (mysql:1:promote:stdout) Entering check state<br>
><br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: info: RA output:<br>
> (mysql:1:promote:stdout) Check State: Returning 1<br>
><br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: info: RA output:<br>
> (mysql:1:promote:stdout) promoting MYSQLD as Master!!!!!!!!!!!<br>
><br>
> IPaddr2(ClusterIP)[29567]:      2012/03/19_18:10:07 INFO: Adding IPv4<br>
> address <a href="http://192.168.114.150/32" target="_blank">192.168.114.150/32</a> with broadcast address 192.168.114.150 to<br>
> device bond0 (with label bond0:114:1)<br>
> Mar 19 18:10:07 CPS2 pengine: [27584]: info: process_pe_message:<br>
> Transition 4: PEngine Input stored in:<br>
> /usr/var/lib/pengine/pe-input-1596.bz2<br>
> IPaddr2(ClusterIP)[29567]:      2012/03/19_18:10:07 INFO: Bringing device<br>
> bond0 up<br>
> IPaddr2(ClusterIP)[29567]:      2012/03/19_18:10:07 INFO:<br>
> /usr/lib/heartbeat/send_arp -i 200 -r 5 -p<br>
> /usr/var/run/resource-agents/send_arp-192.168.114.150 bond0 192.168.114.150<br>
> auto not_used not_used<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: info: Managed ClusterIP:start process<br>
> 29567 exited with return code 0.<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: info: operation start[34] on ClusterIP<br>
> for client 27579: pid 29567 exited with return code 0<br>
> Mar 19 18:10:07 CPS2 crm_attribute: [29646]: info: Invoked: crm_attribute<br>
> -N CPS2 -n master-mysql:1 -l reboot -v 10<br>
> Mar 19 18:10:07 CPS2 crm_attribute: [29646]: debug:<br>
> init_client_ipc_comms_nodispatch: Attempting to talk on:<br>
> /usr/var/run/crm/cib_rw<br>
> Mar 19 18:10:07 CPS2 crm_attribute: [29646]: debug:<br>
> init_client_ipc_comms_nodispatch: Attempting to talk on:<br>
> /usr/var/run/crm/cib_callback<br>
> Mar 19 18:10:07 CPS2 crm_attribute: [29646]: debug: cib_native_signon_raw:<br>
> Connection to CIB successful<br>
><br>
> .....<br>
> .....<br>
><br>
> Mar 19 18:10:07 CPS2 crm_attribute: [29646]: info: attrd_lazy_update:<br>
> Connecting to cluster... 5 retries remaining<br>
> Mar 19 18:10:07 CPS2 crm_attribute: [29646]: debug:<br>
> init_client_ipc_comms_nodispatch: Attempting to talk on:<br>
> /usr/var/run/crm/attrd<br>
> Mar 19 18:10:07 CPS2 crm_attribute: [29646]: debug: attrd_update: Sent<br>
> update: master-mysql:1=10 for CPS2<br>
> Mar 19 18:10:07 CPS2 crm_attribute: [29646]: info: main: Update<br>
> master-mysql:1=10 sent via attrd<br>
> Mar 19 18:10:07 CPS2 crm_attribute: [29646]: debug: cib_native_signoff:<br>
> Signing out of the CIB Service<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: process_lrm_event: LRM operation<br>
> ClusterIP_start_0 (call=34, rc=0, cib-update=68, confirmed=true) ok<br>
> Mar 19 18:10:07 CPS2 attrd: [27578]: debug: attrd_local_callback: update<br>
> message from crm_attribute: master-mysql:1=10<br>
> Mar 19 18:10:07 CPS2 attrd: [27578]: debug: attrd_local_callback:<br>
> Supplied: 10, Current: 5, Stored: 5<br>
> Mar 19 18:10:07 CPS2 attrd: [27578]: debug: attrd_local_callback: New<br>
> value of master-mysql:1 is 10<br>
> Mar 19 18:10:07 CPS2 attrd: [27578]: info: attrd_trigger_update: Sending<br>
> flush op to all hosts for: master-mysql:1 (10)<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: info: Managed mysql:1:promote process<br>
> 29595 exited with return code 0.<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: info: operation promote[36] on mysql:1<br>
> for client 27579: pid 29595 exited with return code 0<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: process_lrm_event: LRM operation<br>
> mysql:1_promote_0 (call=36, rc=0, cib-update=69, confirmed=true) ok<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: get_xpath_object: No match for<br>
> //cib_update_result//diff-added//crm_config in<br>
> /notify/cib_update_result/diff<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: te_update_diff: Processing diff<br>
> (cib_modify): 0.538.77 -> 0.538.78 (S_TRANSITION_ENGINE)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: match_graph_event: Action<br>
> ClusterIP_start_0 (12) confirmed on cps2 (rc=0)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: te_rsc_command: Initiating<br>
> action 13: monitor ClusterIP_monitor_40000 on cps2 (local)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: do_lrm_rsc_op: Performing<br>
> key=13:4:0:6c3bbe48-a3be-404f-9ca9-04360dbe5be7 op=ClusterIP_monitor_40000 )<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: debug: on_msg_perform_op: add an<br>
> operation operation monitor[37] on ClusterIP for client 27579, its<br>
> parameters: CRM_meta_name=[monitor] cidr_netmask=[32]<br>
> crm_feature_set=[3.0.1] CRM_meta_timeout=[20000] CRM_meta_interval=[40000]<br>
> nic=[bond0:114:1] ip=[192.168.114.150]  to the operation list.<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: info: rsc:ClusterIP monitor[37] (pid<br>
> 29650)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: te_pseudo_action: Pseudo action<br>
> 69 fired and confirmed<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: run_graph: Transition 4<br>
> (Complete=9, Pending=2, Fired=2, Skipped=0, Incomplete=19,<br>
> Source=/usr/var/lib/pengine/pe-input-1596.bz2): In-progress<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: te_rsc_command: Initiating<br>
> action 65: start Rmgr:1_start_0 on cps2 (local)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: info: do_lrm_rsc_op: Performing<br>
> key=65:4:0:6c3bbe48-a3be-404f-9ca9-04360dbe5be7 op=Rmgr:1_start_0 )<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: debug: on_msg_perform_op:2396: copying<br>
> parameters for rsc Rmgr:1<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: debug: on_msg_perform_op: add an<br>
> operation operation start[38] on Rmgr:1 for client 27579, its parameters:<br>
> CRM_meta_clone=[1] CRM_meta_notify_stop_uname=[ ]<br>
> CRM_meta_notify_slave_resource=[Rmgr:1 ] CRM_meta_notify_active_resource=[<br>
> ] CRM_meta_notify_demote_uname=[ ] CRM_meta_master_node_max=[1]<br>
> CRM_meta_notify_stop_resource=[ ] CRM_meta_notify_master_resource=[ ]<br>
> CRM_meta_clone_node_max=[1] CRM_meta_clone_max=[2] CRM_meta_notify=[true]<br>
> CRM_meta_notify_start_resource=[Rmgr:1 ] CRM_meta_notify_master_uname=[ ]<br>
> crm_feature_set=[3.0.1] CRM_meta_globall to the operation list.<br>
> Mar 19 18:10:07 CPS2 lrmd: [27576]: info: rsc:Rmgr:1 start[38] (pid 29651)<br>
> Mar 19 18:10:07 CPS2 crmd: [27579]: debug: run_graph: Transition 4<br>
> (Complete=10, Pending=3, Fired=1, Skipped=0, Incomplete=18,<br>
> Source=/usr/var/lib/pengine/pe-input-1596.bz2): In-progress<br>
> Mar 19 18:10:07 CPS2 RM: [29651]: debug: RM_RA:Entering Main<br>
><br>
> Mar 19 18:10:07 CPS2 RM: [29651]: info: value of OCF_RESOURCE_INSTANCE is<br>
> Rmgr:1<br>
><br>
> Mar 19 18:10:07 CPS2 RM: [29651]: info: envinorment STATE variable value<br>
> is slave<br>
><br>
> """""<br>
><br>
> Can somebody help in this?<br>
><br>
> Thanks and regards<br>
> Neha<br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><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>
> 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><br>
> Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
><br>
><br>
<br>
<br>
--<br>
esta es mi vida e me la vivo hasta que dios quiera<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://oss.clusterlabs.org/pipermail/pacemaker/attachments/20120319/e8bfbe51/attachment.html" target="_blank">http://oss.clusterlabs.org/pipermail/pacemaker/attachments/20120319/e8bfbe51/attachment.html</a>><br>

<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>
End of Pacemaker Digest, Vol 52, Issue 44<br>
*****************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Cheers<br>Neha Chatrath<br>                          KEEP SMILING!!!!<br>