Setup Virtual IP in Pacemaker Cluster
Virtual IP is very important for accessing shared resource in a cluster. Pacemaker will install a virtual IP to the node, and if the node dies, it will be installed to another available node. Setup Run in nodes1: We will using pcs command-line utility to create virtual ip pcs resource create virtual_ip ocf💓IPaddr2 ip=10.1.1.125 cidr_netmask=32 op monitor interval=30s Verify In Nodes1: ip a Example output: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether de:88:f7:1e:f4:16 brd ff:ff:ff:ff:ff:ff altname enp0s18 altname ens18 inet 10....