Windows for business | Windows Server | Storage high availability | Clustering and high availability
1,121 questions
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 a Failover Cluster Manager setup with three nodes, all running Windows Server 2019. These nodes are part of an Always On Availability Group for SQL Server. I want to remove Node3 from the cluster. Node3 has already been removed from the replica in the SQL Availability Group. To remove Node3 from Failover Cluster Manager, is it sufficient to right-click on Node3, select More Actions, and then choose Evict?
Hi, I am Henry, I will help you with this.
Please follow these below steps to safely remove Node3 from the Failover Cluster:
Get-ClusterQuorum
Confirm the eviction when prompted.
Clear-ClusterNode -Force
(This removes residual cluster metadata.)Remove-WindowsFeature -Name Failover-Clustering
(Then reinstall if needed.)