Add nodes to failover cluster

Glenn Maxwell 12,871 Reputation points
2024-07-18T23:50:07.5033333+00:00

Hi All

i am using windows server 2022, i want to add two nodes to failover cluster manager(these will be sql nodes). my VMs are hosted on azure, i am using quorum as cloud witness(i.e storage account). When adding nodes to windows 2019 cluster i used the below syntax. will the same syntax work for Windows Server 2022. i am not sure of -ManagementPointNetworkType Singleton

New-Cluster -Name cluster01 -Node ("server01","server02") -StaticAddress "192.168.5.10" -NoStorage -ManagementPointNetworkType Singleton
Windows for business Windows Server Storage high availability Clustering and high availability
Windows for business Windows Server User experience Other
SQL Server Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2024-07-19T00:45:52.55+00:00

    Hi,

    Per my test on Windows Server 2022 Datacenter, the parameter -ManagementPointNetworkType Singleton is still available.

    The parameter is also documented in the help file.

    https://learn.microsoft.com/en-us/powershell/module/failoverclusters/new-cluster?view=windowsserver2022-ps

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.