<p dir="ltr">Hi Andrew,<br>
Thanks for your advise. </p>
<p dir="ltr">Regards,<br>
Shameer</p>
<div class="gmail_quote">On 16 Jan 2015 10:16, &quot;Andrew Beekhof&quot; &lt;<a href="mailto:andrew@beekhof.net">andrew@beekhof.net</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
&gt; On 13 Jan 2015, at 7:05 am, Shameer Babu &lt;<a href="mailto:shameerbabukm@gmail.com">shameerbabukm@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Andrew,<br>
&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;Could you be a bit more specific about &quot;didn&#39;t work&quot; ?<br>
&gt;<br>
&gt; I have installed MariaDB and tried to add the resource mysql (simply created resource) using the simple command &quot;pcs resource create MysQL ocf:heartbeat:mysql&quot; . I know this is incomplete and removed those resource.<br>
&gt;<br>
&gt; Please see my existing cluster status:<br>
&gt; -------------------------------------------------------------------------------------------<br>
&gt; PCS Status:<br>
&gt; ---------------------------------------------------------------------------------------<br>
&gt; Every 2.0s: pcs status                                   Mon Jan 12 14:56:38 2015<br>
&gt;<br>
&gt; Cluster name: MyCluster<br>
&gt; Last updated: Mon Jan 12 14:56:38 2015<br>
&gt; Last change: Mon Jan 12 14:56:25 2015 via cibadmin on webserver-01<br>
&gt; Stack: corosync<br>
&gt; Current DC: webserver-02 (2) - partition with quorum<br>
&gt; Version: 1.1.10-32.el7_0.1-368c726<br>
&gt; 2 Nodes configured<br>
&gt; 2 Resources configured<br>
&gt;<br>
&gt;<br>
&gt; Online: [ webserver-01 webserver-02 ]<br>
&gt;<br>
&gt; Full list of resources:<br>
&gt;<br>
&gt;  ClusterIP      (ocf::heartbeat:IPaddr2):       Started webserver-01<br>
&gt;<br>
&gt; PCSD Status:<br>
&gt;   webserver-01: Online<br>
&gt;   webserver-02: Online<br>
&gt;<br>
&gt; Daemon Status:<br>
&gt;   corosync: active/disabled<br>
&gt;   pacemaker: active/disabled<br>
&gt;   pcsd: active/disabled<br>
&gt; ------------------------------------------------------------------------------------------------------------<br>
&gt; DRBD status in webserver-01: (This may be used to setup MySQL)<br>
&gt; ---------------------------------------------<br>
&gt; [root@webserver-01 ~]# cat /proc/drbd<br>
&gt; version: 8.4.5 (api:1/proto:86-101)<br>
&gt; GIT-hash: 1d360bde0e095d495786eaeb2a1ac76888e4db96 build by mockbuild@, 2014-08-17 22:54:26<br>
&gt;<br>
&gt;  2: cs:Connected ro:Primary/Secondary ds:UpToDate/UpToDate C r-----<br>
&gt;     ns:0 nr:12288 dw:12288 dr:728 al:0 bm:0 lo:0 pe:0 ua:0 ap:0 ep:1 wo:f oos:0<br>
&gt; ----------------------------------------------------------------------------------------------------------------------<br>
&gt; Databases:<br>
&gt; ----------------------------------<br>
&gt; MariaDB is installed on both nodes<br>
&gt;<br>
&gt; [root@webserver-01 ~]# mysql -V<br>
&gt; mysql  Ver 15.1 Distrib 5.5.40-MariaDB, for Linux (x86_64) using readline 5.1<br>
&gt; --------------------------------------------------------------------------------------------------------------------<br>
&gt;<br>
&gt; My aim is to create MySQL/MariaDB cluster using pacemaker DRBD on CentOS7.<br>
&gt; Could you please guide me on this or provide any related articles ?<br>
<br>
For starters you need to put drbd under control of the cluster.<br>
The you can colocate mysql with drbd:Master<br>
<br>
&gt;<br>
&gt; Regards,<br>
&gt; Shameer<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Jan 12, 2015 at 6:20 AM, Andrew Beekhof &lt;<a href="mailto:andrew@beekhof.net">andrew@beekhof.net</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; On 11 Jan 2015, at 5:39 pm, Shameer Babu &lt;<a href="mailto:shameerbabukm@gmail.com">shameerbabukm@gmail.com</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; I have configured Apache cluster by referring you document <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a> and it was good and working. Now I would like to configure a simple MySQL cluster using pacemaker,corosync,DRBD and Pcs in CentOS 7. I was trying add the mysql resource but didn&#39;t work.<br>
&gt;<br>
&gt; Could you be a bit more specific about &quot;didn&#39;t work&quot; ?<br>
&gt;<br>
&gt; &gt; In CentOS 7 the database is MariaDB. I would like to configure the resource mysql/mariadb for two nodes. Can any body help me on this?<br>
&gt; &gt;<br>
&gt; &gt; I have configured the following till now:<br>
&gt; &gt;<br>
&gt; &gt; 1. Installed pcs,mariadb,pacemaker,corosync and DRBD<br>
&gt; &gt; 2. Configured the resource Virtual IP and it is working fine<br>
&gt; &gt; 3. Configured DRBD to sync files in both nodes and /dev/drbd1 is ready to use<br>
&gt; &gt;<br>
&gt; &gt; Please help me to configure the resource maraidb/mysql for my cluster<br>
&gt; &gt;<br>
&gt; &gt; Regards,<br>
&gt; &gt; Shameer<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; _______________________________________________<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>
&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>
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>
</blockquote></div>