> Can you easily replicate this? If so, could you run iscsiadm with 
> debugging on? Just add "-d 8": 
>
>
> /sbin/iscsiadm -m node -T 
> iqn.2001-03.jp.nec:storage01:ist-m000-sn0000000942014090.lx-ddsldset-0018.target0016
>  
>
> -p 172.168.2.165 --login -d 8 
>

Hi Mike,

This problem is intermittent. I can try reproducing this, but i am not sure 
whether this problem would hit or not.

Is there some particular condition in which "iscsiadm: Could not execute 
operation on all records: encountered iSCSI database failure" is retrieved 
? 
Is it safe to create multiple parallel login session's by iscsiadm command ?
Eg:
 /sbin/iscsiadm -m node -T <IQN-1> -p <PORT> --login &
 /sbin/iscsiadm -m node -T <IQN-2> -p <PORT> --login &
 /sbin/iscsiadm -m node -T <IQN-3> -p <PORT> --login &
 /sbin/iscsiadm -m node -T <IQN-4> -p <PORT> --login &
..
..
 /sbin/iscsiadm -m node -T <IQN-20> -p <PORT> --login &


 and what can be consequences of logging into the same IQN again and again 
without logout from it?

-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to open-iscsi+unsubscr...@googlegroups.com.
To post to this group, send email to open-iscsi@googlegroups.com.
Visit this group at http://groups.google.com/group/open-iscsi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to