How to Use Jetpack.exe to Compact a WINS or DHCP DatabaseID: Q145881
|
Microsoft Windows NT Server includes a utility, Jetpack.exe, that can be
used to compact a Windows Internet Name Service (WINS) or Dynamic Host
Configuration Protocol (DHCP) database. Microsoft recommends that you
compact the WINS database whenever it approaches 30 MB.
NOTE: Chapter 5 page 133 of the Microsoft Windows NT Server versions 3.5
and 3.51 TCP/IP manuals states that Compact.exe can be executed to compact
the WINS database. This is not correct. The correct file name is
Jetpack.exe.
The correct syntax for Jetpack.exe is:
JETPACK.EXE <database name> <temp database name>
CD %SYSTEMROOT%\SYSTEM32\WINS
NET STOP WINS
JETPACK WINS.MDB TMP.MDB
NET START WINS
CD %SYSTEMROOT%\SYSTEM32\DHCP
NET STOP DHCPSERVER
JETPACK DHCP.MDB TMP.MDB
NET START DHCPSERVER
Additional query words: prodnt JET access database dynamic
Keywords : kbtool nttcp NTSrv ntutil
Version : 3.5 3.51 4.0
Platform : winnt
Issue type :
Last Reviewed: February 9, 1999