Hyper-converged solution in Windows Server
  • Introduction
  • Intro
    • Introduction
    • Requirements
    • Topology
  • Preparing the servers
    • Server 1: The Domain Controller
    • Prepping the 2 HC servers
    • Server 2: HyperConvergence 1
    • Server 3: HyperConvergence 2
  • Set up the Fail over cluster with storage spaces direct
    • Test the cluster
    • Build the cluster
    • Add a cluster witness
    • Clean the disks
    • Enable storage spaces direct
    • Create cluster-volumes
  • Setup Hyper-V and test
    • The next steps
    • Edit Hyper-V Paths
    • Create a High Available VM
    • Test it
    • Where to go from here
  • Extra
    • Add a 3rd node
Powered by GitBook
On this page
  • I actually have no idea, what is a Hyper-converged cluster?
  • Considerations

Was this helpful?

Introduction

NextIntroduction

Last updated 5 years ago

Was this helpful?

Windows 2016 Datacenter allows you to create a hyper-converged solution for your datacenter thanks to a new feature called Storage Spaces Direct. I thought that was a cool feat and I felt like I needed to have this set up at least once.

In this guide we'll setup a Hyper-converged solution such as the likes of Nutanix, Simplivity and other vendors offer.

I actually have no idea, what is a Hyper-converged cluster?

Just taking a quote from

The hyper-converged deployment scenario has the Hyper-V (compute) and Storage Spaces Direct (storage) components on the same cluster. Virtual machine files are stored on local CSVs. This allows for scaling Hyper-V compute clusters together with the storage it is using. Once Storage Spaces Direct is configured and the CSV volumes are available, configuring and provisioning Hyper-V is the same process and uses the same tools that you would use with any other Hyper-V deployment on a failover cluster.

Considerations

  • They have the hardware and are closer to a real setup.

  • A 2-node cluster needs a witness to keep an eye on them. They use Azure for this. I don't have an Azure account at the moment so I'll use a local file server to be the witness.

  • They decide to put a DC on each server (Node), running under a local account. Which might be efficient when it comes down to licensing... I guess? It just seems weird to me. My DC is separate and maybe easier to comprehend. At least, to me. And to be honest, I believe I'm joined by a lot of Sysadmins when I say that I like to have a separate domain controller, not being hosted on the very infrastructure which can fail... call me old-fashoined if you must.

All in all, consider my setup the "poor man's lab" setup.

Last but not least, please consider security insafeties and don't use this guide as a carbon copy to implement it into a live network. That would be very... inconsiderate.

I hope this guide will be informative to you and I gladly welcome feedback, remarks, comments, etc..

Ken Vanden Branden

If this still blows your mind. explains it pretty good.

There are other guides out there. If you have the hardware, I recommend having a look at with a working example (configuration and everything) of a 2-node cluster. I'll basically cover the same with some key differences:

If you still have the impression this topic is too big to wrap your head around it, try this well-written , courtesy of HP Enterprise.

Before we move on, check Microsoft made at one of their events. Too bad that idea is probably in the bin somewhere now.

This work is licensed under a .

This 3 minute youtube movie
this excellent whitepaper
Hyperconvergence for dummies
this awesome POC
https://www.linkedin.com/in/kenvdb/
Creative Commons Attribution-NonCommercial 4.0 International License
this page