April 19, 2024
021522 1708 Howtomovefa17 - How to move failover clusters on the same hardware to another domain
How to move failover clusters on the same hardware to another domain

1.Create a local Administrator account with the same name and password on all servers in the cluster.

021522 1708 Howtomovefa1 - How to move failover clusters on the same hardware to another domain

2.Following steps to remove file share witness, Open Failover Cluster Manager, Right-click cluster name, select More Actions, click Configure Cluster Quorum settings.

021522 1708 Howtomovefa2 - How to move failover clusters on the same hardware to another domain

3.On the Before You Begin page, click Next.

021522 1708 Howtomovefa3 - How to move failover clusters on the same hardware to another domain

4.On the Select Quorum Configuration Option page, select Select the quorum witness, click Next.

021522 1708 Howtomovefa4 - How to move failover clusters on the same hardware to another domain

5.On the Select Quorum Witness page, select Do not configure a quorum witness, click Next.

021522 1708 Howtomovefa5 - How to move failover clusters on the same hardware to another domain

6.On the Confirmation page, click Next.

021522 1708 Howtomovefa6 - How to move failover clusters on the same hardware to another domain

7.On the Summary page, verify configured successfully, click Finish.

021522 1708 Howtomovefa7 - How to move failover clusters on the same hardware to another domain

8.Verify Cluster Core Resource of Failover Cluster Manager, make sure the File Share Witness was be removed.

021522 1708 Howtomovefa8 - How to move failover clusters on the same hardware to another domain

9.Sign in to the first server with a domain user or administrator account that has Active Directory permissions to the Cluster Name Object (CNO), Virtual Computer Objects (VCO), has access to the Cluster.

10.Open Failover Cluster Manager console, select all CSVs, right-click , select Take offline.

021522 1708 Howtomovefa9 - How to move failover clusters on the same hardware to another domain

11.Ensure all CSV offline.

021522 1708 Howtomovefa10 - How to move failover clusters on the same hardware to another domain

12.Ensure all Cluster Network Name resources are in an Offline state.

021522 1708 Howtomovefa11 - How to move failover clusters on the same hardware to another domain

13.Run following PowerShell cmdlet, this command will remove the Active Directory objects that the cluster may have.


Remove-ClusterNameAccount -Cluster HOPI-S2DCLU01 -DeleteComputerObjects

021522 1708 Howtomovefa12 - How to move failover clusters on the same hardware to another domain

14.Login to DC, use Active Directory Users and Computers to ensure the CNO and VCO computer objects associated with all clustered names have been removed.

15.Run following PowerShell Cmdlet on all servers in the cluster to stop the Cluster service and set the service startup type to Manual.


Stop-Service -Name ClusSvc

Set-Service -Name ClusSvc -StartupType Manual

021522 1708 Howtomovefa13 - How to move failover clusters on the same hardware to another domain

16.Change all servers from domain membership to a workgroup, restart all servers.

021522 1708 Howtomovefa14 - How to move failover clusters on the same hardware to another domain

17. Join the servers to the new domain, , restart all servers.

021522 1708 Howtomovefa15 - How to move failover clusters on the same hardware to another domain

18.Once the servers are in the new domain, sign in to a server with a domain user or administrator account that has Active Directory permissions to create objects, has access to the Cluster, and open PowerShell. Start the Cluster Service, and set it back to Automatic.


Start-Service -Name ClusSvc

Set-Service -Name ClusSvc -StartupType Automatic

021522 1708 Howtomovefa16 - How to move failover clusters on the same hardware to another domain

19.Bring the Cluster Name and all other cluster Network Name resources to an Online state.


Start-ClusterResource -Name "Cluster Name"

021522 1708 Howtomovefa17 - How to move failover clusters on the same hardware to another domain

021522 1708 Howtomovefa18 - How to move failover clusters on the same hardware to another domain

20.Change the cluster to be a part of the new domain with associated active directory objects. To do this, the command is below and the network name resources must be in an online state. What this command will do is recreate the name objects in Active Directory.


Stop-ClusterResource -Name "Cluster Name"

New-ClusterNameAccount -Name S2DCLU01 -Domain titan.local -UpgradeVCOs

21.Use Active Directory Users and Computers to check the new domain and ensure the associated computer objects were created. If they have, then bring the remaining resources in the groups online.


Start-ClusterGroup -Name "Cluster Group"

Hope you enjoy this post.

Cary Sun

Twitter: @SifuSun

Web Site: carysun.com

Blog Site: checkyourlogs.net

Blog Site: gooddealmart.com

ca16fbd3199de5f66b829b87082fb970?s=80&d=retro&r=g - How to move failover clusters on the same hardware to another domain

Author: Cary Sun

Cary Sun has a wealth of knowledge and expertise in data center and deployment solutions. As a Principal Consultant, he likely works closely with clients to help them design, implement, and manage their data center infrastructure and deployment strategies.
With his background in data center solutions, Cary Sun may have experience in server and storage virtualization, network design and optimization, backup and disaster recovery planning, and security and compliance management. He holds CISCO CERTIFIED INTERNETWORK EXPERT (CCIE No.4531) from 1999. Cary is also a Microsoft Most Valuable Professional (MVP), Microsoft Azure MVP, Veeam Vanguard and Cisco Champion. He is a published author with several titles, including blogs on Checkyourlogs.net, and the author of many books.
Cary is a very active blogger at checkyourlogs.net and is permanently available online for questions from the community. His passion for technology is contagious, improving everyone around him at what they do.

Blog site: https://www.checkyourlogs.net
Web site: https://carysun.com
Blog site: https://gooddealmart.com
Twitter: @SifuSun
in: https://www.linkedin.com/in/sifusun/
Amazon Author: https://Amazon.com/author/carysun