Multi-pathing in 2016 Server with HP6000

Multi-pathing in 2016 Server with HP6000

I came across a situation today where the software vendor recommend Server 2016 for one of their software upgrade projects.  As the SysAdmin I had to setup the storage fabric.  After getting the SAN zone configured on the Nexus 5K's and presented a test lun from the HP6000 array to the new 2016 server.  Once this was done, the server seen 8 drives of the same size.  OK, no biggie I just gotta grab the HPE MPIO DSM Manager software and away we will go.  However, I quickly discovered that there is no software developed for 2016, nor is 2016 on the compatibility list.

So I was able to take my first adventure down the path of Windows 2016's native MPIO software.  I realize the mpclaim.exe software came out much earlier but this was the first time I've had to personally use it.

So to get the system to multipath, I found that it was pretty simple with this tool.

First see if the system detects that a multipath device can be found.

mpclaim.exe -e

"Target H/W Identifier   "   Bus Type     MPIO-ed      ALUA Support
-------------------------------------------------------------------------------
"HP      HSV400          "   Fibre        YES          ALUA Not Supported


Next you can simply run the following command to have it attempt to auto configure the devices for multipathing.  In my case it worked w/o a flaw.

mpclaim.exe -r -i -a

(-r = reboot, -i = add multipath, -a add devices)


Next you can set the load balancing policy with the following command.

mpclaim.exe -l -t "HP      HSV400          " 2

(-l = loadbalancing, -t= target device, "2" is the loadbalacing option for RR)


Show the results with the following command:

mpclaim.exe -s -t

"Target H/W Identifier   "   LB Policy
-------------------------------------------------------------------------------
"HP      HSV400          "   RR


Comments

Popular posts from this blog

Integrate Choco with SCCM

Windows 11 22H2 production setup!

Automate Server Patching with Puppet (Part 2)