Hi, I have a Broadcom netxtreme ii card, this card is well configured : during boot the network card bios successfully connect to the iSCSI target (login success). After linux boot, on the iSCSI target, a QNAP NAS, I see a state 'connected' so I can't connect with the tcp transport. I think the broadcom card is correctly connect to the nas.
Next, I start discovery : server:~# iscsiadm -m iface default tcp,default,default,unknown iser iser,default,default,unknown bnx2i bnx2i,default,default,unknown server:~# iscsiadm -m discovery -t st -p 192.168.10.2 -I bnx2i 192.168.10.2:3260,1 iqn.2004-04.com.qnap:TS-809:iSCSI.alpha.8CDFA1 In dmeg I have : [ 3988.708429] Loading iSCSI transport class v2.0-869. [ 3989.236967] iscsi: registered transport (tcp) [ 3989.317607] iscsi: registered transport (iser) but no bnx2 or bnx2i transport ! When I try to connect I have the following error : server:~# iscsiadm -d 8 -m node --targetname "iqn. 2004-04.com.qnap:TS-809:iSCSI.alpha.8CDFA1" --login ... Logging in to [iface: bnx2i, target: iqn. 2004-04.com.qnap:TS-809:iSCSI.alpha.8CDFA1, portal: 192.168.10.2,3260] iscsiadm: Could not login to [iface: bnx2i, target: iqn. 2004-04.com.qnap:TS-809:iSCSI.alpha.8CDFA1, portal: 192.168.10.2,3260]: iscsiadm: initiator reported error (12 - iSCSI driver not found. Please make sure it is loaded, and retry the operation) The kernel module is loaded : server:~# lsmod | grep iscsi iscsi_tcp 21764 0 libiscsi 32384 2 ib_iser,iscsi_tcp scsi_transport_iscsi 36256 4 ib_iser,iscsi_tcp,libiscsi scsi_mod 160760 11 ib_iser,iscsi_tcp,libiscsi,scsi_transport_iscsi,sg,sr_mod,sd_mod,libata,mptsas,mptscsih,scsi_transport_sas Can you tell me what I forget ? Thanks, Julien --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to open-iscsi@googlegroups.com To unsubscribe from this group, send email to open-iscsi+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/open-iscsi -~----------~----~----~----~------~----~------~--~---