Hi and thanks for the reply.<br>I&#39;ve found the problem, pacemaker haven&#39;t the privileges for create the file mysqld.sock, infact if I stop one server and create mysqld.sock with 777 and own mysql:mysql, after restart corosync, it works...<br>
but this is only a temporary solution because when corosync is stopped on that machine, it delete the file socks and I have again the error.<br>Someone can help me for resolve this problem with the privileges.<br>thanks<br>
<br><div class="gmail_quote">2011/6/10 Dejan Muhamedagic <span dir="ltr">&lt;<a href="mailto:dejanmm@fastmail.fm">dejanmm@fastmail.fm</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<div class="im"><br>
On Fri, Jun 10, 2011 at 05:43:17PM +0200, Alfredo Parisi wrote:<br>
&gt; Hi at all,<br>
&gt; I&#39;ve a problem on crm_mon. I&#39;ve configured apache, drbd and mysql with the<br>
&gt; guide of cluster labs(Cluster from Scratch) and <a href="http://mysql.com" target="_blank">mysql.com</a> (<br>
&gt; <a href="http://dev.mysql.com/doc/refman/5.6/en/ha-drbd-install-mysql.html" target="_blank">http://dev.mysql.com/doc/refman/5.6/en/ha-drbd-install-mysql.html</a>).<br>
&gt; I&#39;ve copied /var/lib/mysql and my.cnf on drbd device, created a symbolic<br>
&gt; link on /etc/my.cnf but mysql doesn&#39;t works.<br>
&gt;<br>
&gt; This is my crm_mon:<br>
&gt;<br>
&gt; Online: [ server2 server1 ]<br>
&gt; &gt;<br>
&gt; &gt;  Resource Group: mysql<br>
&gt; &gt;      fs_mysql   (ocf::heartbeat:Filesystem):    Started server2<br>
&gt; &gt;      ClusterIP  (ocf::heartbeat:IPaddr2):       Started server2<br>
&gt; &gt;      mysqld     (ocf::heartbeat:mysql): Stopped<br>
&gt; &gt;      WebSite    (lsb:apache2):  Stopped<br>
&gt; &gt;  Master/Slave Set: ms_drbd_mysql<br>
&gt; &gt;      Masters: [ server2 ]<br>
&gt; &gt;      Slaves: [ server1 ]<br>
&gt; &gt;<br>
&gt; &gt; Failed actions:<br>
&gt; &gt;     mysqld_start_0 (node=server2, call=15, rc=4, status=complete):<br>
&gt; &gt; insufficient privileges<br>
&gt; &gt;     mysqld_start_0 (node=server1, call=15, rc=4, status=complete):<br>
&gt; &gt; insufficient privileges<br>
<br>
</div>Check the cluster log file for what exactly went wrong (look for<br>
messages from the mysql resource). Probably one of the mysql<br>
directories has wrong permissions.<br>
<br>
Thanks,<br>
<br>
Dejan<br>
<div><div></div><div class="h5"><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; And this is my crm configuration:<br>
&gt;<br>
&gt; node server1 \<br>
&gt;     attributes standby=&quot;off&quot;<br>
&gt; node server2 \<br>
&gt;     attributes standby=&quot;off&quot;<br>
&gt; primitive ClusterIP ocf:heartbeat:IPaddr2 \<br>
&gt;     params ip=&quot;10.10.7.100&quot; cidr_netmask=&quot;32&quot; \<br>
&gt;     op monitor interval=&quot;30s&quot;<br>
&gt; primitive WebSite lsb:apache2<br>
&gt; primitive drbd_mysql ocf:linbit:drbd \<br>
&gt;     params drbd_resource=&quot;r0&quot; \<br>
&gt;     op monitor interval=&quot;15s&quot;<br>
&gt; primitive fs_mysql ocf:heartbeat:Filesystem \<br>
&gt;     params device=&quot;/dev/drbd/by-res/r0&quot; directory=&quot;/data/&quot; fstype=&quot;ext3&quot;<br>
&gt; primitive mysqld ocf:heartbeat:mysql \<br>
&gt;     params binary=&quot;/usr/bin/mysqld_safe&quot; config=&quot;/etc/mysql/my.cnf&quot;<br>
&gt; user=&quot;mysql&quot; group=&quot;mysql&quot; log=&quot;/var/log/mysql.log&quot;<br>
&gt; socket=&quot;/var/run/mysqld/mysqld.sock&quot; datadir=&quot;/data/mysql/data&quot;<br>
<br>
&gt; group mysql fs_mysql ClusterIP mysqld WebSite<br>
&gt; ms ms_drbd_mysql drbd_mysql \<br>
&gt;     meta master-max=&quot;1&quot; master-node-max=&quot;1&quot; clone-max=&quot;2&quot; clone-node-max=&quot;1&quot;<br>
&gt; notify=&quot;true&quot;<br>
&gt; colocation mysql_on_drbd inf: mysql ms_drbd_mysql:Master<br>
&gt; order mysql_after_drbd inf: ms_drbd_mysql:promote mysql:start<br>
&gt; property $id=&quot;cib-bootstrap-options&quot; \<br>
&gt;     dc-version=&quot;1.0.9-unknown&quot; \<br>
&gt;     cluster-infrastructure=&quot;openais&quot; \<br>
&gt;     expected-quorum-votes=&quot;2&quot; \<br>
&gt;     stonith-enabled=&quot;false&quot; \<br>
&gt;     no-quorum-policy=&quot;ignore&quot; \<br>
&gt;     last-lrm-refresh=&quot;1306924621&quot;<br>
&gt; rsc_defaults $id=&quot;rsc-options&quot; \<br>
&gt;     resource-stickiness=&quot;100&quot;<br>
&gt;<br>
&gt; Thanks a lot for your help.<br>
<br>
</div></div>&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://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker" target="_blank">http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker</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://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker" target="_blank">http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker</a><br>
</blockquote></div><br>