Friday, October 31, 2014

vmware esxi - Initiator disconnected from target during login equallogic san



I have a Dell Equallogic San and it is being accessed by many VMWare hosts (Esxi v5.1). Today morning I could find an error like



iSCSI login to target " " failed for the following reason:
Initiator disconnected from target during login




But Just after 10 seconds this error disappeared and now login works fine.



I have checked this particular datastore through VCenter Server, but I was unlucky to find any errors logged there. Can anyone please tell me what is the basic reason for this error and how it can be solved permanently?


Answer



If this is something that seems to be recurring, you should ensure that your VMware hosts are configured according to Dell's best practices recommendations.



The most likely cause would be the iSCSI login timeout value (defaults to 5 seconds, recommended 60 seconds).



See kb.vmware.com/kb/2007829 for more info



No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...