HP 3PAR OS 3.1.3 Command Line Interface Reference

The following example creates a primary target definition named System1 on the backup system,
where the node numbers of the Ethernet ports on the backup system are located at 2:3:1 and
3:3:1 , and the corresponding IP addresses on the primary system are 10.1.1.96 and
10.1.2.96:
# creatercopytarget System1 IP 2:3:1:10.1.1.96 3:3:1:10.1.2.96
The following example creates a target definition named System2 on the local system where the
node WWN of the target system is 20010002AC000060:
# creatercopytarget System2 FC 20010002AC000060 0:4:1:22410002AC000060
1:4:1:23410002AC000060
NOTES
IP targets are made up of pairs composed of the node, slot and port of the Ethernet port on
the local system and an IP address of the peer port on the target system.
FC targets are made up of sets with the node, slot, and port of the FC port on the local system
and WWN of the peer port on the target system.
creatercopytarget 119