[ofa-general] ipoib device not loading?

Nicolas Morey Chaisemartin nicolas.morey-chaisemartin at ext.bull.net
Fri Dec 12 06:07:11 PST 2008


Jeremy Enos wrote:
>
> [root at host OFED-1.4-20081209-0926]# service openibd status
>
>   HCA driver loaded
>
>
> The following OFED modules are loaded:
>
>   ib_ipath
>   mlx4_core
>   mlx4_ib
>   ib_mthca
>   ib_uverbs
>   ib_umad
>   ib_sa
>   ib_cm
>   ib_mad
>   ib_core
>   iw_cxgb3
>
> [root at host OFED-1.4-20081209-0926]# ifup ib0
> ib_ipoib device ib0 does not seem to be present, delaying initialization.
>
>   
You need the ib_ipoib module to be able to use ipoib.
Did you put the right option (--with_ipoib_mod or something like this) 
when running ./configure  for ofa_kernel?
Try to run modprobe ib_ipoib.
If it works then, add ipoib to your /etc/infiniband/openib.conf so it'll 
be loaded by openibd.
If it doesn't, so check syslog, dmesg and other logs to see it it was an 
error or simply the file is missing
If it's missing, recompile your ofa_kernel with the ipoib module.

Nicolas




More information about the general mailing list