Table of ContentsView in Frames

Flushing the name server database cache

You can use the nfs nsdb flush command to clear specific entries or all entries from the name server database (NSDB) cache. This removes outdated information from the cache after you made changes.

Step

  1. Perform one of the following actions:
    If you want to... Enter the command...
    Flush all entries
    nfs nsdb flush -a
    Flush entries specified by user name
    nfs nsdb flush -U username1[,username2,...]
    Flush entries specified by user ID
    nfs nsdb flush -u userID1[,userID2,...]
    Flush entries specified by group name
    nfs nsdb flush -G groupname1[,groupname2,...]
    Flush entries specified by group ID
    nfs nsdb flush -g groupID1[,groupID2,...]