Microsoft Virtualization Discussions

Any way to enable ALUA on iGroups by Default?

MRJORDANG
4,545 Views

Hello,

I'd like ALUA to be enabled on all my iGroups by default.    Is there any way to make sure ALUA is enabled on all igroups when I create them?  All my machines will be using ALUA and right now it is an extra command that I have to run to enable ALUA.   I'd like it enabled by default to avoid human error.   The alternative is to create a script that will do this automatically.

Thanks,

-Jordan

1 ACCEPTED SOLUTION

AGUMADAVALLI
4,545 Views

No at this point of time.

Thank you,

AK G

View solution in original post

4 REPLIES 4

AGUMADAVALLI
4,546 Views

No at this point of time.

Thank you,

AK G

MRJORDANG
4,545 Views

Thanks!

MRJORDANG
4,545 Views

One other item worth mentioning.....it seems that ALUA is enabled by default for iGroups of type "linux" but not for "windows".

bsti
4,545 Views

I'd script it.  Have you tried  the ONTAP Powershell toolkit?  You could easily script this using the toolkit:

Connect-NaController filer1

New-NaIgroup -Name myigroup -Protocol FCP -Type Windows

Set-NaIgroup -Name myigroup -Key alua -value yes

Public