[Pacemaker] pacemaker support lampp

jiaju liu liujiaju86 at yahoo.com.cn
Thu Dec 30 00:24:14 EST 2010












>Yes offcause.

>Php runs inside apache, so you make rules for mysql and apache.

>Best regards
>Allan Jacobsen

Thank you for your reply, I haven't found lampp resource agent, so this means I must write a resource agent for lampp? would you please tell me more about what I should do ? Thanks a lot


No, you need to read what i wrote, lampp is not one piece of software, so you need to control apache and mysql.

There is a nice howto here: http://www.clusterlabs.org/wiki/DRBD_MySQL_HowTo
 
HI
I do as the website write, however the resource could not start, command 
primitive drbd_mysql ocf:linbit:drbd \
        params drbd_resource="r0" \
        op monitor interval="15s"
primitive fs_mysql ocf:heartbeat:Filesystem \
        params device="/dev/drbd/by-res/r0" directory="/service/" fstype="ext3"
primitive ip_mysql ocf:heartbeat:IPaddr2 \
        params ip="10.100.100.200" nic="eth0"
primitive mysqld lsb:mysql
primitive apache lsb:apache2

group mysql fs_mysql ip_mysql mysqld apache 
ms ms_drbd_mysql drbd_mysql \
        meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true"
colocation mysql_on_drbd inf: mysql ms_drbd_mysql:Master
order mysql_after_drbd inf: ms_drbd_mysql:promote mysql:start
 
is OK? my package is pacemaker-1.0.5-4.1 openais-0.80.5-15.1 xampp-linux-1.7.2.tar.gz. Have you try it before?  Thanks a lot



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clusterlabs.org/pipermail/pacemaker/attachments/20101230/e19e1af2/attachment-0002.html>


More information about the Pacemaker mailing list