Thursday, February 14, 2013

Moving DHCP to Server 2012

I've just setup a couple of new 2012 Standard Domain Controllers for a customer and I wanted to be able to take advantage of the DHCP failover for them.  Their old Domain Controller were Server 2003 so I did a bit of research and here's how I moved it in just a couple of minutes.

Once this process is done all that remains is to deauthorize your old DHCP setup and then configure DHCP failover in Server 2012.  Easy!

To move a DHCP database and configuration from a server that is running Windows Server 2003 to another server that is running Windows Server 2012

  1. Log on to the source DHCP server.
  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.
  4. Install the DHCP server service on the destination DHCP server.
  5. Log on to the destination DHCP server.
  6. Copy the exported DHCP database file to the local hard disk of the destination DHCP server.
  7. Verify that the DHCP service is started on the destination DHCP server.
  8. Click Start, click Run, type cmd in the Open box, and then click OK.
  9. 10. Type netsh dhcp server import C:\dhcp.txt all, and then press ENTER
  10. Open DHCP.
  11. In the console tree, click DHCP.
  12. On the Action menu, click Authorize


No comments: