1833704 Members
3663 Online
110062 Solutions
New Discussion

DNS cache clean up!!

 
SOLVED
Go to solution
Jonathan Caplette_1
Super Advisor

DNS cache clean up!!

Hi guys

How do I clean up the cache of my DNS?!?!?

kill -

is it that??

thanks
4 REPLIES 4
Ken Hubnik_2
Honored Contributor
Solution

Re: DNS cache clean up!!

sig_named restart is correct. It will reload the database and bounce the named daemon.
S.K. Chan
Honored Contributor

Re: DNS cache clean up!!

I think this is what you want .. ??
# /usr/sbin/sig_named restart
That should reload the the DB on the name server (as it says in the man page for "sig_named").
John Bolene
Honored Contributor

Re: DNS cache clean up!!

the restart option does not clean up the cache, been there, done that...it mainly kicks off the zone updater that looks to see if any zone updates are needed without waiting for the zone update time to happen

what is needed is to kill and restart named by using

sig_named kill
/usr/sbin/named

It is always a good day when you are launching rockets! http://tripolioklahoma.org, Mostly Missiles http://mostlymissiles.com
Jonathan Caplette_1
Super Advisor

Re: DNS cache clean up!!

John's right!
thanks all!
ciao!