<div dir="ltr">I have two Virtual machines with two network interfaces. <br><br>See configuration below:<br><br>*eth0 - service network<br>*eth1 - heartbeat network<div><br>*vi /etc/hosts - RhelA(ip of eth1) / RhelB(ip of eth1) <br>*service firewalld stop</div><div><br></div><div>*pcs resource create VirtualIP ocf:heartbeat:IPaddr2 ip=(virtual ip) cidr_netmas=32 op monitor interval =30s<br><br>*<span style="color:rgb(29,33,41);font-family:Helvetica,Arial,sans-serif;font-size:13px">pcs resource create eth1-monitor ethmonitor interface=eth1 --clone<br></span><br>*pcs constraint location VirtualIP rule score=-INFINITY ethmonitor-ens192 ne 1<br><br>+++++++++++<br><br><span style="font-family:Helvetica,Arial,sans-serif;color:rgb(29,33,41);font-size:13px"><span style="font-family:inherit">I tried to ifdown eth0(service network). The result is:</span><br><br><span style="font-family:inherit">1. VirtualIP resource switched to Node2</span></span><span style="font-family:Helvetica,Arial,sans-serif;color:rgb(29,33,41);font-size:13px"><span style="font-family:inherit"><br><span style="font-family:inherit">2. Got an error from pcs status, Error "unable to find nic...."</span><br><span style="font-family:inherit">3. Even after a successful failover, error still exist</span><br><br><span style="font-family:inherit">Since it automatically switced to Node2, my goal is to failover again to Node1. This is what I did:</span><br><br><span style="font-family:inherit">1. Enable eth0 of node1, wait for 15 seconds.</span><br><span style="font-family:inherit">2. Disable eth0 of node2</span><br><span style="font-family:inherit">2. VirtualIP resource got stopped</span><br><span style="font-family:inherit">3. Even after enabling eth0 of node1, error from previous procedure still exist.</span><br><span style="font-family:inherit">4. Got an additional error, I have two errors now</span><br><span style="font-family:inherit">5. VirtualIP resource doesn't start</span></span></span><br><br><br>Regards,<br><br>imnotarobot<br><br><br></div></div>