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
Queries basic status of InfiniBand devices. Issued on the Linux InfiniBand host.
ibstat [-d][-e][-h][-l][-s][-p][-V] ca_name [ca_port]
where:
ca_name is the channel adapter name.
ca_port is the channel adapter port.
This InfiniBand software command displays basic information retrieved from the local InfiniBand driver. Output of the command includes:
LID
SMLID
port logical state
link width
port physical state
The ibstat command is similar to the ibstatus command, however, the ibstat command is a binary executable, has options to display channel adapters and ports, and provides more information than the ibstatus command.
The following table describes the options to the ibstat command and their purposes:
|
The following example shows how to display the basic status from the local InfiniBand driver with the ibstat command.
# ibstat CA ’mlx4_0’ CA type: MT26428 Number of ports: 2 Firmware version: 2.5.926 Hardware version: a0 Node GUID: 0x0003ba000100c708 System image GUID: 0x0003ba000100c70b Port 1: State: Down Physical state: Polling Rate: 10 Base lid: 0 LMC: 0 SM lid: 0 Capability mask: 0x02510868 Port GUID: 0x0003ba000100c709 Port 2: State: Active Physical state: LinkUp Rate: 40 Base lid: 58 LMC: 0 SM lid: 58 Capability mask: 0x0251086a Port GUID: 0x0003ba000100c70a #
ibstat man page