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