Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
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
Benedict Berger Benedict Berger
Author Profile Icon Benedict Berger
Benedict Berger
Romain Serre Romain Serre
Author Profile Icon Romain Serre
Romain Serre
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Accelerating Hyper-V Deployment 2. Deploying Highly Available Hyper-V Clusters FREE CHAPTER 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

Multipath I/O


When working with highly available SAN storage systems, you not only want the storage systems to avoid a single point of failure but also its connections. Therefore, it's a best practice to have multiple connections between your SAN storage infrastructure and your Hyper-V Server systems. Multipath I/O ensures that redundant paths between these systems are detected and the corresponding disks are only registered once.

This is essential to ensure seamless disk management. With active MPIO, a path to your SAN storage might get lost without any interruption to your virtual machines. SMB3 handles this by using SMB multichannel, for all other storage architectures follow these steps to enable MPIO via PowerShell:

Enable-WindowsOptionalFeature -Online -FeatureName MultiPathIO
  • If you use iSCSI Storage, run the following command:

Enable-MSDSMAutomaticClaim -BusType iSCSI
  • If you use SAS storage, run the following command:

Enable-MSDSMAutomaticClaim -BusType SAS
  • To ensure a round-robin...

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 €18.99/month. Cancel anytime