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

Was this helpful?

  1. Set up the Fail over cluster with storage spaces direct

Test the cluster

PreviousServer 3: HyperConvergence 2NextBuild the cluster

Last updated 5 years ago

Was this helpful?

Test-cluster is a cmdlet to test your setup before, during and after you clustering setup .

If all goes well, you should be able to pass the following test.

I ran this cmdlet on my Domain Controller. This way I'm extra certain the network works. Adapt names where needed.

Test-Cluster –Node hc1,hc2 –Include "Storage Spaces Direct", "Inventory", "Network", "System Configuration"

I came of with a mild warning about my networking, but if everything else is green, it should all work out.