Re: [Pacemaker] Issue getting mysql to start up with HeartBeat/Pacemaker

2011-08-09 Thread Prakash Velayutham
Could it be that the user that mysql runs as (mysql??) does not have permission to write to the folder /var/run/mysqld? Can you do the following in the system as root and report back? su - touch /var/run/mysqld/test Prakash On Aug 9, 2011, at 6:17 PM, Michael Szilagyi wrote: > I've recently

[Pacemaker] Issue getting mysql to start up with HeartBeat/Pacemaker

2011-08-09 Thread Michael Szilagyi
I've recently started taking a look at pacemaker to get some kind of HA in a mysql test environment. The grouping has a ocf:heartbeat:IPaddr2 and a ocf:heartbeat:mysql monitor in it. The IP monitor spins up fine and properly jumps around the cluster depending on which node is active. I'm having