Move Name Server

  • Thread starter Thread starter chad
  • Start date Start date
C

chad

I have a win2k server setup as one of my name servers and
I would like to move it to another box. Is there a way
to export the dns data on the old box and then import it
on the new box?

Thanks
 
In
chad said:
I have a win2k server setup as one of my name servers and
I would like to move it to another box. Is there a way
to export the dns data on the old box and then import it
on the new box?

Yes, there is even a script at www.reskit.net/scripts called dnsdump that
automates this, very handy if you have a lot of zones.
 
In
chad said:
How do I run that script?


Rename the file to dnsdump.bat.
From a command line, type dnsdump export dirname
This will export all zone files and registry entries to the directory you
set in dirname.
 
How do I import them into the new server.
-----Original Message-----
In Then Kevin replied below:


Rename the file to dnsdump.bat.
From a command line, type dnsdump export dirname
This will export all zone files and registry entries to the directory you
set in dirname.






.
 
In
Chad said:
How do I import them into the new server.
the same command as the export except you use import instead of export.
dnsdump must be in the same relative dorectory or you have to use the full
dierctory name like C:\dirname
 
In
Kevin D. Goodknecht Sr. said:
In
the same command as the export except you use import instead of
export. dnsdump must be in the same relative dorectory or you have to
use the full dierctory name like C:\dirname


If I remember correctly, Dean made that script really really easy to use and
all you have to do is type in dnsdump /? and it will show you all the
command options and syntax.

--
Regards,
Ace

Please direct all replies ONLY to the Microsoft public newsgroups
so all can benefit.

This posting is provided "AS-IS" with no warranties or guarantees
and confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Windows Server - Directory Services

Security Is Like An Onion, It Has Layers
HAM AND EGGS: A day's work for a chicken;
A lifetime commitment for a pig.
 
In Ace Fekay [MVP] <PleaseSubstituteMyActualFirstName&[email protected]>
wrote their comments
Then Kevin replied below:
If I remember correctly, Dean made that script really
really easy to use and all you have to do is type in
dnsdump /? and it will show you all the command options
and syntax.
You remember correctly.
 
Back
Top