August 25, 2015

Step-By-Step: Enabling Automatic DHCP Server Backup

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.
  1. To start the process log in to server as Domain admin or Enterprise admin
     
  2. Then Server Manager > DHCP
     
    dhcpbk1
     
  3. Once mmc load, right click on the server node and click properties

    dhcpbk2
     
  4. 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

    dhcpbk3

    dhcpbk4
     
  5. 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
     
    dhcpbk5
     
  6. Then go to pathHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DHCPServer\Parameters
    In there you will be able to see a key called BackupInterval
     
    dhcpbk6
     
  7. To edit the value double click on it, and then once open select, decimal value option

    dhcpbk7
     
  8. 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
     
  9. Once done we can check the folder path we set to confirm the backup it’s made

    dhcpbk8
http://www.slideshare.net/laonap166/step-by-step-enabling-automatic-dhcp-server-backup

Related Posts:

  • MCSA 2012 – Mạng Căn Bản Phần 2 – Mô hình Mạng Mô hình mạng (Network topology) đơn giản là kết nối về mặt hình học của mạng, gồm các loại chínhBus (chuẩn IEEE 802.4)Star (IEEE 802.11)Ring (IEEE 802.5) bus topology BUS Trước đây khoảng 20 năm người ta sử dụng mạng Bu… Read More
  • Backup và restore cấu hình IIS7.5 Cách backup và restore cấu hình IIS7.5 IIS của bạn đang triển khai rất nhiều Website. Khi nào cài đặt lại hệ điều hành hay muốn chuyển các Website từ Server này sang Server khác, chúng ta chỉ việc backup trên hệ thống cũ và… Read More
  • Triển khai nhiều Domain Controller chạy song song trên Windows Server 2012I- GIỚI THIỆU:Trong một hệ thống Active Directory lớn, nếu chỉ có một DC thì Server này có thể bị quá tải khi nhiều user cùng yêu cầu chứng thực. Bên cạnh đó user sẽ không được chứng thực khi DC này bị lỗi. Trong phần này sẽ … Read More
  • MCSA 2012 – Mạng Căn Bản Phần 1 Mạng máy tính là gì ?.  Nói một cách đơn giản nó bao gồm các thiết bị mạng, các PC hay laptop kết nối lại với nhau. Giao tiếp  Host- Host (Comunication Host-Host) Giao tiếp Host Host Để truyền thông… Read More
  • MCSA 2012 Mạng Căn Bản Phần 3 – Tìm hiểu giao thức UDP và TCP Tầng Transport của TCP/IP: Cung cấp 2 giao thức cơ bản là TCP, UDP được sử dụng trong hầu hết trong các ứng dụng về mạng. UDP (User Datagram Protocol) –  Là loại giao thức connectionless (nghĩa là có gói tin nào là đẩ… Read More

0 comments:

Post a Comment