Share via


Missing DomainDnsZones and ForestDnszones in DNS Zone windows server 2008 R2

Question

Friday, January 24, 2014 3:05 PM

HI experts..

We recently demoted our last 2003 DC and upgrade all our DC to 2008 r2. All seems to be working without issues.

However I did notice that in Dns we are missing the "domaindnszones" and "forestdnszones" under our domain folder structure.

so it looks somethihng like this:

MyDomain

 _msdcs

 _sites

_Tcp

_UPD

(missing _"domainDnsZones")?

(missing _"Forestdnszones")?

This domain was an old NT to 2000 to 2003 upgrade. 

my question is since we are completely on a windows 2008 r2 platform should I have to worry about the "domaindnszones" and "forestDnszones" in Dns. And how do I go about recreating this two partitions.

I try to create a new delegations under "ourdomain" called "DomainDnszones" but it stays grayed out. It does populated it with a SOA record tho..

Can someone please upload what a health Dns folder structure should look like that was upgraded from window 2003

thansk in advance

All replies (5)

Friday, January 24, 2014 5:59 PM

We recently demoted our last 2003 DC and upgrade all our DC to 2008 r2.

However I did notice that in Dns we are missing the "domaindnszones" and "forestdnszones" under our domain folder structure.

Some of this possibly depends on how exactly you executed the sequence of events to migrate the domain from 2003 to 2008R2.

Fundamentally, ForestDNSZones and DomainDNSZones are the application partitions that are used by Active Directory Integrated DNS. If you did not configure the new DNS servers with AD Integrated DNS, then they would not have replicated the partitions, and taking the last DC offline that did have Integrated DNS would have destroyed those partitions.

Simple fix: Turn on AD Integrated DNS on the new DCs.

If you DID configure the new 2008R2 DC with Integrated DNS, the absence of those nodes may suggest a defect in the replication of those application partitions from the original WS2003 DC(s).

Simple fix: Recreate the partitions using the dnscmd utility.

Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
SolarWinds Head Geek
Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
http://www.solarwinds.com/gotmicrosoft
The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.


Friday, January 24, 2014 6:33 PM

can you help me with the syntax to Recreate the partitions using the dnscmd ??

thanks


Monday, January 27, 2014 9:53 AM

Hi,

Here is the syntax of dnscmd:

Dnscmd

http://technet.microsoft.com/en-us/library/cc772069.aspx#BKMK_5

Hope this helps you.


Monday, January 27, 2014 12:17 PM

hello experts.

when i issue the two below commnads

dns /enumdirectorypartitions 

dns /directorypartitionsinfo

I see the partitions there? If they are there it won't let me recreated it. however Its not showing up In DNS? We already migrated over to 2008r2 and the old 2003 dns/server has already been removed from the domain using dcpromo/force and metadatacleanup peform.

IM thinking this is a result of upgrades from NT- 2000- 2003. any suggestion how I can clean this up and have DNS be a healthy AC integrated DNS

thks


Monday, January 27, 2014 12:47 PM

here is the output from the commands:

Directory partition info:

  DNS root:   DomainDnsZones.VICKI_VERSA
  Flags:      0x15 Enlisted Auto Domain
  State:      0
  Zone count: 1
  DP head:    DC=DomainDnsZones,DC=VICKI_VERSA
  Crossref:   CN=597a0748-da9f-497f-a35c-670599f0efe9,CN=Partitions,CN=Configura
tion,DC=VICKI_VERSA
  Replicas:   2
    CN=NTDS Settings,CN=KANGA,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=
Configuration,DC=VICKI_VERSA
    CN=NTDS Settings,CN=POOH,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=C
onfiguration,DC=VICKI_VERSA

Command completed successfully.

C:\Users\davidssa>dnscmd /directorypartitioninfo forestdnszones.vicki_versa /det
ails

Directory partition info:

  DNS root:   ForestDnsZones.VICKI_VERSA
  Flags:      0x19 Enlisted Auto Forest
  State:      0
  Zone count: 0
  DP head:    DC=ForestDnsZones,DC=VICKI_VERSA
  Crossref:   CN=3e0dfca9-ab8c-4700-9dcb-4da6cc908b23,CN=Partitions,CN=Configura
tion,DC=VICKI_VERSA
  Replicas:   2
    CN=NTDS Settings,CN=KANGA,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=
Configuration,DC=VICKI_VERSA
    CN=NTDS Settings,CN=POOH,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=C
onfiguration,DC=VICKI_VERSA

Command completed successfully.