Please enter search query.
Search <product_name> all support & community content...
Article: 100004392
Last Published: 2014-01-01
Ratings: 2 0
Product(s): InfoScale & Storage Foundation
Problem
How to change a replication IP, or hostname in VVR.
Solution
Follow these steps to change a replication IP or hostname in VVR:
1. Pause the rlink:
# vxrlink -g <DG> pause <RLINK>
2. Use vxedit to change the IP or hostname:
# vxedit -g <DG> set local_host=<LOCAL HOST> remote_host=<REMOTE HOST> <RLINK>
3. Resume the rlink:
# vxrlink -g <DG> resume <RLINK>
Note: The rlink should be resumed on the secondary first.