Martin wrote: > Hi, > > I'm trying to login to a linux-iscsi.org target. I issue the > following: > > iscsiadm -m node -T iqn.2001-09.net.ketsds:keat.storage.fast3 -p > 10.1.206.2 -l > > > and after a long pause get the following error: > > iscsiadm: initiator reported error (11 - iSCSI PDU timed out) > > > Any ideas how to diagnose? > > Target is CentOS 5.2 (kernel 2.6.18-92.1.13.e15) running LIO > 2.9.0.384. I have been able to use the same targets from an MS > Windows 2008 initiator. > > Initiator is CentOS 5.2 (not sure the kernel) with open-iscsi > 2.0-868. Discovery (iscsiadm -m discovery -t sendtargets -p > 10.1.206.2) worked fine. >
Are you using CHAP or does the target have some sort of initiator access list? Is there anything in /var/log/messages about a login error (and initiator dropping a pdu)? Is there anything in /var/log/messages from iscsid? Could you run iscsid with debugging by hand: iscsid -d 8 and send the output. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---