Article ID: 296116 - Last Review: October 12, 2007 - Revision: 5.2 How to configure the Windows 2000 Domain Name System to age recordsThis article was previously published under Q296116 On This PageSUMMARY This article discusses how to configure the Domain Name
System (DNS) on a Windows 2000-based server to age records. When any records
are orphaned, DNS in Microsoft Windows 2000 Server does not age these
records by renaming them or by moving computers to different subnets out of
their zones, unless the server is configured to perform this task. Orphans can occur if a group of computers are installed from an image, and then renamed later on another subnet. The reverse look up pointers may not be deleted if the computer is disconnected from the network immediately after the installation. This action can cause many pointer (PTR) records in DNS which do not correctly reference a computer. The automatic deletion of these records is possible by enabling the Aging and Scavenging feature on the DNS server. Enable Aging and ScavengingIf you receive the error 9603 in DNS Event Viewer, enable the Aging and Scavenging feature at a server level. Optionally, set the Aging feature on zones if you need different aging periods:
Note The aging and scavenging can be performed on a per-server, per-zone, or per-record basis, according to an algorithm. When a DNS dynamic update client registers its record for the first time, the timestamp is set from the original update, and the timestamp never updates as long as scavenging is not enabled. We recommend that you first enable Aging and Scavenging on the zone level, allowing the current clients to update their timestamp. The time period should be equal to or greater than the No-Refresh interval that is configured on the zone. As soon as this time period has passed, Aging and Scavenging can be implemented on the server level to allow scavenging on the records. Scavenging does not occur unless it is enabled at the server level and the zone level. Additionally, you can initiate the Scavenging feature if you right-click the server name in the left pane, click Scavenge Stale Resource Records, and then click YES when you are prompted to scavenge. MORE INFORMATIONYou can configure the DNS server to perform
scavenging automatically or manually. The StartScavenging flag
also initiates Scavenging at the
server. StartScavenging is set when one or more of the following events occur:
/AgeAllRecords You may set the record to permit the record to be
deleted if it is stale. If you set the record to permit the record to be
deleted, you do not set the time.Note Correct syntax is dnscmd /ageallrecords ZoneName /f. You must have scavenging enabled before running the command. Also, this command ages all records within the zone. This includes static records. REFERENCES
| Article Translations
|
Back to the top
