Copy/clone my virtual DC from one cluster to another

andreas bright 581 Reputation points
2024-12-01T17:42:20.91+00:00

I’m trying to get some answers here even though the underlying architecture is VMware. We have two separate VMware clusters, each with its own vCenter, and they don’t communicate with each other. Now, I need to copy the current domain controller from one cluster to the other.

The plan is not to "clone" it in the traditional sense but rather to power it off, copy/clone it to the other cluster, and power it on again with the same IP and hostname, the source i copied it from will never be turned on again.

I’ve come across documentation about cloning domain controllers, which mentions adding the server to the AD group for domain controller cloning. However, is that necessary in this case? The original DC will never be powered on again. Additionally, there’s another physical DC that holds the FSMO roles, and several others DC`s on the network.

DC`s er 2022

I know i can decommission the server, and create a new one with the same hostname and ip, but was hoping not... what would you do ?

Thanks for any reply

/R

Andreas

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Alex Bykovskyi 2,241 Reputation points
    2024-12-02T09:45:30.5866667+00:00

    Hey,

    Shutdown the VM and copy/move it to a new cluster. Boot the VM and test that everything works as it should. You should not face any issues.

    You can also try to configure cross-vCenter vmotion to move your DC without downtime. https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vcenterhost.doc/GUID-DAD0C40A-7F66-44CF-B6E8-43A0153ABE81.html

    As another option, you can use StarWind V2V Converter to move the VM to another cluster.
    https://www.starwindsoftware.com/starwind-v2v-converter

    Cheers,

    Alex Bykovskyi

    StarWind Software

    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Marcin Policht 50,570 Reputation points MVP Volunteer Moderator
    2024-12-01T19:00:43.95+00:00

    This should work - assuming that this is the only domain controller in a single domain forest.

    Microsoft DC cloning is meant to be used in different scenarios (deploying an additional DC in the existing domain).


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

  2. andreas bright 581 Reputation points
    2024-12-01T21:41:26.7333333+00:00

    Thanks for reply @Marcin Policht

    Its not the only DC in the single domain forest.

    So does it work just to shutdown the machine, do a clone and boot it up on the other vcenter cluster ? Or will the DC get issues and force me into dsrm and cause issues with the domain ?

    /R

    Andreas


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.