Tuesday, December 11, 2007

Backing up and exoporting the DHCP


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 DeniedNote 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



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.

No comments: