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

Using checkpoints in VMs


In the IT field, it is easy to have problems, errors, mistakes, and other issue that might need a deep troubleshooting process or even worse, such as a system restore. With virtual machines, the administrators have a very interesting option that is not available in physical servers. What if you could rollback a VM before the error occurred? What if you could prepare the VM for some change that can cause an issue. That's what checkpoints are made for. You can take a VM checkpoint on the fly, do whatever you need to do, and roll it back in case of errors.

This comes very handy and can save our lives, making the problem prevention two clicks away.

To illustrate some scenarios to use checkpoints, consider the following examples:

  • System upgrades or migration

  • Software updates

  • Software installation and configuration

  • Registry changes

  • Troubleshooting problems

This list can go on and on, but the idea of checkpoints is to give you the opportunity to recover the virtual machine in a...