Hi All,
I have a question regarding cluster aware updating, since we would like to use that in our company.
To be able to test this we have created a test cluster with 2 hosts running Windows server 2012 R2 and then added 2 VM's on each host.
Running below command seems to be working fine, unless when the last host is done updating it will take all 4 VM's leaving the other host empty. Is that normal or is there a way to get CAU to balance the VM's back the way it was before starting CAU? Would that
be with Powershell or?
Invoke-CauRun -MaxRetriesPerNode 3 -FailbackMode Immediate -MaxFailedNodes 0 -RebootTimeoutMinutes 15 -RequireAllNodesOnline –ClusterName ************
Allow Failback has also been enabled on the cluster and set to immediately.
Thanks Martin