HP 3PAR Command Line Interface Reference (OS 3.1.2 MU2) (QL226-97016, June 2013)
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.
• State. State of the port.
ready. The port is online and ready for use.◦
◦ loss_sync.The port is not physically connected to anything.
◦ config_wait. Firmware has yet to be initialized.
◦ login_wait. Fibre Channel adapter is attempting port and process logins with all loop
ports.
◦ error. Fibre Channel adapter has experienced an unrecoverable error.
◦ non_participate. Port is logically isolated from the Fibre Channel loop.
◦ offline. The port is offline.
• HwAddr. A unique identifier of the port hardware used for Remote Copy connection. For an
RCIP port, it is the MAC address of the port.
• IPAddr. The IP address of the Remote Copy interface.
• Netmask. Netmask for the Ethernet port.
• Gateway. Gateway address for the Remote Copy interface.
• MTU. Maximum Transfer Unit (MTU) size for the specified Remote Copy interface (default is
1500). The largest supported value is 9000 and the smallest is 100.
• Rate. Data transfer rate for the Remote Copy interface.
• Duplex. Values can be either Full or Half.
• AutoNeg. Values can either be Yes or No.
The following example displays information about iSCSI ports:
cli% showport -iscsi
N:S:P State IPAddr Netmask Gateway TPGT MTU Rate iSNS_Prim
iSNS_Sec iSNS_Port
1:3:1 ready 192.168.9.163 255.255.255.0 192.168.9.1 131 1500 1Gbps 0.0.0.0
0.0.0.0 3205
1:3:2 loss_sync 0.0.0.0 0.0.0.0 0.0.0.0 132 1500 n/a 0.0.0.0
0.0.0.0 3205
The following example displays information about iSCSI names associated with iSCSI ports:
cli% showport -iscsiname
N:S:P IPAddr ---------------iSCSI_Name----------------
1:3:1 0.0.0.0 iqn.2000-05.com.3pardata:21310002ac00000a
1:3:2 0.0.0.0 iqn.2000-05.com.3pardata:21320002ac00000a
The following example displays all ports that are configured as peer:
cli% showport -peer
N:S:P Mode State ----Node_WWN---- ----Port_WWN---- Rate
0:5:1 initiator ready 2FF70202AC000007 20510202AC000007 2Gbps
showport 447