"The zone can be scavenged after" keeps incrementing

Posted by kce on Server Fault See other posts from Server Fault or by kce
Published on 2014-06-13T00:57:05Z Indexed on 2014/06/13 3:27 UTC
Read the original article Hit count: 443

What are you trying to do?

I'm trying to enable DNS scavenging on a DNS zone that has about a hundred stale DNS records.

What have you tried in order to make it happen?

I setup DNS Scavenging per everyone's favorite TechNet Blog post: Don't be afraid of DNS Scavenging. Just be patient.

I first disabled scavenging on all of our domain controllers:

DNSCmd . /ZoneResetScavengeServers contoso.com 192.168.1.1 192.168.1.2


I then enabled automatic scavenging on the DNS zone:

Zone Aging / Scavenging Properties


I then enabled DNS scavenging on one of the domain controllers:

DNS Server Global Scavenging


I then found a few records that I expected to get delete with timstamps from a few years ago and ensured that that the Delete this record when it becomes stale and that time stamp was actually set:

DNS Record Properties


Finally I reloaded the zone and waited 14 days (the sum of the Refresh + No-Refresh periods).

What results did you expect?

I expected to see a 2501 Event in the DNS server logs noting the deletion of a bunch of DNS records.

What actually happened?

Nothing happened. The Zone Aging/Scavenging Properties showed that the zone could be scavenged after 6/12/2014 10:00:00 AM last week. No 2501/2502 events were recorded. All of the records with "aged" time stamps are still present.

The date at which the zone can be scavenged after incremented another seven days to ?6/?18/?2014 10:00:00 AM.

As I understand it until that date stays at least 14 days in the past nothing will ever even be eligible for scavenging let alone actually be scavenged.

The only 2501 events recorded in the event logs are ones that I have triggered by right clicking and selecting "Scavenge Stale Resource Records". They note that scavenging will try to run again in 168 hours which was this morning.

I have DNS scavenging enabled for a few months and have waited patiently for something to happen. I have reloaded the zone multiple times (which resets this timestamp).

What am I missing here?

© Server Fault or respective owner

Related posts about Windows

Related posts about windows-server-2008