Remove old DNS Local Data

MtK

Verified User
Joined
Aug 2, 2007
Messages
405
Hey,
I have a server that was part of a multi-server cluster, where other servers updated it with their DNS data/zones, so the server if full with Local Data = NO zones.
I've recently moved the NS Server from within DirectAdmin to an external DirectSlave.

Is it safe to delete all those Local Data = NO zones?
won't they be deleted in other servers (by mistake)...?


MtK
 
It should be; the worst case is the zones will be deleted.

Isn't that what you want?

Jeff
 
Sorry, I missed that :(. What about just turning off the clustering to that server? Or have I missed something else?

Jeff
 
Is it safe to delete all those Local Data = NO zones?


It is safe to delete them if you switch off MultiServer function on the server prior to deleting, or you might want to remove them from named.conf file directly.
 
Are you hosting domains on this server? If so, are you hosting DNS elsewhere? If so, where are people updating their DNS? On this server?

If you're using Multi-Server on this server to host DNS elsewhere I believe it's done as multiple masters to other DirectAdmin servers, and if so, Multi-Server may work even with BIND off, but if you're using any slave solution it won't work because BIND must be on for the server to act as a hidden master.

if you're managing DNS on this server then you'll need to have some kind of stub do-nothing program where BIND should be, because DirectAdmin will try to restart BIND every time a change is made.

Jeff
 
Are you hosting domains on this server? If so, are you hosting DNS elsewhere? If so, where are people updating their DNS? On this server?
yes, yes, elsewhere (directslave).

If you're using Multi-Server on this server to host DNS elsewhere I believe it's done as multiple masters to other DirectAdmin servers, and if so, Multi-Server may work even with BIND off, but if you're using any slave solution it won't work because BIND must be on for the server to act as a hidden master.
directslave took care of it :)

if you're managing DNS on this server then you'll need to have some kind of stub do-nothing program where BIND should be, because DirectAdmin will try to restart BIND every time a change is made.
this takes care of it: http://help.directadmin.com/item.php?id=25
 
My understanding is that DirectSlave uses Master->Slave function built into BIND to actually transfer the zones. If that's so, then BIND must be turned on at the master, even if it's a hidden master.

Jeff
 
Back
Top