A server administrator is provisioning a host system equipped with a 16-core processor and of physical RAM to run 5 concurrent guest virtual machines (VMs) using a Type 2 hypervisor. The host operating system and hypervisor require a dedicated minimum of of physical memory to ensure stable system operation. Each guest VM is statically configured to allocate of RAM. The administrator successfully powers on the first 4 VMs, but the 5th VM fails to launch, returning a hypervisor memory allocation error.
Which of the following describes why the fifth virtual machine fails to start, and what is the minimum total host physical RAM required to support all 5 virtual machines concurrently?
- The host system has run out of unreserved physical memory; a total of of physical RAM is required to support the host overhead and all guest virtual machines without overcommitment.Cevap
- BThe host CPU logical core limit has been exceeded; the hypervisor requires upgrading to a 32-core physical processor to schedule vCPUs across 5 virtual machines.
- CThe host system lacks adequate swap file storage; dynamic memory expansion requires configuring virtual storage equal to twice the total guest vRAM allocation.
- DHardware-assisted virtualization is disabled in the system BIOS/UEFI; enabling Intel VT-x/AMD-V and Second Level Address Translation (SLAT) will resolve memory limits.
Cevap
The host system has run out of unreserved physical memory; a total of of physical RAM is required to support the host overhead and all guest virtual machines without overcommitment.
Virtual machine capacity planning requires calculating both the cumulative memory requested by all active guest virtual machines and the minimum RAM reserved for host operating system overhead. In this scenario, 5 guest VMs each requiring need of memory. Adding the host OS overhead yields a total host RAM requirement of . Because the host only has of installed RAM, powering on 4 VMs consumes (), leaving only available. Attempting to launch the 5th VM fails because cannot be allocated.
Adım Adım Çözüm
Anahtar Kavram
Host Memory Capacity Planning and Hypervisor Overhead Allocation
Tahmini Süre:2m 0s