Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore 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
Microsoft Hyper-V Cluster Design
Microsoft Hyper-V Cluster Design

Microsoft Hyper-V Cluster Design: To achieve a Windows Server system that virtually takes care of itself, you need to master Hyper-V cluster design. This book is the perfect tutorial on the subject, providing clear instruction on expanding into the virtualized environment.

eBook
₱1885.99 ₱2694.99
Paperback
₱3367.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

Microsoft Hyper-V Cluster Design

Chapter 2. Cluster Design and Planning

A Microsoft Hyper-V Server cluster involves many components. Designing such a cluster requires you to understand how those components operate, what they need, and how they will interact. This chapter will extend beyond the basic introductory material of Chapter 1, Hyper-V Cluster Orientation, and take a closer look at the technologies and what you will need to implement them.

By the end of this chapter, we will have covered:

  • Determining requirements of existing physical systems that will be moved into the virtual environment
  • Designing a Hyper-V Server cluster with sufficient capacity for CPU, disk, network, and memory resources
  • Planning for shared storage devices for the cluster
  • Planning networking for the cluster
  • Licensing considerations in virtualization and cluster environments
  • Deciding between 2012 and 2012 R2
  • Planning for physical placement of cluster-related equipment
  • The security considerations and options for a Hyper-V Server cluster

Starting the design phase

If you are following a project document as recommended in Chapter 1, Hyper-V Cluster Orientation, then you should have completed the first part of the planning phase by defining your purposes and goals. The design phase is the second portion of planning in which you architect a solution to achieve those goals. In this phase, you will specify the hardware to acquire and their necessary configurations. You will begin by understanding what is necessary to run Hyper-V Server in a cluster and then size it to meet your specific needs.

Planning for existing systems

If you will be moving existing software loads into your new Hyper-V Server cluster, you'll need to determine what sort of resources they'll need to have access to. If you followed the earlier chapter, you've already determined which workloads cannot be virtualized. If not, make that determination before you start gathering metrics.

Deciding how you will virtualize physical systems

There are two basic approaches to moving physical systems into a Hyper-V Server cluster. The first is to perform a physical-to-virtual (P2V) conversion. The P2V process is a direct transfer of an operating system environment installed directly on hardware that copies it into a virtual equivalent. Aside from the hardware components, the server and installed applications do not change. The second approach is to create an empty virtual operating system environment and migrate applications and data.

Both P2V and migration approaches have their merits and drawbacks. P2V has...

Host computer components

The next concern is designing and sizing the host computers that will run Hyper-V Server. You now have some idea of the load your virtual machines will need, so you need to understand what the requirements are to fit those needs.

Hyper-V Server requirements

The hypervisor itself doesn't require much in terms of hardware. It shares an official requirements list with the full Windows Server 2012 product, which is as follows:

  • 64-bit CPU (x64, not Intel Itanium) running at a minimum of 1.4 GHz
  • 512 megabytes of main system RAM
  • 32 gigabytes of available hard drive space

Hyper-V's requirements extend beyond these to the following:

  • The CPU's options for hardware-assisted virtualization support must be enabled in the BIOS
  • CPU support for Data Execution Prevention must be enabled in the BIOS (NX on AMD chips, XD on Intel chips)

While not required for the Server edition of Hyper-V unless you intend to use RemoteFX, second-level address translation (SLAT) can greatly...

Networking

Networking in a Hyper-V Server cluster can be very confusing for newcomers. A clustered Hyper-V Server host requires a large number of distinct network connections in comparison to most other computing system deployments. The traffic types were covered in Chapter 1, Hyper-V Cluster Orientation. For review, they are given as follows:

  • Management
  • Live Migration
  • Cluster and Cluster Shared Volumes
  • Virtual machine
  • Storage (unless using direct-attached)

The recommended setup is to use at least a one-gigabit adapter for each of the above. If you won't be using Cluster Shared Volumes, then you can skip having a dedicated adapter for cluster communications. The pathways to iSCSI, SMB 3.0, and Fibre Channel benefit from the redundancy of multiple adapters, and most storage can leverage multi-path I/O (MPIO) to aggregate bandwidth. Be aware that it is common to overestimate the amount of bandwidth that storage systems actually require. Keep this in mind if you are considering using more than...

Shared storage

