IT Projects

A place for sharing, posting, documenting and implementing IT projects

Posts Tagged ‘DHCP’

How to move DHCP database from one server to another server

Posted by Thary on October 29, 2009

You use netsh dhcp server command to move DHCP database from one server to another server – for example moving DHCP database from Windows Server 2003 to Windows Server 2008.

Please note that you must install DHCP server service on a target server before moving the database.

On a source DHCP server (Windows Server 2003):

  1. Open a command prompt
  2. Type netsh dhcp server export drive:\dhcp.txt all
  3. Copy the file to a network share folder a thumb drive.

On a target DHCP server (Windows Server 2008):

  1. Open a command prompt
  2. Type netsh dhcp server import drive:\dhcp.txt all
  3. Activate the scope if necessary.

That’s it!

Book

Posted in Windows Server | Tagged: | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.