Link to home
Start Free TrialLog in
Avatar of dvanaken
dvanakenFlag for United States of America

asked on

move dhcp from 2008 32-bit to 2008 R2

I'm having a problem moving the config and database from a 32-bit 2008 DC running our DHCP to a new 2008 R2 DC.  I don't want to the use the laborious MSFT Migration tools because this is a different IP address on this box and I don't want it changed.  I have tried netsh dhcp server import / export which seems to be the most basic, but I get "Error while importing option "44.".  

It's ok if we need to do ipconfig /release /renew - only about 30 desktops with engineers at every desk.

What's the best way to handle this?  Thanks
Avatar of Krzysztof Pytko
Krzysztof Pytko
Flag of Poland image

When you have this error. Did you disable DHCP server service before you import settings? You have to disable that service first and the you can import them. After that run DHCP server service again
You can use netsh to export and import the DHCP configuration:
support.microsoft.com/kb/281626
ok sorry did'nt read the question well
Avatar of dvanaken

ASKER

See my post - I tried that and get an error on importing
OK, but did you disable DHCP server service on 2008 R2 before you start import process?
If I stop the service, I get "Unable to determine the DHCP Server version..."  technet says the service must be running to import settings.
Can you try to move only the scope you want to move ?

Code:
netsh dhcp server export C:\dhcpcb 128.1.0.0

Code:
netsh dhcp server import C:\dhcpcb 128.1.0.0
ASKER CERTIFIED SOLUTION
Avatar of dvanaken
dvanaken
Flag of United States of America 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
Avatar of pozlu0
pozlu0

Thanks for your reply.
The problem is that I used the netsh dhcp server export and import me error. I think it is a problem with the path of the db server to start is because the c: on the new system is the resource of the cluster d:
I use netsh dhcp dump to export andnetsh exec to import  but I can save only the structure and not the data.
Regards