On 01/08/2013 05:39 AM, [email protected] wrote:
> I'm having problem configuring open-iscsi on Debian 6 to automatically
> start-up. I've configured everything and if I manually run *invoke-rc.d
> open-iscsi restart* then it runs fine!
> 
> However after a simple reboot, nothing happens. This is the log in the
> daemon.log / syslog:
> 
> Jan  8 11:31:51 ssdkvm iscsid: iSCSI logger with pid=1985 started!
> Jan  8 11:31:52 ssdkvm iscsid: transport class version 2.0-870. iscsid
> version 2.0-871
> Jan  8 11:31:52 ssdkvm iscsid: iSCSI daemon with pid=1986 started!
> Jan  8 11:31:53 ssdkvm iscsid: connection1:0 is operational now
> .....
> Jan  8 11:32:18 ssdkvm iscsid: transport class version 2.0-870. iscsid
> version 2.0-871
> Jan  8 11:32:18 ssdkvm iscsid: iSCSI daemon with pid=929 started!
> *Jan  8 11:32:18 ssdkvm iscsid: cannot make a connection to 2a00:.....
> (-1,101)*
> *
> *
> Why is this happening? Is the network not up when this line is present?

Probably. It might be coming up. 101 is ENETUNREACH "Network is
unreachable", so the networking might be coming up while is also
starting up.

It might be that by the time you can log in and run commands, the
network is up so your invoke call then works.

Does Your iscsid.conf have the setting initial_login_retry_max? You can
try increasing this. Make sure that you have disabled remove invalid
portals that are not going to come up or we will wait on them, and also
remember to run iscsiadm -o update.... to update the existing settings
with the new value or rerun the discovery command.


> (possibly because of IPv6?) How can I fix it? Remove the line from rcS.d
> and append *invoke-rc.d open-iscsi start *to rc.local?
> 
> Regards,
> Zsolt
> 
> 
> 
> 
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "open-iscsi" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/open-iscsi/-/gMNaQs8I6lsJ.
> 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.

-- 
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