To provide high availability for virtual machines, shared storage is absolutely essential. Shared storage can be directly attached to your Hyper-V Server hosts or can communicate with them over a TCP/IP network, Fibre Channel (FC) interconnects, or other networks. You may utilize dedicated devices or general purpose servers to fulfill this requirement.

Storage area network devices

Storage area network (SAN) devices are considered mid-end to high-end storage components. While the term has broad and sometimes inconsistent applications in the realm of interconnected shared storage devices, it is most commonly used to refer to a singular self-contained unit. A SAN contains a bank of hard drives that can be accessed by multiple hosts. What defines a unit as a SAN is that it presents its storage at the block level, just the way that internal storage would. SAN storage devices have sophisticated capabilities beyond simply providing disk storage and I/O. Exact features will vary among...

Starting the design phase


If you are following a project document as recommended in Chapter 1, Hyper-V Cluster Orientation, then you should have completed the first part of the planning phase by defining your purposes and goals. The design phase is the second portion of planning in which you architect a solution to achieve those goals. In this phase, you will specify the hardware to acquire and their necessary configurations. You will begin by understanding what is necessary to run Hyper-V Server in a cluster and then size it to meet your specific needs.

Planning for existing systems


If you will be moving existing software loads into your new Hyper-V Server cluster, you'll need to determine what sort of resources they'll need to have access to. If you followed the earlier chapter, you've already determined which workloads cannot be virtualized. If not, make that determination before you start gathering metrics.

Deciding how you will virtualize physical systems

There are two basic approaches to moving physical systems into a Hyper-V Server cluster. The first is to perform a physical-to-virtual (P2V) conversion. The P2V process is a direct transfer of an operating system environment installed directly on hardware that copies it into a virtual equivalent. Aside from the hardware components, the server and installed applications do not change. The second approach is to create an empty virtual operating system environment and migrate applications and data.

Both P2V and migration approaches have their merits and drawbacks. P2V has a much higher...

Host computer components


The next concern is designing and sizing the host computers that will run Hyper-V Server. You now have some idea of the load your virtual machines will need, so you need to understand what the requirements are to fit those needs.

Hyper-V Server requirements

The hypervisor itself doesn't require much in terms of hardware. It shares an official requirements list with the full Windows Server 2012 product, which is as follows:

  • 64-bit CPU (x64, not Intel Itanium) running at a minimum of 1.4 GHz

  • 512 megabytes of main system RAM

  • 32 gigabytes of available hard drive space

Hyper-V's requirements extend beyond these to the following:

  • The CPU's options for hardware-assisted virtualization support must be enabled in the BIOS

  • CPU support for Data Execution Prevention must be enabled in the BIOS (NX on AMD chips, XD on Intel chips)

While not required for the Server edition of Hyper-V unless you intend to use RemoteFX, second-level address translation (SLAT) can greatly enhance the performance...

Networking


Networking in a Hyper-V Server cluster can be very confusing for newcomers. A clustered Hyper-V Server host requires a large number of distinct network connections in comparison to most other computing system deployments. The traffic types were covered in Chapter 1, Hyper-V Cluster Orientation. For review, they are given as follows:

  • Management

  • Live Migration

  • Cluster and Cluster Shared Volumes

  • Virtual machine

  • Storage (unless using direct-attached)

The recommended setup is to use at least a one-gigabit adapter for each of the above. If you won't be using Cluster Shared Volumes, then you can skip having a dedicated adapter for cluster communications. The pathways to iSCSI, SMB 3.0, and Fibre Channel benefit from the redundancy of multiple adapters, and most storage can leverage multi-path I/O (MPIO) to aggregate bandwidth. Be aware that it is common to overestimate the amount of bandwidth that storage systems actually require. Keep this in mind if you are considering using more than two...

Shared storage


To provide high availability for virtual machines, shared storage is absolutely essential. Shared storage can be directly attached to your Hyper-V Server hosts or can communicate with them over a TCP/IP network, Fibre Channel (FC) interconnects, or other networks. You may utilize dedicated devices or general purpose servers to fulfill this requirement.

Storage area network devices

Storage area network (SAN) devices are considered mid-end to high-end storage components. While the term has broad and sometimes inconsistent applications in the realm of interconnected shared storage devices, it is most commonly used to refer to a singular self-contained unit. A SAN contains a bank of hard drives that can be accessed by multiple hosts. What defines a unit as a SAN is that it presents its storage at the block level, just the way that internal storage would. SAN storage devices have sophisticated capabilities beyond simply providing disk storage and I/O. Exact features will vary among...

