Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2015 18:08:42 +0100
From:      Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= <trasz@FreeBSD.org>
To:        Andrea Brancatelli <abrancatelli@schema31.it>
Cc:        freebsd-scsi@freebsd.org
Subject:   Re: New iSCSI initiator with Dell TL2000
Message-ID:  <20150305170842.GA12103@brick.home>
In-Reply-To: <54F86F91.80603@schema31.it>
References:  <54F86F91.80603@schema31.it>

next in thread | previous in thread | raw e-mail | index | archive | help
On 0305T1600, Andrea Brancatelli wrote:
> Hello everybody.
> 
> We have a marvelous Dell Powervault TL2000 here, with the iSCSI bridge.
> 
> Our "backup server", with Bacula running on it, used to be a 9.1 machine 
> and used to work ok :-)
> 
> Today we upgraded to FreeBSD 10 and tried to switch to new iscsid, but 

FreeBSD 10.what exactly?  10.1?

> we weren't able to connect to the iSCSI device.
> 
> This is what we found in the TL2000 log file:
> 
> 
> Mar 5 14:51:15 (UTC) bwcore[216]: iSCSI: Connection accepted from 10.40.3.1
> Mar 5 14:51:15 (UTC) bwcore[238]: iSCSI: New session from 
> iqn.1994-09.org.freebsd:arsenico.roma.schema31.it to 
> iqn.1988-11.com.dell.20278e:eui.5000e111456c2002.0
> Mar 5 14:51:15 (UTC) bwcore[238]: iSCSI: request to login to target 
> iqn.1988-11.com.dell.20278e:eui.5000e111456c2002.0
> Mar 5 14:51:15 (UTC) bwcore[238]: iSCSI: Login request with illegal stage
> Mar 5 14:51:15 (UTC) bwcore[238]: iSCSI: Local socket closure
> Mar 5 14:52:45 (UTC) bwcore[216]: iSCSI: Connection accepted from 10.40.3.1

Could you do this: kill iscsid (pkill iscsid), then start iscsid like this:

while :; do iscsid -d; done

... then, with this running in a terminal, try to add the session,
then copy/paste the output and mail me?  Thanks!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150305170842.GA12103>