How to backup dns recorder and restore it in another server?

  • Thread starter Thread starter John Park
  • Start date Start date
J

John Park

Hi all,

I have a dns server running on windows 2000 advanced server.The dns server
manages a couples of zones and runs properly.Now i want to setup another dns
server as backup after i installed a new windows 2000 advanced server. What
should i do next so that i can pull all the zones recorders in first dns
server to this new dns server.

Best wishes,

John Park
 
John Park said:
Hi all,

I have a dns server running on windows 2000 advanced server.The dns server
manages a couples of zones and runs properly.Now i want to setup another dns
server as backup after i installed a new windows 2000 advanced server. What
should i do next so that i can pull all the zones recorders in first dns
server to this new dns server.

If you only have a few zones the simplest and most
obvious way is to have the other server (at least
initially) become a secondary for each zone.

Now you not only have a 'backup', it can actually
be a fault tolerance and performance improvements.
 
In
John Park said:
The problem is that we have too many zones.This method seems to be too
complex.


Try this:

Dean Wells' DNSDump:
http://www.reskit.net/DNS/dnsdump.cm_

(note: There's an underscore on the end of the link)

--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.
This posting is provided "AS-IS" with no warranties and confers no
rights.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory
 
try looking at dnscmd to see if you can understand how to do massive zone
duplications with it. Pay particular attention to /zoneadd.

--
Sincerely,

Dèjì Akómöláfé, MCSE MCSA MCP+I
www.akomolafe.com
www.iyaburo.com
Do you now realize that Today is the Tomorrow you were worried about
Yesterday? -anon
 
Original:
another

Correction:
The problem is that we have too many zones.This method seems to be too
complex.

You said "a couple" -- even lose language makes this less than five.

You can certainly script DNS, or change all the zone types
to primary, save as files and import them elsewhere, but
importing them still means you have to create the zones
unless you script.

DNScmd.exe is one built in tool for managaging the DNS
server from the command line.

I have done this with Perl, but I had 30 some zones so
unless you are a habitual programmer or have more than
a dozen or so you will probably find it faster to just use
the GUI.

By the way, if you just script the zone creation, you can
still use the "Secondary" idea to get a running backup DNS
server.

Backing up "System State" include the DNS server so that
is a relatively simple way to preserve it on tape or disk.
 
Back
Top