Add nodes to failover cluster

Glenn Maxwell 10,781 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 Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,607 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,345 questions
Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
979 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 34,271 Reputation points Microsoft Vendor
    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