cdscache delete
Removes knowledge of a server that you had specifically created from the local client's cache. The syntax is:
cdscache delete server_name
Description The cdscache delete operation removes knowledge of a server that you had specifically created from the local client's cache. The syntax is as follows:
cdscache delete server_name
The delete operation removes knowledge of a server that was specifically created from the local client's cache. The required server_name argument is the simple name of a cached
server. (An example of a simple name would be pelican, as opposed to a cell-relative name like /.:/hosts/pelican.) You can delete only servers that you have specifically created
with the cdscache create command. This operation returns an empty string on success.
Privileges Required You must have w (write) permission to the client system. /.:/hosts/hostname/cds-clerk.
Examples The following command removes knowledge of the server gumby from the client cache:
dcecp> cdscache delete gumby dcecp>
|