Link to home
Start Free TrialLog in
Avatar of BladesAway
BladesAway

asked on

Windows 2k8r2 Integrated DNS zone not fully loaded.

We replaced a 2003 DC in our environment with a new 2008R2.  We have about 25 DCs in the environment and all are working OK, except for this new one.  The issue is that we have our single domain set up in DNS on the new DC and we can see that any new records inserted by DHCP from around the organization are reflected in the zone on this local new DC.  The issue is that very few of the statically assigned are making it into this local DC.   The server has been running for 24 hours and although there are about 875 records in the zone this new server currently only sees about 135 -- and most of those are due to renewed IPs from DHCP.   I guess what seems to have happen is that the zone was not loaded from one of the other DC/DNS servers when the AD DS & DNS role was added.  Is there a way to get the zone transferred in in full from one of the other DNS servers?
Avatar of Krzysztof Pytko
Krzysztof Pytko
Flag of Poland image

Try running in command-line

dnscmd <DC-Name> /ZoneReload <DNS-Zone-Name>
or
dnscmd <DC-Name> /ZoneResume <DNS-Zone-Name>

and run

repadmin /replicate

i.e.

Domain Controller name is DC01 and DNS zone is testenv.local

dnscmd DC01 /ZoneReload testenv.local
dnscmd DC01 /ZoneResume testenv.local

Regards,
Krzysztof
Double-check that the DNS server is setup as Active Directory-integrated.
ASKER CERTIFIED SOLUTION
Avatar of Krzysztof Pytko
Krzysztof Pytko
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BladesAway
BladesAway

ASKER

Hello,

We have resolved that issue with that server but we have another issue.  I am going to close this case and award the points to Krzysztof and open another case -- albiet similar it is different.