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

Rapidly provisioning a virtual machine by using SAN Copy


This recipe will guide you through the steps to rapidly provision a virtual machine by using the Storage Area Network (SAN) Copy technology (for example, snapshots and cloning).

Rapid provisioning can quickly create and deploy VMs, but to use a SAN Copy-capable template, the storage must support SAN Copy through cloning or snapshots.

The SAN Copy-capable template allows VMM, when deploying a new VM, to create a read/write copy of the LUN containing the VHD/VHDX file, which then places the VM files on the new LUN assigned to a destination host/cluster. For this operation, storage transfer is used instead of a network transfer.

Getting ready

Make sure that the following prerequisites are met if you want to use the SAN Copy capability:

  • Storage support for VMM storage management using SMI-S or SMP provider.

  • Storage support for cloning or snapshots.

  • Storage providers installed, configured, and accessible from the Hyper-V servers and VMM management...