|
|
It is intended that this database runs on a network without the need for database expertise from a database administrator. The AD database is complicated by two important characteristics;
Windows includes a number of utilities to assist in troubleshooting problems with the Active Directory. AD Components A domain is a collection of servers, computers, users and other objects. Each domain contains one or more DC Domain Controllers that contain the AD database. All domain controllers in a domain get a copy of this database through a process known as replication. Windows NT only allowed database updates on one domain controller identified as the PDC Primary Domain Controller. The Active Directory supports updates on any domain controller and copies the updates to all other domain controllers through a process known as multimaster replication. The components of the AD database are visible in the ADSIEdit support tool. Each component is replicated separately and is known as a naming context. Each domain controller stores its own domain directory, the schema, and the configuration naming contexts.
The AD database is stored under %systemroot% in a file called NTDS.DIT. DIT stands for Directory Information Tree. Global Catalog The Active Directory is the collection of all of the domain directories (partitions) that are stored on different domain controllers. The GC Global Catalog combines the important attributes of all of the objects in all of the domain directories. That is to say, the global catalog contains a partial replica of all objects with the Active Directory. The Global Catalog is used to resolve universal group membership and UPNs and therefore is required at user logon. The first DC created automatically contains a GC. Use the Active Directory Sites and Services console to define additional GCs. Each site should have a global catalog server. Schema Management The schema can be can be viewed and changed
with the MMC Schema Management snap-in. By default, this snap-in is not
available until it is registered with the command
FSMO Flexible Single Master Operation Multimaster replication is used to replicate the main domain database. This means that there is no central point of failure. The Active Directory provides normal functionality even if a domain controller is offline. There are five special operations that are handled by a single master which holds the FSMO Flexible Single Master Operation role. These FSMO roles Two role are for the entire enterprise and the other three roles must be provided in each domain.
Creating a New AD Forest There are a number of initialization operations that are performed when creating a new Active Directory forest and domain.
AD Architecture The Active Directory is accessible through different formats.
The AD components are shown in the following diagram.
The Active Directory is stored in a file called %SystemRoot%\NTDS\NTDS.DIT. Data integrity is maintained by recording updates into transaction and checkpoint logs. These log files are in %SystemRoot%\NTDS and are called edb.log and edb.chk. In addition, there are two space reservation files called res1.log and res2.log. AD Fragmentation Database activity with the Active Directory causes fragmentation. Defragmentation is automatically scheduled. Although the automatic defragmentation is probably sufficient, it can be manually started with NTDSUTIL. As the Active Directory grows, more disk space will be automatically added to NTDS.DIT. If you delete information from the Active Directory, the NTDS.DIT stays the same size. System logic assumes that the space will be needed for the Active Directory in the future. The automatic defragmentation does not recover disk space within NTDS.DIT. If a large amount of information with the Active Directory is deleted, you can recover the unused disk space by performing an offline defragmentation. This requires that the server be restarted in Directory Service Restore mode and then NTDSUTIL can be used to initiate a defragmentation. In this mode unused disk space will re recovered and the NTDS.DIT file will be smaller. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|