Koozali.org: home of the SME Server

Clear Named Cache?

Steven Briggs

Clear Named Cache?
« on: July 09, 2002, 01:52:00 AM »
I know how to accomplish clearing the DNS cache under a normal linux/named setup, but how do you do it with this distro?  I tried an ndc restart, and it tried to start the other named server on the system...

Thanks for any help,
Steve

Sean Gray

Re: Clear Named Cache?
« Reply #1 on: July 10, 2002, 01:02:18 AM »
Try this...

kill -1 ps -ef|grep named|awk {'print $2'}

Sean