Hi experts,
I want a little help with a script. I have a 4 host HA/DRS cluster. I want to configure HA,Admission control and DRS using power CLI script. I used the below script to do so but this script has no option to set % based admission control and want to set 25% resource as reserved but cannot locate any switch in power CLI guide to do so. Can anyone help me in this. Also I want to use "Intel Westmere" as EVC mode. Can anyone help in completing the command.
Set-Cluster test-clust01 –HAEnabled $True -HAIsolationResponse DoNothing -HARestartPriority Low -HAAdmissionControlEnabled $true –DRSEnabled $True –DrsAutomationLevel FullyAutomated -Confirm:$false