@Lari_Luoma That is probably a internal document as I cannot access it.
TARGET DOMAIN SERVER IP ADDRESS CHANGE
The modification should be done as follows:
1. Enter the Main Domain environment using mdsenv (type: mdsenv DomainServer).
2. Start the dbedit utility by typing dbedit.
3. For each virtual object, whose Target DomainServer IP has been changed, proceed as follows:
rmelement vs_slot_objects <object_name> masters_addresses <old_target_domainserver_IP>
addelement vs_slot_objects <object_name> masters_addresses <new_target_DomainServer_IP>
update_all
4. Exit from dbedit utility by typing quit.
Which come down to collect info from all domains with the VSs in it and issue the above commands per domain with the old IP and new IP, where the object name is the name of each VS, including switches.
You need to do this in the domain where your VS0 resides.
That should do the trick.
Regards, Maarten