Hello,<br>I am using a cluster with following configuration:<br><br> [root@MCG1 neha]# crm configure show<br>node $id="0686a4d1-c9de-4334-8d33-1a9f6f0755dd" ggns2mexsatsdp22<br>node $id="76246d46-f0e4-4ba8-9179-d60aa7c697c8" ggns2mexsatsdp23<br>
node $id="9d59c9e6-24e0-4684-94ab-c07af7e7a2f0" mcg1 \<br>        attributes standby="off"<br>node $id="fb3f06f0-05bf-42ef-a312-c072f589918a" mcg2 \<br>        attributes standby="off"<br>
primitive ClusterIP ocf:mcg:MCG_VIPaddr_RA \<br>        params ip="192.168.113.77" cidr_netmask="255.255.255.0" nic="eth0:1" \<br>        op monitor interval="40" timeout="20"<br>
primitive RM ocf:mcg:RM_RA \<br>        op monitor interval="60" role="Master" timeout="30" on-fail="restart" \<br>        op monitor interval="40" role="Slave" timeout="40" on-fail="restart"<br>
primitive Tmgr ocf:mcg:TM_RA \<br>        op monitor interval="60" role="Master" timeout="30" on-fail="restart" \<br>        op monitor interval="40" role="Slave" timeout="40" on-fail="restart"<br>
primitive pimd ocf:mcg:PIMD_RA \<br>        op monitor interval="60" role="Master" timeout="30" on-fail="standby" \<br>        op monitor interval="40" role="Slave" timeout="40" on-fail="restart"<br>
ms ms_RM RM \<br>        meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true" target-role="Started"<br>ms ms_Tmgr Tmgr \<br>        meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true" target-role="Started"<br>
ms ms_pimd pimd \<br>        meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true" target-role="Started"<br>colocation ip_with_RM inf: ClusterIP ms_RM:Master<br>
colocation ip_with_Tmgr inf: ClusterIP ms_Tmgr:Master<br>colocation ip_with_pimd inf: ClusterIP ms_pimd:Master<br>order TM-after-RM inf: ms_RM:promote ms_Tmgr:start<br>order ip-after-pimd inf: ms_pimd:promote ClusterIP:start<br>
order pimd-after-TM inf: ms_Tmgr:promote ms_pimd:start<br>property $id="cib-bootstrap-options" \<br>        dc-version="1.0.11-55a5f5be61c367cbd676c2f0ec4f1c62b38223d7" \<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 execute "crm node standby" command on the Active node, it leads to stopping of resourcs on both Active and Standby node.<br>As per my understanding, this should lead to stopping of resources only on current Active node and all the resources on the standby node should get a promote.<br>
<br>Please comment.<br><br>Thanks and regards<br>Neha<br><br><br>