Pacemaker – Configure cluster
Today some simple commands to configure a cluster with two ip adresses and a service on two servers with ubuntu 14.04 Let start installing some packages
1 |
aptitude install pacemaker corosync |
Than adjust some configuration. The first is to enable pacemaker to run without quorum (you need it if the servers are less than three)
1 |
echo "CMAN_QUORUM_TIMEOUT=0" > /etc/default/cman |
Now edit corosync […]