Hi,
Microsoft has a good step-by-step guide on how to upgrade Windows 2000 to
Windows 2003 domain.
Upgrading Windows 2000 Domains to Windows Server 2003 Domains
http://www.microsoft.com/resources/d...n_overview.asp
In general, you have to prepare the forest and domain (adprep /forestprep
and adprep /domainprep) and then run a dcpromo on your new Windows 2003
server. After you finish these steps you will have Windows 2003 domain and
first Windows 2003 domain controller in your forest.
Pay special attention to this part of the guide...
Windows Server 2003 adprep /forestprep Command Causes Mangled Attributes in
Windows 2000 Forests That Contain Exchange 2000 Servers
http://support.microsoft.com/kb/314649
Before you remove Windows 2000 domain controller make sure that you move all
FSMO roles and global catalog to any new domain controller. Here is how:
Using Ntdsutil.exe to seize or transfer FSMO roles to a domain controller
http://support.microsoft.com/kb/255504
How to view and transfer FSMO roles in Windows Server 2003
http://support.microsoft.com/?id=324801
How To Create or Move a Global Catalog in Windows 2000
http://support.microsoft.com/?kbid=313994
You will probably also want for your new server to be a DNS server for your
Active Directory domain. Since your new server will have new IP address, you
will have to do some reconfiguration of your client to point to new
preferred DNS server. If you have DHCP server setup, this shouldn't be a
problem. If you don't use DHCP server, you can still write a script that
will do this change for you on your clients.
I hope this helps,
--
Mike
Microsoft MVP - Windows Security
"Always Learning" <> wrote in
message news

768E8F3-62CD-4B70-9677-...
> Hello everyone,
>
> Could someone help find a good read on replacing Windows 2000 Domain
> Controller. I want to setup Windows server 2003 on a new Server and
> eventually replace the older server currently the DC.
>
> Current Environment:
> We already have Windows 2003 server with Exchange 2003 in an existing
> Windows 2000 Domain Controller.
>
>
> Thanks in advance.