Book Image

Windows Server 2012 Hyper-V Cookbook

By : Leandro Eduardo S Carvalho, Leandro Carvalho
Book Image

Windows Server 2012 Hyper-V Cookbook

By: Leandro Eduardo S Carvalho, Leandro Carvalho

Overview of this book

Virtualization has proved that it can help organizations to reduce costs, and the Private Cloud has created a revolution in the way we manage and control our servers with centralization and elasticity. The new Windows Server 2012 Hyper-V release from Microsoft comes with a myriad of improvements in areas such as mobility, high availability and elasticity, bringing everything you need to create, manage and build the core components of a Microsoft Private Cloud for virtualized workloads."Windows Server 2012 Hyper-V Cookbook" is the perfect accompaniment for Hyper-V administrators looking to take advantage of all the exciting new features the release has to offer. Through practical recipes, you'll master Hyper-V deployment, migration and management. "Windows Server 2012 Hyper-V Cookbook" is an essential resource for any Hyper-V administrator looking to migrate, install and manage their virtual machine efficiently. With all the features of Windows Server 2012 Hyper-V covered, you will learn everything from installation to disaster recovery, security, high availability, configuration, automation, architecture and monitoring, all in a practical recipe format. The book also includes new features such as Storage and Shared Nothing Live Migration, Hyper-V Replica and Network Virtualization and much more.With "Windows Server 2012 Hyper-V Cookbook" in hand, you'll be equipped to manage your Private Cloud with ease.
Table of Contents (18 chapters)
Windows Server 2012 Hyper-V Cookbook
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Index

Understanding Hypervisors


The Virtual Machine Manager (VMM), also known as Hypervisor, is the software application responsible for running multiple virtual machines in a single system. It is also responsible for creation, preservation, division, system access, and virtual machine management running on the Hypervisor layer.

These are the types of Hypervisors:

  • VMM Type 2

  • VMM Hybrid

VMM Type 1VMM Type 2

This type runs Hypervisor on top of an operating system, as shown in the following diagram. Microsoft Virtual PC is an example of software that uses VMM Type 2.

Virtual machines pass hardware requests to the Hypervisor, host OS, and finally reaching the hardware. That leads to performance and management limitation imposed by the host OS.

It is common for test environments—virtual machines with hardware restrictions—to run on software applications that are installed in the host operating system.

VMM Hybrid

When using the VMM Hybrid type, the Hypervisor runs on the same level as the operating system, as shown in the following diagram. As both Hypervisor and the OS are sharing the same access to the hardware with the same priority, it is not as fast and safe as it could be. This is the type used by the Hyper-V predecessor named Microsoft Virtual Server 2005.

VMM Type 1

VMM Type 1 is a type that has the Hypervisor running in a tiny software layer between the hardware and the partitions, managing and orchestrating the hardware access. The host operating system, known as Parent Partition, runs on the same level as the Child Partitions, known as virtual machines, as shown in the next figure. Due to the privileged access that the Hypervisor has on the hardware, it provides more security, performance, and control over the partitions. This is the type used by Hyper-V since its first release.