Re: Getting log "Login authentication failed with target .." during login-redirect

2014-08-01 Thread KUMAR NITISH
Hi Anish, For status class 0x01 (i.e class-1 (Redirection) ) , status detail of 0x01 is #*define* ISCSI_LOGIN_STATUS_TGT_MOVED_TEMP 0x01 Please continue discussion on

Re: Getting log-message "Login authentication failed with target .." during iSCSI login-redirect

2014-08-01 Thread KUMAR NITISH
Hi Mike, Dell EqualLogic firmware version is V6.0.5 (R3 16 39152). Log messages below are coming after running "session add" command only once. login response status 0101 Login authentication failed with target iqn.2001-05.com.equallogic:0-8a0906-964f1f903-d850018d2a253d5f-nitishk521 .. .. logi

Re: [PATCH] fix login_timeout timer handling when retrying connect/login

2014-08-01 Thread Vikas Chaudhary
On 31/07/14 11:43 pm, "Mike Christie" wrote: >Was waiting on response from Qlogic/Broadcom. > > > >On 07/31/2014 01:19 AM, Roi Dayan wrote: >> Hi Mike, >> >> Is there a new patch? >> I'm checking I didn't miss it. >> >> We did tests with the current patch for now and it worked ok. >> >> Than

Re: Getting log-message "Login authentication failed with target .." during iSCSI login-redirect

2014-08-01 Thread Mike Christie
Hey, I meant that this message does not seem to match any open-iscsi code that I know of. I was wondering if you modified the code or where did you get the tools you are using? On 08/01/2014 04:19 AM, KUMAR NITISH wrote: > login response status > Login Success: > iqn.2001-05.com.equallogic:

Re: Getting log-message "Login authentication failed with target .." during iSCSI login-redirect

2014-08-01 Thread Mike Christie
Could you send the output of iscsiadm -m node -T iqn.2001-05.com.equallogic:0-8a0906-964f1f903-d850018d2a253d5f-nitishk521 It might show your passwords and usernames for CHAP, so comment them out, or send it to me in private. On 08/01/2014 04:19 AM, KUMAR NITISH wrote: > Hi Mike, > > Dell Equa

Re: Getting log-message "Login authentication failed with target .." during iSCSI login-redirect

2014-08-01 Thread Mike Christie
Hey Kumar, Just to make sure you have set things up correctly here is some additional info: If you are only setting node.session.auth.username/password then just setup the initiator side ACL/creds. If you are trying to do bidi/mutual then on the open-iscsi side you would set up the node.session.

Re: [PATCH] fix login_timeout timer handling when retrying connect/login

2014-08-01 Thread Mike Christie
On 08/01/2014 05:59 AM, Vikas Chaudhary wrote: > > > On 31/07/14 11:43 pm, "Mike Christie" wrote: > >> Was waiting on response from Qlogic/Broadcom. >> >> >> >> On 07/31/2014 01:19 AM, Roi Dayan wrote: >>> Hi Mike, >>> >>> Is there a new patch? >>> I'm checking I didn't miss it. >>> >>> We did

RE: Getting log "Login authentication failed with target .." during login-redirect

2014-08-01 Thread Anish Bhatt
My bad, I misread the error message to be from here : if (login_rsp->status_detail == ISCSI_LOGIN_STATUS_AUTH_FAILED) { log_error("Login failed to authenticate " "with target %s", session->target_name);