<div class="gmail_quote">On Wed, Jun 29, 2011 at 11:57 PM, Rahul Borate <span dir="ltr"><<a href="mailto:Rahul.Borate@sailpoint.com">Rahul.Borate@sailpoint.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div link="blue" vlink="purple" lang="EN-IN"><div><span style="font-size:10.0pt;font-family:"Courier New";color:black">Two HA services running on node-1. If I unplug the cables for node 1 then those two services should transfers to Node-2. But node-2 did not take over the services.</span>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:black">But if I do proper shutdown/reboot on node-1 then those two services are transferring to  node-2 without problem.</span></p>

<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";color:black"></span></p></div></div></blockquote><div><br>If you shut down a node then it leaves the cluster cleanly.  If you pull the network on a node then the other node tries to fence it.  Nothing will happen with the services the missing node "owned" until that node is successfully fenced. <br>
<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div link="blue" vlink="purple" lang="EN-IN"><div><p class="MsoNormal">Node2: tail –f /var/log/message</p>
<p class="MsoNormal">
... <br></p>Jun 29 18:20:49 vm-idm02 fenced[1706]: fencing node "vm-idm01"
<p class="MsoNormal"></p><p class="MsoNormal">Jun 29 18:20:49 vm-idm02 fenced[1706]: fence "vm-idm01" failed</p></div></div></blockquote><div><br>This is where your issues is.  Because fencing failed the other node will not take over any of the failed services. <br>
</div></div>