Hi Brian,

Is the iSCSI stack in the kernel-ib RPM not working for you?  Please
describe if that is the case.

I will try it out and let you know.

I reinstalled the pre-built kernel from the rpm as available from the Lustre website and installed the kernel-ib package as well:

-->
[r...@host ~]# rpm -qa | grep kernel-lustre
kernel-lustre-smp-2.6.18-128.1.6.el5_lustre.1.8.0.1

[r...@host ~]# rpm -qa | grep kernel-ib
kernel-ib-1.4.1-2.6.18_128.1.6.el5

[r...@host ~]# uname -a
Linux host 2.6.18-128.1.6.el5_lustre.1.8.0.1smp #1 SMP Thu Jun 18 17:06:38 MDT 2009 x86_64 x86_64 x86_64 GNU/Linux
<--

It seems that the iSCSI modules cannot be loaded:

-->
[r...@host ~]# modprobe scsi_transport_iscsi
FATAL: Module scsi_transport_iscsi not found.
<--

That's probably as modprobe will check in
/lib/modules/2.6.18-128.1.6.el5_lustre.1.8.0.1smp
not in
/lib/modules/2.6.18-128.1.6.el5
where kernel-ib installs its modules

So, insmod maybe?

-->
[r...@host ~]# insmod /lib/modules/2.6.18-128.1.6.el5/updates/kernel/drivers/scsi/scsi_transport_iscsi.ko insmod: error inserting '/lib/modules/2.6.18-128.1.6.el5/updates/kernel/drivers/scsi/scsi_transport_iscsi.ko': -1 Invalid module format
<--

Am I missing anything obvious here?

TIA,
 Arne


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Lustre-discuss mailing list
[email protected]
http://lists.lustre.org/mailman/listinfo/lustre-discuss

Reply via email to