Set the preferred site for Windows Server 2016 clusters
Configure the preferred site for a Windows Server 2016 cluster.
John Savill
June 2, 2016
1 Min Read
Q. How do I set the preferred site for Windows Server 2016 failover clustering?
A. To set the preferred site for a 2016 cluster that has sites defined use:
(Get-Cluster).PreferredSite =
If you have the situation with multi-active datacenters you can define different preferred sites for different cluster groups which will be used to govern where VMs start initially.
(Get-ClusterGroup ).PreferredSite=
Note that because of the various different levels of preference it may be confusing which wins. The order of priority for placement is:
Storage affinity
Group preferred site
Cluster preferred site
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like