On Jun 14, 2:59 am, Mike Christie <[EMAIL PROTECTED]> wrote:
> swejis wrote:
> > I managed to reconfigure the nop-timeouts and set both timeout and
> > interval to zero.
>
> > manjula:/ # iscsiadm -m node -T iqn.
> > 1994-12.com.promise.target.a9.39.4.55.1.0.0.20 -p 192.168.43.5:3260 -o
> > update -n node.conn[0].timeo.noop_out_interval -v 0
> > manjula:/ # iscsiadm -m node -T iqn.
> > 1994-12.com.promise.target.a9.39.4.55.1.0.0.20 -p 192.168.43.5:3260 -o
> > update -n node.conn[0].timeo.noop_out_timeout -v 0
>
> > manjula:/ # iscsiadm -m node --targetname iqn.
> > 1994-12.com.promise.target.a9.39.4.55.1.0.0.20 | grep noop
> > node.conn[0].timeo.noop_out_interval = 0
> > node.conn[0].timeo.noop_out_timeout = 0
> > node.conn[0].timeo.noop_out_interval = 0
> > node.conn[0].timeo.noop_out_timeout = 0
>
> > Still I'm seeing quite a few connection errors (with the latest path
> > applied)
>
> Yeah, something is still setting the nops somehow so we are still
> hitting the same problem. If you do
>
> cat /sys/class/iscsi_connection/connectionX:0/ping_tmo
> cat /sys/class/iscsi_connection/connectionX:0/recv_tmo
>
> Do you see 5 for both values (X would be the session number)?

indeed..

manjula:~ # cat /sys/class/iscsi_connection/connection*/recv_tmo
5
5

manjula:~ # cat /sys/class/iscsi_connection/connection*/ping_tmo
5
5


> Could also send the beginning of the log where you login and see the
> scsi devices get added? The parts right after:
>
> Loading iSCSI transport class v2.0-869.
> iscsi: registered transport (tcp)
>
> Up to the parts where you see the last scsi device get added.

I previously posted this file: http://www.wehay.com/messages.1.gz wont
that do ?

> Also what arch are you running? Are you running x86 or x86_64? If the
> latter are you running both 64bit kernels and userspace?

Everything should have been built for the x86_64 architecture.

manjula:/sbin # file iscsid
iscsid: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/
Linux 2.6.4, dynamically linked (uses shared libs), not stripped

manjula:/lib/modules/2.6.25.3-2-default/kernel/drivers/scsi # ls |
grep iscsi | while read i ; do file $i ; done
iscsi_tcp.ko: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV),
not stripped
libiscsi.ko: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not
stripped
scsi_transport_iscsi.ko: ELF 64-bit LSB relocatable, x86-64, version 1
(SYSV), not stripped

> And could you just run iscsid by hand with
>
> iscsid -d 8 -f &
>
> login to the target then send the output? You do not have to do any
> other IO. I just want to make sure the params are getting sent to the
> kernel right.

I'll do that later tonight.

Brgds Jonas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to open-iscsi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~----------~----~----~----~------~----~------~--~---

Reply via email to