Ulrich Windl wrote: > On 28 Apr 2009 at 9:53, Mike Christie wrote: > >> Ulrich Windl wrote: >>> On 27 Apr 2009 at 10:46, Mike Christie wrote: >>> >>> [...] >>>>> Apr 24 12:40:33 localhost iscsid: conn 0 login rejected: initiator >>>>> error - target not found (02/03) >>>> It might be related to this. It just means that we tried to log into a >>>> target, but it did not exist on the other box. >>> [...] >>> >>> Hi! >>> >>> Is there any documentation (other than the sources) where those numeric >>> codes like >>> "(02/03)" are explained? >>> >> That is a iscsi SPEC error value. http://www.ietf.org/rfc/rfc3720.txt >> Page 161. >> >> If you are going to ask, yes, I am planning on converting those to a the >> strings in there. I got to finish up work stuff (bnx2i addition) first. > > Hi, > > Maybe I'm too stupid; I only found on page 115 (10.2.1.2. Opcode): > 0x02 SCSI Task Management > 0x03 Login Request >
> and on page 163 (10.13.5. Status-Class and Status-Detail): > ----------------------------------------------------------------- > Not found | 0203 | The requested ITN does not > | | exist at this address. > ----------------------------------------------------------------- > > Can you explain where "02/03" can be decoded? Ah sorry I forgot to write the decoder. There is a status class and status values. We write it as (status_class/status_valud). The table has it as status_class (first byte) then status_value (second byte) all lumped up in one code. > > Regards, > Ulrich > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
