<div dir="ltr">I have 2 questions about the above commands:<div><br></div><div>1 - In the examples given on pgpool website, they are used as follows:</div><div><br></div><div>if_up_cmd = '/usr/bin/sudo /sbin/ip addr add $_IP_$/24 dev enp0s8 label enp0s8:0'<br>if_down_cmd = '/usr/bin/sudo /sbin/ip addr del $_IP_$/24 dev enp0s8'<br>arping_cmd = '/usr/bin/sudo /usr/sbin/arping -U $_IP_$ -w 1 -I enp0s8'<br></div><div><br></div><div>I can replace enp0s8 with eth0, or anything that I receive from running an ifconfig command. </div><div><br></div><div>My current ifconfig invocation returns me 2 interfaces: </div><div>ens5 (my private IP) and lo (loopback 127.0.0.1)</div><div><br></div><div>My question is: </div><div><br></div><div>Should I use this existing ens5 (or renamed to anything using <span style="background-color:transparent;font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-weight:inherit;white-space:inherit;font-size:13px">netplan)</span> interface to attach/detach the virtual IP, or should I create an extra network interface (Reserved to be used in above 3 commands) just for that purpose?<br></div><div>(I fear that if I use existing interface, the virtual IP attachment will drop the private IP and my node will be addressless in the network, but I could be wrong)</div><div><br></div><div>2 - There is wd_escalation_command and wd_de_escalation_command for AWS, and they will apply to me as well since my servers are there.</div><div><br></div><div>Are they necessary along with if_up_cmd, if_down_cmd, arping_path, or the wd_escalation_command/wd_de_escalation_command are replacements of  if_up_cmd, if_down_cmd, arping_path?</div><div><br></div><div>Thanks for your support in advance!</div><div>-Nirav</div></div>