Book Image

Microsoft System Center Virtual Machine Manager 2012 Cookbook

By : EDVALDO ALESSANDRO CARDOSO, Edvaldo Alessandro Cardoso Sobrinho
Book Image

Microsoft System Center Virtual Machine Manager 2012 Cookbook

By: EDVALDO ALESSANDRO CARDOSO, Edvaldo Alessandro Cardoso Sobrinho

Overview of this book

Microsoft System Center 2012 is a comprehensive IT infrastructure, virtualization, and cloud management platform. With System Center 2012, you can more easily and efficiently manage your applications and services across multiple hypervisors as well as across public and private cloud infrastructures to deliver flexible and cost-effective IT services for your business.This cookbook covers architecture design and planning and is full of deployment tips, techniques, and solutions designed to show users how to improve VMM 2012 in a real world scenario. It will guide you to create, deploy, and manage your own Private Cloud with a mix of Hypervisors: Hyper-V, Vmware ESXi, and Citrix XenServer. It also includes the VMM 2012 SP1 features.This book is a cookbook that covers architecture design, planning and is full of deployment tips, techniques and solutions designed to show users how to improve VMM 2012 in a real world scenario. It will guide you to create, deploy and manage your own Private Cloud with a mix of Hypervisors : Hyper-V, Vmware ESXi and Citrix XenServer.
Table of Contents (16 chapters)
Microsoft System Center Virtual Machine Manager 2012 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Creating virtual machine templates


In this recipe, we will create virtual machine templates that use a generalized image as the source.

VMM virtual machine templates are used to perform the automated installation and configuration of servers, dramatically reducing the time to release a server, and automate all these processes in a simple and uncomplicated deployment method.

Getting ready

Before you can create the virtual machine template, you need to create a new VM and install a Vanilla OS into it that will be used as the basis for the template. See the Creating and deploying virtual machines recipe of this chapter.

To create a VM template, you can select the source for which the template will be created from an existing template, a virtual disk (VHD) with a preinstalled operating system, or even a virtual machine that is being used in any host managed by VMM.

How to do it...

Carry out the following steps to create a VM template that is based on either an existing virtual hard disk or on a virtual...