HP 3PAR OS 3.1.3 Command Line Interface Reference

admitrcopylink
DESCRIPTION
The admitrcopylink command adds one or more links (connections) to a remote-copy target
system.
SYNTAX
For remote copy over IP (RCIP), the syntax for the admitrcopylink command is as follows:
admitrcopylink <target_name> <N:S:P:IP_address>...
For remote copy over Fibre Channel (RCFC), the syntax for the admitrcopylink command
is as follows:
admitrcopylink <target_name> <N:S:P:WWN>...
AUTHORITY
Super, Edit
Any role granted the rcopylink_admit right.
NOTE: You must have access to all domains to run this command.
OPTIONS
None
SPECIFIERS
<target_name>
The target name, as specified with the creatercopytarget command.
<node:slot:port:IP_address>...
Specifies the node, slot, and port of the Ethernet port on the primary system and an IP address on
the target system.
<node:slot:port:WWN>...
Specifies the node, slot, and port of the Fibre Channel adaptor port on the primary system and a
World Wide Name (WWN) address on the target system.
RESTRICTIONS
Functionality of this command requires the HP 3PAR Remote Copy Software license. Contact your
local service provider for more information.
EXAMPLES
The following example adds a link on System2 (<target_name>), using the node, slot, and
port information of node 1, slot 2, port 1 of the Ethernet port on the primary system. The IP address
193.1.2.11 specifies the address on the target system:
cli% admitrcopylink System2 1:2:1:193.1.2.11
The following WWN creates an RCFC link to target System2, which connects to the local 5:3:2
(N:S:P) in the target system:
cli% admitrcopylink System2 FC 5:3:2:20010002AC000060
admitrcopylink 49