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/ |
