Will restarting the system flush BIND (named) cache? I use GNU/Linux.

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

yes it will; but you dont have to reboot the server; try:

rndc flush

or just restart bind

link|improve this answer
Thanks. But actually, I did not want it to flush cache on restart. In fact I wanted it to keep the cache as long as possible, unless I said rndc flush. :-) – Akilan Sep 2 '11 at 6:48
Is there an option to prevent flushing cache on restart? – Akilan Sep 2 '11 at 7:52
@Akilan - you can dump current cache with rndc dumpdb ; but i dont think it's possible to reload such data [ see here lists.isc.org/pipermail/bind-users/2002-November/042297.html ] – pQd Sep 2 '11 at 8:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.