change name servers for ALL users on a server

Hello,

To change it in directadmin on Modify User page (for every single user), or in SSH as root if you want to do it very quickly for a big amount of users.
 
I don't believe that's as complete as it should be. After the .db files are fixed you should run the reload code for BIND (the DirectAdmin code which uses dataskq) to increment the zone file serial number and reload BIND (which will force notifications to slave nameservers.

While it may not be necessary depending on how you slave your DNS, I think it should be done, in case for some reason you'll switch to a slaving method which does require it, later.

Jeff
 
It was not me who wrote the guide. Anyway Jeff is right, and this command should be executed in the ending:

Code:
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
 
Sorry; I didn't mean to imply you did. I've already sent a note to John asking him to make the change.

Thanks for looking it up and posting it for me; I'm busy today :).

Jeff
 
Back
Top