Software licensing


Virtualization and clustering introduce potentially complex licensing considerations. The first issue you'll deal with is how to license your guest operating systems. Next, you'll consider the applications that will run on them.

Windows Server and guest virtualization rights

Microsoft has dramatically simplified their licensing scheme beginning with Windows Server 2012. Two of the editions, Standard and Datacenter, include guest virtualization rights with each license sold. Standard edition provides for two guests while Datacenter allows an unlimited number of guests. It is important to understand how these work as licensing may influence the number of physical hosts that you purchase.

The terms that Microsoft uses in its licensing documentation to distinguish the operating system that is installed directly on hardware from virtualized guest operating systems are Physical Operating System Environment (OSE) and Virtual OSE, respectively. These terms are rarely used in other...

Hyper-V and cluster-related software planning


Deploying Hyper-V Server and Failover Clustering to provide services for your virtual machines is only one piece of the overall puzzle. The hypervisor and cluster will also need to be monitored and maintained. Applications used for these purposes need to be included and accounted for in your planning.

Remote software applications

It is common for maintenance and monitoring applications to run on remote systems. In this case, remote may not be an entirely accurate descriptor. It is not unheard of for some of these tools to be installed on highly available guests within the cluster. Regardless of where they actually live, these applications will interact with your cluster and its nodes using remote techniques. This may involve providing TCP/IP connectivity, manipulating firewall ports, setting user and group permissions, and installing agents.

Truly remote applications, such as RemoteApps and software intended to run in a VDI scenario, may have particular...

Left arrow icon Right arrow icon

Description

This book is written in a friendly and practical style with numerous tutorials centred on common as well as atypical Hyper-V cluster designs. This book also features a sample cluster design throughout to help you learn how to design a Hyper-V in a real-world scenario.Microsoft Hyper-V Cluster Design is perfect for the systems administrator who has a good understanding of Windows Server in an Active Directory domain and is ready to expand into a highly available virtualized environment. It only expects that you will be familiar with basic hypervisor terminology.

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Oct 22, 2013
Length: 462 pages
Edition : 1st
Language : English
ISBN-13 : 9781782177685
Vendor :
Microsoft
Tools :

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : Oct 22, 2013
Length: 462 pages
Edition : 1st
Language : English
ISBN-13 : 9781782177685
Vendor :
Microsoft
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just ₱260 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just ₱260 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 6,174.98
Microsoft Hyper-V Cluster Design
₱3367.99
Windows Server 2012 Hyper-V: Deploying Hyper-V Enterprise Server Virtualization Platform
₱2806.99
Total 6,174.98 Stars icon

Table of Contents

13 Chapters
1. Hyper-V Cluster Orientation Chevron down icon Chevron up icon
2. Cluster Design and Planning Chevron down icon Chevron up icon
3. Constructing a Hyper-V Server Cluster Chevron down icon Chevron up icon
4. Storage Design Chevron down icon Chevron up icon
5. Network Design Chevron down icon Chevron up icon
6. Network Traffic Shaping and Performance Enhancements Chevron down icon Chevron up icon
7. Memory Planning and Management Chevron down icon Chevron up icon
8. Performance Testing and Load Balancing Chevron down icon Chevron up icon
9. Special Cases Chevron down icon Chevron up icon
10. Maintaining and Monitoring a Hyper-V Server Cluster Chevron down icon Chevron up icon
11. High Availability Chevron down icon Chevron up icon
12. Backup and Disaster Recovery Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Full star icon 5
(3 Ratings)
5 star 100%
4 star 0%
3 star 0%
2 star 0%
1 star 0%
BDoubleU Jul 06, 2016
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Great book that covers all design concepts required for a product cluster including converged infrustructure. A+
Amazon Verified review Amazon
Johary G May 09, 2015
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Without understanding this book, you won't build your cluster. Period.
Amazon Verified review Amazon
dc Sep 15, 2014
Full star icon Full star icon Full star icon Full star icon Full star icon 5
In my opinion this is one of the best Hyper-V / Failover Cluster books out there. The content is great and I would highly recommend it for any engineer wanting to understand their environment, or any consultant that has to work with Hyper-V.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.