Is there any way of controlling frequency of Netlogon DNS registrations?

T

Trust No One®

Hi Folks,

My company is currently well advanced in its AD rollout with over 50 domain
controllers worldwide and quite a few more to come. So far it has been
remarkably painless (I still get my 8 hours sleep daily) despite that the
fact that we don't use Microsoft DNS :)

I recently did some monitoring on our primary DNS servers and I noticed that
it is frequently sending NOTIFIES to its secondaries due to the _msdcs
forest root zone being periodically updated. The zone is updated roughly
every 3 to 4 minutes which seems to correlate with 50+ domain controllers
updating their SRV records every hour.

In coming up with the DNS design I read just about every white paper and
book out there, paying particular attention to KB Article 246804. Based on
this KB article I set the registry key:

HKLM\CCS\Services\Tcpip\Parameters\DefaultRegistrationRefreshInterval
to 0x2A30 (3 hours)

in the belief that this setting affected all dynamic DNS registrations
(including SRV and CNAME) by domain controllers. I was hoping to reduce the
amount of Netlogon DNS registrations by increasing the interval from the
default of 1 hour (for domain controllers) to 3 hours.

This does not seem to be the case however, and the registry key above only
seems only to apply to A and PTR records :(

I've re-read the KB Article carefully and it seems to suggest near the end
that SRV and CNAME registrations by the NETLOGON service can only be
disabled or enabled (by use of the UseDynamicDNS registry key).

Could anyone confirm my latter interpretation above to be correct?

It would be extremely useful if the frequency of Netlogon DNS registrations
could be varied, but the KB article seems to suggest that the only option
available is to switch the registrations off :(

The DNS servers are coping with the load, but it would be nice to reduce the
volume of DNS traffic as hourly renewals of the SRV/CNAME records seems
rather like overkill :)

Is anyone running with periodic Netlogon DNS Registrations disabled? It
seems a workable solution as after all there are relatively few occasions
when the DNS registrations will change.

Best Wishes,
 
T

Trust No One®

Jason Robarts said:
Take a look at
http://www.microsoft.com/technet/prodtechnol/AD/windows2000/deploy/depovg/advpnddd.asp
searching for DnsRefreshInterval. That may be what you are looking for.

Jason

Thanks for the link. I already use the parameter (it is set to 3 hours) but
the frequency of updates to the _mdcs forest root zone does not appear
consistent with this interval.

I'll set the interval to 24 hours as recommended in the whitepaper and see
whether I noticed any discernable drop in updates to the zone.
 
J

Jason Robarts [MSFT]

Remember this is a per DC setting. If you are using Windows Server 2003
there is a group policy to manage this.

Jason
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top