An administrator is troubleshooting a virtual machine that cannot be powered on. The error message indicates insufficient CPU resources. Upon inspecting the cluster, DRS is enabled and fully automated, yet placement fails. What cluster-level configuration is most likely causing this failure?
Trap 1: The virtual network standard switch lacks promiscuous mode enabled.
Promiscuous mode affects network packet inspection, not power-on compute allocation.
Trap 2: Enhanced vMotion Compatibility is set to an older baseline.
EVC settings prevent migration or power-on only if CPU instructions mismatch, not resource reservations.
Trap 3: The virtual machine has too many snapshots attached to its…
Snapshots impact storage and performance, not CPU reservation power-on placement checks.
- A
The virtual network standard switch lacks promiscuous mode enabled.
Why wrong: Promiscuous mode affects network packet inspection, not power-on compute allocation.
- B
Enhanced vMotion Compatibility is set to an older baseline.
Why wrong: EVC settings prevent migration or power-on only if CPU instructions mismatch, not resource reservations.
- C
The virtual machine's CPU reservation exceeds the unreserved CPU capacity available on any single host in the cluster.
DRS cannot place a VM if its CPU reservation exceeds individual host capacity or available pool resources.
- D
The virtual machine has too many snapshots attached to its configuration file.
Why wrong: Snapshots impact storage and performance, not CPU reservation power-on placement checks.