Hi at all,<br>I&#39;ve a problem on crm_mon. I&#39;ve configured apache, drbd and mysql with the guide of cluster labs(Cluster from Scratch) and <a href="http://mysql.com">mysql.com</a> (<a href="http://dev.mysql.com/doc/refman/5.6/en/ha-drbd-install-mysql.html">http://dev.mysql.com/doc/refman/5.6/en/ha-drbd-install-mysql.html</a>).<br>
I&#39;ve copied /var/lib/mysql and my.cnf on drbd device, created a symbolic link on /etc/my.cnf but mysql doesn&#39;t works.<br><br>This is my crm_mon: <br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
Online: [ server2 server1 ]<br><br> Resource Group: mysql<br>     fs_mysql   (ocf::heartbeat:Filesystem):    Started server2<br>     ClusterIP  (ocf::heartbeat:IPaddr2):       Started server2<br>     mysqld     (ocf::heartbeat:mysql): Stopped<br>
     WebSite    (lsb:apache2):  Stopped<br> Master/Slave Set: ms_drbd_mysql<br>     Masters: [ server2 ]<br>     Slaves: [ server1 ]<br><br>Failed actions:<br>    mysqld_start_0 (node=server2, call=15, rc=4, status=complete): insufficient privileges<br>
    mysqld_start_0 (node=server1, call=15, rc=4, status=complete): insufficient privileges<br><br></blockquote><div><br>And this is my crm configuration:<br><br><blockquote>node server1 \<br>    attributes standby=&quot;off&quot;<br>
node server2 \<br>    attributes standby=&quot;off&quot;<br>primitive ClusterIP ocf:heartbeat:IPaddr2 \<br>    params ip=&quot;10.10.7.100&quot; cidr_netmask=&quot;32&quot; \<br>    op monitor interval=&quot;30s&quot;<br>
primitive WebSite lsb:apache2<br>primitive drbd_mysql ocf:linbit:drbd \<br>    params drbd_resource=&quot;r0&quot; \<br>    op monitor interval=&quot;15s&quot;<br>primitive fs_mysql ocf:heartbeat:Filesystem \<br>    params device=&quot;/dev/drbd/by-res/r0&quot; directory=&quot;/data/&quot; fstype=&quot;ext3&quot;<br>
primitive mysqld ocf:heartbeat:mysql \<br>    params binary=&quot;/usr/bin/mysqld_safe&quot; config=&quot;/etc/mysql/my.cnf&quot; user=&quot;mysql&quot; group=&quot;mysql&quot; log=&quot;/var/log/mysql.log&quot; socket=&quot;/var/run/mysqld/mysqld.sock&quot; datadir=&quot;/data/mysql/data&quot;<br>
group mysql fs_mysql ClusterIP mysqld WebSite<br>ms ms_drbd_mysql drbd_mysql \<br>    meta master-max=&quot;1&quot; master-node-max=&quot;1&quot; clone-max=&quot;2&quot; clone-node-max=&quot;1&quot; notify=&quot;true&quot;<br>
colocation mysql_on_drbd inf: mysql ms_drbd_mysql:Master<br>order mysql_after_drbd inf: ms_drbd_mysql:promote mysql:start<br>property $id=&quot;cib-bootstrap-options&quot; \<br>    dc-version=&quot;1.0.9-unknown&quot; \<br>
    cluster-infrastructure=&quot;openais&quot; \<br>    expected-quorum-votes=&quot;2&quot; \<br>    stonith-enabled=&quot;false&quot; \<br>    no-quorum-policy=&quot;ignore&quot; \<br>    last-lrm-refresh=&quot;1306924621&quot;<br>
rsc_defaults $id=&quot;rsc-options&quot; \<br>    resource-stickiness=&quot;100&quot;<br><br>Thanks a lot for your help. <br></blockquote><br></div>