Like any database, Dynamic Host Configuration Protocol (DHCP)server also at times may require actions such as backup and restore in the event of hardware failure, software failure, migration or in fault configuration change. Microsoft eases this process by providing tools to automatically backup said DHCP database and configuration. This Step-By-Step will detail how default parameters can be adjusted to automate this backup process.
This demo will use a Windows Server 2012 R2 in a domain enabled with the DHCP server role.
- To start the process log in to server as Domain admin or Enterprise admin
- Then Server Manager > DHCP
- Once mmc load, right click on the server node and click properties
- In the new window you can see it shows backup path as C:\Windows\system32\dhcp\backup. This is the default path. But we can change it to local folder or network share. Click on brows to select the new path. In my demo it is set to C:\DHCPBackup. Once path set click on ok
- System automatically backs up the configuration every 60 minutes. This can be changed as per our requirement.
To do that we need to do some registry key edit. To open the registry mmc, go to Run > regedit
- Then go to pathHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DHCPServer\Parameters
In there you will be able to see a key called BackupInterval
- To edit the value double click on it, and then once open select, decimal value option
- As you can see default value is 60, to change it type the value you needs (the value represent the number of minutes) and press ok. In my demo I am going to set for 10 minutes
- Once done we can check the folder path we set to confirm the backup it’s made
http://www.slideshare.net/laonap166/step-by-step-enabling-automatic-dhcp-server-backup
0 comments:
Post a Comment