On 05/06/2010 12:38 PM, Nate Salemme wrote:
iscsi: registered transport (cxgb3i)
iscsi: registered transport (tcp)
iscsi: registered transport (iser)
bnx2: eth0: using MSI
iscsi: registered transport (bcm570x-020000)
For the bnx2i driver that comes with RHEL you should see:
May 6 11:10:11 localhost kernel: iscsi: registered transport (bnx2i)
The registered transport message you got above came from HP's driver.
I am not sure how to configure HP's tools and driver. They are slightly
different because HP's driver is older and based on a non-upstream
driver that registers a transport per pci function and the
RHEL/Centos/upstream driver registers a transport per driver.
So for RHEL you would use bnx2i for the iface.transport_name like you
did below:
# 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
But for HP's driver you probably want to set the iface.transport_name as
what you see in the registered transport message in your log,
bcm570x-020000. I am not 100% sure what/how to config HP's stuff because
I do not have the source in front of me. I am 99% sure though that just
using the bnx2i name string is wrong for that driver because of how it
is registering transport names.
--
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.