vip_move.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// If the host with the VIP is up, this removes it | |
ip addr del 10.20.43.184/32 dev eth2 | |
// Add VIP to new host | |
ip addr add 10.20.43.184/32 dev eth2 | |
/sbin/arping -c 5 -U -I eth2 10.20.43.184 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment