Hi,
If we use Hyper V failover cluster, we will have VM level failover, not service level failover.
Simply, the architecture like below:
- Several physical hosts install failover cluster feature, then create Cluster with the hosts, lets call them cluster nodes.
- Then, deploy a shared storage server and create virtual disks to connect to all cluster nodes, via ISCSI, Fiber channel or other methods.
- Format the shared virtual disk in disk manager on cluster nodes, then we can add the shared disk into Cluster. After adding the shared disks into the cluster, add the disk to be CSV(Cluster shared volume).
- Add Hyper V role on all cluster nodes, then create the VM on the Hyper V cluster, store the VM in the CSV, so that the VM store in shared storage, when one node fails, the VM can failover to other cluster nodes.
- Services will install in VM, and failover with VM.
Thanks for your time!
Best Regards,
Anne
-----------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.