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

Creating resource pools


In an on-premises hybrid cloud environment, it is common to have different servers segregated as per department, location, areas, or even tenant basis, as service providers would say.

To aggregate resources and make them easier to be allocated and metered, Windows 2012 Hyper-V introduced resource pools.

The idea of resource pools is to put physical resources allocated to virtual systems in a pool. The resource types that can be used in Hyper-V are as follows:

  • Memory

  • Processor

  • Ethernet

  • VHD

  • ISO

  • VFD (Virtual Floppy Disks)

  • Fibre Channel ports

  • Fibre Channel connections

  • PciExpress

In this recipe, you will see some examples of the most common resource pools such as storage and Ethernet pools.

Getting ready

The option to create resource pools is not enabled through the graphical interface, only via PowerShell. However, you should open PowerShell as an administrator before you get started.

How to do it…

The following steps will walk you through the process of creating storage and Ethernet...