We run a VMWare data center with vCenter 6. We recently enabled High Availability on a 3-host cluster in our test environment.
If one cluster fails, the other 2 don't have the resources to take on all of the failed-over VMs. Some of them will remain powered off. Is it possible to prioritize which VMs fail over first?
For example, say a host hold a Windows domain controller, a Git repository, and a Windows deployment server. If that host fails, we definitely want DC and Git online right away. We're not worried if the deployment server stays offline.
In that scenario, how would we ensure the DC and repo get a higher priority than the deployment server?
Configure
tab, selectVM Overrides
.Add
.Repeat until you're happy:
Next
.Add VM override
dialog, checkVM Restart Priority
and selectHigh
orHighest
, making sure thatStart next priority VMs when
defaults toResources allocated
.OR
Next
.Add VM override
dialog, checkVM Restart Priority
and selectLow
orDisabled
, making sure thatStart next priority VMs when
defaults toResources allocated
.