VMware: Install Dell Equallogic Multipathing Extension (PSP) for vSphere 5.1 with PowerCLI

3

Last week I’ve installed some Dell hosts with VMware vSphere 5.1 and used Dell Eq. PS6000 storage. To configure the connection between host and storage optimal I’ve used the Dell Equallogic Multipathing Extension witch is supported for vSphere 5.x

The SATP VMW_SATP_EQL is a VMware default one for EqualLogic arrays. And of course the PSP is DELL_PSP_EQL_ROUTED. The ‘ROUTED’ part refers ot DELL’s MEM being able to intelligently route I/O requests to the array path best suited to handle the request, to configure this with PowerCLI I’ve used the following code:

Get-VMHost HOST | Install-VMHostPatch -HostPath "/vmfs/volumes/VMFS-009-SSD/dell-eql-mem-esx5-1.1.1.270268/metadata.zip"

image

image

 

Result:

The DELL_PSP_EQL_ROUTED is configured automatically and the path selection is selected

image

 

Source and more information: VMware , VMware, Dell

About Author

3 thoughts on “VMware: Install Dell Equallogic Multipathing Extension (PSP) for vSphere 5.1 with PowerCLI

  1. Im upgrading my vsphere 4.1 installation running mem 1.0.1 to 5.1 soon, will this excersize be all that is needed to be done on the host to keep my current configuration from vsphere 4.1?

Leave a Reply

Your email address will not be published. Required fields are marked *