インフラエンジニアの技術ブログ

日々学んでいることをブログでまとめていきます。

VCP DCV 2020 S1_HA

question
An administrator manages a vSphere environment with the following configuration:

*HA enabled Admission Control enabled based on fixed slot size
*1 VM with a memory reservation significantly larger than the fixed slot size

The administrator notices that occasionally the VM with the memory reservation fails to restart during an HA host failure event.

What could cause this to happen?


管理者は、次の構成でvSphere環境を管理します。

* HAは固定スロットサイズに基づいてアドミッションコントロールを有効にしました
* 1固定スロットサイズよりも大幅に大きいメモリ予約のVM

管理者は、HAホスト障害イベント中にメモリ予約のあるVMが再起動に失敗することがあることに気付きました。

これを引き起こす原因は何ですか?

 

answer
Failover capacity is exceeded due to the memory reservation

メモリ予約によりフェイルオーバー容量を超えています

 

vSphere HA Admission Control

The resource reduction calculation is checked for both CPU and memory.
It considers a virtual machine's reserved memory and memory overload to decide whether to permit it to power on, migrate, or have reservation changes.
The actual memory consumed by the virtual machine is not considered in the calculation because the memory reservation does not always correlate with the actual memory usage of the virtual machine.
If the actual usage is more than reserved memory, insufficient failover capacity is available, resulting in performance degradation on failover.

CPUとメモリの両方について、リソース削減の計算がチェックされます。
仮想マシンの予約済みメモリとメモリの過負荷を考慮して、仮想マシンの電源をオンにするか、移行するか、予約を変更するかを決定します。
メモリ予約は仮想マシンの実際のメモリ使用量と常に相関するとは限らないため、仮想マシンによって消費される実際のメモリは計算に考慮されません。
実際の使用量が予約済みメモリを超える場合、使用可能なフェイルオーバー容量が不十分であるため、フェイルオーバー時のパフォーマンスが低下します。


参考

Exam 2V0-21.19 topic 1 question 99 discussion - ExamTopics