SamyGo writes:
Really appreciate that. Would you please like to
contribute the whole
procedure so that everyone knows whats happening here !!
i'm not able write a tutorial on how to setup and use
heartbeat/pacemaker. virtual-ip and sip-proxy could be configured
something like this (i haven't tested it):
primitive virtual-ip ocf:heartbeat:IPaddr2 params ip=192.75.101.10
broadcast=192.75.101.255 cidr_netmask=24 op monitor interval=15s
primitive sip-proxy lsb:sip-proxy op monitor interval=15s timeout=15s start-delay=60s
order virtual-ip-before-sip-proxy mandatory: virtual-ip:start sip-proxy
colocation sip-proxy-on-virtual-ip inf: sip-proxy virtual-ip
-- juha