<div dir="ltr"><div><div><div>Thanks Ken <span class="gmail-im">Gaillot,<br></span></div><span class="gmail-im">I will try configuring the resources to monitor and update. Thank you.<br><br></span></div><span class="gmail-im">Regards,<br></span></div><span class="gmail-im">Madhan.B<br></span><div><div><div><div><br></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 19, 2017 at 10:48 PM, Ken Gaillot <span dir="ltr"><<a href="mailto:kgaillot@redhat.com" target="_blank">kgaillot@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 05/18/2017 07:54 AM, pillai bs wrote:<br>
> Hi Ken Gaillot,<br>
><br>
> Sorry for the late reply.<br>
> No i didnt configured any thing to monitor the resources.<br>
><br>
> Regards,<br>
> Madhan.B<br>
<br>
</span>Pacemaker has the built-in capability to monitor resources, but it<br>
doesn't do that unless you tell it to. Without a monitor, Pacemaker will<br>
never know when a resource has failed.<br>
<br>
How you configure a monitor depends on whether you use crm shell, pcs,<br>
or whatever, but basically you just specify that you want to create an<br>
operation for the resource of type "monitor" with some interval (such as<br>
30 seconds).<br>
<span class=""><br>
<br>
> On Sat, May 13, 2017 at 12:54 AM, Ken Gaillot <<a href="mailto:kgaillot@redhat.com">kgaillot@redhat.com</a><br>
</span><span class="">> <mailto:<a href="mailto:kgaillot@redhat.com">kgaillot@redhat.com</a>>> wrote:<br>
><br>
>     On 05/12/2017 09:43 AM, pillai bs wrote:<br>
>     > Thank you for the Prompt reply.<br>
>     > I have one more question.sorry it might be silly. but am wondering after<br>
>     > noticed this.<br>
>     >  I made that interface down <NO carrier> but how the ip address(Public)<br>
>     > & VIP (IP resource) are still in primary node.<br>
>     > If i made interface down, public IP address also have to go down right?<br>
>     ><br>
>     > Regards,<br>
</span>>     > <a href="http://pillai.bs" rel="noreferrer" target="_blank">pillai.bs</a> <<a href="http://pillai.bs" rel="noreferrer" target="_blank">http://pillai.bs</a>> <<a href="http://pillai.bs" rel="noreferrer" target="_blank">http://pillai.bs</a>><br>
<span class="im HOEnZb">><br>
>     Did you configure a monitor operation on the IP address resources?<br>
><br>
>     > On Wed, May 3, 2017 at 7:34 PM, Ken Gaillot <<a href="mailto:kgaillot@redhat.com">kgaillot@redhat.com</a> <mailto:<a href="mailto:kgaillot@redhat.com">kgaillot@redhat.com</a>><br>
</span><div class="HOEnZb"><div class="h5">>     > <mailto:<a href="mailto:kgaillot@redhat.com">kgaillot@redhat.com</a> <mailto:<a href="mailto:kgaillot@redhat.com">kgaillot@redhat.com</a>>>> wrote:<br>
>     ><br>
>     >     On 05/03/2017 02:43 AM, pillai bs wrote:<br>
>     >     > Hi Experts!!!<br>
>     >     ><br>
>     >     >               Am having two node setup for HA<br>
>     (Primary/Secondary) with<br>
>     >     > separate resources for Home/data/logs/Virtual IP.. As known the<br>
>     >     Expected<br>
>     >     > behavior should be , if Primary node went down, secondary<br>
>     has to take<br>
>     >     > in-charge (meaning initially the VIP will point the primary<br>
>     node, so<br>
>     >     > user can access home/data/logs from primary node.Once<br>
>     primary node<br>
>     >     went<br>
>     >     > down, the VIP/floatingIP will point the secondary node so<br>
>     that the<br>
>     >     user<br>
>     >     > can experienced uninterrupted service).<br>
>     >     >              I'm using dual ring support to avoid split<br>
>     brain. I have<br>
>     >     > two interfaces (Public & Private).Intention for having private<br>
>     >     interface<br>
>     >     > is for Data Sync alone.<br>
>     >     ><br>
>     >     > I have tested my setup in two different ways:<br>
>     >     > 1. Made primary Interface down (ifdown eth0), as expected<br>
>     VIP and<br>
>     >     other<br>
>     >     > resources moved from primary to secondary node.(VIP will not be<br>
>     >     > reachable from primary node)<br>
>     >     > 2. Made Primary Interface down (Physically unplugged the<br>
>     Ethernet<br>
>     >     > Cable). The primary node still retain the resources,<br>
>     >     VIP/FloatingIP was<br>
>     >     > reachable from primary node.<br>
>     >     ><br>
>     >     > Is my testing correct?? how come the VIP will be reachable<br>
>     even though<br>
>     >     > eth0 was down. Please advice!!!<br>
>     >     ><br>
>     >     > Regards,<br>
>     >     > Madhan.B<br>
>     ><br>
>     >     Sorry, didn'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*.<br>
>     It doesn't<br>
>     >     check that the IP is reachable from any other site. Similarly,<br>
>     >     filesystem resources just make sure that the filesystem can be<br>
>     mounted<br>
>     >     on the host. So, unplugging the Ethernet won't necessarily<br>
>     make those<br>
>     >     resources fail.<br>
>     ><br>
>     >     Take a look at the ocf:pacemaker:ping resource for a way to<br>
>     ensure that<br>
>     >     the primary host has connectivity to the outside world. Also,<br>
>     be sure<br>
>     >     you have fencing configured, so that the surviving node can<br>
>     kill a node<br>
>     >     that is completely cut off or unresponsive.<br>
<br>
</div></div></blockquote></div><br></div>