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

Installing and configuring the Windows Failover Clustering feature


In order to create high-availability scenarios, Windows Server 2016 provides the Failover Clustering feature, which allows you to put roles or virtual machines into a high-availability solution.

When installed and configured, Failover Clustering uses Failover Cluster Management Tools to bring all necessary cluster components, such as storage, network, roles, and nodes, together into a single console.

Failover Clustering is a Windows feature that creates a group of servers called nodes, which are put together in a virtual space. A cluster is formed by nodes, storages, network devices, and the failover cluster itself (which acts as the management software) to bring all these components under just one console. All users and services that use the cluster connect to the virtual name created by Failover Clustering; however, this virtual entity can contain many nodes (up to 64) in the same cluster. In case one of the active nodes...