I got all setup following this guide -->
http://www.jedi.com/obiwan/technology/ultramonkey-rhel4.html
Im running 2 node Heartbeat LVS-DR on Centos 4.5 serving 2 separate
Realservers running apache all in vmware.
My Probem is that the sync daemons wont play together nicely, not all
connections are syncd, and the kernel throws me a IPVS: ip_vs_send_async
error.
Here are my configs:
/etc/ha.d/ha.cf
logfacility local0
keepalive 1
deadtime 10
warntime 5
initdead 120
udpport 694
mcast eth0 225.0.0.1 694 1 0
auto_failback off
node loadbl1
node loadbl2
ping 192.168.34.254
respawn hacluster /usr/lib/heartbeat/ipfail
apiauth ipfail gid=haclient uid=hacluster
crm off
/etc/ha.d/haresources
loadbl1 \
ldirectord::ldirectord.cf \
LVSSyncDaemonSwap::master \
IPaddr2::192.168.34.36/24/eth0/192.168.34.255
/etc/ha.d/ldirectord.conf
autoreload=no
logfile="local0"
quiescent=yes
virtual=192.168.34.36:80
real=192.168.34.30:80 gate
real=192.168.34.32:80 gate
service=http
request="ldirector.html"
receive="Test Page"
scheduler=rr
protocol=tcp
checktype=negotiate
I can access the vip just fine, but watch -d -n1 ipvsadm -Lnc shows that
not all connection syncronise.
Michael Guggenberg
|