HP 3PAR OS 3.1.3 Command Line Interface Reference

failed_over Failed over to partner
active The partner port is failed over to this port
active_down The partner port is failed over to this port, but this port is down
failback_pending In the process of failing back from partner
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
...
-----------------------------------------------------------------------------
The columns in the previous example are identified as follows:
N:S:P. The physical position of the port, in the syntax node:slot:port.
Connmode.Indicates the connection mode which can be rcfc, peer, host or disk.
ConnType. Indicates the type of connection configured for the port; loop for loop, point
for point-to-point, or lp for loop or point-to-point.
CfgRate. The configurable bit rate of data transfer between the port and a host or a disk;
either auto, 1Gbps, 2Gbps, or 4Gbps.
MaxRate. Indicates the maximum bit rate of transfer between the HBA and the host or disk.
Class2. Identifies whether class 2 is enabled (ack0 or ack1) or disabled.
showport 435