Directadmin multiserver, how to retire the slave

Chrysalis

Verified User
Joined
Aug 25, 2004
Messages
1,587
Location
uk
So I am trying to automate the removal of the slaved zones using the multiserver feature.

I have tried the following.

Unticking the zone transfer box on the master.
Disabling Multi server on the master.
Deleting the external server on the master.

All 3 scenarios leave the domains dormant on the slave directadmin server so it basically doesnt tidy itself up. The only action that removes the zone from the slave is removing the domain from the master.

Is there a script or procedure to keep the domains on the master but remove them from the slave?
 
I had the same issue but it's easier then you think.
Use the advanced search function in the admins DNS manager, like this:
Code:
http://yourdomain.com:2222/CMD_DNS_ADMIN?view=advanced
now only under "Local Data" select "contanis" and then type "No", but case sensitive. So don't use "no" because then you won't get anything. Use "No" with capital N.
Then under "items per page" select "all" and click the search button.
The result is shown.
Then click the word "select" on the right side and they are selected, click Delete on the bottom of the page.

Now the slave zones are deleted from your local server. Do this on both servers and after that only the local zones are left on both servers.
 
Back
Top