Blame
|
1 | # Cluster |
||||||
| 2 | ||||||||
| 3 | ||||||||
| 4 | ||||||||
| 5 | Remote - hyper v + cluster roles |
|||||||
| 6 | ``` |
|||||||
| 7 | Install-WindowsFeature -Name Hyper-V, Failover-Clustering -IncludeManagementTools -ComputerName "Node1","Node2" -Restart |
|||||||
| 8 | ``` |
|||||||
| 9 | Local - hyper v + cluster roles |
|||||||
| 10 | ||||||||
| 11 | Install-WindowsFeature -Name Hyper-V, Failover-Clustering -IncludeManagementTools -Restart |
|||||||
| 12 | ||||||||
| 13 | ||||||||
| 14 | ||||||||
| 15 | ||||||||
| 16 | ||||||||
| 17 | ||||||||
| 18 | ||||||||
| 19 | ||||||||
| 20 | ||||||||
| 21 | ||||||||
|
22 | https://learn.microsoft.com/en-us/windows-server/failover-clustering/deploy-quorum-witness?tabs=domain-joined-witness%2Cfailovercluster%2Cfailovercluster1&pivots=file-share-witness |
||||||
|
23 | |||||||
| 24 | ||||||||
| 25 | ||||||||
| 26 | ||||||||
| 27 | ||||||||
| 28 | https://blog.matrixpost.net/how-to-set-up-a-microsoft-hyper-v-cluster/ |
|||||||
