To delete a Virtual IP address
The system reboots after entering this command.
You will need to run the command excluding the VIP that you want to delete. In this example we will remove VIP #6 172.25.61.166 from the above table.
syscfg -s -o vip -u net_cfg -v 6:172.25.61.115:172.25.61.116:172.25.61.135:172.25.61.147:172.25.61.165:172.25.61.167 You can see from the example below, VIP 172.25.61.166 is now removed from the table. [ctp_cmd@nova_57 ~ 1]> syscfg -r -o vip -u net_cfg List of configured virtual IPs in the system : Vip #1 :172.25.61.115 Vip #2 :172.25.61.116 Vip #3 :172.25.61.135 Vip #4 :172.25.61.147 Vip #5 :172.25.61.165 Vip #6 :172.25.61.167