Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to move a DHCP database from a computer that is running Windows NT Server 4.0, Windows 2000, or Windows Server 2003 to a computer that is running Windows Server 2003


View products that this article applies to.

For more information on moving the DHCP database from Windows Server 2003 to Windows Server 2008, click the following article number to view the article in the Microsoft Knowledge Base:

962355 How to move a DHCP database from a computer that is running Windows Server 2003 to Windows Server 2008

↑ Back to the top


Summary

This step-by-step article describes how to move a Dynamic Host Configuration Protocol (DHCP) database from a computer that is running Microsoft Windows NT Server 4.0, Microsoft Windows 2000, or Microsoft Windows Server 2003 to a computer that is running Windows Server 2003.

Note You can use the Microsoft Windows backup utility (ntbackup.exe) to back up and restore the DHCP database on a single server. Do not use the backup utility to migrate or to move a DHCP database from one DHCP server to another.

Export the DHCP database from a server that is running Windows NT Server 4.0 or Windows 2000

  1. Stop the DHCP Server service on the server:
    1. Log on to the source DHCP server by using an account that is a member of the local Administrators group.
    2. Click Start, click Run, type cmd in the Open box, and then click OK.
    3. At the command prompt, type net stop dhcpserver, and then press ENTER. You receive a "The Microsoft DHCP Server service is stopping. The Microsoft DHCP Server service was stopped successfully" message.
    4. Type exit, and then press ENTER.
  2. Compact the DHCP database by using the JetPack utility:
    1. Click Start, click Run, type cmd in the Open box, and then click OK.
    2. At the command prompt, type cd %systemroot%\system32\dhcp, and then press ENTER.
    3. Type jetpack dhcp.mdb temp.mdb, and then press ENTER.
    4. After the database is compacted successfully, type exit, and then press ENTER.
  3. Export the DHCP database by using the DHCP Export Import utility (Dhcpexim.exe). You can obtain this utility from the Windows 2000 Resource Kit Supplement 1. You can also visit the following Microsoft Web site to obtain Dhcpexim.exe: To export the database:
    1. Install the Dhcpexim.exe utility, and then start the Dhcpexim.exe utility.
    2. At the Welcome to DHCP Export Import tool screen, click Export configuration of the local service to a file, and then click Ok.
    3. In the File name box, type the file name for the exported file, and then click Save. For example, type dhcpdatabase.txt.
    4. Click the scope or scopes that you want to export, click to select the Disable the selected scopes on local machine before export check box, and then click Export.
    5. Click OK.
  4. Disable the DHCP Server service on the server. Disabling the DHCP Server service prevents the service from starting after the database has been transferred. To disable the DHCP Server service:
    1. Click Start, point to Settings, click Control Panel, and then double-click Services.
    2. In the Service list, click Microsoft DHCP Server, click Startup, click Disabled, and then click OK.
    3. If the service is started, click Stop, and then click Yes to confirm the stopping of the service.
    4. Click Close to close the Services dialog box.
Important Dhcpexim.exe is required to move the database successfully from a server that is running Windows 2000 or Windows NT 4.0 to a server that is running Windows Server 2003. Netsh commands for DHCP are not available in Windows NT 4.0.

Note If only the configuration (not the database) is required, use the following command (instead of Dhcpexim.exe) on the Windows 2000-based server that you want to export from. (Do not use Dhcpexim.exe.)
netsh dhcp dump >C:\dhcp.txt
where C:\dhcp.txt is the name and path of the export file that you want to use.

Note

The export option does not exist in the netsh command on Windows 2000 Server. The netsh dhcp server dump and netsh dhcp server import commands are not compatible. If you try to import the data that is created by netsh dhcp server dump > C:\dhcp.txt by using netsh DHCP server import > C:\dhcp.txt, you receive the following error message on the Windows Server 2003-based computer:
The request is not supported.
You can migrate the exported configuration file to the new Windows Server 2003 server by using the following command:
netsh exec c:\dhcp.txt
Dhcpexim.exe is not supported in Windows Server 2003. If a database is exported on a Windows 2000-based computer by using Dhcpexim.exe, and you try to import the data to Windows Server 2003, Dhcpexim.exe quits, and you receive the following error message:
An error occurred. An attempt was made to load a program with a incorrect format.

If this behavior occurs, export data from Windows 2000 by using dhcpexim and then import the data on the Windows Server 2003 environment by using netsh DHCP server import xyz.txt.

Export the DHCP database from a server that is running Microsoft Windows Server 2003

