Windows Server - 2000 domain to 2008 migration

Asked By Cezar H.
02-Feb-10 04:35 AM
Hi all,

I need to migrate a 2000 domain to 2008.
On one DC2000 I have DNS server with 100 primary zones, 1 active directory
integrated zone and 200 users.
The system with AD 2000 is oldest and have some problems with hdd(bad's). If
I receive errors on migration process, please let me know the another
posibilities to move some services from 2000 domain to 2008.

1. I read about DNS server migration.
(http://support.microsoft.com/kb/280061)
I found HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DNS\Zones,
but I cannot find anything about:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\DNS
Server\Zones.
My registry does not contain this key.

In this case, I think this procedure is out of my business.

2. I read about another way to move DNS Server Zones:
If succesfully added AD2008 to 2000 domain, I can manualy create
secondary zones under 2008 DNS connected to 2000 primary zones, after
depromoting 2000 I need to change secondary to primary and that is it (or I
miss something?). Integrated AD DNS Zones are migrated automaticaly.
If unsuccesfully added AD2008 to 2000 domain, what I need to do to move
2000 Zones?


Another problem on this domain is to mantain security rights on shared
folders on network.
If I cannot migrate domain, can I do something to preserve that rights?



Thank you,
Cezar
PDCEmulator
(1)
UMove
(1)
CSci
(1)
Achiever
(1)
Windows
(1)
Month
(1)
June
(1)
Domainhierarchie
(1)
  Meinolf Weber [MVP-DS] replied to Cezar H.
02-Feb-10 02:27 PM
Hello Cezar H.,

Don't know wich way you follow and unfortunal you did not post the errors
you have. So compare with the following and after this let us go on with your
questions.

See here about a way to migrate to Windows server 2008:
!!!NEVER START BEFORE HAVING CREATED AND TESTED A BACKUP OF YOUR DATA/MACHINE!!!

- Do you use any kind of Exchange in the 2000 domain? If yes, which one?

- On the old server open DNS management console and check that you are running
Active directory integrated zone (easier for replication, if you have more
then one DNS server)

- run replmon from the run line or repadmin /showreps(only if more then one
DC exist), dcdiag and netdiag from the command prompt on the old machine
to check for errors, if you have some post the complete output from the command
here or solve them first. For this tools you have to install the support\tools\suptools.msi
from the 2000 installation disk.

- run adprep /forestprep and adprep /domainprep and adprep /domainprep /gpprep
and adprep /rodcprep from the 2008 installation disk against the 2000 schema
master(forestprep) / infrastructure master(domainprep/rodcprep), with an
account that is member of the Schema/Enterprise/Domain admins, to upgrade
the schema to the new version (44) or 2008 R2 (47)

- In Windows server 2000 you have sometimes to enable the write access to
the schema master (http://support.microsoft.com/default.aspx/kb/285172)

- you can check the schema version with "schupgr" or "dsquery * cn=schema,cn=configuration,dc=domainname,dc=local
-scope base -attr objectVersion" without the quotes in a command prompt

- Install the new machine as a member server in your existing domain

- configure a fixed ip and set the preferred DNS server to the old DNS server
only, think about disabling IPv6 if you are not using it, some known problems
exist with it. Follow (http://blogs.dirteam.com/blogs/paulbergson/archive/2009/03/19/disabling-ipv6-on-windows-2008.aspx)
to disable it

- run dcpromo and follow the wizard to add the 2008 server to an existing
domain, make it also Global catalog and DNS server.

- for DNS give the server time for replication, at least 15 minutes. Because
you use Active directory integrated zones it will automatically replicate
the zones to the new server. Open DNS management console to check that they
appear

- if the new machine is domain controller and DNS server run again replmon,
dcdiag on both domain controllers. For using netdiag.exe on 2008, NOT 2008
R2, you have to download and install (http://www.microsoft.com/downloads/details.aspx?familyid=96A35011-FD83-419D-939B-9A772EA2DF90&displaylang=en),
ignore the compatibility warning, or extract netdiag.exe only and copy it

- Transfer, NOT seize the 5 FSMO roles to the new Domain controller (http://support.microsoft.com/kb/324801
applies also for 2008/2008R2), FSMO should always be on the newest OS DC

- after transfer of the PDCEmulator role, configure the NEW PDCEmulator to
an external timesource and reconfigure the old PDCEmulator to use the domainhierarchie
now. Therefore run on the NEW "w32tm /config /manualpeerlist:PEERS /syncfromflags:manual
/reliable:yes /update" where PEERS will be filled with the ip address or
server(time.windows.com) and on the OLD one run "w32tm /config /syncfromflags:domhier
/reliable:no /update" and stop/start the time service on the old one. All
commands run in an elevated command prompt without the quotes.

- you can see in the event viewer (Directory service) that the roles are
transferred, also give it some time

- reconfigure the DNS configuration on your NIC of the 2008 server, preferred
DNS itself, secondary the old one

- if you use DHCP do not forget to reconfigure the scope settings to point
to the new installed DNS server



Demoting the old DC(if needed)

- reconfigure your clients/servers that they not longer point to the old
DC/DNS server on the NIC

- to be sure that everything runs fine, disconnect the old DC from the network
and check with clients and servers the connectivity, logon and also with
one client a restart to see that everything is ok

- then run dcpromo to demote the old DC, if it works fine the machine will
move from the DC's OU to the computers container, where you can delete it
by hand. Can be that you got an error during demoting at the beginning, then
uncheck the Global catalog on that DC and try again

- check the DNS management console, that all entries from the machine are
disappeared or delete them by hand if the machine is off the network for ever

- also you have to start AD sites and services and delete the old servername
under the site, this will not be done during demotion

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
  Andrei Ungureanu replied to Meinolf Weber [MVP-DS]
02-Feb-10 06:52 AM
I have two other ideas in his case. A P2V of the actual domain controller.
It can be used in two forms: as a replacement, or as test environment for
the migration.
And in case this does not work there is a tool named UMove that can move AD
from one machine to another - great help in case you have problems with your
hard drives. I have wrote a quick review here
http://www.winadmins.net/2010/01/25/protecting-ad-active-directory-lifesaver-umove/

Regards,
Andrei,
www.winadmins.net
  Cezar H. replied to Cezar H.
02-Feb-10 07:39 AM
Thank you very much for all your posts.
I will read all recomandations and I will be back with news, good news I
hope:)

Thank you again,
Cezar
  Paul Bergson [MVP-DS] replied to Cezar H.
02-Feb-10 08:14 AM
I have an article on upgrading your forest from 2000 to 2008
http://www.pbbergs.com/windows/articles.htm

--
Paul Bergson
MVP - Directory Services
MCTS, MCT, MCSE, MCSA, Security+, BS CSci
2008, 2003, 2000 (Early Achiever), NT4
Microsoft's Thrive IT Pro of the Month - June 2009

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup This
posting is provided "AS IS" with no warranties, and confers no rights.
Create New Account
help
the time server. All the DC's are Windows 2003. Windows Server Active Directory Discussions PDCemulator (1) PDCe (1) NtpClient (1) SEgerton (1) CSci (1) Directory (1) Achiever (1) Windows (1) each DC in any AD is a time kb;en-us;816042 - - Paul Bergson MVP - Directory Services MCTS, MCT, MCSE, MCSA, Security+, BS CSci 2008, 2003, 2000 (Early Achiever), NT4 http: / / www.pbbergs.com Please no e-mails, any AS IS" with no warranties, and confers no rights. Hello SEgerton, The DC with the PDCemulator role is the time source in the domain. You can use this command to configure the PDCEmulator to an external time source: w32tm / config / manualpeerlist:peers / syncfromflags:manual / reliable:yes / update With
software I can buy to insure this?? Thanks Windows Server Active Directory Discussions XP (1) PDCEmulator (1) CSci (1) Directory (1) Achiever (1) Maillist (1) Windows (1) Howdie (1) Hello dontinou, Domain members sync there time automatically. The DC with the PDCEmulator role is the domain time source, all other DC's sync with that one and So, no additional software is needed. What you can / should do is to configure the PDCEmulator to an external time source with this command: w32tm / config / manualpeerlist:peers / syncfromflags:manual / reliable can't find them. - - Paul Bergson MVP - Directory Services MCTS, MCT, MCSE, MCSA, Security+, BS CSci 2008, 2003, 2000 (Early Achiever), NT4 http: / / www.pbbergs.com Please no e-mails, any
Umove to Migrate SBS to new hardware Windows Server I was wondering if anyone has used a program called Umove (utools.com / UMove.asp)? I did an initial test run on a Win2003 Standard server on a basic this point I am trying to avoid this "swing" migration for several reasons. First off, Umove costs $129, and as a piece of software if it operates as advertised, should completely have to spend any money. Not even $129 You could say the same thing about Umove. A guy or company read a lot of Microsoft articles. He created a script that my take on the matter! Gregg Hill In your initial post, you stated regarding your UMove utility, that, "I did not get a chance to see how it will perform when This is a group of people from all over the world offering FREE help. Does UMove allow you to legally use it more than one computer? The swing migration kit from an SBS 2003 domain and it worked flawlessly. If that is any indication, then the UMove product MAY also be good. Gregg Hill (NOT an MVP or Microsoft employee, NOT a
2003 Server Windows Server Hello Folks, I have the next scenario: DC1: DC1.DOMAIN -> RIDManager. -> PDCEmulator. -> Naming Master. -> Schema Master. DC2.DOMAIN -> Infrastructura master DC3.SUBDOMAIN.DOMAIN -> PDCEmulator -> RIDManager -> Infrastructura Master Now, I have two new servers with Windows 2003 Server. I want Discussions Active Directory (1) Windows Server (1) DOMAIN (1) DC (1) MSFTNGP (1) TK (1) PDCEmulator (1) RIDManager (1) One Clarification: The Version of System Operative of the new servers are Windows, 2003, Server description: Hello Folks, I have the next scenario: DC1: DC1.DOMAIN -RIDManager. -PDCEmulator. -Naming Master. -Schema Master. DC2.DOMAIN -Infrastructura master DC