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. Setup Hyper-V and test

Edit Hyper-V Paths

Run these cmdlets on both nodes. These cmdlets will put the default Hyper-V paths on our 2 nodes to the cluster. Which is what we want.

set-vmhost -VirtualHardDiskPath C:\ClusterStorage\Volume1\VHD
Set-VMHost -VirtualMachinePath C:\ClusterStorage\Volume1\MP
PreviousThe next stepsNextCreate a High Available VM

Last updated 5 years ago

Was this helpful?