VMware Cloud Community
lasanthaj
Enthusiast
Enthusiast

HP MSA 2040 multipathing

Hello everyone,

Recently we have purchased HP MSA 2040 FC SAN. SAN came with dual controllers. each controller has 4 ports. we have configured it  with 2 LUNs. currently we connected all controller ports (8) to two Brocade 300 SAN switches. after configuration VMware shows 8 path to particular LUN. we configured Round Robin as multipath policy. this is correct configuration ? if we use 8 paths it will give additional overhead to ESXI hosts ?

please share your ideas.

Regards,

Lasantha.

Tags (3)
6 Replies
rh5592
Hot Shot
Hot Shot

Check with your Storage vendor for the recommended multipath policy. It will depend on your firmware as well as the version of ESXi you are using. ESXi host will detect your storage and and will set a preferred policy based on the defaults but it is best to check with your storage vendor, which in this case is HP.

If Round Robin is supported, it provides the best overall perfomance as it gives you load balancing between your paths.

Regards. ================================================= "If found useful, kindly mark answers Correct or Helpful " http://rh5592.com =================================================
lasanthaj
Enthusiast
Enthusiast

0 Kudos
rh5592
Hot Shot
Hot Shot

With Round Robin, what basically happens is by default 1000 I/O's will be sent to 1 path, then next 1000 I/O's to the next path, and so on... and such on a round robin fashion. I believe HP is recommending to change this setting from 1000 to 1. But I honestly dont know of the perfromance gain.

http://h20195.www2.hp.com/V2/GetPDF.aspx%2F4AA4-7060ENW.pdf

Regards. ================================================= "If found useful, kindly mark answers Correct or Helpful " http://rh5592.com =================================================
lasanthaj
Enthusiast
Enthusiast

Thanks Rommel

0 Kudos
Borja_Mari
Virtuoso
Virtuoso

Hello,

as commented before, the best option is always checking the best practices of this SAN for Vmware.

HP for this SAN recommends using round robin with 1 I/O's

Based in my experience, using this configuration improves performance.

Best regards,

Pablo

------------------------------------------------------------------------------------------------- PLEASE CONSIDER AWARDING any HELPFUL or CORRECT reply. Thanks!! Por favor CONSIDERA PREMIAR cualquier respuesta ÚTIL o CORRECTA . ¡¡Muchas gracias!! VCP3, VCP4, VCP5-DCV (VCP550), vExpert 2010, 2014 BLOG: http://communities.vmware.com/blogs/VirtuallyAnITNoob
0 Kudos
Didi7
Enthusiast
Enthusiast

Hello everybody, according to the best practices for HP MSA2040 storage with VMware vSphere, HP recommends to set the iops Parameter for a LUN to 1 instead of 1000, when using Round Robin as Path Selection Policy.

Changing iops=1 with the following command under ESXi 5.5 Update 2 with ...

           esxcli storage nmp psp roundrobin deviceconfig set --type=iops --iops=1 --device naa.xxxxxxxxxxxxxxxxxxx

... results in the following output for a device ...

Path Selection Policy Device Config: {policy=iops,iops=1,bytes=10485760, ...}

Before setting iops to 1, the output was {policy=rr,iops=1000, ...}

Now, after setting iops to 1, the output is {policy=iops,iops=1, ...}

Do I make mistakes with the esxcli command or is the policy name always changed from 'rr' to 'iops' ???

Furthermore, I would like to know, if the iops setting can be changed on a LUN, which has VM directories with running VM's ???

Is a restart necessary to make the changes effective?

Regards,

Didi7

0 Kudos