HP StorageWorks Data Replication Manager HSG80 ACS Version 8.7P Configuration Guide (AA-RPHZF-TE, March 2004)

Configuring a Standard Data Replication Manager Solution
113Data Replication Manager HSG80 ACS Version 8.7P Configuration Guide
T 2. Verify that the target has access to the initiator controller:
SHOW CONNECTIONS
This command shows all the connections; verify that the following are included:
InitiatorControllerA, InitiatorControllerB, InitiatorControllerC, InitiatorControllerD.
T 3. The target units must allow access to the controllers at the initiator site. Enable access with
the following CLI command:
SET UnitName ENABLE_ACCESS_PATH=(InitiatorControllerConnectionA,
InitiatorControllerConnectionB, InitiatorControllerConnectionC,
InitiatorControllerConnectionD)
Example: set d1 enable_access_path=(BuildngAA, BuildngAB,
BuildngAC, BuildngAD)
Repeat this command for each UnitName.
T 4. Issue a SHOW UNITS FULL command to verify that the correct access path has been
created for each unit.
Create Remote Copy Sets from the Initiator Site
I
1. Verify that the initiator has access to the target controller:
SHOW CONNECTIONS
This command shows all the connections; verify that the following are included:
TargetControllerA, TargetControllerB, TargetControllerC, TargetControllerD.
I 2. The initiator controllers must have access to the controllers at the target site. Enable access
by issuing the following CLI command:
SET UnitName ENABLE_ACCESS_PATH=(TargetControllerConnectionA,
TargetControllerConnectionB, TargetControllerConnectionC,
TargetControllerConnectionD)
Example: set d1 enable_access_path=(BuildngBA, BuildngBB,
BuildngBC, BuildngBD)
Note: Repeat this command for each UnitName.
I 3. To create remote copy sets, issue the CLI command below. When you issue this
command, the controllers copy all data from the initiator unit to the target unit. This
process is called normalization.
Note: Remote copy set names are limited to alphanumeric characters, the underscore, and the
hyphen.
ADD REMOTE RemoteCopySetName initiatorUnitName
TargetControllerName\TargetUnitName
Example: add remote rcs1 d1 BuildngB\D1
Repeat this step for all units that you want to become remote copy sets. It is not necessary
to repeat this step at the target site.