Other iSCSI connection trouble

Hi everyone !
I'm trying to setup large fileshare for my network
I have server running FreeBSD 12.1-Stable and EMC AX4-5i storage I want to be accessible through network. In fact - I want to replace old server, running Win Server 2008, doing same thing now
EMC AX4-5i is a old but reliable storage, accessed via iSCSI. So what am I doing:
iscsictl -A -p 192.168.10.24 -t iqn.1992-04.com.emc:cx.sl7e2080600017.a0 - goes ok, then if I run iscsictl without parameters I get:
Code:
root@test2:/usr/home/user # iscsictl
Target name                          Target portal    State
iqn.1992-04.com.emc:cx.sl7e2080600017.a0 192.168.10.24    Connected: da1

Everything looks good, but I can't mount da1 and there's a lot of errors in /var/log/messages, looks like:
Code:
Feb 21 16:27:37 test2 kernel: (da1:iscsi7:0:0:0): READ(10). CDB: 28 00 c7 ff ff fe 00 00 01 00
Feb 21 16:27:37 test2 kernel: (da1:iscsi7:0:0:0): CAM status: SCSI Status Error
Feb 21 16:27:37 test2 kernel: (da1:iscsi7:0:0:0): SCSI status: Check Condition
Feb 21 16:27:37 test2 kernel: (da1:iscsi7:0:0:0): SCSI sense: NOT READY asc:4,3 (Logical unit not ready, manual intervention required)
Feb 21 16:27:37 test2 kernel: (da1:iscsi7:0:0:0): Error 6, Unretryable error
Feb 21 16:27:37 test2 kernel: (da1:iscsi7:0:0:0): Invalidating pack
Feb 21 16:27:37 test2 kernel: (da1:iscsi7:0:0:0): READ(6). CDB: 08 00 00 01 01 00
Feb 21 16:27:37 test2 kernel: (da1:iscsi7:0:0:0): CAM status: SCSI Status Error
Feb 21 16:27:37 test2 kernel: (da1:iscsi7:0:0:0): SCSI status: Check Condition
Feb 21 16:27:37 test2 kernel: (da1:iscsi7:0:0:0): SCSI sense: NOT READY asc:4,3 (Logical unit not ready, manual intervention required)
Feb 21 16:27:37 test2 kernel: (da1:iscsi7:0:0:0): Error 6, Unretryable error
Feb 21 16:27:37 test2 kernel: (da1:iscsi7:0:0:0): Invalidating pack
Same storage connected to windows server 2008 works great
Any suggestions ?
Thanks in advance !

UPD - There was wrong copy-paste in original post, surely I mentioned -A option, not -R
 
Last edited:
Back
Top