To move a DHCP database and configuration from a server that is running Windows Server 2003 to another server that is running Windows Server 2003:
  1. Log on to the source DHCP server by using an account that is a member of the local Administrators group.
  2. Click Start, click Run, type cmd in the Open box, and then click OK.
  3. Type netsh dhcp server export C:\dhcp.txt all, and then press ENTER.

Note You must have local administrator permissions to export the data.

Install the DHCP server service on the server that is running Windows Server 2003

To install the DHCP Server service on an existing Windows Server 2003-based computer:
  1. Click Start, click Control Panel, and then double-click Add or Remove Programs.
  2. Click Add/Remove Windows Components.
  3. In the Windows Component Wizard, click Networking Services in the Components box, and then click Details.
  4. Click to select the Dynamic Host Configuration Protocol (DHCP) check box if it is not already selected, and then click OK.
  5. In the Windows Components Wizard, click Next to install the selected components. Insert the Windows Server 2003 CD into your computer CD drive or DVD drive if you are prompted to do this. Setup copies the DHCP server and tool files to your computer.
  6. When Setup is complete, click Finish.

Import the DHCP database

Note You may receive an "access denied" message during this procedure if you are not a member of the Backup Operators group. If you receive an "Unable to determine the DHCP server version for server" error message, make sure that the DHCP Server service is running on the server and that the user logged on is a member of the local Administrators group.

Important Do not use Dhcpexim.exe to import a DHCP database in Windows Server 2003. Additionally, if the target Windows 2003 server is a member server, and if you plan to promote it to a domain controller, we suggested that you perform the DHCP database migration before promoting it to a domain controller. Although you can migrate the DHCP database to a Windows 2003 domain controller, the migration to a member server will be easier because of the existence of the local administrator account.
  1. Log on as a user who is an explicit member of the local Administrators group. A user account in a group that is a member of the local Administrators group will not work. If a local Administrators account does not exist for the domain controller, restart the computer in Directory Services Restore Mode, and use the administrator account to import the database as described later in this section.
  2. Copy the exported DHCP database file to the local hard disk of the Windows Server 2003-based computer.
  3. Verify that the DHCP service is started on the Windows Server 2003-based computer.
  4. Click Start, click Run, type cmd in the Open box, and then click OK.
  5. At the command prompt, type netsh dhcp server import c:\dhcpdatabase.txt all, and then press ENTER, where c:\dhcpdatabase.txt is the full path and file name of the database file that you copied to the server.

    Note When you try to export a DHCP database from a Windows 2000 domain controller to a Windows Server 2003 member server of the domain, you may receive the following error message:
    Error initializing and reading the service configuration - Access Denied
    Note You must have local administrator permissions to import the data.
  6. To resolve this issue, add the Windows Server 2003 DHCP server computer to the DHCP Admins group at the Enterprise level.
  7. If the "access is denied" error message occurs after you add the Windows Server 2003 DCHP server computer to the DHCP Admins group at the Enterprise level that is mentioned in step 4, verify that the user account that is currently used to import belongs to the local Administrators group. If the account does not belong to this group, add the account to that group, or log on as a local administrator to complete the import.

    Note If the DHCP IMPORT or EXPORT command fails for users who are not explicit members of the local Administrators group, you must apply the following hotfix on the Windows Server 2003-based computer:

    833167 A Volume Shadow Copy Service (VSS) update package is available for Windows Server 2003

  8. After you receive the message that the command completed successfully, quit the command prompt.

Authorize the DHCP server

  1. Click Start, point to All Programs, point to Administrative Tools, and then click DHCP.

    Note You must be logged on to the server by using an account that is a member of the Administrators group. In an Active Directory domain, you must be logged on to the server by using an account that is a member of the Enterprise Administrators group.
  2. In the console tree of the DHCP snap-in, expand the new DHCP server. If there is a red arrow in the lower-right corner of the server object, the server has not yet been authorized.
  3. Right-click the server object, and then click Authorize.
  4. After several moments, right-click the server again, and then click Refresh. A green arrow indicates that the DHCP server is authorized.

↑ Back to the top


References

For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:

323416 How to install and configure a DHCP server in a workgroup in Windows Server 2003

130642 How to move a DHCP database from one server to another in Windows NT 4.0 and in Windows 2000

890480 "Access denied" error message when you use the "netsh dhcp server import" command to import a DHCP database from a Windows NT Server 4.0-based computer to a Windows Server 2003-based computer

↑ Back to the top


Keywords: kbnetwork, kbentirenet, kbhowtomaster, kb

↑ Back to the top

Article Info
Article ID : 325473
Revision : 2
Created on : 3/30/2017
Published on : 3/30/2017
Exists online : False
Views : 1720