Initiator name missing

2012-12-18 Thread GGL
Hi everyone, I'm having a few issues with the setup, specifically: InitiatorName file /etc/iscsi/initiatorname.iscsi is missing! *I'm able to see this file when I browse to /etc/iscsi/ so I'm a bit lost there. I found this to be an issue when troubleshooting the following message: deadlineserve

Re: Initiator name missing

2012-12-19 Thread Mike Christie
On 12/18/2012 12:20 PM, GGL wrote: > Hi everyone, > > I'm having a few issues with the setup, specifically: > InitiatorName file /etc/iscsi/initiatorname.iscsi is missing! > > *I'm able to see this file when I browse to /etc/iscsi/ so I'm a bit > lost there. > > I found this to be an issue when

Re: Initiator name missing

2012-12-19 Thread GGL
Oops! I spaced on pasting that rather important part of the problem. The error comes when attempting to start: /etc/init.d/open-iscsi start * Starting iSCSI initiator service iscsid * Error: InitiatorName file /etc/iscsi/initiatorname.iscsi is missin

Re: Initiator name missing

2012-12-19 Thread GGL
I should also note that I'm using Mint 13 on XFCE. Jeff On Wednesday, December 19, 2012 11:01:01 AM UTC-8, GGL wrote: > > Oops! > > I spaced on pasting that rather important part of the problem. The error > comes when attempting to start: > > /etc/init.d/open-iscsi start > * Starting iSCSI

Re: Initiator name missing

2012-12-19 Thread Mike Christie
What version of open-iscsi is this? What is in the /etc/iscsi/initiatorname.iscsi file? cat /etc/iscsi/initiatorname.iscsi Is there something like InitiatorName=iqn.2001-12.somename.somethingelse ? If not then does your distro have a iscsiname or iscsi-iname tool? If not then just add a name

Re: Initiator name missing

2012-12-19 Thread GGL
After checking the version and initiatorname.iscsi file I came up with the following: Version= open-iscsi/precise uptodate 2.0.871-0ubuntu9.12.04.1 initiatorname.iscsi file= InitiatorName=iqn.1993-08.org.debian:01:80d25ebdbe87 I've changed it to= InitiatorName=iqn.1993-08.org.deadlineserver:000

Re: Initiator name missing

2012-12-19 Thread Mike Christie
I do not have access to that exact code. After the failure could you do lsmod | grep iscsi_tcp If that module is not loaded, could you do modprobe iscsi_tcp If that fails send the /var/log/messages output. Could you also send me the /etc/init.d/open-iscsi file? Could you also try maually st

Re: Initiator name missing

2012-12-20 Thread GGL
Hey Mike, Here is a link to /var/log/messages (was disabled in this distro's conf, oddly enough) and /etc/init.d/open-iscsi - if you were local I'd have beer coming your way. I'm having trouble uploading files here so I opted to just host it elsewhere. http://www.sendspace.com/file/2iyali Her

Re: Initiator name missing

2012-12-20 Thread Mike Christie
On 12/18/2012 12:20 PM, GGL wrote: > Hi everyone, > > I'm having a few issues with the setup, specifically: > InitiatorName file /etc/iscsi/initiatorname.iscsi is missing! > > *I'm able to see this file when I browse to /etc/iscsi/ so I'm a bit > lost there. > > I found this to be an issue when

Re: Initiator name missing

2012-12-20 Thread GGL
Ahh right - I'm trying to keep this connection as open as possible as it will have many connections over a private network (using an iSCSI Drobo as storage for a render farm). I've commented any lines regarding CHAP and tried again: deadlineserver@deadlineserver ~ $ sudo /etc/init.d/open-iscs

Re: Initiator name missing

2012-12-21 Thread Mike Christie
On 12/20/2012 06:54 PM, GGL wrote: > deadlineserver@deadlineserver / $ sudo iscsiadm -m discovery -t > sendtargets -p 10.10.0.1 > iscsiadm: Login authentication failed with target Yeah, this is a CHAP failure. Is it turned off on the target too? Could you run sudo iscsiadm -m discovery -t sendt

Re: Initiator name missing

2013-01-03 Thread Jeff Bye
Hey! I've been out of town for a couple of weeks. Hope you had a chance to take some time off as well :) It seems that the username and password I had initially set up is still being used, however in iscsid.conf CHAP is set to "none" and any other information has been commented. Does this only

Re: Initiator name missing

2013-01-03 Thread Belt Didenko
Thank you for your response. Yes had to walk a bit. I do not use CHAP. Neither the purpose nor the proponent, I have it all off. 2013/1/3 Jeff Bye > Hey! I've been out of town for a couple of weeks. Hope you had a chance > to take some time off as well :) > > It seems that the username and pa

Re: Initiator name missing

2013-01-03 Thread Mike Christie
The iscsid.conf values are the defaults one used to setup the port/node/target db. If you clear the iscsid.conf values, you would still need to update the db ones for it to take effect on existing targets you have already setup. For the discovery values you can either delete the old discovery reco

Re: Initiator name missing

2013-01-04 Thread Jeff Bye
I tried all of the commands and none of them worked for me: *deadlineserver@deadlineserver ~ $ iscsiadm -m discoverydb -t st -p 10.10.0.1:3260 -o delete* iscsiadm -m discovery [ -hV ] [ -d debug_level ] [-P printlevel] [ -t type -p ip:port -I ifaceN ... [ -l ] ] | [ -p ip:port ] [ -o operation ] [

Re: Initiator name missing

2013-01-04 Thread Jeff Bye
2.0-871 is what I'm running Jeff On Fri, Jan 4, 2013 at 4:17 PM, Jeff Bye wrote: > I tried all of the commands and none of them worked for me: > > *deadlineserver@deadlineserver ~ $ iscsiadm -m discoverydb -t st -p > 10.10.0.1:3260 -o delete* > iscsiadm -m discovery [ -hV ] [ -d debug_level ] [

Re: Initiator name missing

2013-01-08 Thread Michael Christie
You have a older version. Just rm the old setup files: rm /etc/iscsi/nodes rm /etc/iscsi/send_targets or your version/distro might put it in /var/lib rm /var/lib/iscsi/nodes rm /var/lib/iscsisend_targets Also make sure that in iscsid.conf both the discovery username/password and node usernam

Re: Initiator name missing

2013-01-09 Thread Jeff Bye
Hello again Mike / open-iscsi community, Any clue as to what might be missing for me? Is there a way to update by editing a file as opposed to typing in the commands? It seems so close to being figured out but I'm stumped! Thanks again Jeff On Fri, Jan 4, 2013 at 4:37 PM, Jeff Bye wrote: >

Re: Initiator name missing

2013-01-09 Thread Mike Christie
Did you see my other mail? Previous mail: --- You have a older version. Just rm the old setup files: rm /etc/iscsi/nodes rm /etc/iscsi/send_targets or your version/distro might put it in /var/lib rm /var/lib/iscsi/nodes rm /var/lib/iscsisend_targets Also make sure that in

Re: Initiator name missing

2013-01-10 Thread Jeff Bye
It worked IMMEDIATELY after removing those directories! Thanks a ton. At this point all I need to do is set up the shares and start cracking away at this render farm software. I appreciate the help! Jeff On Wed, Jan 9, 2013 at 10:28 PM, Mike Christie wrote: > Did you see my other mail? > > P