June 29, 2017

DNS Backup and Recovery in Windows Server 2012 R2

Here, we create scenario like this:
  • First, we backup DNS zones using DNSCMD command line tool.
  • Second ,we delete msserverpro.com DNS zones from server for creating the disaster.
  • Finally, we restore msserverpro.com zone from a file created with DNSCMD command.
Take a backup of msservepro.com zone to a text file using DNSCMD command line tool:
1. Logon to Domain Controller, Open Windows PowerShell and type the following commands to backup DNS zones.
Open Powershell




dnscmd KTM-DC01-2K12 /ZoneExport  msserverpro.com backup\msserverpro.com.dns.bkp
dnscmd KTM-DC01-2K12 /ZoneExport  _msdcs.msserverpro.com backup\_msdcs.msserverpro.com.dns.bkp
where KTM-DC01-2K12 is dnsserver name. The backup copy (text file) of the DNS Zone will be saved to
C:\Windows\System32\dns\backup folder
dnscmd Command
2. Open explorer and navigate to the C:\Windows\System32\dns\backup folder to verify its contents.
Verify backup contents

Deleting DNS zones from our server for disaster:
1. Open DNS Manager Console.
2. Expand the KTM-DC01-2K12 node, then expand Forward Lookup Zones, select the msserverpro.com zone, right Click and Click Delete.
delete zone

3
. On the DNS dialog box, Click Yes twice to remove the zone from both Active Directory and the DNS Server.
delete zone Yes
Waring to remove the zone

Use DNSCMD command line tool to restore the domain DNS zone:
1. Open DNS Manager Console.
2. Expand the Server, KTM-DC01-2K12, then right click Forward Lookup Zone and Click New Zone..
2

3
. On the New Zone Wizard, Click Next.
3

4
. On the Zone Type Wizard, select Primary zone  and Uncheck the Store the zone in Active Directory (available only if DNS server is a writeable domain controller)
4

5. 
On the Zone Name Wizard, type the name of the zone being restored, msserverpro.com and click Next.
5

6. 
On the Zone File Wizard, select the option Use this existing file and Click Next.
6
Make sure the current backup of the msservepro.com is present in the following path,C:\Windows\System32\dns\backup .
6i
Copy the msserverpro.com.dns.bkp file to the parent folder (C:\Windows\System32\dns). Rename the file from msserverpro.com.dns.bkp to msserverpro.com (remove the .bkp extension). Click Yes.
6ii
6iii
6iv
6v
7.  Now go back to the Zone File Wizard, and click Next.
7

8. 
On the Dynamic Update wizard page, select Allow both nonsecure and secure dynamic updates and Click Next.
8

9. 
On the Completing the New Zone Wizard page, Click Finish.
9

10. 
Make sure the msserverpro.com is created. Then right Click the msservepro.com zone and select Properties.

10
11. On the msserverpro.com Properties dialog page, Click the Change.. button at Type: Primary field.
11
12. On the Change Zone Type page, make sure Primary zone is selected and select the option Store the zone in Active Directory (available only if DNS server is a domain controller) and click OK.
12

13. 
On the DNS dialog box, Click Yes to accept the change.
13

14. 
On the msserverpro.com zone Properties page, select Secure only at Dynamic updates field.
14

15
Finally, we should have our DNS Zone up and running..

Summary:
AD DS relies heavily on DNS name resolution. The above article outlines how to carry out DNS backup and recovery operations. I hope this can be largely beneficial to the users. It was my field experience during my career.
source: http://www.msserverpro.com/configuring-dns-backup-and-recovery-in-windows-server-2012-r2/
https://www.slideshare.net/laonap166/dns-backup-and-recovery-in-windows-server-2012-r2

Related Posts:

  • MCSA 2012Domain Network – Group Policy Object – Phần 3 Ở phần tiếp theo của Seri  ” Tự học MCSA 2012 “, mình xin đề cập đến các ứng dụng thực tế của GPO là Folder Redirection và Scripts. Chuẩn bị – Như phần trước Tình huống: KT1 muốn Documents trong Profi… Read More
  • MCSA 2012Domain Network – Group Policy Object – Phần 2 Mỉnh đã trình bày Group Policy Object cơ bản ở Phần 1. Ở phần 2 mình xin trình bày chi tiết các thuộc tính của GPO Chuẩn bị– Xem cách chuẩn bị của Phần 1. – Cấu hình Policy: GPO 1, 2, 3, 4, 5 như Phần 1. Tình hu… Read More
  • MCSA 2012 Domain Network – Group Policy Object – Deployment Software Chuẩn bị: DC: 2012may1 (192.168.2.100) Member computer domain: win8 (192.168.2.102)  Tình huống Công ty có nhu cầu 100 máy tinh trong công ty phải có phần Microsoft office  => phải cài trên từng máy => tố… Read More
  • MCSA 2012 Audit Policy – Giám sát hệ thống Nối tiếp bài Security Template, mình xin trình bày những vấn đề về Audit Policy. Chuẩn bị: 1 máy đóng vai trò Domain Controller + File server: 2012may1 1 máy computer domain : 2012may2 Vào ổ C -> … Read More
  • MCSA 2012 Security Templates Tiếp tục với series: ” Tự học MCSA 2012 “, mình sẽ đề cập đến vấn đề Security Templates Chuẩn bị: 1 máy PC chạy server 2012 ( domain hay workgroup đều được) Vào Ổ đĩa C -> tạo folder: Templates. Tình huống: … Read More

0 comments:

Post a Comment