Microsoft Virtualization Discussions

Any way to enable ALUA on iGroups by Default?

MRJORDANG
3,270 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
3,270 Views

No at this point of time.

Thank you,

AK G

View solution in original post

4 REPLIES 4

AGUMADAVALLI
3,271 Views

No at this point of time.

Thank you,

AK G

MRJORDANG
3,270 Views

Thanks!

MRJORDANG
3,270 Views

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

bsti
3,270 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