This
step-by-step article describes how to install and configure Windows Internet
Name Service (WINS) in Windows 2000 Server and how to migrate a WINS database
from Windows NT 4.0 Server to Windows 2000 Server. By doing so, the Windows
2000 Server-based computer assumes the role of the WINS server and maintains
the WINS database that Windows NT Server 4.0 previously held.
You can
install WINS on either a member server or a domain controller. Microsoft highly
recommends that the server has a single network card and is configured with a
static IP address.
Note: If the console tree already lists the WINS server that you want
to manage, you do not have to follow this procedure to add the WINS server to
the WINS snap-in:
Click Start, point to
Programs, point to Administrative Tools, and
then click WINS. The WINS snap-in opens.
On the Action menu, click Add
Server.
In the WINS server box, type the NETBIOS
name or the IP address of the WINS server, and then click
OK.
Move the WINS Database from Windows NT 4.0 Server to Windows 2000 Server
To move the WINS database from the Windows NT 4.0 Server computer
to the Window 2000 Server computer:
Stop the WINS server on the Windows NT 4.0 Server computer.
To do so:
Click Start, and then click
Run.
In the Open box, type
cmd, and then click OK.
At the command prompt, type net stop
wins, and then press ENTER.
Type exit, and then press ENTER
to quit the command prompt.
Stop the WINS server on the Windows 2000 Server computer.
To do so:
Click Start, and then click
Run.
In the Open box, type
cmd, and then click OK.
At the command prompt, type net stop
wins, and then press ENTER.
Type exit, and then press ENTER
to quit the command prompt.
Copy the contents of the Winnt\System32\Wins folder on the
Windows NT 4.0 Server computer to the Winnt\System32\Wins folder on the Windows
2000 Server computer. To do so:
On the Windows NT 4.0 Server computer, start Windows
Explorer.
Locate the Winnt\System32\Wins folder.
Copy the contents of the folder that you located in
step 3b to the Winnt\System32\Wins folder on the Windows 2000 Server
computer.
On the Windows 2000 Server computer, verify that the
Winnt\System32 folder contains a copy of the Edb500.dll file.
If it
does not, copy the Edb500.dll file from the Winnt\System32\Dllcache folder to
the Winnt\System32 folder. To do so:
Start Windows Explorer and locate the
Winnt\System32\Dllcache folder.
Right-click the Edb500.dll file, and
then click Copy.
Locate the Winnt\System32 folder.
On the Edit menu, click
Paste.
Start the WINS server. To do so:
Click Start, and then click
Run.
In the Open box, type
cmd, and then click OK.
At the command prompt, type net start
wins, and then press ENTER.
You receive a message that the
WINS service cannot start. After that, the database is converted.
Type exit, and then press ENTER
to quit the command prompt.
Verify the consistency of the WINS database. To do so:
Click Start, point to
Programs, point to Administrative Tools, and
then click WINS. The WINS snap-in opens.
In the console tree, right-click the WINS server, and
then click Verify Database Consistency.
When you are prompted, click Yes to
start the consistency verification operation.
Note: Consistency verification can use a lot of resources when there
is a large number of names or a large number of WINS servers. You may want to
perform this operation during off-peak hours to minimize the effect on your
WINS servers and network.