On 4 Sep., 17:42, Michael Wolf <mwol...@me.com> wrote:
> On 4 Sep., 02:49, "Benjamin Li" <be...@broadcom.com> wrote:
>
>
>
> > Hi Michael,
>
> > My responses are below:
>
> > On Fri, 2010-09-03 at 11:51 -0700, Mike Christie wrote:
> > > On 09/03/2010 10:06 AM, Michael Wolf wrote:
> > > > Sep  3 16:47:35 ora-db-rac1-04 iscsid: Received iferror -1
> > > > Sep  3 16:47:35 ora-db-rac1-04 iscsid: cannot make a connection to
> > > > 10.10.77.10:3260 (-1,11)
> > > > Sep  3 16:47:40 ora-db-rac1-04 kernel: bnx2i [02:00.00]: ISCSI_INIT
> > > > passed
>
> > > Are both network interfaces for the offload cards ifup'd, have a ip
> > > address on the same subnet as the iscsi offload card, and started ok?
>
> > Could you provide the iface files you are using, the /var/log/messsage
> > logs, the /var/log/brcm-iscsi.log, and a network trace when the
> > connection fails?  This will definitely help in debugging this problem.
>
> > > > Any idea what I am missing?
> > > > Is bnx2i driver able to connect with multiple paths on RHEL 5.5?
>
> > > It works here. I have not tired it when they are all on the same subnet,
> > > but from some of the bug fix patches it looks like broadcom has been
> > > testing equalogic/dell targets so I think they have. ccing them.
>
> > Our PQA has tested this configuration, but you need to specify 1 iface
> > per path and specify the device using the MAC address of the HBA via the
> > 'iface.hwaddress' field of the iface.
>
> > Thanks again.
>
> > -Ben
>
> @Mike
> Both networkinterfaces are up and running. Connection with TCP
> protocol on these interfaces is no problem.
> Tey have IP addesses 10.10.77.163 and 10.10.77.164, which is the same
> subnet as the bnx2i interfaces 10.10.77.63 and 10.10.77.64.
> The netmask is 255.255.255.0. The EQ box has only one Group IP address
> 10.10.77.10.
> I have found informations in the internet, that broadcon does not
> support multpath connection with more than one adapter, because of
> driver problems.
>
> @Ben
> I'm not in the office today, I will deliver the logs on monday. /var/
> log/messages and iface files are included in my first posting.
> The server has four broadcom dual port cards. For my first test I used
> only one internal dual adapter. eth2 and eth3 are on one broadcom
> interface with separete HW adresses. Might that be a problem?
> I will test with two iface on two separate broadcom cards on monday.
>
> Thanks again.
> Michael

Monday morning, another try...
I will try to set up ONE bnx2i interface to connect with my EQ box.
I will use eth4 for that test.
eth4 is up and running:

eth4      Link encap:Ethernet  HWaddr 00:10:18:64:98:B8
          inet addr:10.10.77.165  Bcast:10.10.77.255  Mask:
255.255.255.0
          inet6 addr: fe80::210:18ff:fe64:98b8/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:569 errors:0 dropped:0 overruns:0 frame:0
          TX packets:310 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:162620 (158.8 KiB)  TX bytes:101138 (98.7 KiB)
          Interrupt:122 Memory:d6000000-d6012800

with these iface file I am able to connect with TCP protocol.

[r...@ora-db-rac1-04 ~]# iscsiadm --mode iface --interface eth4
# BEGIN RECORD 2.0-871
iface.iscsi_ifacename = eth4
iface.net_ifacename = eth4
iface.ipaddress = <empty>
iface.hwaddress = <empty>
iface.transport_name = tcp
iface.initiatorname = <empty>
# END RECORD

TCP connections works great!

Now I have configured my bnx2i iface as
[r...@ora-db-rac1-04 ~]# iscsiadm -m iface -I bnx2i.00:10:18:64:98:b9
# BEGIN RECORD 2.0-871
iface.iscsi_ifacename = bnx2i.00:10:18:64:98:b9
iface.net_ifacename = <empty>
iface.ipaddress = 10.10.77.65
iface.hwaddress = 00:10:18:64:98:b9
iface.transport_name = bnx2i
iface.initiatorname = <empty>
# END RECORD

