HP 3PAR InForm OS 3.1.1 Command Line Interface Reference

controlport rcip mtu 9000 6:3:1
Remote Copy change successful.
The following example shows how to set Remote Copy interface 172.16.1.11 on a Gigabit
Ethernet port 1 in node 6, slot 3 using a netmask of 255.255.255.0:
cli% controlport rcip addr 172.16.1.11 255.255.255.0 6:3:1
Are you sure you want to change the address for 6:3:1?
select q=quit y=yes n=no: y
Remote Copy interface change successful.
The following example shows how to set the gateway for Gigabit Ethernet port 1 in node 6, slot
3 using a gateway address of 172.16.1.1:
cli% controlport rcip gw 172.16.1.1 6:3:1
Are you sure you want to change the gateway for 6:3:1?
select q=quit y=yes n=no: y
Remote Copy interface change successful.
The following examples show usage of controlport config:
controlport config host -ct point 1:3:1
ontrolport config host -unique_nwwn enable 1:2:3
controlport config rcfc 0:0:1
controlport config disk 2:2:2
controlport config peer -ct point 1:5:1
NOTES
The ct, cl2, or rate subcommands automatically resets the port for the changes to take
effect.
Issue the showportcommand with either the i or par options to verify the success of the
controlport command. See controlport” (page 87).
Resetting a port causes a momentary dip in throughput, but no loss of connectivity.
The -f option forces the operation. Without the flag, the command prompts for confirmation.
In some cases, unless the TPDFORCE_OVERRIDE environment variable is set, the command
asks for confirmation even when the -f option is specified because the operation might disrupt
the system operation.
Use caution when changing modes for ports in LSI Fibre Channel adapters. Changing the
mode of one port in a pair (for example, from initiator to target) causes the other port in the
pair to also undergo a mode change. In the case where one port in the pair is offline (and
therefore a mode change can be allowed), but the partner port is online, changing the mode
of the offline port causes the online partner port to undergo mode change as well. This results
in loss of use of the partner port because it is no longer online.
Issuing the controlport rst -l command affects both ports of a port pair. Only use this
command when irreversible damage has been done to a port or port pair.
When issuing the controlport cl2 or vcn commands, if the port is configured as peer
connection mode, an error is returned.
If specified, <ctval> will depend on the <connmode> value:
If <connmode> is disk, then <ctval> can only be loop
controlport 93