<div dir="ltr"><div><div><div>Hi Everyone, <br><br></div>Thank you very much for your help ! <br></div>I will follow <a href="http://clusterlabs.org">clusterlabs.org</a>&#39;s quickstart guide. :)<br><br></div>Thanachit W.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 17, 2014 at 2:10 AM, emmanuel segura <span dir="ltr">&lt;<a href="mailto:emi2fast@gmail.com" target="_blank">emi2fast@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So Document examples for redhat 6 made it with Redhat 7 :)<br>
<br>
2014-06-16 19:58 GMT+02:00 Thanachit Wichianchai &lt;<a href="mailto:thanachit.w@googlemail.com">thanachit.w@googlemail.com</a>&gt;:<br>
<div class="HOEnZb"><div class="h5">&gt; Hi, It is EL 6.5. For Version: 1.1.10-5.el7-9abe687 it is the output posted in redhat document. --<br>
&gt;&gt;&gt;&gt;&gt; <a href="https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Configuring_the_Red_Hat_High_Availability_Add-On_with_Pacemaker/ap-configfile-HAAR.html" target="_blank">https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Configuring_the_Red_Hat_High_Availability_Add-On_with_Pacemaker/ap-configfile-HAAR.html</a><br>

&gt;<br>
&gt; Thank you very much.<br>
&gt;<br>
&gt; Thanachit<br>
&gt;<br>
&gt;<br>
&gt; Sent from my iPad<br>
&gt;<br>
&gt;&gt; On 16 มิ.ย. 2557, at 23:24, Digimer &lt;<a href="mailto:lists@alteeve.ca">lists@alteeve.ca</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; The subject says 6.5, so we need Thanachit to clarify.<br>
&gt;&gt;<br>
&gt;&gt; If EL7, then no, there is no cman. You can use pcsd to form the cluster initially, but also, that version should not attempt to start cman at all, so I am still thinking it is RHEL/CentOS 6.<br>
&gt;&gt;<br>
&gt;&gt;&gt; On 16/06/14 12:20 PM, emmanuel segura wrote:<br>
&gt;&gt;&gt; From the previous output i seen this &quot;Version: 1.1.10-5.el7-9abe687&quot;,<br>
&gt;&gt;&gt; so my question is &quot;cman is used on redhat7?&quot;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2014-06-16 18:10 GMT+02:00 Digimer &lt;<a href="mailto:lists@alteeve.ca">lists@alteeve.ca</a>&gt;:<br>
&gt;&gt;&gt;&gt; You need to setup a skeleton cluster.conf file. You can use the &#39;ccs&#39; tool,<br>
&gt;&gt;&gt;&gt; here is an example (I use for my cluster, adjust the names to suit):<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; ccs -f /etc/cluster/cluster.conf --createcluster an-anvil-04<br>
&gt;&gt;&gt;&gt; ccs -f /etc/cluster/cluster.conf --setcman two_node=&quot;1&quot; expected_votes=&quot;1&quot;<br>
&gt;&gt;&gt;&gt; ccs -f /etc/cluster/cluster.conf --addnode <a href="http://an-a04n01.alteeve.ca" target="_blank">an-a04n01.alteeve.ca</a><br>
&gt;&gt;&gt;&gt; ccs -f /etc/cluster/cluster.conf --addnode <a href="http://an-a04n02.alteeve.ca" target="_blank">an-a04n02.alteeve.ca</a><br>
&gt;&gt;&gt;&gt; ccs -f /etc/cluster/cluster.conf --addfencedev pcmk agent=fence_pcmk<br>
&gt;&gt;&gt;&gt; ccs -f /etc/cluster/cluster.conf --addmethod pcmk-redirect<br>
&gt;&gt;&gt;&gt; <a href="http://an-a04n01.alteeve.ca" target="_blank">an-a04n01.alteeve.ca</a><br>
&gt;&gt;&gt;&gt; ccs -f /etc/cluster/cluster.conf --addmethod pcmk-redirect<br>
&gt;&gt;&gt;&gt; <a href="http://an-a04n02.alteeve.ca" target="_blank">an-a04n02.alteeve.ca</a><br>
&gt;&gt;&gt;&gt; ccs -f /etc/cluster/cluster.conf --addfenceinst pcmk <a href="http://an-a04n01.alteeve.ca" target="_blank">an-a04n01.alteeve.ca</a><br>
&gt;&gt;&gt;&gt; pcmk-redirect port=<a href="http://an-a04n01.alteeve.ca" target="_blank">an-a04n01.alteeve.ca</a><br>
&gt;&gt;&gt;&gt; ccs -f /etc/cluster/cluster.conf --addfenceinst pcmk <a href="http://an-a04n02.alteeve.ca" target="_blank">an-a04n02.alteeve.ca</a><br>
&gt;&gt;&gt;&gt; pcmk-redirect port=<a href="http://an-a04n02.alteeve.ca" target="_blank">an-a04n02.alteeve.ca</a><br>
&gt;&gt;&gt;&gt; ccs -f /etc/cluster/cluster.conf --setfencedaemon post_join_delay=&quot;30&quot;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; hth<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On 16/06/14 07:13 AM, Thanachit Wichianchai wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Hello Pacemaker guys,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I am doing a proof of concept of active/passive HA cluster on RHEL 6.5<br>
&gt;&gt;&gt;&gt;&gt; Since the customer who I am working for will finally get support from<br>
&gt;&gt;&gt;&gt;&gt; Red Hat. Therefore, I am trying to comply with Red Hat Documentation.<br>
&gt;&gt;&gt;&gt;&gt; as stated in several places that on RHEL 6.5 - pacemaker is now<br>
&gt;&gt;&gt;&gt;&gt; supported with CMAN stack.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I started configuring things by following steps describe in<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; <a href="https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Configuring_the_Red_Hat_High_Availability_Add-On_with_Pacemaker/ap-configfile-HAAR.html" target="_blank">https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Configuring_the_Red_Hat_High_Availability_Add-On_with_Pacemaker/ap-configfile-HAAR.html</a><br>

