<div dir="ltr"><div><div><div><div>Thank you for the Prompt reply.<br></div>I have one more question.sorry it might be silly. but am wondering after noticed this.<br> I made that interface down &lt;NO carrier&gt; but how the ip address(Public) &amp; VIP (IP resource) are still in primary node.<br></div>If i made interface down, public IP address also have to go down right?<br><br></div>Regards,<br></div><a href="http://pillai.bs">pillai.bs</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 3, 2017 at 7:34 PM, Ken Gaillot <span dir="ltr">&lt;<a href="mailto:kgaillot@redhat.com" target="_blank">kgaillot@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 05/03/2017 02:43 AM, pillai bs wrote:<br>
&gt; Hi Experts!!!<br>
&gt;<br>
&gt;               Am having two node setup for HA (Primary/Secondary) with<br>
&gt; separate resources for Home/data/logs/Virtual IP.. As known the Expected<br>
&gt; behavior should be , if Primary node went down, secondary has to take<br>
&gt; in-charge (meaning initially the VIP will point the primary node, so<br>
&gt; user can access home/data/logs from primary node.Once primary node went<br>
&gt; down, the VIP/floatingIP will point the secondary node so that the user<br>
&gt; can experienced uninterrupted service).<br>
&gt;              I&#39;m using dual ring support to avoid split brain. I have<br>
&gt; two interfaces (Public &amp; Private).Intention for having private interface<br>
&gt; is for Data Sync alone.<br>
&gt;<br>
&gt; I have tested my setup in two different ways:<br>
&gt; 1. Made primary Interface down (ifdown eth0), as expected VIP and other<br>
&gt; resources moved from primary to secondary node.(VIP will not be<br>
&gt; reachable from primary node)<br>
&gt; 2. Made Primary Interface down (Physically unplugged the Ethernet<br>
&gt; Cable). The primary node still retain the resources, VIP/FloatingIP was<br>
&gt; reachable from primary node.<br>
&gt;<br>
&gt; Is my testing correct?? how come the VIP will be reachable even though<br>
&gt; eth0 was down. Please advice!!!<br>
&gt;<br>
&gt; Regards,<br>
&gt; Madhan.B<br>
<br>
</div></div>Sorry, didn&#39;t see this message before replying to the other one :)<br>
<br>
The IP resource is successful if the IP is up *on that host*. It doesn&#39;t<br>
check that the IP is reachable from any other site. Similarly,<br>
filesystem resources just make sure that the filesystem can be mounted<br>
on the host. So, unplugging the Ethernet won&#39;t necessarily make those<br>
resources fail.<br>
<br>
Take a look at the ocf:pacemaker:ping resource for a way to ensure that<br>
the primary host has connectivity to the outside world. Also, be sure<br>
you have fencing configured, so that the surviving node can kill a node<br>
that is completely cut off or unresponsive.<br>
<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
Users mailing list: <a href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a><br>
<a href="http://lists.clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.clusterlabs.org/<wbr>mailman/listinfo/users</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" rel="noreferrer" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" rel="noreferrer" target="_blank">http://www.clusterlabs.org/<wbr>doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" rel="noreferrer" target="_blank">http://bugs.clusterlabs.org</a><br>
</div></div></blockquote></div><br></div>