Then I discover my target...
[r...@ora-db-rac1-04 ~]# iscsiadm -m discovery -t sendtargets -p
10.10.77.10 -I bnx2i.00:10:18:64:98:b9 -P3
Target: iqn.2001-05.com.equallogic:0-8a0906-ee18a0704-22d0020a97c4c7fb-
mpio
        Portal: 10.10.77.10:3260,1
                Iface Name: bnx2i.00:10:18:64:98:b9

Then I restart my iscsi service...Getting connect failure!
[r...@ora-db-rac1-04 ~]# service iscsi restart
Stopping iSCSI daemon:
iscsid dead but pid file exists                            [  OK  ]
Starting iSCSI daemon:                                     [  OK  ]
                                                           [  OK  ]
Setting up iSCSI targets: Logging in to [iface: bnx2i.
00:10:18:64:98:b9, target: iqn.2001-05.com.equallogic:0-8a0906-
ee18a0704-22d0020a97c4c7fb-mpio, portal: 10.10.77.10,3260]
iscsiadm: Could not login to [iface: bnx2i.00:10:18:64:98:b9, target:
iqn.2001-05.com.equallogic:0-8a0906-ee18a0704-22d0020a97c4c7fb-mpio,
portal: 10.10.77.10,3260]:
iscsiadm: initiator reported error (8 - connection timed out)
iscsiadm: Could not log into all portals. Err 8.
                                                           [  OK  ]

