How to Move DHCP Service
Environment
Introduction
Migrate our DHCP server to be Windows Server 2003 from Windows Server 2000
Solutions
Stop DHCP Server service
Final, run this command on the server that is running Window Server 2003
Reference
- Microsoft Windows Server 2000 / 2003
Introduction
Migrate our DHCP server to be Windows Server 2003 from Windows Server 2000
Solutions
Stop DHCP Server service
net stop dhcpserverThen, compact DHCP database
cd %systemroot%\system32\dhcpNext, export DHCP Database by running DHCP Database Export Import Tool (DHCPExim.exe). That is needed for Windows NT and Windows Server 2000
jetpack.exe DHCP.mdb temp.mdb
Final, run this command on the server that is running Window Server 2003
netsh dhcp server import "c:\tmp\dhcpdatabase.txt" all
Reference