Posts

Showing posts with the label Pacemaker

Pacemaker in Ubuntu 16.04

Prerequisite Two nodes of Ubuntu 16.04 with below initial configuration.  /etc/hostname /etc/hosts IP Node1 node1.hatest.com 192.168.1.191 node1.hatest.com node1 192.168.1.191 Node2 Node2.hatest.com 192.168.1.192 node2.hatest.com node2 192.168.1.192 Alias 192.168.1.190 Preparations Before proceed to the main installation phase please check below issues, that may help us during the whole process.  You may change the APT sources from bd to us  apt-get update  apt-get upgrade  Enable root login Installation:  For an instant keep on a ping on the alias IP (192.168.1.190) from another host of the LAN. After the installation, we will check whether we are getting response from it or not…!!!!!!!!!!    We can sync time on both nodes by below steps. root@node1:/home/sharif# dpkg-reconfigure tzdata  [Follow next easy steps to get below output on both nodes] Current default time zone: 'Asia/Dhaka' Local time is now:      Tue Jun...