Will restarting the system flush BIND (named) cache? I use GNU/Linux.
Asked
Active
Viewed 7,754 times
1 Answers
13
yes it will; but you dont have to reboot the server; try:
rndc flush
or just restart bind
pQd
- 29,561
- 5
- 64
- 106
-
2Thanks. 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 02 '11 at 06:48
-
Is there an option to prevent flushing cache on restart? – Akilan Sep 02 '11 at 07:52
-
@Akilan - you can dump current cache with rndc dumpdb ; but i dont think it's possible to reload such data [ see here https://lists.isc.org/pipermail/bind-users/2002-November/042297.html ] – pQd Sep 02 '11 at 08:55