Hi,
It is very simple... Just create the new DNS zone "_msdcs.rootdomain.com" as an "Active Directory integrated", "dynamic secured only".
Nevermind if there is already a sub DNS domain "_msdcs" in your current "rootdomain.com" DNS zone, the dns service will reorganize its records to make them appear in the _msdcs.rootdomain.com zone after 2 or 3 minutes.
When that's done, change the replication parameter on the new zone so that it will be replicated on every DNS server in the forest. Doing that you'll have a replica of the DNS zone on any DC of the forest that alos has the DNS service active. This takes some times (few hours) to replicate, depending of you site topology and replication period configured on your site links. But let it do its job.
That's how I did it many times before...
Normally you don't have to force DNS registering of your DCs because DNS server should automatically reorganize records so that records that appeared under "_msdcs" subzone will now appear in "_msdcs.rootdomain.com" zone. But If you prefer you can force re-registering of your DCs with the command NETDIAG /TEST:DNS /FIX on each DC (you may need to install support tools to have the command, you'll find them on the Windows 2003 CD).
Have a good day.
Main Topics
Browse All Topics





by: Chris-DentPosted on 2009-08-27 at 00:59:44ID: 25195544
It's split like that if the domain is built with 2003 (perhaps only later versions of that). 2000 had it as part of the root zone, but then, it never had the option to replicate across the forest.
Unfortunately that is your only option, exporting the records from the existing zone is going to get messy because they won't be dynamically registered (and therefore won't be dynamically maintained).
Do you need to?
For example, if you had an empty (no clients, only DCs) root domain having the rest of the records available is useful anyway, so loading the entire forest root domain into ForestDNSZones is handy.
Chris