<div dir="ltr">Thanks Ken for your quick response as always.<div><br></div><div>But what if I don't want to use quorum? I just want to bring up pacemaker + corosync on 1 node to check that it all comes up fine.</div><div>I added corosync_votequorum as you suggested. Additionally I also added these 2 lines:</div><div><div><br></div><div>expected_votes: 2</div><div>two_node: 1</div></div><div><br></div><div>However still pacemaker is not able to run.</div><div><br></div><div><div>[root@airv_cu root]# pcs cluster start</div><div>Starting Cluster...</div><div>Starting Pacemaker Cluster Manager[FAILED]</div><div><br></div><div>Error: unable to start pacemaker</div></div><div><br></div><div>Corosync.log:</div><div><div><b>May 05 16:15:20 [16294] airv_cu pacemakerd:     info: pcmk_quorum_notification: Membership 240: quorum still lost (1)</b></div><div>May 05 16:15:20 [16259] airv_cu corosync debug   [QB    ] Free'ing ringbuffer: /dev/shm/qb-cmap-request-16259-16294-21-header</div><div>May 05 16:15:20 [16294] airv_cu pacemakerd:   notice: crm_update_peer_state_iter:       pcmk_quorum_notification: Node airv_cu[181344357] - state is now member (was (null))</div><div>May 05 16:15:20 [16294] airv_cu pacemakerd:     info: pcmk_cpg_membership:      Node 181344357 joined group pacemakerd (counter=0.0)</div><div>May 05 16:15:20 [16294] airv_cu pacemakerd:     info: pcmk_cpg_membership:      Node 181344357 still member of group pacemakerd (peer=airv_cu, counter=0.0)</div><div>May 05 16:15:20 [16294] airv_cu pacemakerd:  warning: pcmk_child_exit:  The cib process (16353) can no longer be respawned, shutting the cluster down.</div><div>May 05 16:15:20 [16294] airv_cu pacemakerd:   notice: pcmk_shutdown_worker:     Shutting down Pacemaker</div></div><div><br></div><div>The log and conf file is attached.</div><div><br></div><div>-Regards</div><div>Nikhil</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 5, 2016 at 8:04 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/05/2016 08:36 AM, Nikhil Utane wrote:<br>
> Hi,<br>
><br>
> Continuing with my adventure to run Pacemaker & Corosync on our<br>
> big-endian system, I managed to get past the corosync issue for now. But<br>
> facing an issue in running Pacemaker.<br>
><br>
> Seeing following messages in corosync.log.<br>
>  pacemakerd:  warning: pcmk_child_exit:  The cib process (20000) can no<br>
> longer be respawned, shutting the cluster down.<br>
>  pacemakerd:  warning: pcmk_child_exit:  The stonith-ng process (20001)<br>
> can no longer be respawned, shutting the cluster down.<br>
>  pacemakerd:  warning: pcmk_child_exit:  The lrmd process (20002) can no<br>
> longer be respawned, shutting the cluster down.<br>
>  pacemakerd:  warning: pcmk_child_exit:  The attrd process (20003) can<br>
> no longer be respawned, shutting the cluster down.<br>
>  pacemakerd:  warning: pcmk_child_exit:  The pengine process (20004) can<br>
> no longer be respawned, shutting the cluster down.<br>
>  pacemakerd:  warning: pcmk_child_exit:  The crmd process (20005) can no<br>
> longer be respawned, shutting the cluster down.<br>
><br>
> I see following error before these messages. Not sure if this is the cause.<br>
> May 05 11:26:24 [19998] airv_cu pacemakerd:    error:<br>
> cluster_connect_quorum:   Corosync quorum is not configured<br>
><br>
> I tried removing the quorum block (which is anyways blank) from the conf<br>
> file but still had the same error.<br>
<br>
</span>Yes, that is the issue. Pacemaker can't do anything if it can't ask<br>
corosync about quorum. I don't know what the issue is at the corosync<br>
level, but your corosync.conf should have:<br>
<br>
quorum {<br>
    provider: corosync_votequorum<br>
<span class="">}<br>
<br>
<br>
> Attaching the log and conf files. Please let me know if there is any<br>
> obvious mistake or how to investigate it further.<br>
><br>
> I am using pcs cluster start command to start the cluster<br>
><br>
> -Thanks<br>
> Nikhil<br>
<br>
</span>_______________________________________________<br>
Users mailing list: <a href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a><br>
<a href="http://clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://clusterlabs.org/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/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>