Start a Conversation

Unsolved

This post is more than 5 years old

AT

34006

September 3rd, 2014 05:00

Host MPIO configuration via PowerShell

Is there anyway to control/configure the MPIO configuration on Windows hosts via the EqualLogic PowerShell module please?

For example "Exclude new subnet" and excluding subnets from MPIO like you would via EQLASMAPP.exe

5 Practitioner

 • 

274.2K Posts

September 3rd, 2014 14:00

You can use the Remove Setup Wizard CLI utiltiy.   rswcli.exe

rswcli -MPIOExclude -Network= -Mask= .....

You could call the from within PowerShell I would imagine.

5 Practitioner

 • 

274.2K Posts

September 3rd, 2014 16:00

Thanks for the update!  I don't do much (read: anything) with PowerShell.   I'm more of a UNIX/BASH shell user.

84 Posts

September 3rd, 2014 16:00

Found it. Looks like up you can use these commands from powershell:

Command Syntax

Set-EqlMpioRule [-IpAddress ] [-Exclude] [-Force]

Set-EqlMpioRule [-Netmask ] [-Subnet ] [-Exclude] [-Force]

Set-EqlMpioRule [-MACAddress ] [-Exclude] [-Force]

Set-EqlMpioRule [-Exclude] [-Force] [-Default]

Thanks for pointing me in the right direction Don, also you have to register the MPIO tools first :

import-module -name \EqlMpioPSTools.dll

No Events found!

Top