In this example, three VMs will be required to form the cluster nodes. Go through the following steps across all three VMs:
- Install the corosync, pacemaker, and cmrsh toolsets using the following code:
apt-get install corosync pacemaker crmsh
- Edit the corosync configuration file and change the bind address (bindnetaddr) to match the IP configured on the VM using the following code:
nano /etc/corosync/corosync.conf
- Enable and start the corosync service using the code shown in the following ...