RHEL 8.x
Install:
sudo yum install ./dist/mlnx-nfsrdma-vast*.x86_64.rpm
sudo dracut -f
Following install, rebooting is required for the newly installed drivers to load.
Verify that the package is indeed installed (versions should match):
rpm -qa | grep mlnx-nfsrdma
To further validate installation, verify that rpcrdma
in the right path
exists and get loaded from it. All the added kernel modules go under
updates/bundle
:
rpm -qif /lib/modules/`uname -r`/extra/mlnx-nfsrdma/bundle/net/sunrpc/xprtrdma/rpcrdma.ko
$ modinfo rpcrdma | grep filename:
filename: /lib/modules/..../extra/mlnx-nfsrdma/bundle/net/sunrpc/xprtrdma/rpcrdma.ko
Document generated on 2023.09.12 13:49 for v3.9.30, branch 3.9.x