Assume we have 2 ESXi hosts with these machines:
ESX1: A1, B1, C1, D1
ESX2: A2, B2, C2, D2
A & B VMs are the most important VMs for us. We have configured vSphere HA in a test environment. The two hosts have been included in an HA Cluster. By using VM override settings, the restart priority of C & D machines has been set to "never".
Now consider this situtation: ESX1 fails, and A1 and B1 are automatically started on the ESX2.
The question now: How can I configure vSphere to automatically shutdown C2 and D2 VMs if we have lack of resources on ESX2?
Thanks