Linux High availability quick setup

Share

Consider two Linux machines: Active machine heart beat IP: 192.168.1.1 Passive machine heart beat IP: 192.168.1.2 Virtual/Floating IP 192.168.2.11 Install heartbeat software on active and passive machines manish@active-mc:~$ aptitude install heartbeat manish@passive-mc:~$ aptitude install heartbeat Get node names of both machines manish@active-mc:~$ uname -n active-mc manish@passive-mc:~$ uname -n passive-mc On Active host do following Configure […]