Link to home
Start Free TrialLog in
Avatar of Alex
AlexFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Issues connecting ESXi 6.5 to Dell Equallogic PS6500

Morning,

I'm trying to configure a standalone host to connect to a Dell Equallogic PS6500 series via iSCSI.  I've had the network and what not set up but whenever I scan for the hardware it can't find it.

I'm using ESXi 6.5, is there something that i'm missing that I need to look at? Any documentation would be great, I just can't seem to get this host to see the SAN.

I don't often deal with configuring storage, it's normally sorted out by a storage team but this is a test lab.

Thanks
Alex
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Can you Vmkping the group up address from the host via the correct VMKernel port group?
Avatar of Alex

ASKER

How do I tell it to use a specific VMKernel Port group?

If I run

vmkping group_IP


I get a response.
vmkping -I (uppercase I) vmk0 <IP Address>


vmkping -I vmk0 <IP Address>

You may also want to configure iSCSI best practice with binding

HOW TO: Add an iSCSI Software Adaptor and Create an iSCSI Multipath Network in VMware vSphere Hypervisor ESXi 5.0
Avatar of Alex

ASKER

Ahhhh I did a lower case... Which is an interval apparently
Avatar of Alex

ASKER

I've just lost access to my host. Coming up with Invalid username and password, seems someone changed it whilst I was working on it.
Avatar of Alex

ASKER

OK,

Reboot fixed the password issue, seems a little unstable....

Yes, I can ping it

 vmkping -I vmk2 10.50.17.10
PING 10.50.17.10 (10.50.17.10): 56 data bytes
64 bytes from 10.50.17.10: icmp_seq=0 ttl=255 time=0.335 ms
Okay, so if we can ping the Group IP Address.

Did you add the Group IP Address in the iSCSI configuration for the iSCSI software adaptor ? (if that is what you are using)

e.g. group IP Address added to Dynamic Discovery ?

Specified any CHAP settings, passwords etc
Avatar of Alex

ASKER

ok

So I think i've done this right

User generated image
Avatar of Alex

ASKER

I can't change the mutual chap authentication, it just errors
ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Do you have correct permissions on your EQL Volumes? They should have access permissions for either CHAP, IP Range or IQN

As far as I know, mutual chap is not supported with EQL, you could leave it empty
Avatar of Alex

ASKER

I've sorted it, it seems that there was an issue with the username and password, all works fine now :D

Thank you Andrew :D