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 Load Balancing


VM Load Balancing is a new feature in Windows Server 2016 that provides the capability to optimize the overall utilization of each node within a given Failover Cluster. This is achieved by analyzing the CPU and memory pressure of each node, and then balancing the workloads across all nodes through the use of Live Migration.

This feature is key in scenarios where you simply add additional cluster nodes to scale-out your Failover Cluster, or reintroduce a node after maintenance or failure and forget to load balance the cluster. Virtual Machine Load Balancing automatically handles this load balancing and distribution for you.

Getting ready

This recipe will guide you on how to use virtual machine load balancing in a clustered environment. Make sure you have a cluster up and running with at least four virtual machines on it, so that you have something to load balance.

How to do it…

The following steps will demonstrate how to configure Virtual Machine Load Balancing and load balance...