PC Review


Reply
Thread Tools Rate Thread

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

 
 
John Park
Guest
Posts: n/a
 
      8th Apr 2004
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



 
Reply With Quote
 
 
 
 
Herb Martin
Guest
Posts: n/a
 
      9th Apr 2004
"John Park" <(E-Mail Removed)> wrote in message
news:#$(E-Mail Removed)...
> 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.

--
Herb Martin
>
> Best wishes,
>
> John Park
>
>
>



 
Reply With Quote
 
John Park
Guest
Posts: n/a
 
      9th Apr 2004
The problem is that we have too many zones.This method seems to be too
complex.



"Herb Martin" <(E-Mail Removed)> дÈëÏûÏ¢ÐÂÎÅ
:(E-Mail Removed)...
> "John Park" <(E-Mail Removed)> wrote in message
> news:#$(E-Mail Removed)...
> > 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.
>
> --
> Herb Martin
> >
> > Best wishes,
> >
> > John Park
> >
> >
> >

>
>



 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a
 
      9th Apr 2004
In news:(E-Mail Removed),
John Park <(E-Mail Removed)> posted their thoughts, then I offered mine
> 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
--
=================================


 
Reply With Quote
 
Deji Akomolafe
Guest
Posts: n/a
 
      9th Apr 2004
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
"John Park" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The problem is that we have too many zones.This method seems to be too
> complex.
>
>
>
> "Herb Martin" <(E-Mail Removed)> дÈëÏûÏ¢ÐÂÎÅ
> :(E-Mail Removed)...
> > "John Park" <(E-Mail Removed)> wrote in message
> > news:#$(E-Mail Removed)...
> > > 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.
> >
> > --
> > Herb Martin
> > >
> > > Best wishes,
> > >
> > > John Park
> > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Herb Martin
Guest
Posts: n/a
 
      9th Apr 2004
Original:
> > > manages a couples of zones and runs properly.Now i want to setup

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.



--
Herb Martin
"John Park" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
>
>
> "Herb Martin" <(E-Mail Removed)> дÈëÏûÏ¢ÐÂÎÅ
> :(E-Mail Removed)...
> > "John Park" <(E-Mail Removed)> wrote in message
> > news:#$(E-Mail Removed)...
> > > 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.
> >
> > --
> > Herb Martin
> > >
> > > Best wishes,
> > >
> > > John Park
> > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Backup-Restore SQL server database using C# Hans Microsoft C# .NET 2 8th Apr 2010 01:42 PM
Restore Backup From Server Anthony Smith Windows XP Setup 2 3rd Mar 2004 02:17 PM
ISA server backup/restore error. =?Utf-8?B?aGFzc2Fu?= Microsoft Windows 2000 1 11th Jan 2004 09:25 PM
Help!! Restore backup to 2003 Server Ron Sparks Microsoft Windows 2000 1 4th Jan 2004 04:34 PM
Backup/restore W2K print server Colette O'Byrne Microsoft Windows 2000 Printing 1 18th Jul 2003 11:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:45 AM.