0% found this document useful (0 votes)
45 views1 page

Active Directory Database Files: File and Database Log Files Path Values in The Following Registry Key

The document describes the boot process for Windows Server 2008. It involves the BIOS loading the MBR, which finds the boot sector and loads the BOOTMGR. The BOOTMGR reads the BCD file to get configuration details and then loads the Windows Loader, which initiates drivers and passes control to the Windows kernel. It also summarizes the main files that make up an Active Directory database, including NTDS.dit, transaction logs, and reserve logs. It notes these are typically in C:\Windows\NTDS but their location is configurable. The registry key provided indicates the current locations of the database and log files.

Uploaded by

Srithesweety
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views1 page

Active Directory Database Files: File and Database Log Files Path Values in The Following Registry Key

The document describes the boot process for Windows Server 2008. It involves the BIOS loading the MBR, which finds the boot sector and loads the BOOTMGR. The BOOTMGR reads the BCD file to get configuration details and then loads the Windows Loader, which initiates drivers and passes control to the Windows kernel. It also summarizes the main files that make up an Active Directory database, including NTDS.dit, transaction logs, and reserve logs. It notes these are typically in C:\Windows\NTDS but their location is configurable. The registry key provided indicates the current locations of the database and log files.

Uploaded by

Srithesweety
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Heres the brief description of Windows Server 2008 Boot process.

1. System is powered on
2. The CMOS loads the BIOS and then runs POST
3. Looks for the MBR on the bootable device
4. Through the MBR the boot sector is located and the BOOTMGR is loaded
5. BOOTMGR looks for active partition
6. BOOTMGR reads the BCD file from the \boot directory on the active partition
7. The BCD (boot configuration database) contains various configuration parameters( this
information was previously stored in the boot.ini)
8. BOOTMGR transfer control to the Windows Loader (winload.exe) or winresume.exe in
case the system was hibernated.
9. Winloader loads drivers that are set to start at boot and then transfers the control to
the windows kernel.


Active Directory database files
An Active Directory database consists of the following files:
1. NTDS.dit (database file)
2. Edb.chk (checkpoint file)
3. Edb*.log (transaction logs)
4. Res1.log and Res2.log (two reserve log files)
The files are typically located in the %systemroot%\NTDS folder (such as C:\Windows\NTDS) of a
domain controller. However, their location is configurable. The database files and the transaction logs
may be stored on different volumes. Make sure that both volumes are included in the backup.
To determine the current location of the database files and transaction logs, examine the DSA Database
file and Database log files path values in the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters

You might also like