Hi Glenn Maxwell,
According to the help file of the New-Cluster cmdlet, this syntax still works for Windows Server 2022. Please refer to the following link.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi All,
I have two Windows Server 2022 VMs hosted in Azure, where SQL Server will be installed as part of a SQL AG (Distributed Availability Group). I have installed Failover Cluster Manager and want to add two nodes to the cluster. I plan to use an Azure Storage Account as my cloud witness.
For Windows Server 2019, I used the following syntax to add nodes to the cluster. Will the same syntax work for Windows Server 2022? Please guide me.
New-Cluster -Name cluster01 -Node ("server01","server02") -StaticAddress "192.168.10.20" -NoStorage -ManagementPointNetworkType Singleton
Hi Glenn Maxwell,
According to the help file of the New-Cluster cmdlet, this syntax still works for Windows Server 2022. Please refer to the following link.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.
Can I use -ManagementPointNetworkType Singleton in the syntax? These two nodes are in Azure, the storage is Cloud Witness, and they will be in a SQL AG (Distributed Availability Group).
New-Cluster -Name cluster01 -Node ("server01","server02") -StaticAddress "192.168.10.20" -NoStorage -ManagementPointNetworkType Singleton
Can I use -ManagementPointNetworkType Singleton in the syntax? These two nodes are in Azure, the storage is Cloud Witness, and they will be in a SQL AG (Distributed Availability Group).
New-Cluster -Name cluster01 -Node ("server01","server02") -StaticAddress "192.168.10.20" -NoStorage -ManagementPointNetworkType Singleton