3PAR Replication Adapter 4.x for VMware vCenter Site Recovery Manager Implementation Guide

Initial setup for Remote Copy from the recovery site
1. From the recovery site (s159 in the following examples) set up the Gigabit Ethernet link.
controlport rcip addr 10.100.33.159 255.255.255.0 0:2:1
controlport rcip addr 10.101.33.159 255.255.255.0 1:2:1
controlport rcip gw 10.100.33.1 0:2:1
controlport rcip gw 10.101.33.1 1:2:1
controlport rcip mtu 1500 0:2:1
controlport rcip mtu 1500 1:2:1
controlport rcip speed auto 0:2:1
controlport rcip speed auto 1:2:1
2. Verify connectivity (s159).
showport -rcip
N:S:P State ---HwAddr--- IPAddr Netmask Gateway MTU Rate Duplex AutoNeg
0:2:1 ready 000423E009D9 10.100.33.159 255.255.255.0 10.100.33.1 1500 1Gbps Full Yes
1:2:1 ready 000423E009DC 10.100.33.159 255.255.255.0 10.100.33.1 1500 1Gbps Full Yes
3. Set up Remote Copy targets and links (s159).
startrcopy
creatercopytarget s230 IP 0:2.1:10.100.33.230 1:2.1:10.101.33.230
root@enodec1a6:~# showrcopy links
Remote Copy System Information
Status: Started, Normal
Link Information
Target Node Address Status Options
s230 0:2:1 10.100.33.230 up
s230 1:2:1 10.101.33.230 up
receive 0:2:1 receive up
receive 1:2:1 receive up
Creating synchronous Remote Copy groups
To create synchronous Remote Copy groups (s230):
creatercopygroup srm_1 s159:sync
admitrcopyvv srm_vol_1 srm_1 s159:srm_vol_1
startrcopygroup srm_1
showrcopy
Adding a virtual volume to an existing Remote Copy groups
To add a virtual volume to an existing Remote Copy group (s230).
stoprcopygroup srm_1
admitrcopyvv srm_vol_2 srm_1 s159:srm_vol_2
admitrcopyvv srm_vol_3 srm_1 s159:srm_vol_3
admitrcopyvv srm_vol_4 srm_1 s159:srm_vol_4
admitrcopyvv srm_vol_5 srm_1 s159:srm_vol_5
admitrcopyvv srm_vol_0 srm_1 s159:srm_vol_0
Configure Remote Copy with IP between protected site and recovery site 15