Dear Members!
I am trying to setup IPVS + heartbeat first time on my two linux machines.
Here is the configuration of nod1
ha.cf
============
logfile /var/log/heartbeat.log
keepalive 2
deadtime 10
warntime 10
bcast eth0
udpport 694
auto_failback on
node node1
node node2
============
haresources
============
node1 118.68.8.137/24/eth0 ldirectord
============
ldirectord.cf
============
logfile="/var/log/ldirectord.log"
checktimeout=3
checkinterval=5
autoreload=yes
quiescent=yes
virtual=118.68.8.137:80
real=192.168.2.22:80 masq 5
real=192.168.2.23:80 masq 5
service=none
scheduler=wrr
persistent=600
protocol=tcp
request="test.html"
receive="Still alive"
checktype=4
============
Now node1 is working perfectly. I just want to ask which files i should copy
on node2?
Regards,
Umar
|