Configure a Domain Controller for Membership in Multiple Sites (200498)



The information in this article applies to:

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Datacenter Server

This article was previously published under Q200498

SUMMARY

This article describes how to configure a domain controller for membership in multiple sites, or how to specify additional sites that the domain controller advertises its services to. When a server is promoted to domain controller, the subnet the server is in is evaluated to determine which site the server is a member of based on the configuration defined in Active Directory. By default, a domain controller is a member of only one site.

This Site information is used for several purposes, including Active Directory replication topology, helping Windows 2000 clients to find local resources, and reducing network traffic on inter-site connections. This may be useful if you want to configure specific domain controllers to be available to respond to client requests from a given site in the event that no domain controllers are available in the client's site.

MORE INFORMATION

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

To configure a domain controller for membership in multiple sites, or to specify additional sites that the domain controller advertises its services to, use Registry Editor to add a new REG_MULTI_SZ value named "SiteCoverage" (without the quotation marks) with a data value of list of sites on separate lines under the following registry key

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters



where list of sites on separate lines is a list of sites such as the following example:

Second site name
Third site name
Fourth site name

NOTE: Modifying this registry value does not automatically create the objects in Active Directory that are used to evaluate the site that your Windows 2000-based computer exists in. Refer to the product documentation for information about creating and implementing sites.

Modification Type:MajorLast Reviewed:9/11/2003
Keywords:kbhowto kbnetwork KB200498