opaportconfig (1) - Linux Manuals

NAME

opaportconfig

(Host or Switch) Controls the configuration and state of a specified Intel(R) Omni-Path Host Fabric Interface (HFI) port on the local host or a remote switch.

Syntax

opaportconfig [-l lid[-m dest_port]] [-h hfi] [-p port] [-r secs] [-z]
[-S state] [-P physstate] [-s speed] [-w width] [-c LTPCRC] [-K mkey]
[-v] [-x] [-L lid] [#8217lt; sub command>]

Options

-l lid
Destination LID. Default is local port.

-m dest_port
Destination port. Default is port with given LID. Used to access switch ports.

-h hfi
HFI to send through/to. Default is first HFI.

-p port
Port to send through/to. Default is first port.

-K mkey
SM management key to access remote ports.


 sub command 
One of the following choices:

enable Enables port.

disable Disables port.

bounce Bounces port.

NOTE: Bouncing remote ports may cause timeouts.

ledon Turns port LED on.

ledoff Turns port LED off.

Configuration Options

-r secs
Repeats to keep the port down for the specified amount of seconds.

-S state
New state. Default is 0.

0 No-op.

1 Down.

2 Initiate.

3 Armed.

4 Active.

-P physstate
New physical state. Default is 0.

NOTE: All transitions are valid.

0 No-op.

2 Polling.

3 Disabled.

11 Phy-Test. Current physstate must be disabled.

-s speed
New link speeds enabled. Default is 0. To enable multiple speeds, use the sum of the desired speeds.

0 No-op.

2 0x0002 - 25 Gb/s.

-w width
New link widths enabled. Default is 0. To enable multiple widths, use sum of desired widths.

0 No-op.

1 0x01 - 1x.

2 0x02 - 2x.

4 0x04 - 3x.

8 0x08 - 4x.

-c LTPCRC
New LTP CRCs enabled. Default is 0. To enable multiple LTP CRCs, use sum of desired LTP CRCs.

0 No-op.

1 0x1 - 14-bit LTP CRC mode.

2 0x2 - 16-bit LTP CRC mode.

4 0x4 - 48-bit LTP CRC mode.

8 0x8 - 12/16 bits per lane LTP CRC mode.

-h and -p options permit a variety of selections:

-h 0
First port in system (default).

-h x
First port on HFI x.

-h 0 -p y
Port y within system.

-h x#8217#160;-p y
HFI x, port y.

Debug Options

-v
Verbose output. Additional invocations turn on debugging, openib debugging, and libibumad debugging.

-z
Does not get port info first, clears most port attributes.

-L lid
Sets PortInfo.LID = lid.

Examples

opaportconfig -w 1
opaportconfig -p 1 -h 2 -w 3

Description

Port configuration is transient in nature. If the given host is rebooted or its Intel(R) Omni-Path Fabric Stack is restarted, the port reverts to its default configuration and state. Typically, the default state is to have the port enabled with all speeds and widths supported by the given HFI port.

To access switch ports using this command, the -l and -m options must be given. The -l option specifies the lid of switch port 0 (the logical management port for the switch) and -m specifies the actual switch port to access. If SMA mkeys are used, the -K option is also needed. However, the Intel(R) Omni-Path Fabric Suite Fabric Manager does not use SMA mkeys by default, therefore this option may not be required.

NOTE: The /etc/init.d/opaportconfig script is provided as an example of changing port speed every time the server boots. This script can be edited, then scheduled, using chkconfig to control link settings on any set of HFI ports.

CAUTION: When using this command to disable or reconfigure switch ports, if the final port in the path between the Fabric Management Node and the switch is disabled or fails to come online, then opaenableports is not able to reenable it. In this case, the switch CLI and/or a switch reboot may be needed to correct the situation.