On Wed, 2008-11-19 at 13:50 -0800, Rob Tanner wrote: > The next thing to try is OpenLDAP and MySQL, both of which are critical > services and both of which are for more complex. Is anyone running them > on Linux HA. Does it work reliably when you switch, etc. How do you > have it all configured?
I run both of these under heartbeat v1. It works quite well. What you need is some shared storage, so that you don't have to mess with LDAP or MySQL replication. I found when I tried to set up one LDAP server as master and one as slave, and have the slave take over as master, it was very easy to create infinite replication loops. MySQL replication that is truly bidirectional is very difficult to get right. I found it was much easier to just create shared storage for the LDAP and MySQL database files using DRBD. --Greg _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
