Help to make iSER working

Ben RUBSON ben.rubson at gmail.com
Sat Aug 13 13:12:43 UTC 2016


> On 13 Aug 2016, at 13:36, Ben RUBSON <ben.rubson at gmail.com> wrote:
> 
> Hi,
> 
> I went with a fresh new install to have a clean status.
> 
> What I did :
> 
> // FreeBSD 11-RC1 installation
> # echo "WITH_OFED=YES" > /etc/make.conf
> # cd /usr/src/ ; make buildkernel KERNCONF=GENERIC ; make installkernel KERNCONF=GENERIC
> # cd /usr/src/sys/modules/mlx4 ; make ; make install
> # cd /usr/src/sys/modules/mlxen ; make ; make install
> # cd /usr/src/sys/modules/iser ; make ; make install
> # echo "mlx4_load=YES" >> /boot/loader.conf
> # echo "mlxen_load=YES" >> /boot/loader.conf
> # echo "iser_load=YES" >> /boot/loader.conf
> # reboot

This was missing :
cd /usr/src/sys/modules/mlx4ib/ ; make ; make install ; kldload mlx4ib.ko

Now it works perfectly...
I'm really sorry for the useless noise on this list...

I hope this above howto will help others.

Thank you again for your support, and sorry again :-/

Benchmarks will of course follow.

Best regards,

Ben



More information about the freebsd-scsi mailing list