<div dir="ltr">Thanks to you Ken for giving all the pointers.<div>Yes, I can use service start/stop which should be a lot simpler. Thanks again. :)<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 22, 2015 at 9:29 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 12/22/2015 12:17 AM, Nikhil Utane wrote:<br>
> I have prepared a write-up explaining my requirements and current solution<br>
> that I am proposing based on my understanding so far.<br>
> Kindly let me know if what I am proposing is good or there is a better way<br>
> to achieve the same.<br>
><br>
> <a href="https://drive.google.com/file/d/0B0zPvL-Tp-JSTEJpcUFTanhsNzQ/view?usp=sharing" rel="noreferrer" target="_blank">https://drive.google.com/file/d/0B0zPvL-Tp-JSTEJpcUFTanhsNzQ/view?usp=sharing</a><br>
><br>
> Let me know if you face any issue in accessing the above link. Thanks.<br>
<br>
</span>This looks great. Very well thought-out.<br>
<br>
One comment:<br>
<br>
"8. In the event of any failover, the standby node will get notified<br>
through an event and it will execute a script that will read the<br>
configuration specific to the node that went down (again using<br>
crm_attribute) and become active."<br>
<br>
It may not be necessary to use the notifications for this. Pacemaker<br>
will call your resource agent with the "start" action on the standby<br>
node, after ensuring it is stopped on the previous node. Hopefully the<br>
resource agent's start action has (or can have, with configuration<br>
options) all the information you need.<br>
<br>
If you do end up needing notifications, be aware that the feature will<br>
be disabled by default in the 1.1.14 release, because changes in syntax<br>
are expected in further development. You can define a compile-time<br>
constant to enable them.<br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote></div></div></div></div>