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

VM Compute Resiliency


VM Compute Resiliency is a new feature in Windows Server 2016. It provides the capability to deal with transient failures, as these types of failure have become more commonplace than hardware failures. Reacting adversely to these types of failures can actually cause more system downtime than the transient failure itself.

So, what is a transient failure? It could be where the cluster service on a node has stopped, and the node becomes disconnected from the cluster and appears to be unable to communicate with any other node within the active cluster or there is an asymmetric disconnect. Here, the cluster service is attempting to communicate with all nodes within the cluster, the isolated node can talk to at least one other node in the active cluster.

Getting ready

This recipe will guide you on how to use Virtual Machine Compute Resiliency in a clustered environment. Make sure you have a cluster up and running with at least two virtual machines on it, so that you can see...