... | ... | @@ -106,11 +106,11 @@ After the command states that it has successfully installed the drivers and MLNX |
|
|
|
|
|
## Post Driver Install
|
|
|
After reboot you should check if everything started correctly and the MLNX NIC is recognized with its respective ports. This can be done by running the following command-line tools:
|
|
|
|
|
|
`sudo dpkg -l | grep -i mlnx`
|
|
|
`sudo lsmod | grep mlx`
|
|
|
`sudo ibv_devinfo`
|
|
|
|
|
|
```
|
|
|
sudo dpkg -l | grep -I mlnx
|
|
|
sudo lsmod | grep mlx
|
|
|
sudo ibv_devinfo
|
|
|
```
|
|
|
These commands will check:
|
|
|
1. If the Mellanox packages were installed
|
|
|
2. If the infiniband libary/devices are working
|
... | ... | |