iSCSI Help

Status
Not open for further replies.

Brian Weaver

Cadet
Joined
Nov 29, 2016
Messages
6
I have an iSCSI connection setup on a mac server and it has been working fine for months. All of the sudden it stopped. No changes were made to either the FreeNAS box or the mac server.. Just wondering if anyone could offer some insight..
here are some screen shots. The one this that looks odd to me it the share is a file and not a directory.. Thanks any help would be great..
upload_2017-4-24_13-2-51.png

upload_2017-4-24_13-3-12.png

upload_2017-4-24_13-3-31.png
 
Last edited by a moderator:
D

dlavigne

Guest
Anything in /var/log/messages on the FreeNAS system when you try to connect to the share? Or, any error messages (exact) on the Mac side?

Also, post the build version of FreeNAS from System -> Information.
 

Brian Weaver

Cadet
Joined
Nov 29, 2016
Messages
6
BuildFreeNAS-9.10.2 (a476f16)
(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHzMemory65393MBSystem TimeMon Apr 24 19:02:57 MDT 2017Uptime7:02PM up 7:03, 0 usersLoad Average0.53, 0.42, 0.34


Here is what I see in the log file.. Looking into the auth...

Code:
Apr 24 18:07:54 deathstar2 ctld[3475]: child process 868 terminated with exit st
atus 1																		
Apr 24 18:08:14 deathstar2 ctld[914]: 172.25.10.5 (naa.a36ac0dd1a9c402490d6970af
655a6ec): requested target "naa.a36ac0dd1a9c402490d6970af655a6ec" not found	
Apr 24 18:08:14 deathstar2 ctld[3475]: child process 914 terminated with exit st
atus 1																		
Apr 24 18:08:29 deathstar2 ctld[951]: 172.25.10.5 (naa.a36ac0dd1a9c402490d6970af
655a6ec): requested target "naa.a36ac0dd1a9c402490d6970af655a6ec" not found	
Apr 24 18:08:29 deathstar2 ctld[3475]: child process 951 terminated with exit st
atus 1																		
Apr 24 18:18:50 deathstar2 afpd[2794]: Login by administrator (AFP3.4)		
Apr 24 18:29:29 deathstar2 ctld[5014]: 172.25.10.9 (iqn.1991-05.com.microsoft:fi
les.harmons.harmonsgrocery.com): initiator requests unsupported AuthMethod "None
" instead of "CHAP"															
Apr 24 18:29:29 deathstar2 ctld[3475]: child process 5014 terminated with exit s
tatus 1																		
Apr 24 18:41:34 deathstar2 WARNING: 172.25.10.5 (iqn.2006-03.com.kernsafe:mac-in
itiator): no ping reply (NOP-Out) after 5 seconds; dropping connection		
Apr 24 18:43:08 deathstar2 afpd[2794]: read: Connection reset by peer		
Apr 24 18:43:08 deathstar2 afpd[2794]: dsi_stream_read: len:-1, Connection reset
by peer																		
Apr 24 18:43:08 deathstar2 afpd[2794]: dsi_disconnect: entering disconnected sta
te
Apr 24 17:43:22 deathstar2 ctld[3475]: child process 96779 terminated with exit
status 1																		
Apr 24 17:43:23 deathstar2 ctld[96782]: 172.25.10.5 (iqn.2006-03.com.kernsafe:ma
c-initiator): initiator requests unsupported AuthMethod "None" instead of "CHAP"
Apr 24 17:43:23 deathstar2 ctld[3475]: child process 96782 terminated with exit
status 1																		
Apr 24 17:43:23 deathstar2 ctld[96783]: 172.25.10.5 (iqn.2006-03.com.kernsafe:ma
c-initiator): initiator requests unsupported AuthMethod "None" instead of "CHAP"
Apr 24 17:43:23 deathstar2 ctld[3475]: child process 96783 terminated with exit
status 1																		
Apr 24 17:43:39 deathstar2 ctld[96840]: 172.25.10.5 (iqn.2006-03.com.kernsafe:ma
c-initiator): initiator requests unsupported AuthMethod "None" instead of "CHAP"
Apr 24 17:43:39 deathstar2 ctld[3475]: child process 96840 terminated with exit
status 1																		
Apr 24 18:07:49 deathstar2 ctld[829]: 172.25.10.5 (naa.a36ac0dd1a9c402490d6970af
655a6ec): requested target "naa.a36ac0dd1a9c402490d6970af655a6ec" not found	
Apr 24 18:07:49 deathstar2 ctld[3475]: child process 829 terminated with exit status 1																		
Apr 24 18:07:54 deathstar2 ctld[868]: 172.25.10.5 (naa.a36ac0dd1a9c402490d6970af
655a6ec): requested target "naa.a36ac0dd1a9c402490d6970af655a6ec" not found	
Apr 24 18:07:54 deathstar2 ctld[3475]: child process 868 terminated with exit status 1
 
Last edited by a moderator:
D

dlavigne

Guest
Apr 24 18:29:29 deathstar2 ctld[5014]: 172.25.10.9 (iqn.1991-05.com.microsoft:fi
les.harmons.harmonsgrocery.com): initiator requests unsupported AuthMethod "None
" instead of "CHAP"

It looks like the target has been configured for CHAP but the initiator isn't sending the CHAP username/password?
 
Status
Not open for further replies.
Top