I am trying to do the same thing and am seeing very similar behavior. I have a brand new HP DL 360 G6 with Broadcom HP nc382i dual-port 1GB NIC. Software iSCSI works fine but I am cannot get hardware iSCSI to work. I defined an iface0-HW as seen below:
[r...@snd-testg6a ifaces]# cat iface0-HW # BEGIN RECORD 2.0-871 iface.iscsi_ifacename = iface0-HW iface.ipaddress = 10.30.40.80 iface.hwaddress = f4:ce:46:B9:49:2d iface.transport_name = bnx2i # END RECORD When I try and login, I see the following: Setting up iSCSI targets: Logging in to [iface: iface0-HW, target: iqn. 1986-03.com.hp:storage.p2000g3.0939da0280, portal: 10.30.40.78,3260] Logging in to [iface: iface0-HW, target: iqn. 1986-03.com.hp:storage.p2000g3.0939da0280, portal: 10.30.40.79,3260] Logging in to [iface: iface0-HW, target: iqn. 1986-03.com.hp:storage.p2000g3.0939da0280, portal: 10.30.40.76,3260] Logging in to [iface: iface0-HW, target: iqn. 1986-03.com.hp:storage.p2000g3.0939da0280, portal: 10.30.40.77,3260] iscsiadm: Could not login to [iface: iface0-HW, target: iqn. 1986-03.com.hp:storage.p2000g3.0939da0280, portal: 10.30.40.78,3260]: iscsiadm: initiator reported error (12 - iSCSI driver not found. Please make sure it is loaded, and retry the operation) iscsiadm: Could not login to [iface: iface0-HW, target: iqn. 1986-03.com.hp:storage.p2000g3.0939da0280, portal: 10.30.40.79,3260]: iscsiadm: initiator reported error (12 - iSCSI driver not found. Please make sure it is loaded, and retry the operation) iscsiadm: Could not login to [iface: iface0-HW, target: iqn. 1986-03.com.hp:storage.p2000g3.0939da0280, portal: 10.30.40.76,3260]: iscsiadm: initiator reported error (12 - iSCSI driver not found. Please make sure it is loaded, and retry the operation) iscsiadm: Could not login to [iface: iface0-HW, target: iqn. 1986-03.com.hp:storage.p2000g3.0939da0280, portal: 10.30.40.77,3260]: iscsiadm: initiator reported error (12 - iSCSI driver not found. Please make sure it is loaded, and retry the operation) iscsiadm: Could not log into all portals. Err 12. I've installed all the latest drivers and firmware. lsmod shows the modules loaded too: [r...@snd-testg6a ifaces]# lsmod |egrep -i "bnx|scsi" bnx2i 102944 0 cnic 75288 1 bnx2i iscsi_tcp 50509 4 libiscsi_tcp 53317 2 cxgb3i,iscsi_tcp libiscsi2 77125 5 ib_iser,bnx2i,cxgb3i,iscsi_tcp,libiscsi_tcp scsi_transport_iscsi2 74073 7 ib_iser,bnx2i,cxgb3i,iscsi_tcp,libiscsi2 scsi_transport_iscsi 35017 1 scsi_transport_iscsi2 scsi_dh 41665 1 dm_multipath bnx2 219404 0 scsi_mod 196697 10 ib_iser,bnx2i,cxgb3i,sg,iscsi_tcp,libiscsi2,scsi_transport_iscsi2,scsi_dh,cciss,sd_mod I am thinking this could be similiar behavior to what you are seeing? On May 5, 11:42 am, Mike Christie <[email protected]> wrote: > On 04/29/2010 04:44 AM, Oliver Hookins wrote: > > > I believe I'm hitting the exact same error... pity. > > > Any word on the fix? > > I believe they have a fix. It is being tested now. > > -- > You received this message because you are subscribed to the Google Groups > "open-iscsi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/open-iscsi?hl=en. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en.
