Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NT to 2000 to NT PDC help

Status
Not open for further replies.

cmarch1

MIS
Apr 5, 2001
41
US
I installed a BDC NT Server,promoted it to PDC, upgraded it to 2000, added AD and all was well. I realized that the DNS name wouldn't work (I used the same as our actual web site..duh) so other Win2000 Servers won't resolve when I try and install AD on them. I've tried to promote my NT BDC back to PDC and start over with a correct DNS name but I keep getting a "Event 3097 Source Netlogon A primary domain controller is already running in this domain"!

If I power down the Win2K PDC, and then promote my NT PDC will that work? Then I could demote my Win2k server to a member server and start over.
 
Hi cmarch1,
I copied and paste the below from another site. I think it will work. Goodluck!

Q. How can I rename the DNS name of a Windows 2000 domain?

A. To rename the DNS name of a Win2K domain, you must meet the following conditions:

-Your domain must be in mixed mode.
-You must have at least one Windows NT 4.0 BDC or have the ability to create an NT 4.0 BDC.

The process of renaming the DNS name requires demoting all Win2K domain controllers (DCs) to servers and temporarily promoting the BDC to the PDC. Keep in mind the following considerations before attempting this process:

Only the domain account information and password will be saved, and any extra Active Directory (AD) information will be lost.
When you demote all your Win2K DCs, you'll lose your load-balancing and fault-tolerance configurations.
All child domains must be in mixed mode so that you can demote them to NT 4.0 domains.
You can't change a domain's NetBIOS name.

You must demote the child domains first, starting with the lowest domains in the hierarchy (e.g., you need to apply changes to grand.child.domain.com before applying changes to child.domain.com). To demote the domains to NT 4.0, perform the following steps on each domain:

Perform a full backup of the domain.
Ensure the NT 4.0 BDC is up-to-date by typing
net accounts /sync
Review the system log to ensure the BDC update was successful.
Use Dcpromo to demote each Win2K DC in the domain until only one Win2K DC is left running.
Detach the last Win2K DC from the network (after you disconnect this system, you can run Dcpromo; however, you might need to plug the machine into another hub or switch for Dcpromo to function).
Use the Server Manager application to promote the NT 4.0 BDC to PDC. Although the application will say it can't find the PDC, click Yes to continue.

After you demote domains (child and parent) to NT 4.0, you can begin to upgrade the systems to Win2K, starting with the highest machine in the hierarchy and working down (e.g., you need to apply changes to domain.com first, apply changes to child.domain.com second, and finally apply changes to grand.child.domain.com). To rename the DNS server, upgrade the NT 4.0 PDC first, giving it the new DNS name. Then, run Dcpromo again on all other Win2K servers that were previously DCs and associate them with the new DNS domain.

Obviously this process is highly complex and time consuming, and Microsoft doesn't recommend that you attempt this procedure. If you're considering renaming your DNS server, keep in mind that Windows .NET Server (formerly code-named Whistler) lets you use the random.exe utility to rename the DNS server. So, you might want to consider upgrading to .NET Server, which also lets you rename the NetBIOS domain name.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top