Operating System Software Owner manual

-sortcol <col>[,<dir>][:<col>[,<dir>]...]
Sorts command output based on column number (<col>). Columns are numbered from left to
right, beginning with 0. At least one column must be specified. In addition, the direction of
sorting (<dir>) can be specified as follows:
inc - Sort in increasing order (default).
dec - Sort in decreasing order.
Multiple columns can be specified and separated by a colon (:). Rows with the same information
in them as earlier columns will be sorted by values in later columns.
SPECIFIERS
None.
RESTRICTIONS
None.
EXAMPLES
The following example displays information about all Remote Copy ports:
# showport rc
N:S:P State HwAddr Rate Type
5:3:2 ready 25320002AC000006 2Gbps rcip
4:1:1 ready 24110002AC000006 2Gbps rcip
0:5:1 ready 0002B39B2013 1000Mbps rcip
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.
Rate. Data transfer rate (bitrate) for the Remote Copy interface.
Type. Indicates the port connection type.
rcip. Port is used for Remote Copy over IP (RCIP).
The following example displays information about RCIP ports:
# showport -rcip
N:S:P State ---HwAddr--- IPAddr Netmask Gateway MTU Rate Duplex AutoNeg
0:1:1 offline 000423C21B72 - - - - n/a n/a n/a
0:1:1 offline 000423C21B73 - - - - n/a n/a n/a
1:2:1 offline 000423ADE95E - - - - n/a n/a n/a
1:2:1 offline 000423ADE95F - - - - n/a n/a n/a
263