Commit 2089dc

2026-04-10 10:18:46 Peter: -/-
/dev/null .. hyper-v/cluster.md
@@ 0,0 1,28 @@
+ # Cluster
+
+
+
+ Remote - hyper v + cluster roles
+ ```
+ Install-WindowsFeature -Name Hyper-V, Failover-Clustering -IncludeManagementTools -ComputerName "Node1","Node2" -Restart
+ ```
+ Local - hyper v + cluster roles
+
+ Install-WindowsFeature -Name Hyper-V, Failover-Clustering -IncludeManagementTools -Restart
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ https://blog.matrixpost.net/how-to-set-up-a-microsoft-hyper-v-cluster/
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9