Cloning a Windows server with VMWare ESXi without domain membership conflicts
Posted
by
Brad
on Server Fault
See other posts from Server Fault
or by Brad
Published on 2011-03-04T14:46:04Z
Indexed on
2011/03/04
15:26 UTC
Read the original article
Hit count: 258
active-directory
|vmware-esxi
We are using VMWare ESXi 3.5, and have found it quite useful for cloning a live server to then use the virtualized version to test/practice software upgrades.
The trouble is, when the virtualized version fires up, it registers itself on our domain (Active Directory), causing the original server to no longer be accessible via Windows shares. The fix is to remove the virtualized version from the domain, configuring it to use a workgroup instead, deleting the Computer account in AD, and then removing the real server from the domain and re-adding it.
Is there a better procedure?
Note, we cannot simply disconnect the virtual network from the virtualized server, as it needs to be connected to the network to actually be removed from the domain.
© Server Fault or respective owner