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 troubleshooting the following message:
> deadlineserver@deadlineserver / $ sudo iscsiadm -m discovery -t
> sendtargets -p 10.10.0.1
> iscsiadm: Login authentication failed with target
> iscsiadm: discovery login to 10.10.0.1 failed, giving up
> iscsiadm: Could not perform SendTargets discovery.
> 


Where are you seeing the initiatorname missing error?

I think you just need to have iscsid started. That is started different
in each distro. A lot of time you just need to do something like

/etc/init.d/iscsid start

or

/etc/init.d/open-iscsi start

then run the discovery command.

In other distros running the iscsiadm command will start iscsid for you.

Check that it is up before running the iscsiadm command

ps -u root | grep iscsid

-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.

Reply via email to