HP 3PAR InForm OS 3.1.1 Command Line Interface Reference

Port_WWN/HW_Addr. The WWN that belongs to the controller node port identified in the
N:S:P column.
Type. Indicates the port connection type.
host. Port is connected to hosts. This port can also be used for Remote Copy over IP
(RCIP).
disk. Port is connected to disks.
rcfc. FC port is used for Remote Copy.
peer. FC port used for data migration.
rcip. IP port is used for Remote Copy.
iscsi. iSCSI port connected to hosts.
free. Port is not connected to hosts or disks.
The following example displays hardware and connection information about the ports settings:
cli% showport -i
N:S:P Brand Model Rev Firmware Serial
1:2:1 3PAR FC044X 08 1.02.N.5 00981760001d6187
1:2:2 3PAR FC044X 08 1.02.N.5 00981760001d6187
1:2:3 3PAR FC044X 08 1.02.N.5 00981760001d6187
1:2:4 3PAR FC044X 08 1.02.N.5 00981760001d6187
The following example displays all devices connected to ports and information about the ports
settings on node 0 slot 4:
cli% showport -par 0:4:*
N:S:P Connmode ConnType CfgRate MaxRate Class2 UniqNodeWwn VCN IntCoal
0:4:1 host point auto 4Gbps disabled disabled disabled enabled
0:4:2 host point auto 4Gbps disabled disabled disabled enabled
0:4:3 disk loop auto 4Gbps disabled disabled disabled enabled
0:4:4 disk loop auto 4Gbps disabled disabled disabled enabled
---------------------------------------------------------------------------
4
The following example displays each system ports’ configuration:
cli% showport -par
N:S:P Connmode ConnType CfgRate MaxRate Class2 UniqNodeWwn VCN IntCoal
0:0:1 disk loop auto 2Gbps disabled disabled disabled enabled
0:0:2 disk loop auto 2Gbps disabled disabled disabled enabled
0:1:1 disk loop auto 2Gbps disabled disabled disabled enabled
0:1:2 disk loop auto 2Gbps disabled disabled disabled enabled
0:2:1 disk loop auto 2Gbps disabled disabled disabled enabled
0:2:2 disk loop auto 2Gbps disabled disabled disabled enabled
0:5:1 peer point auto 2Gbps disabled disabled disabled enabled
0:5:2 disk loop auto 2Gbps disabled disabled disabled enabled
0:5:3 disk loop auto 2Gbps disabled disabled disabled enabled
0:5:4 disk loop auto 2Gbps disabled disabled disabled enabled
...
-----------------------------------------------------------------------------
showport 441