<div dir="ltr"><div><br></div>Thanks Ken, Jan. Will look into the clone notifications.<div><br></div><div>Regards,<br>Sriram.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Aug 5, 2017 at 1:25 AM, 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"><span class="">On Thu, 2017-08-03 at 12:31 +0530, Sriram wrote:<br>
&gt;<br>
&gt; Hi Team,<br>
&gt;<br>
&gt;<br>
&gt; We have a four node cluster (1 active : 3 standby) in our lab for a<br>
&gt; particular service. If the active node goes down, one of the three<br>
&gt; standby node  becomes active. Now there will be (1 active :  2<br>
&gt; standby : 1 offline).<br>
&gt;<br>
&gt;<br>
&gt; Is there any way where this newly elected node sends notification to<br>
&gt; the remaining 2 standby nodes about its new status ?<br>
<br>
</span>Hi Sriram,<br>
<br>
This depends on how your service is configured in the cluster.<br>
<br>
If you have a clone or master/slave resource, then clone notifications<br>
is probably what you want (not alerts, which is the path you were going<br>
down -- alerts are designed to e.g. email a system administrator after<br>
an important event).<br>
<br>
For details about clone notifications, see:<br>
<br>
<a href="http://clusterlabs.org/doc/en-US/Pacemaker/1.1-pcs/html-single/Pacemaker_Explained/index.html#_clone_resource_agent_requirements" rel="noreferrer" target="_blank">http://clusterlabs.org/doc/en-<wbr>US/Pacemaker/1.1-pcs/html-<wbr>single/Pacemaker_Explained/<wbr>index.html#_clone_resource_<wbr>agent_requirements</a><br>
<br>
The RA must support the &quot;notify&quot; action, which will be called when a<br>
clone instance is started or stopped. See the similar section later for<br>
master/slave resources for additional information. See the mysql or<br>
pgsql resource agents for examples of notify implementations.<br>
<span class=""><br>
&gt; I was exploring &quot;notification agent&quot; and &quot;notification recipient&quot;<br>
&gt; features, but that doesn&#39;t seem to work. /etc/sysconfig/notify.sh<br>
&gt; doesn&#39;t get invoked even in the newly elected active node.<br>
<br>
</span>Yep, that&#39;s something different altogether -- it&#39;s only enabled on RHEL<br>
systems, and solely for backward compatibility with an early<br>
implementation of the alerts interface. The new alerts interface is more<br>
flexible, but it&#39;s not designed to send information between cluster<br>
nodes -- it&#39;s designed to send information to something external to the<br>
cluster, such as a human, or an SNMP server, or a monitoring system.<br>
<span class=""><br>
<br>
&gt; Cluster Properties:<br>
&gt;  cluster-infrastructure: corosync<br>
&gt;  dc-version: 1.1.17-e2e6cdce80<br>
&gt;  default-action-timeout: 240<br>
&gt;  have-watchdog: false<br>
&gt;  no-quorum-policy: ignore<br>
&gt;  notification-agent: /etc/sysconfig/notify.sh<br>
&gt;  notification-recipient: /var/log/notify.log<br>
&gt;  placement-strategy: balanced<br>
&gt;  stonith-enabled: false<br>
&gt;  symmetric-cluster: false<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I m using the following versions of pacemaker and corosync.<br>
&gt;<br>
&gt;<br>
&gt; /usr/sbin # ./pacemakerd --version<br>
&gt; Pacemaker 1.1.17<br>
&gt; Written by Andrew Beekhof<br>
&gt; /usr/sbin # ./corosync -v<br>
&gt; Corosync Cluster Engine, version &#39;2.3.5&#39;<br>
&gt; Copyright (c) 2006-2009 Red Hat, Inc.<br>
&gt;<br>
&gt;<br>
&gt; Can you please suggest if I m doing anything wrong or if there any<br>
&gt; other mechanisms to achieve this ?<br>
&gt;<br>
&gt;<br>
&gt; Regards,<br>
&gt; Sriram.<br>
&gt;<br>
&gt;<br>
</span>&gt; ______________________________<wbr>_________________<br>
&gt; Users mailing list: <a href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a><br>
&gt; <a href="http://lists.clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.clusterlabs.org/<wbr>mailman/listinfo/users</a><br>
&gt;<br>
&gt; Project Home: <a href="http://www.clusterlabs.org" rel="noreferrer" target="_blank">http://www.clusterlabs.org</a><br>
&gt; 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>
&gt; Bugs: <a href="http://bugs.clusterlabs.org" rel="noreferrer" target="_blank">http://bugs.clusterlabs.org</a><br>
<br>
--<br>
Ken Gaillot &lt;<a href="mailto:kgaillot@redhat.com">kgaillot@redhat.com</a>&gt;<br>
<br>
<br>
<br>
<br>
<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>
</blockquote></div><br></div>