Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

export/import dhcp

Status
Not open for further replies.

Yarka

Technical User
Jan 14, 2007
192
ES
hi,
i am doing export the dhcp bbdd, doing:
netsh DHCP server export 'file_dhcp' all (on dhcp primary server)

then i do:
netsh DHCP server import 'file_dhcp' all (on dhcp backup server)

But, i need to delete before do the import, the BBDD that have
current the dhcp backup server and then i do import here. It is because if it already has been done before, i have a error. How can i delete the bbdd dhcp before i do import?
I have Windows Server 2003.

Thaks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top