Chapter 3 Flashcards
(171 cards)
What is another name for the hypervisor?
Virtual Machine Monitor (VMM)
What is type 1 virtualization?
The hypervisor interfaces directly with hardware, and all operating systems run as guests
What is type 2 virtualization?
The hypervisor runs as an application on the host OS
What type of virtualization was used on older versions of Windows Server?
Type 2
What type of virtualization is used by Server 2016?
Type 1
How many logical processors can a Server 2016 system running Hyper-V have?
512
How many virtual CPUs can Server 2016 running Hyper-V support?
2048
How much memory can Server 2016 running Hyper-V support?
24 TB
How many active virtual machines can Server 2016 support in Hyper-V?
1024
How many virtual CPUs can a Generation 1 Hyper-V VM support?
64
How much memory can a Generation 1 Hyper-V VM support?
1 TB
How many virtual CPUs can a Generation 2 Hyper-V VM support?
240
How much memory can a Generation 2 Hyper-V VM support?
12 TB
How many nodes are supported in a Hyper-V cluster?
64
How many virtual machines are supported in a Hyper-V cluster?
8000
How can Hyper-V Server be configured?
Cmd, Sconfig, or remotely via Server Manager or Hyper-V Manager
What are the hardware requirements of Hyper-V?
A 64-bit CPU that supports hardware-assisted virtualization and second-level address translation (SLAT), e.g. Intel VT or AMD-V
Hardware-enforced DEP, e.g. Intel XD or AMD NX
VM Monitor Mode extensions, e.g. Intel VT-c,
BIOS/UEFI virtualization support
4 GB RAM
How can you confirm that hardware supports Hyper-V?
Run Systeminfo.exe and check the Hyper-V Requirements list
What PowerShell command installs Hyper-V?
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools -Restart
How can you install Hyper-V on a system that does not have the right hardware requirements?
Add the feature to an OS image via DISM: dism /online /enable-feature /featurename:microsoft-hyper-v; it will not run, however
How can you install only the Hyper-V management tools?
Skip installing roles and install the RSAT feature, either from Server Manager or from PowerShell as Install-WindowsFeature -Name RSAT-Hyper-V-Tools
How can you install the GUI Hyper-V manager by itself?
Install-WindowsFeature -Name Hyper-V-Tools
How can you install the PowerShell Hyper-V modules by themselves?
Install-WindowsFeature -Name Hyper-V-PowerShell
What three methods can be used to migrate Hyper-V Vms during a server upgrade?
Export as files; Hyper-V Replica, or Share Nothing Life Migration