How can I make the DNS service records of certain DCs lower in priority than others?

John Savill

October 1, 2007

1 Min Read
ITPro Today logo

A. By default, all DCs register their service records with a priority of 0 (the highest) and a weight of 100. If you don't want a certain DC to register as many requests as others, you can lower its weight. If you don't want it to service any requests unless no other DCs are available, you can lower its priority.

To lower the priority, perform the following steps on the DC that should have a lower priority.

1. Start a registry editor (e.g., regedit.exe), and access the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesNetlogonParameters subkey.
2. From the Edit menu, select New, DWORD value. Enter a name of LdapSrvPriority, and press Enter.
3. Double-click the value, set it to decimal value (e.g., 200), and click OK.
4. Exit the registry editor.
5. Start Netlogon to register the new DNS priority (e.g., Net Stop Netlogon, Net Start Netlogon).

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like