nerdexam
Broadcom-VMware

2V0-621 · Question #93

An administrator has created a resource pool named Marketing HTTP with a Memory Limit of 24 GB and a CPU Limit of 10,000 MHz. The Marketing HTTP resource pool contains three virtual machines…

The correct answer is C. Only two of the three virtual machines can power on. The combined memory reservations of all three VMs total 26 GB, which exceeds the resource pool's 24 GB memory limit, so vSphere cannot admit all three simultaneously.

Section 5 – Administer and Protect vSphere 6.x Resources

Question

An administrator has created a resource pool named Marketing HTTP with a Memory Limit of 24 GB and a CPU Limit of 10,000 MHz. The Marketing HTTP resource pool contains three virtual machines:

  • Mktg-SQL has a memory reservation of 16 GB.
  • Mktg-App has a memory reservation of 6 GB.
  • Mktg-Web has a memory reservation of 4 GB.

What would happen if all three virtual machines are powered on?

Options

  • AAll three virtual machines can power on, but will have memory contention.
  • BAll three virtual machines can power on without memory contention.
  • COnly two of the three virtual machines can power on.
  • DOnly one of the virtual machines can power on.

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    17% (4)
  • C
    54% (13)
  • D
    25% (6)

Why each option

The combined memory reservations of all three VMs total 26 GB, which exceeds the resource pool's 24 GB memory limit, so vSphere cannot admit all three simultaneously.

AAll three virtual machines can power on, but will have memory contention.

All three VMs cannot power on at all because the admission control check fails before any VM enters a contention state - the pool limit prevents the third VM from starting.

BAll three virtual machines can power on without memory contention.

The combined reservations of 26 GB exceed the 24 GB pool limit, so vSphere will refuse to power on the third VM rather than allow all three to run.

COnly two of the three virtual machines can power on.Correct

vSphere enforces a resource pool's memory limit by ensuring the sum of reservations for all powered-on VMs never exceeds that limit. The three VMs require 16 + 6 + 4 = 26 GB in total, which is 2 GB over the 24 GB limit. As a result, only two VMs whose combined reservations fit within 24 GB can be powered on at any given time.

DOnly one of the virtual machines can power on.

Multiple two-VM combinations have combined reservations under 24 GB (for example, Mktg-SQL + Mktg-App = 22 GB), so at least two VMs can power on simultaneously.

Concept tested: vSphere resource pool memory limit and admission control

Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.resmgmt.doc/GUID-60077B40-66FF-4625-934A-641703ED7601.html

Topics

#resource pool#memory reservation#memory limit#admission control

Community Discussion

No community discussion yet for this question.

Full 2V0-621 Practice