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 local RDMA devices. Issued on the Linux InfiniBand host.
ibv_devinfo [-d device][-i IB_port][-h][-l][-v]
where:
device is the InfiniBand device.
IB_port is the InfiniBand port.
This InfiniBand software command displays information about the RDMA devices available from userspace.
Note - This command is similar to the ibv_devices command, but the output contains more information.
The following table describes the options to the ibv_devinfo command and their purposes:
|
The following example shows how to display the local InfiniBand device information with the ibv_devinfo command.
# ibv_devinfo
hca_id: mlx4_0
fw_ver: 2.5.9266
node_guid: 0003:ba00:0100:c708
sys_image_guid: 0003:ba00:0100:c70b
vendor_id: 0x02c9
vendor_part_id: 26428
hw_ver: 0xA0
board_id: SUN0150000001
phys_port_cnt: 2
port: 1
state: PORT_DOWN (1)
max_mtu: 2048 (4)
active_mtu: 2048 (4)
sm_lid: 0
port_lid: 0
port_lmc: 0x00
port: 2
state: PORT_ACTIVE (4)
max_mtu: 2048 (4)
active_mtu: 2048 (4)
sm_lid: 58
port_lid: 58
port_lmc: 0x00
#ibv_devinfo man page