To resolve this behavior, use the resolution that corresponds to the relevant cause that is mentioned in the "Cause" section.
Note When you troubleshoot a VDC cloning operation, always begin by examining the Directory Services event log and the dcpromo.log file on the clone DC. These sources list all errors, often propose troubleshooting steps, and may provide links to further documentation.
- Resolution 1: You must use a hypervisor that provides VM-Generation ID support on all computers that are running the VDC cloning feature. If you use Windows Server 2012 Hyper-V, install Windows Server 2012 Integration Services. If you use a third-party hypervisor, contact your vendor for a VM-Generation ID support statement and product documentation.
- Resolution 2: Add the source computer to the Cloneable Domain Controllers group in that domain. Make sure that this group membership replicates to a Windows Server 2012 PDCe.
- Resolution 3: Run the Get-ADDCCloningExcludedApplicationList cmdlet to generate a list of incompatible applications. Either uninstall those applications or use the Windows PowerShell Get-ADDCCloningExcludedApplicationList cmdlet to generate a CustomDCCloneAllowList.xml exclusion file.
- Resolution 4: Change the IP address in the DcCloneConfig.xml file to a non-duplicated address by using the Address element.
- Resolution 5: Make sure that a DHCPv4 or DHCpv6 server that has leases is available, or that router-based IPv6 (that is, Stateless Address Auto-Configuration, or SLAAC) is available. Manually specify at least one DNS server entry in the DcCloneConfig.xml file by using the DNSResolver element, or provide DNS information through DHCP or SLAAC.
- Resolution 6: In the DcCloneConfig.xml file in the PreferredWINSServer and AlternateWINSServer elements, specify either no WINS servers or two unique WINS servers.
- Resolution 7: Make sure that the following conditions are true:
- The PDCe FSMO role is held by a Windows Server 2012 computer.
- The PDCe completes at least one full replication, both inbound and outbound, after it assumes the PDCe role.
- The clone DC can contact the PDCe by using the RPC protocol.
- Resolution 8: In the DcCloneConfig.xml file, change the Active Directory site name to a valid name.
- Resolution 9: In the DcCloneConfig.xml file, change the clone computer name to a valid 15-character NetBIOS name (unduplicated).
- Resolution 10: Re-create the CustomDCCloneAllowList.xml and DcCloneConfig.xml files by using the Get-ADDCCloningExcludedApplicationList and New-AdDcCloneConfigFile Windows PowerShell cmdlets.
Notes - Resolution 11: Use a new source DC for cloning when you start a new base name or you specify a unique name in the DcCloneConfig.xml file.
- Resolution 12: Change the clone MAC address to a unique value. We recommend that you do not clone DCs by using static MAC addresses.
After you perform these repair operations, try to run the cloning operation again. To do this, run the following commands from an elevated command prompt, and then verify that the server is successfully cloned.
Bcdedit.exe /deletevalue safeboot
Shutdown.exe /r /t 0