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

Performing other post-upgrade tasks


There are some others tasks that need to be performed after VMM upgrading. This recipe will guide you through them.

How to do it...

To update a VM template, carry out the following steps after upgrading VMM:

  1. On the VMM console, in the Library workspace, expand Templates and click on VM Templates.
  2. In the Templates pane, right-click on the VM template that is to be updated and select Properties.
  1. On the Hardware Configuration page, configure the following:
    • VLAN ID: If previously configured in a hardware profile

Note

In VMM 2012 and later, the VLAN ID will be resolved automatically based on the logical network specified when deploying a VM from a template.

    • Logical Network/VM Network: Ensure that the correct network is specified in the hardware profile

How it works...

The VM template settings specifying the VHD file that contains the OS are not preserved during the VMM upgrade. After VMM upgrading, you will have to update the upgraded VM templates to specify which VHD...