Hyper-V Flashcards
What are the system requirements for Hyper-V?
SLAT-capable 64-bit processor
VM Monitor Mode Extensions
Hardware Assisted Virtualisation
Hardware-enforced DEP
How do Gen 1 and Gen 2 VMs differ?
Gen 1 Emulation based drivers 32/64bit Gen 2 Software based drivers Boot from vhdx 64bit
What is the linux command to verify the installation of LIS?
/sbin/modinfo hv_vmbus
What is memory buffer?
How much additional RAM is reserved additional compared to current utilisation percentage
What is memory weight?
Memory prioritisation between VMs
What is NUMA Spanning?
Non Uniform Memory Access
Machines with multiple CPUs, allows VMs to access memory from another CPU
Can configure virtual NUMA per VM to replicate host machine topology
What is the PS command to enable resource metering?
Enable-VMResourceMetering
collection interval: Set-VMHost -ResourceMeteringInterval
What is the PS command to view resource metering statistics?
Measure-VM
What are the requirements to hot add memory?
Static memory, Windows 10 or Server 2016 latest linux distro
Gen 1 or Gen 2
When importing virtual machines how do restore, register in-place and copy differ?
Register In-Place: Use existing UUID and file
Restore: Use UUID copying original file to new location
Copy: Create new UUID
How do you pass through devices from the host into the VM?
Direct Device Assignment *ensure devices is diabled in device manager
Get-Command device -Module Hyper-V
What is the PS command to update the version of a VM?
Update-VMVersion
How does VHD set work?
VHDS connects to VMs
AVHDX contains data changes
*for clustering
What is the advantage of VHD set compared to shared VHDX?
Online resizing
Host level backup
Hyper-V replica support
What are the limitations of using VHD set
No:
Live migration
Checkpoints