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.
ibstatus [-h][devname[:IB_port]]...
where:
devname is the InfiniBand device name.
IB_port is the port number of the InfiniBand device.
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
Note - This command is an alternative to the ibstat command.
The -h option provides help.
The following example shows how to display the basic status from the local InfiniBand driver with the ibstatus command.
# ibstatus Infiniband device ’mlx4_0’ port 1 status: default gid: fe80:0000:0000:0000:0003:ba00:0100:c709 base lid: 0x0 sm lid: 0x0 state: 1: DOWN phys state: 2: Polling rate: 10 Gb/sec (4X) Infiniband device ’mlx4_0’ port 2 status: default gid: fe80:0000:0000:0000:0003:ba00:0100:c70a base lid: 0x3a sm lid: 0x3a state: 4: ACTIVE phys state: 5: LinkUp rate: 40 Gb/sec (4X QDR) #
ibstatus man page