New WINS Registry Entries In Windows NT 4.0

Last reviewed: September 16, 1997
Article ID: Q154410
The information in this article applies to:
  • Microsoft Windows NT Server version 4.0

SUMMARY

Some new registry entries are available for Windows NT 4.0.

MORE INFORMATION

The Registry path for these entries is the following:

   HKEY_LOCAL_MACHINE\
   SYSTEM\
   CurrentControlSet\
   Services\
   Wins\
   Parameters
      BurstHandling
      Type = REG_DWORD
      Value: 0 or 1
      Default = 0

This parameter is used to temporarily achieve a steady state in the WINS server when the WINS server is either started with a clean database or many WINS clients come online for the first time. Either situation causes a large amount of name registration and name refresh traffic to occur. The WINS server currently stores a maximum of 25,000 name registration and refresh queries in its queue before dropping queries. By using this parameter, the WINS server can be configured to send success responses to the clients whose requests are dropped. These response will have time-to- live (TTL) values that will slow down the refresh rate of those WINS clients and regulate the burst of WINS client traffic. This will result in a steady state being reached much more quickly.

To turn on this parameter, change the value to 1.

The ConsistencyCheck Subkey

This is an optional subkey that should be created if you want WINS to periodically perform database consistency checks. The following option values can be created under this key.

   MaxRecsAtATime
   Type = REG_DWORD
   Range = 1000 to total number of records (decimal)
   Default = 30000

Specifies the maximum number of records that will be replicated in one consistency check cycle. WINS does consistency checks on the records of each owner WINS server (the WINS server from which the record was replicated). After checking an owner WINS server, the local WINS server continues to the next owner WINS server, or stops. This is determined by the MaxRecsAtATime value.

   UseRplPnrs
   Type = REG_DWORD or nonzero value
   Range = 0 or nonzero
   Default = 0

If set to zero, WINS will contact the owner WINS server. If set to a nonzero value, WINS sill contact only its pull partners to perform consistency checks. Specifies the time interval between WINS server database consistency checks. If set to nonzero, WINS randomly picks a WINS from its list of pull partners unless the owner WINS server also happens to be a pull partner. In that case, the owner WINS is contacted.

   TimeInterval
   Type = REG_DWORD
   Range = 21600 (6 hours) - entered in seconds (decimal)
   Default = 86400 (24 hours) - entered in seconds (decimal)

Specifies the time interval between WINS server database consistency checks.

   SpTime
   Type = REG_SZ
   Default = 2:00:00 (2 A.M.)

Specifies the specific time at which the first WINS server database consistency check will occur. The time is specified in hh:mm:ss format. Thereafter, the WINS database is periodically checked for consistency by using the time interval specified in the TimeInterval parameter.
Keywords          : NTSrv nttcp kbnetwork
Version           : 4.0
Platform          : winnt


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 16, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.