Re: Maintain task frequency

2016-05-10 Thread /dev/rob0
On Tue, May 10, 2016 at 10:09:09AM -0500, Jorge Alberto Martínez Melo wrote: > It seems that my maintain proposed tasks are unnecessary. > Furthermore occasional backups and updates, in your opinion what > are frequent necessary maintain tasks for a cache dns server. The answer depends on the

Re: Maintain task frequency

2016-05-10 Thread Jorge Alberto Martínez Melo
Thank you both, rob0 and Barry, very usefull notes. It seems that my maintain proposed tasks are unnecessary. Furthermore occasional backups and updates, in your opinion what are frequent necessary maintain tasks for a cache dns server. Thank you in advance for your comments -- jamm On 09/05/

Re: Maintain task frequency

2016-05-09 Thread Barry S. Finkel
On Mon, 9 May 2016 17:54:22 -0500, Jorge Alberto Mart?nez Melo wrote: Hello bind users, I am preparing some scripts to maintain some cache dns servers and I am thinking about the most appropriate frequency of these tasks: - to generate the root hints file (root cache). - to clear the cache with

Re: Maintain task frequency

2016-05-09 Thread /dev/rob0
On Mon, May 09, 2016 at 05:54:22PM -0500, Jorge Alberto Martínez Melo wrote: > I am preparing some scripts to maintain some cache dns servers and > I am thinking about the most appropriate frequency of these tasks: > - to generate the root hints file (root cache). Never. You'll get new root h

Maintain task frequency

2016-05-09 Thread Jorge Alberto Martínez Melo
Hello bind users, I am preparing some scripts to maintain some cache dns servers and I am thinking about the most appropriate frequency of these tasks: - to generate the root hints file (root cache). - to clear the cache with rndc flush - to generate the stats file with rndc stat Thank you in ad