VPI Adapter Card Installation
Rev 1.0
Mellanox Technologies
26
CA 'mlx4_0'
CA type: MT26428
Number of ports: 1
Firmware version: 2.7.616
Hardware version: b0
Node GUID: 0x0002c903000c8710
System image GUID: 0x0002c903000c8713
Port 1:
State: Down
Physical state: Polling
Rate: 10
Base lid: 6
LMC: 0
SM lid: 3
Capability mask: 0x0251086a
Port GUID: 0x0002c903000c8711
Check the OFED version
To get the version of the running Mellanox OFED/BXOFED, run the following command:
Host# ofed_info | head -1
BXOFED-1.5.1-1.3.7-rc19:
Troubleshooting MLNX_OFED Installation
For troubleshooting driver installation, please check Mellanox OFED driver user manual:
http://www.mellanox.com
=> Downloads > InfiniBand/VPI SW/
If you need to update your card firmware, download the new firmware.
Unzip the downloaded file and run flint/mstflint command:
?flint -d /dev/mst/mt26428_pci_cr0 –i fw-25408-2_7_000-MNPH28B-XTC_A1-A2.bin burn
Check VPI setup – Ethernet / InfiniBand configuration
Loading the Ethernet Driver
By default, the Mellanox OFED stack loads mlx4_en. Run ‘lsmod’ to verify that the module is
listed.
Example:
Host# lsmod | grep mlx4_en
mlx4_en 109708 0
mlx4_core 136804 2 mlx4_en,mlx4_ib
If you don’t see the mlx4_en driver, run:
’ modprobe mlx4_en’
Ethernet Driver Usage and Configuration
To assign an IP address to the interface run:
#> ifconfig eth<n> <ip>