Breaking a SQL Cluster

Muraleedaran Kanapathy 1 Reputation point
2022-01-23T06:50:28.397+00:00

Hi All

We are currently running a 2 node SQL 2012 Cluster(VM's) built using the MSFC. The servers uses RDM based disks.

Now , we need to Break the cluster , and make it a as a single DB server.

I would appreciate if somebody could share there experiences in this regard.

SQL Server Other
{count} votes

3 answers

Sort by: Most helpful
  1. Ronen Ariely 15,206 Reputation points
    2022-01-23T08:19:46.327+00:00

    Hi,

    Basically you just need to remove the node from the Failover Cluster.

    Step one will always be to backup everything and confirm your full backup can be restored

    next simply follow step by step in the Microsoft document:

    https://learn.microsoft.com/en-us/sql/sql-server/failover-clusters/install/add-or-remove-nodes-in-a-sql-server-failover-cluster-setup?view=sql-server-ver15#Remove

    0 comments No comments

  2. YufeiShao-msft 7,146 Reputation points
    2022-01-24T02:36:17.857+00:00

    Hi @Muraleedaran Kanapathy ,

    You would need to move all of the SQL Server cluster resources to one of the nodes, evict the node and destory cluster, and then rebuild the standalone

    Break the existing SQL cluster

    -------------

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. Muraleedaran Kanapathy 1 Reputation point
    2022-03-14T10:38:40.313+00:00

    Hi All

    Thank you for your feedback.

    What I am thinking is , if we evict the passive node and the let the cluster run with a single node

    • How can I remove the cluster services and turn the server in to a single node installation?
    • Secondly is there any way to migrate the data from the RDM based disks to VMDK ?
      (my environment is running on VMware).

    Best regards

    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.