What is the syntax to run a Cache refresh from the Command Line Interface? (NETIQKB28885)

  • 7728885
  • 02-Feb-2007
  • 19-Jun-2007

Resolution

goal
What is the syntax to run a Cache refresh from the Command Line Interface?

fact
Directory and Resource Administrator 6.60

fact
Directory and Resource Administrator 7.x

fix

The usage for the Cache command is:


CACHE {domainName}[/full][/system][DISPLAY]
domainName will perform an incremental refresh for the given domain
[/full] performs a full cache refresh instead of an incremental
[/system] performs a Resource Cache refresh instead of an incremental
[DISPLAY] displays the information on the last refresh

 

To perform a manual refresh of the accounts and resource caches, login as an Assistant Admin with a minimum of Built-in Configuration role and run the following command from the Command Prompt:

  • To perform an incremental accounts cache refresh for the NORTHEAST domain, enter:
    • EA /DOMAIN:NORTHEAST CACHE NORTHEAST
  • To perform a full accounts cache refresh on the LAB01 server in the NORTHEAST domain, enter:
    • EA /DOMAIN:NORTHEAST /SERVER:\\LAB01 CACHE NORTHEAST /FULL
  • To refresh the resource cache for the PITTSBURGH child domain in the NORTHEAST domain, enter:
    • EA /DOMAIN:NORTHEAST CACHE PITTSBURGH /SYSTEM
  • To display the last and next cache refresh times for the primary Administration server in the NORTHEAST domain, enter:
  • EA /DOMAIN:NORTHEAST /SERVER:DRA_servername CACHE NORTHEAST DISPLAY
     


Additional Information

Formerly known as NETIQKB28885