nerdexam
Broadcom-VMware

VCP550 · Question #70

A vSphere administrator manages a three host cluster with 20 VMs. The HA cluster is configured with the Host Failures the Cluster Tolerates admission control policy and all other settings are set to d

The correct answer is D. Higher das.slotcpuinmhz attribute value. When HA slot-based admission control is in use, a VM with a CPU reservation exceeding the current slot CPU size cannot be admitted; raising das.slotcpuinmhz to a value that covers the VM's reservation resolves this.

Establish and Maintain Service Levels

Question

A vSphere administrator manages a three host cluster with 20 VMs. The HA cluster is configured with the Host Failures the Cluster Tolerates admission control policy and all other settings are set to default values. The administrator determines that one of the VMs is not able to power on. After further inspection, it is determined that this VM cannot power on because of a very large CPU reservation. Which cluster advanced HA setting can the administrator modify to enable the virtual machine to power on?

Options

  • ALower das.vmcpumaxmhz attribute value
  • BHigher das.vmcpuminmhz attribute value
  • CLower das.slotcpuoutmhz attribute value
  • DHigher das.slotcpuinmhz attribute value

How the community answered

(43 responses)
  • A
    28% (12)
  • B
    7% (3)
  • C
    9% (4)
  • D
    56% (24)

Why each option

When HA slot-based admission control is in use, a VM with a CPU reservation exceeding the current slot CPU size cannot be admitted; raising das.slotcpuinmhz to a value that covers the VM's reservation resolves this.

ALower das.vmcpumaxmhz attribute value

Lowering das.vmcpumaxmhz reduces the maximum per-VM CPU value factored into slot sizing, which would shrink available capacity and make it harder - not easier - for the large-reservation VM to power on.

BHigher das.vmcpuminmhz attribute value

Raising das.vmcpuminmhz sets a higher minimum per-VM CPU slot floor, which increases each slot's size and reduces the total number of available slots across the cluster, worsening the admission control problem.

CLower das.slotcpuoutmhz attribute value

das.slotcpuoutmhz is not a recognized standard vSphere HA advanced attribute, so modifying it would have no effect on slot-based admission control.

DHigher das.slotcpuinmhz attribute valueCorrect

The das.slotcpuinmhz advanced attribute manually overrides the CPU component of the HA slot size, which by default is derived from the largest CPU reservation in the cluster. If a VM's CPU reservation is very large relative to the defined slot size or the automatically computed slot is inflating the total slot count such that admission is denied, increasing das.slotcpuinmhz to explicitly define a slot large enough to accommodate the VM allows HA admission control to grant the power-on request.

Concept tested: vSphere HA slot-based admission control and das.slotcpuinmhz

Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.avail.doc/GUID-85D9737E-769C-40B6-AB73-F58DA1A451F0.html

Topics

#HA admission control#slot size#CPU reservation#das.slotcpuinmhz

Community Discussion

No community discussion yet for this question.

Full VCP550 Practice