How can I compress my WINS database?
John Savill
March 4, 1999
1 Min Read
A. NT Server ships with a utility called JETPACK.EXE which can be used to compact DHCP and WINS databases. To compact your WINS database perform the following:
Start a command prompt (cmd.exe)
Enter the following commands
cd %SystemRoot%SYSTEM32WINS
e.g. cd d:winntsystem32wins
net stop WINS
jetpack WINS.MDB TMP.MDB
net start WINS
Note: While you stop the WINS service, clients using WINS to resolve addresses will fail unless another mechanism of name resolution is in place.
Jetpack actually compacts WINS.MDB into TMP.MDB, then deletes WINS.MDB and copies TMP.MDB to WINS.MDB.
For more information, see Knowledge base article Q145881 at http://support.microsoft.com/support/kb/articles/q145/8/81.asp
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