Problems When I Try to install OFED

Hello!

When I tried to install OFED, at the end he ask me to load the new driver using:

" To load the new driver, run:

/etc/init.d/openibd restart

"

But when I tried I got it:
$: sudo /etc/init.d/openibd restart
Unloading mlx_compat [FAILED]
rmmod: ERROR: Module mlx_compat is in use by: rpcrdma svcrdma

I’m trying everything I know to try to stop this module but I’m at a dead end, Can someone help me?

I’m using Rocky Linux 9 and the Version of OFED is 23.04-1.1.3.0

Hello @ppinheiro,

Thank you for posting your query on our community. Please try the following options to help resolve the issue,

  1. Use rnmod to remove modules rpcrdma and svcrdma, then try to install again
  2. Use /etc/init.d/openibd force-stop and then install again

Hope this helps.

Thank & Regards,
Bhargavi