Documentation, Support, and Training
Understanding Administrative Commands
Monitoring the InfiniBand Fabric
Controlling the InfiniBand Fabric
Understanding Signal Routing Through the Switch
Understanding Switch Startup and Component Addition
Understanding ILOM on the Switch
Switching Between the ILOM Shell and the Linux Shell
Controlling ILOM Targets (CLI)
Upgrading the Switch Firmware Through ILOM (CLI)
Administering ILOM (Web Interface)
Access ILOM From the Web Interface
Monitoring ILOM Targets (Web Interface)
Controlling ILOM Targets (Web Interface)
Upgrading the Switch Firmware Through ILOM (Web Interface)
Understanding InfiniBand Cabling
Understanding Switch Specifications
Understanding the Installation
Installing the InfiniBand Software Stack
Verifying the InfiniBand Fabric
Understanding Service Procedures
Servicing the Fabric Cards and Fabric Card Fillers
Servicing the InfiniBand Cables
Doing Supportive Software Tasks
Understanding Switch-Specific Commands
Validates InfiniBand ports and reports errors. Issued on the Linux InfiniBand host.
ibcheckport [-h][-v][-N][-G][-C ca_name][-P ca_port][-t timeout] lid|guid port
where:
ca_name is the channel adapter name.
ca_port is the channel adapter port.
timeout is the timeout in milliseconds.
lid is the local identifier.
guid is the global unit identifier.
port is the port being validated.
This InfiniBand software command checks port connectivity and performs simple sanity checks for the specified port.
Note - The port address is a LID, unless the -G option is used to specify a GUID address.
The following table describes the options to the ibcheckport command and their purposes:
|
The following example shows how to check port 26 on LID 15 with the ibcheckport command.
# ibcheckport -v 15 26 #error: Physical link state is Disabled lid 15 port 26 Port check lid 15 port 26: FAILED #
ibcheckport man page