/var/log/messages:
Sep  6 10:44:45 ora-db-rac1-04 iscsid: iscsid shutting down.
Sep  6 10:44:45 ora-db-rac1-04 kernel: cnic: Removed CNIC device: eth7
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Removed CNIC device: eth6
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Removed CNIC device: eth5
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Removed CNIC device: eth4
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Removed CNIC device: eth3
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Removed CNIC device: eth2
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Removed CNIC device: eth1
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Removed CNIC device: eth0
Sep  6 10:44:46 ora-db-rac1-04 kernel: cxgb3i: tag itt 0x1fff, 13
bits, age 0xf, 4 bits.
Sep  6 10:44:46 ora-db-rac1-04 kernel: iscsi: registered transport
(cxgb3i)
Sep  6 10:44:46 ora-db-rac1-04 kernel: Broadcom NetXtreme II CNIC
Driver cnic v2.1.0 (Oct 10, 2009)
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Added CNIC device: eth0
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Added CNIC device: eth1
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Added CNIC device: eth2
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Added CNIC device: eth3
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Added CNIC device: eth4
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Added CNIC device: eth5
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Added CNIC device: eth6
Sep  6 10:44:46 ora-db-rac1-04 kernel: cnic: Added CNIC device: eth7
Sep  6 10:44:46 ora-db-rac1-04 kernel: Broadcom NetXtreme II iSCSI
Driver bnx2i v2.1.0 (Dec 06, 2009)
Sep  6 10:44:46 ora-db-rac1-04 kernel: iscsi: registered transport
(bnx2i)
Sep  6 10:44:46 ora-db-rac1-04 kernel: scsi40 : Broadcom Offload iSCSI
Initiator
Sep  6 10:44:48 ora-db-rac1-04 kernel: scsi41 : Broadcom Offload iSCSI
Initiator
Sep  6 10:44:48 ora-db-rac1-04 kernel: scsi42 : Broadcom Offload iSCSI
Initiator
Sep  6 10:44:48 ora-db-rac1-04 kernel: scsi43 : Broadcom Offload iSCSI
Initiator
Sep  6 10:44:50 ora-db-rac1-04 kernel: scsi44 : Broadcom Offload iSCSI
Initiator
Sep  6 10:44:52 ora-db-rac1-04 kernel: scsi45 : Broadcom Offload iSCSI
Initiator
Sep  6 10:44:54 ora-db-rac1-04 kernel: scsi46 : Broadcom Offload iSCSI
Initiator
Sep  6 10:44:54 ora-db-rac1-04 kernel: scsi47 : Broadcom Offload iSCSI
Initiator
Sep  6 10:44:56 ora-db-rac1-04 kernel: iscsi: registered transport
(iser)
Sep  6 10:44:56 ora-db-rac1-04 kernel: iscsi: registered transport
(be2iscsi)
Sep  6 10:44:56 ora-db-rac1-04 iscsid: iSCSI logger with pid=8123
started!
Sep  6 10:44:57 ora-db-rac1-04 iscsid: transport class version
2.0-871. iscsid version 2.0-871
Sep  6 10:44:57 ora-db-rac1-04 iscsid: iSCSI daemon with pid=8124
started!
Sep  6 10:44:57 ora-db-rac1-04 iscsid: Received iferror -1
Sep  6 10:44:57 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-1,11)
Sep  6 10:45:00 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:01 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:01 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:03 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:04 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:04 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:06 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:07 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:07 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:09 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:10 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:10 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:12 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:13 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:13 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:15 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:16 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:16 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:18 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:19 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:19 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:21 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:22 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:22 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:24 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:25 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:25 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:27 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:28 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:28 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:30 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:31 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:31 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:33 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:34 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:34 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:36 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:37 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:37 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:39 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:40 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:40 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:42 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:43 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:43 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:45 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:46 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:46 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:48 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:49 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:49 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:51 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:52 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:52 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:54 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:55 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:55 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:45:57 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:45:58 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:45:58 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:00 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:01 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:01 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:03 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:04 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:04 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:06 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:07 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:07 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:09 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:10 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:10 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:12 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:13 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:13 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:15 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:16 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:16 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:18 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:19 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:19 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:21 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:22 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:22 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:24 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:25 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:25 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:27 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:28 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:28 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:30 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:31 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:31 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:33 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:34 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:34 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:36 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:37 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:37 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:39 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:40 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:40 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:42 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:43 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:43 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:45 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:46 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:46 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:48 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:49 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:49 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:51 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:52 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:52 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)
Sep  6 10:46:54 ora-db-rac1-04 kernel: bnx2i [04:00.00]: ISCSI_INIT
passed
Sep  6 10:46:55 ora-db-rac1-04 iscsid: Received iferror -101
Sep  6 10:46:55 ora-db-rac1-04 iscsid: cannot make a connection to
10.10.77.10:3260 (-101,11)

