The lab will use the Microsoft Failover Cluster with Hyper-V to provide High Availability and Live Motion to the virtual machines.
Add The Failover Cluster and MultiPath-IO features
There two ways to add the features: locally or remotely .
Locally
- Open a PowerShell window
- Import-Module servermanager
- add-windowsfeature Failover-Clustering, MultiPath-IO, RSAT-Clustering
Remotely
- Open a PowerShell Window
-
Invoke-command servername –scriptblock {add-windowsfeature Failover-Clustering, MultiPath-IO}
1 thought on “Configure Microsoft Failover Cluster in Windows Server 2012 or Hyper-v 2012”