Link to home
Start Free TrialLog in
Avatar of mspencer100
mspencer100

asked on

Move DHCP server to a sbs2008 server

For some reason the SBS 2008 server does not host the DHCP server it is on a MS2008 server and i would like to move it back to the SBS server. Is there anything i need to be careful of? or can i just move the files to the SBS server?

To move a DHCP database
Stop the Microsoft DHCP service on the current computer.
Copy the \System32\Dhcp directory to the new computer that has been configured as a DHCP server. Make sure the new directory is under exactly the same drive letter and path as on the old computer. If you must copy the files to a different directory, copy Dhcp.mdb, but do not copy the .log or.chk files.
Start the Microsoft DHCP service on the new computer. The service automatically starts using the .mdb and .log files copied from the old computer.
When you check DHCP Manager, the scope still exists because the registry holds the information on the address range of the scope, including a bitmap of the addresses in use. You need to reconcile the DHCP database to add database entries for the existing leases in the address bitmask. As clients renew, they are matched with these leases, and eventually the database is again complete.
To reconcile the DHCP database
In DHCP Manager, on the Scope menu, click Active Leases .
In the Active Leases dialog box, click Reconcile .
ASKER CERTIFIED SOLUTION
Avatar of Netman66
Netman66
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Korbus
Korbus

Wow, that seems pretty intense.  How many entries do you have in your DHCP?  If fewer than a dozen, I would agree with netman66: just start from a scratch database.
for me it worked like charm
And what about your network? is it single broadcast domain (same LAN)? If not you need to keep new DHCP on same IP or add new DHCP IP to all switches using ip-helpers (relays)


Regards