Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Steven Briggs on July 09, 2002, 01:52:00 AM

Title: Clear Named Cache?
Post by: Steven Briggs 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
Title: Re: Clear Named Cache?
Post by: Sean Gray on July 10, 2002, 01:02:18 AM
Try this...

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

Sean