Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Hyper-V 2016 Best Practices

You're reading from   Hyper-V 2016 Best Practices Harness the power of Hyper-V 2016 to build high-performance infrastructures that suit your needs

Arrow left icon
Product type Paperback
Published in Oct 2016
Publisher Packt
ISBN-13 9781785883392
Length 246 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
 Serre Serre
Author Profile Icon Serre
Serre
Benedict Berger Benedict Berger
Author Profile Icon Benedict Berger
Benedict Berger
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Hyper-V 2016 Best Practices
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
1. Accelerating Hyper-V Deployment FREE CHAPTER 2. Deploying Highly Available Hyper-V Clusters 3. Backup and Disaster Recovery 4. Storage Best Practices 5. Network Best Practices 6. Highly Effective Hyper-V Design 7. Hyper-V Performance Tuning 8. Management with System Center and Azure 9. Migration to Hyper-V 2016

Preface

Today we virtualize datacenters to gain flexibility, scalability, high-end performance, and ease of management. Moreover, virtualization has brought a high level of consolidation. This enables us to reduce the footprint of the datacenter and save power. For some years, we have wanted to manage our datacenter using the Cloud model. We wanted to create server quickly, improve the performance of this machine on the fly, and delete it when we don't need it anymore.

All of this can be done, thanks to hypervisor. There are several hypervisors such as VMware ESX, Citrix XenServer, or Microsoft Hyper-V. Because this book is called Hyper-V Best Practices, we will focus on Hyper-V.

Microsoft has released a major Windows Server version toward the end of 2016. This book focusses on Hyper-V on Windows Server 2016. A lot of new features have been provided in this new version but several rules can be applied to Hyper-V in a previous release.

This book is not intended to explain you all feature mechanisms included in Hyper-V. To follow this book, some knowledge of Hyper-V is required. However, because Hyper-V doesn't work alone, you also need to know about Failover Cluster, Active Directory, storage, and network.

Fasten your seat belts and welcome to this Hyper-V journey.

What this book covers

Chapter 1, Accelerating Hyper-V Deployment, gives you some tips to automate Hyper-V and VM deployment, because, in a huge environment, you may want to automate some tasks to limit human errors and to save time.

Chapter 2, Deploying Highly Available Hyper-V Clusters, teaches you how to deploy a Hyper-V cluster and how to leverage it to keep your application working, because, in production, you usually want high availability to keep the application working even in cases of incidents.

Chapter 3, Backup and Disaster Recovery, describes how to leverage Windows Server 2016 and Microsoft Azure to back up your workloads and to failover in another room in case of a disaster because companies want to always back up their workloads and make a Disaster Recovery Plan in case a datacenter is out of order.

Chapter 4, Storage Best Practices, introduces some best practices to leverage the best of your underlying storage system because the storage is a significant piece in a virtual environment. Without good storage, you can expect poor performance.

Chapter 5, Network Best Practices, describes some best practices about the network and Hyper-V, because, similar to the storage, the network is a masterpiece for your virtual environment, especially when implementing a software-defined storage system.

Chapter 6, Highly Effective Hyper-V Design, will help you to choose a design for your Hyper-V infrastructure depending on the performance you want and the budget you have.

Chapter 7, Hyper-V Performance Tuning, will help you to reach the performance you expect.

Chapter 8, Management with System Center and Azure, introduces System Center and Microsoft Azure features which work well with Hyper-V because Microsoft has a big ecosystem that can interact with Hyper-V.

Chapter 9, Migration to Hyper-V 2016, will help you to achieve the migration if you are still in Windows Server 2012 R2 or VMware and you want to migrate to Hyper-V 2016.

What you need for this book

This book describes the best practices about Hyper-V included in Windows Server 2016. So all the screenshots, PowerShell cmdlets, and XML files have been tested on this Windows Server version. To follow the indication of this book you need Windows Server 2016.

Moreover, some chapters describe System Center and some features provided by Microsoft Azure. To follow all chapters, you need an Azure subscription and System Center 2016.

Other tools that are introduced are free. So you can easily download them from the Internet.

Who this book is for

If you are working with Hyper-V and want to optimize its performance and effectiveness, this book is for you. This book will help you close the gap between the Hyper-V lab and production environments.

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: Code words in text are shown as follows: "The unattended setup uses configurations saved in a precreated unattended.xml file."

A PowerShell cmdlet is set as follows:

New-VM -Name VM01 -Generation 2

An XML file is set as follows:

<?xml version="1.0" encoding="UTF-8"?> 
<component name="Microsoft-Windows-International-Core-
WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/Sta
te" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
  <SetupUILanguage> 
     <UILanguage>en-US</UILanguage> 
   </SetupUILanguage> 
   <InputLocale>en-US</InputLocale> 
   <UILanguage>en-US</UILanguage> 
   <SystemLocale>en-US</SystemLocale> 
   <UserLocale>en-US</UserLocale> 
 </component>

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Start the setup of the Windows ADK you downloaded earlier. At the setup prompt, select only Deployment Tools".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or disliked. Reader feedback is important for us as it helps us develop titles that you will really get the most out of. To send us general feedback, simply e-mail [email protected], and mention the book's title in the subject of your message. If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide at www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Downloading the example code

You can download the example code files for this book from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.

You can download the code files by following these steps:

  1. Log in or register to our website using your e-mail address and password.

  2. Hover the mouse pointer on the SUPPORT tab at the top.

  3. Click on Code Downloads & Errata.

  4. Enter the name of the book in the Search box.

  5. Select the book for which you're looking to download the code files.

  6. Choose from the drop-down menu where you purchased this book from.

  7. Click on Code Download.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR / 7-Zip for Windows

  • Zipeg / iZip / UnRarX for Mac

  • 7-Zip / PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/Hyper-V-2016-Best-Practices/. We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Downloading the color images of this book

We also provide you with a PDF file that has color images of the screenshots/diagrams used in this book. The color images will help you better understand the changes in the output. You can download this file from http://www.packtpub.com/sites/default/files/downloads/HyperV2016BestPractices_ColorImages.pdf.

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in the text or the code—we would be grateful if you could report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded to our website or added to any list of existing errata under the Errata section of that title.

To view the previously submitted errata, go to https://www.packtpub.com/books/content/support and enter the name of the book in the search field. The required information will appear under the Errata section.

Piracy

Piracy of copyrighted material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works in any form on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at [email protected] with a link to the suspected pirated material.

We appreciate your help in protecting our authors and our ability to bring you valuable content.

Questions

If you have a problem with any aspect of this book, you can contact us at [email protected], and we will do our best to address the problem.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images