Unsolved
This post is more than 5 years old
4 Posts
0
74011
October 28th, 2013 04:00
Event ID: 6005 Source: Equallogic
Hi.
We have a PS6100 connected to two servers in a failovercluster with Cluster Shared Volumes.
Now we suddenly get a lot of events on one of the cluster hosts with ID 6005.
The description says: New MPIO connection login failed because the target could not be found, status 0XEFFF0029, ->
We also have 3 volumes in redirected mode in the failover cluster manager. I don't know if the two are related, but I suspect so.
Help?
Anders
0 events found
No Events found!


Joe S586
9 Technologist
•
729 Posts
0
October 28th, 2013 07:00
Take a look at the following:
In the Remote Setup Wizard there is an option to configure MPIO. Ensure that you excluded any non-iSCSI subnets.
For the cluster aware volumes on the array, ensure you selected the “Allow simultaneous connections form initiators with different IQN’s” (Select the Volume> modify settings> Advanced tab)
Ensure from each host in the cluster (active and passive) can ping each physical eth interface on the array(s), : ping –S host_intIP# array_eth# (do all combinations)
From the array, ensure you can ping from each member back to each cluster host interface (active and passive). You will need to telnet into each array via the ip address of eth0:
Ping –I array_ethIP# host_infIP# (do all combinations, so from the array if you have 2 interfaces configured you need to check both, to all cluster Interface IP’s)
This link has some troubleshooting on restricted access mode: blogs.technet.com/.../troubleshooting-redirected-access-on-a-cluster-shared-volume-csv.aspx
If this doesn’t show some kind of network miss-configuration, please open a support case.
-joe