Re: Flushing the nameserver cache on AIX



On Wed, 06 Sep 2006 16:55:11 -0700, Jigs wrote:

Hi All,

Can anyone help me with flushing the nameserver cache on AIX? Solaris has
an equivalent nscd daemon that caches name service requests. Does AIX have
a similar daemon?

You seem to be confusing two different things here. Nscd is a client side
caching daemon which can cache hosts and user database information.
Caching hosts information is generally disabled by default these days as
nameserver caches work better - nscd does not IME respect TTLs.

The nameserver cache is in the namserver itself not on the client.

As far as I know nscd has never been available on AIX, nor is there any
equivalent. It's not normally needed as it primary purpose is to
address performance issues in large NIS+ networks and AIX doesn't use NIS+
by default. AIX clients do not ever cache hosts information AFAIK.

As Roy said, the normal way to flush a bind nameserver's cache is "rndc
flush", but as far as I can see IBM do not ship rndc with AIX. You could
install it from a regular bind distribution. Otherwise you can stop and
restart bind, which flushes the cache as it is in memory. This was the
only way with earlier versions.

Regards, Ian
.



Relevant Pages

  • Re: Flushing the nameserver cache on AIX
    ... AIX does not cache nameserver entries on the client side. ... Can anyone help me with flushing the nameserver cache on AIX? ...
    (comp.unix.aix)
  • AIX reporting L2cache0 size
    ... I am in the process of upgrading a IBM Intellistation, ... from AIX 5.1 to AIX 5.3 ... I am under the impression that this processor has 8MB of L2 cache, ...
    (comp.unix.aix)
  • Re: How do I know the size of L2 cache on AIX 5.3 ?
    ... machine generally should have L2 cache which is not zero. ... on AIX 5.3? ... Did the same command, on a partition with dedicatad cpu's, L2 size is ...
    (comp.unix.aix)
  • Re: AIX reporting L2cache0 size
    ... I am under the impression that this processor has 8MB of L2 cache, ... processor has 8MB of L2 cache. ... If AIX 5.3 is getting it wrong and using only 4MB, ... It is extremely accurate. ...
    (comp.unix.aix)
  • Tricky issues with local filesystem caching
    ... Christoph and Al raised a number of major objections to the way I'd implemented ... The way I've written the CacheFiles module means that the module goes ... The cache, however, mustn't be accessed under the security context of ... Communication with the daemon. ...
    (Linux-Kernel)