Book Image

System Center 2016 Virtual Machine Manager Cookbook - Third Edition

By : Roman Levchenko, EDVALDO ALESSANDRO CARDOSO
Book Image

System Center 2016 Virtual Machine Manager Cookbook - Third Edition

By: Roman Levchenko, EDVALDO ALESSANDRO CARDOSO

Overview of this book

Virtual Machine Manager (VMM) 2016 is part of the System Center suite to configure and manage datacenters and offers a unified management experience on-premises and Azure cloud. This book will be your best companion for day-to-day virtualization needs within your organization, as it takes you through a series of recipes to simplify and plan a highly scalable and available virtual infrastructure. You will learn the deployment tips, techniques, and solutions designed to show users how to improve VMM 2016 in a real-world scenario. The chapters are divided in a way that will allow you to implement the VMM 2016 and additional solutions required to effectively manage and monitor your fabrics and clouds. We will cover the most important new features in VMM 2016 across networking, storage, and compute, including brand new Guarded Fabric, Shielded VMs and Storage Spaces Direct. The recipes in the book provide step-by-step instructions giving you the simplest way to dive into VMM fabric concepts, private cloud, and integration with external solutions such as VMware, Operations Manager, and the Windows Azure Pack. By the end of this book, you will be armed with the knowledge you require to start designing and implementing virtual infrastructures in VMM 2016.
Table of Contents (16 chapters)
Title Page
Packt Upsell
Contributors
Preface
Index

Deploying guarded hosts


Once HGS nodes are configured, you are ready to deploy Hyper-V hosts that will be attested by HGS to run the safeguarded VMs. This recipe will guide you through the steps required to implement guarded hosts in your production fabric. Before beginning, check that your Hyper-V hosts meet the following requirements:

  • Unlike HGS, your Hyper-V hosts must be running on Windows Server 2016 Datacenter, as host guardian Hyper-V support is only available in this edition.
  • If TPM attestation mode is used, Hyper-V hosts must meet the TPM requirements mentioned previously (such as TPM 2.0, UEFI 2.3.1). Refer to the introduction section in this chapter for more information about attestation modes.
  • At least one host is required to test shielded VMs. In this recipe, I will use two up-to-date Hyper-V hosts (GH-01 and GH-02) in my fabric domain, in order to verify that live migration of shielded VMs works as well.
  • If AD-based attestation mode is used, add your Hyper-V hosts to the trusted...