New iSCSI initiator with Dell TL2000
Edward Tomasz Napierała
trasz at FreeBSD.org
Thu Mar 5 17:42:42 UTC 2015
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!
More information about the freebsd-scsi
mailing list