On 05/05/2010 02:57 PM, Nate Salemme wrote:
I am trying to do the same thing and am seeing very similar behavior.

Your problem is completely different.


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)

We do not even get to the connection/login phase like the other bug reporters did. In your case it is complaining that bnx2i is not loaded, but from the info below it looks like it is.

Are you using RHEL or Centos? If so, how did you start the iscsi system and what is the iscsi-initiator-utils version?

Did you do

service iscsi start

or was the iscsi service started for you?


Try starting it by hand:

// stop the iscsi service so we can start from scratch
# service iscsi stop

// make sure that the record has the bnx2i driver set
# iscsiadm -m node -I iface0-HW | grep bnx2i

// start iscsi by hand
# modprobe bnx2i
# iscsid
# brcm_iscsi_uio
// login by hand
# iscsiadm -m node -I iface iface0-HW -l


--
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.

Reply via email to