Book Image

Windows Server 2016 Hyper-V Cookbook - Second Edition

By : Charbel Nemnom, Patrick Lownds, Leandro Carvalho
Book Image

Windows Server 2016 Hyper-V Cookbook - Second Edition

By: Charbel Nemnom, Patrick Lownds, Leandro Carvalho

Overview of this book

Hyper-V 2016 is full of new features and updates. The second of our best-selling Hyper-V books, the Windows Server 2016 Hyper-V Cookbook has it all covered. Brimming with expert solutions and techniques, you?ll have everything you need to master virtualization and Hyper-V Manager. This Hyper-V book is designed to help advanced-level administrators benefit fully from the new Windows Server. With over 80 hands-on recipes, the Hyper-V Cookbook gives you tips, tricks and best practices to deploy, maintain and upgrade your virtual machines.
Table of Contents (19 chapters)
Windows Server 2016 Hyper-V Cookbook - Second Edition
Credits
About the Authors
Acknowledgments
www.PacktPub.com
Customer Feedback
Preface
Index

Migrating virtual machine storage using Storage Migration


In a hybrid cloud environment, with thousands of physical and virtual servers, it is normal to face some problems or limitations that require reallocating a virtual machine to another location.

Let's list some examples of the issues you might encounter:

  • Hardware limitation

  • Storage upgrade and maintenance

  • Poor VM performance (I/O)

  • Configuration mistakes

Windows Server 2016 Hyper-V includes a feature to help you in these scenarios called storage migration, providing the ability to reallocate the virtual machine storage while it's running.

This recipe will walk through all the details and steps to show you how to move the virtual machine storage using the storage migration.

Getting ready

The storage migration feature copies the current storage to the destination location, but it keeps the source files until the migration completes. Make sure that you have enough disk space when reallocating the VM storage within the same partition.

How to do it...