Query on cluster

Glenn Maxwell 12,211 Reputation points
2025-01-12T07:22:59.39+00:00

Hi All,

I have a Failover Cluster Manager setup with two nodes (let's say Server01 and Server02), both running Windows Server 2019. Both nodes are part of an Always On Availability SQL cluster. I want to remove Server02 from the Failover Cluster Manager.

Our database team has migrated all databases from Server02, but they have not uninstalled SQL. If I need to remove Server02 from the Failover Cluster Manager, will it be sufficient to right-click on Server02, select More Actions, and then choose Evict?

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,882 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,565 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.
14,370 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,599 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.
1,024 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ian Xue 39,191 Reputation points Microsoft Vendor
    2025-01-14T03:41:08.1366667+00:00

    Hi Glenn Maxwell,

    Thanks for your post. Yes, you can evict the node after you migrate all the resources to the another node. Here is the evict command. You can also try to evict from the UI as you mentioned.

    Reference: Remove-ClusterNode (FailoverClusters) | Microsoft Learn

    Best Regards,

    Ian Xue


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

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Javier Villegas 900 Reputation points MVP
    2025-01-12T13:31:28.56+00:00

    Hello @Glenn Maxwell

    Most important step you must follow before removing the node from Failover Cluster Manager is basically to remove the replica from the Availability Group in SQL Server Management Studio. After that you can remove it from the cluster  

    Remove a Secondary Replica from an Availability Group (SQL Server)

    Regards

    Javier

    0 comments No comments

  2. Ravi Garg 0 Reputation points
    2025-01-22T11:40:31.5033333+00:00

    NO. you cannot directly remove the node from the cluster as always on high availability cluster for SQL was created for two nodes.

    As you have already migrated all the databases from SQL node 2. Ask the database administrator to remove the node from always on availability group( you can perform this task if you have administrator password- sysadmin user.)

    User's image

    • Remove Databases from availability databases from mentioned 2
    • Remove Replica from mention 3
    • remove Listener from mentioned 1

    once you have removed the High Availability setting in SQL , than you can drop the cluster node to avoid SQL corruption on node 1.

    0 comments No comments

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.