AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
Expand all | Collapse all

NSCD ( flush cache DNS for solaris ) in AIX

  • 1.  NSCD ( flush cache DNS for solaris ) in AIX

    Posted Tue March 28, 2006 10:07 AM

    Originally posted by: SystemAdmin


    Does anyone can bring me information for flushing cache DNS in a AIX client ( Solaris use nscd )
    Thanks


  • 2.  Re: NSCD ( flush cache DNS for solaris ) in AIX

    Posted Tue March 28, 2006 01:40 PM

    Originally posted by: SystemAdmin


    route -f

    man route

    Flags

    -f Purges all entries in the routing table that are not associated with network
    interfaces.

    As far as I know, AIX does not cache DNS requests/replys unless you are running a DNS server. If you are running a DNS server, you will have to clear it's cache seperately.

    -Aaron