/var/log/brcm-iscsi.log:
INFO  [Mon Sep 06 10:44:45 2010]terminating...
INFO  [Mon Sep 06 10:44:45 2010]iscsi_ipc Admin socket closed
INFO  [Mon Sep 06 10:44:45 2010]iscsi_ipc iscsid listening thread has
shutdown
INFO  [Mon Sep 06 10:44:45 2010]bnx2 Closing NIC device: eth2
INFO  [Mon Sep 06 10:44:45 2010]nic_utils eth2: Deleted address
33:33:ff:68:3a:08 to multicast list for eth2
INFO  [Mon Sep 06 10:44:45 2010]uevent uevent thread closed
INFO  [Mon Sep 06 10:44:45 2010]bnx2 eth2: Closed all resources
INFO  [Mon Sep 06 10:44:45 2010]nic_utils All CNIC threads have exited
INFO  [Mon Sep 06 10:44:45 2010]Done waiting for cnic's/stacks to
gracefully close
INFO  [Mon Sep 06 10:44:56 2010]Initialize logger using log file: /var/
log/brcm-iscsi.log
INFO  [Mon Sep 06 10:44:56 2010]Started BRCM iSCSI stack: Ver 0.5.15
INFO  [Mon Sep 06 10:44:56 2010]Build date: Sun Jul 11 06:17:31 EDT
2010
INFO  [Mon Sep 06 10:44:56 2010]uevent Listening for uevents
INFO  [Mon Sep 06 10:44:56 2010]nic_utils Found host[40]: host40
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host40/netdev
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host40/netdev
INFO  [Mon Sep 06 10:44:56 2010]nic_utils NIC not found creating an
instance for host_no: 40
INFO  [Mon Sep 06 10:44:56 2010]nic_utils Found host[41]: host41
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host41/netdev
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host41/netdev
INFO  [Mon Sep 06 10:44:56 2010]nic_utils NIC not found creating an
instance for host_no: 41
INFO  [Mon Sep 06 10:44:56 2010]nic_utils Found host[42]: host42
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host42/netdev
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host42/netdev
INFO  [Mon Sep 06 10:44:56 2010]nic_utils NIC not found creating an
instance for host_no: 42
INFO  [Mon Sep 06 10:44:56 2010]nic_utils Found host[43]: host43
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host43/netdev
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host43/netdev
INFO  [Mon Sep 06 10:44:56 2010]nic_utils NIC not found creating an
instance for host_no: 43
INFO  [Mon Sep 06 10:44:56 2010]nic_utils Found host[44]: host44
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host44/netdev
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host44/netdev
INFO  [Mon Sep 06 10:44:56 2010]nic_utils NIC not found creating an
instance for host_no: 44
INFO  [Mon Sep 06 10:44:56 2010]nic_utils Found host[45]: host45
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host45/netdev
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host45/netdev
INFO  [Mon Sep 06 10:44:56 2010]nic_utils NIC not found creating an
instance for host_no: 45
INFO  [Mon Sep 06 10:44:56 2010]nic_utils Found host[46]: host46
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host46/netdev
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host46/netdev
INFO  [Mon Sep 06 10:44:56 2010]nic_utils NIC not found creating an
instance for host_no: 46
INFO  [Mon Sep 06 10:44:56 2010]nic_utils Found host[47]: host47
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host47/netdev
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/iscsi_host/
host47/netdev
INFO  [Mon Sep 06 10:44:56 2010]nic_utils NIC not found creating an
instance for host_no: 47
INFO  [Mon Sep 06 10:44:56 2010]NIC_NL Netlink to CNIC on pid 8117 is
ready
INFO  [Mon Sep 06 10:44:56 2010]signal handling thread ready
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc Received request for 'eth4'
to set IP address: '10.10.77.65' VLAN: ''
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc Found interface: eth4, using
existing NIC
INFO  [Mon Sep 06 10:44:56 2010]nic_utils looking for uio device for
eth4
INFO  [Mon Sep 06 10:44:56 2010]nic_utils eth4 associated with uio3
INFO  [Mon Sep 06 10:44:56 2010]nic_id eth4: is found at 04:00.00
INFO  [Mon Sep 06 10:44:56 2010]eth4: found NIC 'Broadcom NetXtreme II
BCM5709 1000Base-T'
INFO  [Mon Sep 06 10:44:56 2010]nic_utils eth4: spinning up thread for
nic
INFO  [Mon Sep 06 10:44:56 2010]Created nic thread: eth4
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc eth4 library set using
transport_name bnx2i
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc eth4 couldn't find VLAN 0
interface creating it
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc eth4: create network
interface
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc eth4: requesting
configuration using static IP address
WARN  [Mon Sep 06 10:44:56 2010]nic_utils eth4: device already
disabled:
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc eth4: configuring using
static IP
  IPv4 address :10.10.77.65
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc   netmask :255.0.0.0
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc ISCSID_UIP_IPC_GET_IFACE:
command: 1 name: bnx2i.00:10:18:64:98:b9, netdev: eth4 ipaddr:
10.10.77.65 vlan: 0 transport_name:bnx2i
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc eth4: started NIC enable
thread state: 0x1
ERR   [Mon Sep 06 10:44:56 2010]bnx2 /dev/uio3: uio device has been
brought up via pid: 8117 on fd: 10
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/uio/uio3/
name
INFO  [Mon Sep 06 10:44:56 2010]bnx2 eth4: Verified is a cnic_uio
device
INFO  [Mon Sep 06 10:44:56 2010]Done capturing /sys/class/uio/uio3/
event
INFO  [Mon Sep 06 10:44:56 2010]bnx2 eth4: detected using MSI-X
vector: 8
INFO  [Mon Sep 06 10:44:56 2010]bnx2 eth4: tx_bidx_io: 0x12788
tx_bseq_io: 0x12790
INFO  [Mon Sep 06 10:44:56 2010]bnx2 eth4:  Using mac address:
0:10:18:64:98:b9
INFO  [Mon Sep 06 10:44:56 2010]nic_utils eth4: Added address 33:33:ff:
64:98:b9 to multicast list for eth4
INFO  [Mon Sep 06 10:44:56 2010]eth4: CNIC uio initialized
INFO  [Mon Sep 06 10:44:56 2010]nic eth4: Initialized ip stack: VLAN:
0
INFO  [Mon Sep 06 10:44:56 2010]nic eth4: mac: 00:10:18:64:98:b9
INFO  [Mon Sep 06 10:44:56 2010]nic eth4: Using IP address:
10.10.77.65
INFO  [Mon Sep 06 10:44:56 2010]nic eth4: Using netmask: 255.0.0.0
INFO  [Mon Sep 06 10:44:56 2010]uip ustack->uip_hostaddr6 IP: ::
INFO  [Mon Sep 06 10:44:56 2010]uip ustack->link_local_addr IP:
fe80::10:18ff:fe64:98b9
INFO  [Mon Sep 06 10:44:56 2010]nic eth4: is now enabled done
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc Received request for 'eth4'
to set IP address: '10.10.77.65' VLAN: ''
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc Found interface: eth4, using
existing NIC
INFO  [Mon Sep 06 10:44:56 2010]nic_utils looking for uio device for
eth4
INFO  [Mon Sep 06 10:44:56 2010]nic_utils eth4 associated with uio3
INFO  [Mon Sep 06 10:44:56 2010]nic_id eth4: is found at 04:00.00
INFO  [Mon Sep 06 10:44:56 2010]eth4: found NIC 'Broadcom NetXtreme II
BCM5709 1000Base-T'
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc eth4 library set using
transport_name bnx2i
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc eth4: using existing network
interface
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc eth4: requesting
configuration using static IP address
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc eth4: IP configuration
didn't change using 0x2
INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc eth4: NIC already enabled
flags: 0x1026 state: 0x2

