Performing Offline Defragmentation of the Active Directory Database

ID: Q232122


The information in this article applies to:
  • Microsoft Windows 2000 Server


SUMMARY

Active Directory automatically performs online defragmentation of the database at certain intervals (by default, every 12 hours) as part of the Garbage Collection process. Online defragmentation does not reduce the size of the database file (Ntds.dit), but instead optimizes data storage in the database and reclaims space in the directory for new objects.

Performing an offline defragmentation creates a new, compacted version of the database file. Depending on how fragmented the original database file was, the new file may be considerably smaller.


MORE INFORMATION

To perform offline defragmentation of the Active Directory database:

  1. Back up Active Directory. Windows 2000 Backup natively supports backing up Active Directory while online. This occurs automatically when you select the option to back up everything on the computer in the Backup Wizard, or independently by selecting to back up the "System State" in the wizard.


  2. Reboot the domain controller, select the appropriate installation from the boot menu, and press F8 to display the Windows 2000 Advanced Options menu. Choose Directory Services Restore Mode and press ENTER. Press ENTER again to start the boot process.


  3. Log on using the Administrator account with the password defined for the local Administrator account in the offline SAM. For more information about the use of the offline SAM database, please see the following Article in the Microsoft Knowledge Base:
    Q223301 Protection of the Administrator Account in the Offline SAM


  4. Click Start, point to Programs, point to Accessories, and then click Command Prompt. At the command prompt, type ntdsutil, and then press ENTER.


  5. Type files, and then press ENTER.


  6. Type info, and then press ENTER. This displays current information about the path and size of the Active Directory database and its log files. Note the path.


  7. Establish a location that has enough drive space for the compacted database to be stored.


  8. Type compact to drive:\directory, and then press ENTER, where drive and directory is the path to the location you established in the previous step.

    NOTE: You must specify a directory path. If the path contains any spaces, the entire path must be surrounded by quotation marks (for example:
    compact to "c:\new folder"


  9. A new database named Ntds.dit is created in the path you specified.


  10. Type quit, and then press ENTER. Type quit again to return to the command prompt.


  11. Copy the new Ntds.dit file over the old Ntds.dit file in the current Active Database database path you noted in step 6.


  12. Restart the computer normally.


Additional query words:

Keywords : kbtool
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbhowto


Last Reviewed: December 30, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.