Change master on all secondary zones at once?

  • Thread starter Thread starter mstanzel
  • Start date Start date
M

mstanzel

We are running DNS for a few hundred domains. We have currently changed
our ISP, and I need to change the master on all the secondary DNS
servers. However, after doing this manually on EVERY SINGLE zone on the
first server, I'd rather not do it that way again. Is there any way to
force the entire server (all secondary zones) to transfer from a new
master?

Thanks,
Matt
 
We are running DNS for a few hundred domains. We have currently changed
our ISP, and I need to change the master on all the secondary DNS
servers. However, after doing this manually on EVERY SINGLE zone on the
first server, I'd rather not do it that way again. Is there any way to
force the entire server (all secondary zones) to transfer from a new
master?

No because there is no technical relationship between multiple
zones on a DNS server -- DNS has no concept that they are related
(by IP address and master) at all.

DNSCmd.exe can be scripted. That is what I would use for
100 domains/zones.
 
We are running DNS for a few hundred domains. We have currently
changed our ISP, and I need to change the master on all the secondary
DNS servers. However, after doing this manually on EVERY SINGLE zone
on the first server, I'd rather not do it that way again. Is there
any way to force the entire server (all secondary zones) to transfer
from a new master?

dnscmd <server> /zoneresetmasters AllZones.. <masterIPs>

--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================
 
Back
Top