INFO  [Mon Sep 06 10:44:56 2010]iscsi_ipc ISCSID_UIP_IPC_GET_IFACE:
command: 1 name: bnx2i.00:10:18:64:98:b9, netdev: eth4 ipaddr:
10.10.77.65 vlan: 0 transport_name:bnx2i
INFO  [Mon Sep 06 10:44:56 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:44:56 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:00 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:00 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:03 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:03 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:06 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:06 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:09 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:09 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:12 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:12 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:15 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:15 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:18 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:18 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:21 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:21 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:24 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:24 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:27 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:27 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:30 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:30 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:33 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:33 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:36 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:36 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:39 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:39 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:42 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:42 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:45 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:45 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:48 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:48 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:51 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:51 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:54 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:54 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:57 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:45:57 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:00 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:00 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:03 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:03 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:06 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:06 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:09 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:09 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:12 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:12 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:15 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:15 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:18 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:18 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:21 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:21 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:24 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:24 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:27 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:27 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:30 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:30 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:33 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:33 2010]uevent Unknown: remove@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:36 2010]uevent Unknown: add@/class/
iscsi_endpoint/ep-1
INFO  [Mon Sep 06 10:46:36 2010]uevent Unknown: remove@/class/
iscsi_endpo
[r...@ora-db-rac1-04 ~]#

I am not able to connect with nx2i protocol. Why?
I have tested the other broadcom adapters in the server as well,
getting the same failures as eth4.
Any ideas, or should I forget about iscsi offload?

Thanks again
Michael

-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to open-is...@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?hl=en.

Reply via email to