Migrate domain controller

  • Thread starter Thread starter Eduardo Sicouret
  • Start date Start date
E

Eduardo Sicouret

Hello,

I have a windows 2000 domain.

I would like to know if there's a microsoft document to migrate all the
services from one domain controller to another computer.

I already have one windows 2000 server added as a domain controller, but i
would like to migrate de following too:

-- User-Desktops
-- Netlogon folder
-- Logon scripts
-- all domain controller services
-- anything else

I want to get rid of the actual domain controller... I don't want to depend
on it.

Any help will be appreciated.

Eduardo Sicouret
 
I doubt there's any reasonable way to migrate "user desktops" off a domain
controller, and personally I would question why anyone's logged into a
domain controller enough to need the stuff from their own profile there.
But anyway...

Netlogon should be replicating automatically between all the domain
controllers, as should logon scripts. So no need to move that.

If you could be a bit more specific about "all domain controller services" -
which services do you mean? An Active Directory domain controller may hold
one or more FSMO roles that might need to be moved:

http://support.microsoft.com/default.aspx?scid=kb;en-us;197132&sd=tech
http://support.microsoft.com/kb/255690/

You also need to be sure that at least one copy of the Global Catalog will
survive after decommissioning the server:

http://support.microsoft.com/?kbid=313994

Finally, be sure you properly decommission the server - use DCPROMO to
demote it, then remove it from the domain, then finally shut it down.

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* My website, such as it is ... http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm
 
You should always have two DCs with both having the GC and DNS.
This is a MICROSOFT recommendation.
This way if one server dies you still have Active Directory and can restore
from backups to get operational.
Otherwise you are back at square one and have to rebuild EVERYTHING
 
Back
Top