Hi All
I am trying to setup a mysql cluster with 2 data nodes and two load balancers. I have followed the same instrauctions given
http://www.howtoforge.com/setting-up...th-mysql5.1-p3 .
Issues
1. On both load balancers
/usr/sbin/ldirectord ldirectord.cf status
ldirectord stale pid file /var/run/ldirectord.ldirectord.cf.pid for /etc/ha.d/ldirectord.cf
ldirectord is stopped for /etc/ha.d/ldirectord.cf
AND
ipvsadm -L -n
IP Virtual Server version 1.2.1 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 10.10.10.15:3306 wrr
-> 10.10.10.3:3306 Route 0 0 0
-> 10.10.10.2:3306 Route 0 0 0
Also, getting the following error while starting heartbeat
ldirectord stale pid file /var/run/ldirectord.ldirectord.cf.pid for /etc/ha.d/ldirectord.cf
[ OK ]
What may be the reason? BTW i have verified that failover is happening
when i stop heartbeat on active node.
~Vincent