Chapter 4: Clusters and High Availability Flashcards
What vSphere feature best describes the following?
“A service used to ensure that migrations with vMotion do not fail due to CPU compatibility errors.”
VMware Enhanced vMotion Compatibility (EVC).
What 3 cards are available in the Quickstart workflow in the vSphere client?
The Quickstart page provides 3 cards:
- Cluster Basics
- Add Hosts
- Configure Cluster
How does EVC improve compatibility between ESXi hosts for vMotions?
EVC ensures that all hosts in the cluster present the same CPU feature set to virtual machines even if their physical CPUs differ.
What technologies does EVC use for AMD and Intel-based hosts?
AMD-V Extended Migration for AMD and Intel FlexMigration for Intel hosts.
Newer versions of vSphere run DRS every ____ minute(s).
Minute, as opposed to every 5 minutes in older versions of vSphere.
Newer versions of vSphere prefer to automatically migrate _____ sized virtual machines.
Smaller.
Describe the function of Network-Aware DRS.
With Network-Aware DRS, the utilization of host network adapters is considered during placement and load balancing.
What is the threshold used by DRS for network saturation by default?
80%.
What is the purpose of the Consumed Memory metric in regards to DRS?
To balance VMs based on how much memory they are consuming.
Starting with vSphere 6.5, which types of objects are prioritized for DRS migrations?
VM templates and powered-off VMs.
Starting in vSphere 6.7, how is DRS more efficient in evacuating virtual machines?
By migrating VMs in batches of 8 rather than migrating all virtual machines simultaneously.
How can NVM devices be used by VMs?
There are 2 options for NVM devices:
- Virtual Persistent Memory (vPMem)
- Virtual Persistent Memory Disk (vPMemDisk)
Describe the difference between a vPMem and a vPMemDisk.
A vPMem datastore appears as an NVM device exposed to the VM’s guest OS. Whereas the vPMemDisk uses the datastore as a location for the virtual machine disk.
Starting in vSphere 7.0, how does DRS balance the workload of a VM across the cluster?
Based on virtual machine happiness (DRS score).
What term best describes the following?
“A measure of the resources available for consumption by a virtual machine”
A DRS Score.
The higher the DRS score for a VM, the better its ________.
Resource availability. DRS moves VMs to improve their DRS scores.
In regards to DRS, how is a VM’s efficiency for a particular resource calculated?
The VM’s efficiency is a ratio of goodness (actual throughput) over the demand (ideal throughput).
Describe the difference between a VM-host affinity rule versus a VM-VM affinity rule.
VM-Host affinity: a relationship between a group of VMs and a group of hosts.
VM-VM affinity: a relationship between virtual machines on a single host.
Describe the components of a VM-host affinity rule.
A VM-host affinity rule includes the following components:
- One VM DRS group
- One host DRS group
- A designation for a requirement/preference
- A designation for affinity/anti-affinity
If two VM-VM affinity rules are in conflict with one another, which rule takes precedence?
The older rule is preferred and the newer rule is disabled.
Which type of affinity rule is given higher precedence in regards to preventing violations?
DRS prefers to prevent violations of anti-affinity rules than violations of affinity rules.
Describe level 1 in regards to DRS migration sensitivity.
DRS only makes recommendations to fix rule violations or to enter hosts into maintenance mode.
Describe level 2 in regards to DRS migration sensitivity.
DRS makes recommendations in situations that are at or close to resource contention.
Describe level 3 in regards to DRS migration sensitivity.
DRS makes recommendations to improve VM happiness and cluster load distribution.
Describe level 4 in regards to DRS migration sensitivity.
DRS makes recommendations for occasional bursts in the workload and reacts to sudden load changes.
Describe level 5 in regards to DRS migration sensitivity.
DRS makes recommendations dynamic and greatly varying workloads. DRS reacts to the workload changes every time.
What is the default level for DRS migration sensitivity?
Level 3.
What term best describes the following?
“Container objects in the vSphere inventory that are used to compartmentalize the CPU and memory resources of a host, cluster or parent resource pool”
Resource Pools.
How can resource pools be used with DRS?
To compartmentalize a cluster’s resources and then use the resource pools to delegate control to individuals or organizations.
What DRS component specifies the relative important of a VM or resource pool?
Shares.
Describe how resource allocation to VMs works with DRS shares?
VMs with higher resource shares are entitled to consume a higher amount of resources. For example, a VM with twice as many shares as another VM is entitled to twice as many resources.
What values are available to be configured for Shares?
High, Normal, Low by default. Another option called custom allows you to assign a specific number of shares.
What ratio is used with High, Normal, and Low share values?
4:2:1
What DRS component specifies the guaranteed minimum allocation for a VM or resource pool?
Reservations.
What occurs with DRS if a VM is configured with a specific reservation, but the host is not able to guarantee its resources?
DRS will not allow you to start the additional VM in the resource pool.
What is the default value for a reservation on a resource pool’s CPU and memory?
Zero.
What DRS component allows a child resource pool to borrow from it’s parent?
Expandable reservations.
What DRS component specifies an upper bound for CPU or memory resources that can be allocated to a VM or resource pool?
Limits.