Re: [Pacemaker] MySQL HA-Cluster, error on move

2011-04-11 Thread Patric Falinder
Devin Reade skrev 2011-04-11 23:26: --On Monday, April 11, 2011 02:14:44 PM +0200 Patric Falinder wrote: The problem I have is when I need to migrate/move the resources to the other node, or unmove it, I get this error message and mysqld won't start/move properly: [snip] primitive mysqld l

Re: [Pacemaker] MySQL HA-Cluster, error on move

2011-04-11 Thread Devin Reade
I should also mention that some of the key pieces are having the pid file on local (non-drbd) disk and having your db configured to allow the RA to test the status (per the docs). Having the pid file on drbd storage causes the monitor on the backup node to fail. I don't use a different db data lo

Re: [Pacemaker] MySQL HA-Cluster, error on move

2011-04-11 Thread Devin Reade
--On Monday, April 11, 2011 02:14:44 PM +0200 Patric Falinder wrote: > The problem I have is when I need to migrate/move the resources to the > other node, or unmove it, I get this error message and mysqld won't > start/move properly: [snip] > primitive mysqld lsb:mysql > colocation mysql_on_drb

Re: [Pacemaker] MySQL HA-Cluster, error on move

2011-04-11 Thread Andrew Beekhof
On Mon, Apr 11, 2011 at 2:14 PM, Patric Falinder wrote: > Hi, > > I got a MySQL HA-Cluster setup and it's working fairly well except for one > thing and I can't figure out how to fix. > > I'm pretty new on the subject and I got the configuration pretty much from > howto's on the internet, though I

[Pacemaker] MySQL HA-Cluster, error on move

2011-04-11 Thread Patric Falinder
Hi, I got a MySQL HA-Cluster setup and it's working fairly well except for one thing and I can't figure out how to fix. I'm pretty new on the subject and I got the configuration pretty much from howto's on the internet, though I have set up a HA-Cluster before just to lean a bit more about c