|
||||||||
|
Creating a Test ForestCreating a test forest is useful for testing global changes to Active Directory such as elevating the Functional Level or adding new object classes to the schema. These changes are irreversible, so it is important that you test them carefully before you apply them to your production AD forest. Microsoft recommends that you validate the compatibility of all security-related configuration changes in a test forest before you introduce them in a production environment (Q823659). To create a test forest it is not necessary to clone all of the domain controllers (DCs) in the forest. For testing changes to the AD schema the following DCs are usually sufficient:
Copying FSMO RolesActive Directory is a multi-master distributed database. This means that any DC can assume the role of a master for some task. These roles are called Flexible Single Master Operations roles, or FSMO. Usually the PDC(s) will hold all of the FSMO roles. This is the most common case. Simply clone the PDC(s) to your test network and you are done. Rare: In rare cases you may have assigned a non-PDC with a FSMO role. In addition to cloning the PDC(s) you will need to clone the DCs that hold the missing FSMO roles (see below). FSMO RolesThere are five Flexible Single Master Operation (FSMO) roles in Active Directory:
To review which DCs have the FSMOs roles see “How to view and transfer FSMO roles in Windows Server 2003” (Q324801). Verify that the DC(s) in your test network have the FSMO roles listed above and that at least one DC has the Global Catalog (GC). The Infrastructure FSMO role is specialThe Infrastructure FSMO role has special rules. The Infrastructure role should be held by a DC that is not a GC in the same domain. This is because the GC holds a partial replica of every object in the forest. The Infrastructure FSMO role must be held by a DC that is not a GC in the same domain so that it can identify and report discrepencies between the GC and the domain objects (See Q197132). General Exception: You can safely ignore the Infrastructure role in the following common case: If all of the DCs in the domain are also GCs (which is a common configuration for the DCs in the forest root domain), or if none of the DCs in the domain are GCs (which is a common configuration for the DCs in other domains), then the Infrastructure FSMO role does not matter (see Q197132). If your test forest has only one live DC in each of the domains being tested (for example, if you are cloning only PDCs as recommended above) then the Infrastructure FSMO role does not matter. Multiple SitesA site is a physical grouping of domain controllers for the purpose of replication. AD assumes that all computers in the same site can do fast replication. If you have a geographically dispersed AD forest you may have multiple sites. Sites are usually grouped by subnet (e.g., Site 1 = 10.1.0.0/16, and Site 2 = 10.2.0.0/16). Your testbed will need to reproduce the site topology of your AD forest. Alternately, you can move all DCs into the same site. To modify the site topology in your testbed run the Active Directory Sites and Services utility. For more informationSee the topic Steps for Testing. |
||||||||||||||||||||||||||||||||||||||||||||
|