Purging the cache

Ivanti does not recommend purging the cache unless required for debugging purposes. These commands are accessible from CONFIG mode.

The purge features available through the CLI are described below:

Table 36.   Purging the cache

Feature

Command

Purge the device cache

debug sentry device-cache purge all

Purge the device cache of a specific device

debug sentry device-cache purge entry <device-id> <user-id>

Purge the Kerberos cache

debug sentry kerberos-cache purge <upn-string>

To purge the device cache, enter the following command:

debug sentry device-cache purge all

Example of purging the device cache:

config# debug sentry device-cache purge all

To purge the device cache of a specific device, enter the following command :

debug sentry device-cache purge entry <device-id> <user-id>

- device-id

The id of the device for which you want information.

- user-id

The User associated with the device.

Example:

config#debug sentry device-cache purge entry Appl7S032TF7A4S testuser2674

config#

To purge the Kerberos cache for a specific UPN, enter the following command:

debug sentry kerberos-cache purge <upn-string>

- upn-string
The UPN of the Kerberos user for which you want to purge the cached information.

Example of purging the cache for a Kerberos user:

config# debug sentry kerberos-cache purge [email protected]

Purged 1 entries from cache

Purging CRL cache

You can purge CRL cache entry by using CRL ID:

/usr/bin/curl - XPOST http://localhost:<port>/asproxy/crl-cache?action=purge&crl-id=<crl_id>