HP 3PAR OS 3.1.3 Command Line Interface Reference

For quad-port LSI Fibre Channel adapters, each ports pair (ports 1 and 2, ports 3 and 4) must
use the same mode.
Changing the mode of one port in a pair (for example, from initiator to target) causes the
other port in the pair to undergo a mode change as well.
CAUTION: 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 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 a mode change as well. This results in loss of use
of the partner port because it is no longer online.
If there are active hosts or physical disks when issuing the controlport rst or offline
commands, a warning is returned and you are prompted for confirmation to complete the
execution of the commands.
When issuing the controlport ct, cl2, rate, persona, or rscn commands, if there
are active disks on the port, an error is returned. If there are active hosts on the port, the f
option is overridden (if specified), a warning is returned, and you are prompted for confirmation
to complete the execution of the commands.
The controlport rcip addr command is allowed only for node/slot/port combinations
where an interface is installed.
EXAMPLES
The following example shows how to increase MTU to 9000 on Gigabit Ethernet port 1 in node
6, slot 3:
cli% controlport rcip mtu 9000 6:3:1
Remote Copy change successful.
The following example shows how to set remote-copy interface XXX.XX.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 XXX.XX.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 XXX.XX.1.1:
cli% controlport rcip gw XXX.XX.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 iscsi 1:8:1
controlport config peer -ct point 1:5:1
controlport 95