PreviousNext

cds discard

Discards the contents of the client cache. The syntax is:

cdscache discard [server_name]

Description
The cdscache discard operation discards information cached in the client cache on the host specified by server_name. If you do not specify server_name, the operation discards the information from the client cache on the local host. Only a single server name can be specified. This operation returns an empty string on success.

To perform the operation, cdscache discard:

1. Brings down the client.

2. Deletes a specific set of files.

3. Restarts the CDS.

During the process, all cached information is discarded.

Privileges Required
You must have superuser (root) privileges on the client system. No CDS permissions are required.

Examples
The following command discards the contents of the client cache on the local host:

dcecp> cdscache discard
dcecp>