&gt;&gt;&gt;&gt;&gt; document. This document provides configuration steps by using pcs<br>
&gt;&gt;&gt;&gt;&gt; command. no ccs or crmsh commands at all.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; After I have created cluster. I can start cluster services on node1  but<br>
&gt;&gt;&gt;&gt;&gt; cannot start it on node2 - there error is /etc/cluster/cluster.conf is<br>
&gt;&gt;&gt;&gt;&gt; not there on node2<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;   pcs cluster start<br>
&gt;&gt;&gt;&gt;&gt; Starting Cluster...<br>
&gt;&gt;&gt;&gt;&gt; Starting cluster:<br>
&gt;&gt;&gt;&gt;&gt;     Checking if cluster has been disabled at boot...        [  OK  ]<br>
&gt;&gt;&gt;&gt;&gt;     Checking Network Manager...          [  OK  ]<br>
&gt;&gt;&gt;&gt;&gt;     Global setup...                    [  OK  ]<br>
&gt;&gt;&gt;&gt;&gt;     Loading kernel modules...            [  OK  ]<br>
&gt;&gt;&gt;&gt;&gt;     Mounting configfs...                  [  OK  ]<br>
&gt;&gt;&gt;&gt;&gt;     Starting cman... xmlconfig cannot find /etc/cluster/cluster.conf<br>
&gt;&gt;&gt;&gt;&gt;                               [FAILED]<br>
&gt;&gt;&gt;&gt;&gt; Stopping cluster:<br>
&gt;&gt;&gt;&gt;&gt;     Leaving fence domain...             [  OK  ]<br>
&gt;&gt;&gt;&gt;&gt;     Stopping gfs_controld...                  [  OK  ]<br>
&gt;&gt;&gt;&gt;&gt;     Stopping dlm_controld...                  [  OK  ]<br>
&gt;&gt;&gt;&gt;&gt;     Stopping fenced...                  [  OK  ]<br>
&gt;&gt;&gt;&gt;&gt;     Stopping cman...                  [  OK  ]<br>
&gt;&gt;&gt;&gt;&gt;     Unloading kernel modules...          [  OK  ]<br>
&gt;&gt;&gt;&gt;&gt;     Unmounting configfs...                [  OK  ]<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Error: unable to start cman<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; pcs cluster status command output on node1 shows &quot;cman&quot; stack<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;   pcs cluster status<br>
&gt;&gt;&gt;&gt;&gt; Cluster Status:<br>
&gt;&gt;&gt;&gt;&gt;   Last updated: Mon Jun 16 15:31:53 2014<br>
&gt;&gt;&gt;&gt;&gt;   Last change: Mon Jun 16 14:23:04 2014 via crmd on rhcs1.localdomain<br>
&gt;&gt;&gt;&gt;&gt;   Stack: cman<br>
&gt;&gt;&gt;&gt;&gt;   Current DC: rhcs1.localdomain - partition with quorum<br>
&gt;&gt;&gt;&gt;&gt;   Version: 1.1.10-14.el6-368c726<br>
&gt;&gt;&gt;&gt;&gt;   2 Nodes configured<br>
&gt;&gt;&gt;&gt;&gt;   0 Resources configured<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; PCSD Status:<br>
&gt;&gt;&gt;&gt;&gt; Error: no nodes found in corosync.conf<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; but from the aforementioned document from Red Hat. the stack is corosync.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; [root@z1 ~]#*|pcs cluster status|*<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Cluster Status:<br>
&gt;&gt;&gt;&gt;&gt;   Last updated: Thu Jul 25 13:01:26 2013<br>
&gt;&gt;&gt;&gt;&gt;   Last change: Thu Jul 25 13:04:45 2013 via crmd <a href="http://onz2.example.com" target="_blank">onz2.example.com</a><br>
&gt;&gt;&gt;&gt;&gt; &lt;<a href="http://z2.example.com" target="_blank">http://z2.example.com</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;   Stack: corosync<br>
&gt;&gt;&gt;&gt;&gt;   Current DC:<a href="http://z2.example.com" target="_blank">z2.example.com</a>  &lt;<a href="http://z2.example.com" target="_blank">http://z2.example.com</a>&gt;  (2) - partition with<br>
&gt;&gt;&gt;&gt;&gt; quorum<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;   Version: 1.1.10-5.el7-9abe687<br>
&gt;&gt;&gt;&gt;&gt;   2 Nodes configured<br>
&gt;&gt;&gt;&gt;&gt;   0 Resources configured<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; from the 2 incidents above, I am not sure whether I am on the right path.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; My PoC objectives are to<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; 1. configure Active/Passive HA cluster on RHEL 6.5<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; 2. Get Full Support from Red Hat on both OS and High Availability Add-on<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; 3. choose HA Cluster software and stacks which has a future. I expect to<br>
&gt;&gt;&gt;&gt;&gt; have more than 5 years support from Red Hat and Community.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I found this quick start guide for redhat on cluster<br>
&gt;&gt;&gt;&gt;&gt; labshttp://<a href="http://clusterlabs.org/quickstart-redhat.html" target="_blank">clusterlabs.org/quickstart-redhat.html</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I am not sure whether I should use ccs command to create cluster first and<br>
&gt;&gt;&gt;&gt;&gt; use pcs to manage resource.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; on more question, I see corosync will be supported in RHEL7. Can I use<br>
&gt;&gt;&gt;&gt;&gt; only corosync with pacemaker in RHEL 6.5? Will I get support from Red Hat ?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Could you guys please help advise?  Thanks a lot.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Thanachit Wichianchai / IT Specialist - RHCSA, RHCE<br>
&gt;&gt;&gt;&gt;&gt; +66 87 696 5522/ thanachit [at] <a href="http://acm.org" target="_blank">acm.org</a><br>
&gt;&gt;&gt;&gt;&gt; &lt;mailto:<a href="mailto:thanachit%2520">thanachit%20</a>[at]%<a href="http://20acm.org" target="_blank">20acm.org</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; <a href="http://hi.im/thanachit" target="_blank">http://hi.im/thanachit</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Google Plus &lt;<a href="https://plus.google.com/u/0/102459307371925233265/posts" target="_blank">https://plus.google.com/u/0/102459307371925233265/posts</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; Linkedin &lt;<a href="http://th.linkedin.com/in/thanachit" target="_blank">http://th.linkedin.com/in/thanachit</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
&gt;&gt;&gt;&gt;&gt; Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
&gt;&gt;&gt;&gt;&gt; Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; Digimer<br>
&gt;&gt;&gt;&gt; Papers and Projects: <a href="https://alteeve.ca/w/" target="_blank">https://alteeve.ca/w/</a><br>
&gt;&gt;&gt;&gt; What if the cure for cancer is trapped in the mind of a person without<br>
&gt;&gt;&gt;&gt; access to education?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
&gt;&gt;&gt;&gt; Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
&gt;&gt;&gt;&gt; Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Digimer<br>
&gt;&gt; Papers and Projects: <a href="https://alteeve.ca/w/" target="_blank">https://alteeve.ca/w/</a><br>
&gt;&gt; What if the cure for cancer is trapped in the mind of a person without access to education?<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
&gt;&gt; <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
&gt;&gt;<br>
&gt;&gt; Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
&gt;&gt; Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
&gt;&gt; Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
&gt; <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
&gt;<br>
&gt; Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
&gt; Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
&gt; Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
<br>
<br>
<br>
--<br>
</div></div><div class="im HOEnZb">esta es mi vida e me la vivo hasta que dios quiera<br>
<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr"><p style="font-family:Helvetica,Arial,sans-serif;font-size:10px;line-height:11px;color:#999"><span style="font-weight:bold">Thanachit Wichianchai</span>
                                    <span>/</span> <span>IT Specialist - RHCSA, RHCE</span><br>
                                    <span>+66 87 696 5522</span><span>/</span>  <a href="mailto:thanachit%20[at]%20acm.org" style="color:#dda200" target="_blank">thanachit [at] acm.org</a></p><p style="font-family:Helvetica,Arial,sans-serif;font-size:10px;line-height:11px;color:#999">
<a href="http://hi.im/thanachit" style="color:rgb(221,162,0)" target="_blank">http://hi.im/thanachit</a></p>
                    <p>  <a href="https://plus.google.com/u/0/102459307371925233265/posts" target="_blank"><img src="http://3sparks.net/signature/images/social/google-plus.png" alt="Google Plus"></a> <a href="http://th.linkedin.com/in/thanachit" target="_blank"><img src="http://3sparks.net/signature/images/social/linkedin.png" alt="Linkedin"></a></p>
</div>
</div>