Lesson 7: Creating and Configuring Virtual Machine Settings Flashcards
Hypervisor
Responsible for abstracting the computer’s physical hardware and creating multiple virtualized hardware environments, called VMs
VMM
Virtual Machine Monitor. The hypervisor.
Type II Virtualization
Hypervisor runs on top of a host operating system. Resources are shared between the Hypervisor and the host OS.
Older MS virtualization products that were Type II
MS Windows Virtual PC
Microsoft Virtual Server
Type I Virtualization
Hypervisor is an abstraction layer that interacts directly with the computer’s physical hardware. The Hypervisor has complete control over all resources.
How does 2012 implement Type I Virtualization?
Server 2012 is the parent partition. Subsequent VMs are child partitions of the hardware. Hyper-V, when installed, is what 2012 is actually running on.
Hyper-V Hardware Limitations
320 logical processors, max
2048 virtual CPUs max
4TB memory, max
Max number of active VMs on hyper-v
1024
Hyper-V Server
A stand-alone version of Hyper-V. Does not run on top of Server 2012. Free.
What files make up a hyper-v VM?
A VMC file
One or more VHD / VHDX file
VMC file
Virtual machine configuration – XML file that contains the VM config information
VHD / VHDX file
Store the guest operating system, applications, and data for VM
Guest Integration Services
Software package installed on a VM that enables better integration with host.
Functions provided by guest integration services
Operating system shutdown from Hyper-V
Time sync with Hyper-V
Data Exchange between guest an host (child and parent partitions)
Heartbeat exchange from parent to child and back to confirm VMs are responsive
Backup using Volume Shadow Copy Services
Which windows OSes need guest integration services
Any OS that isn’t Server 2012 or Win 8. Linux has its own as well.