PreviousNext

cdscache show

Returns information about clearinghouses or servers stored in the cache. The syntax is as follows:

cdscache show server_name {-server | -clearinghouse}

Options

-clearinghouse
The -clearinghouse option displays all the names and values of the attributes in the specified cached clearinghouse. The following are valid attributes:

Creation Time
Specifies the time at which this clearinghouse was added to the cache

Miscellaneous Operations
Specifies the number of operations other than read and write (that is, skulks, new epochs, and so on) performed by this client on the cached clearinghouse

Read Operations
Specifies the number of lookup operations of any sort performed by the client on the cached clearinghouse

Towers
Specifies the protocol sequence and network address of the server that maintains the cached clearinghouse

Write Operations
Specifies the number of write operations performed by this clerk on the cached clearinghouse

-server
The -server option displays address information of a server in the local clerk's cache. The following list describes the valid attributes:

Name
The directory cell name

Towers
The protocol sequence and network address of the server node

Description
The cdscache show operation displays information about clearinghouses or servers stored in the cache. The required server_name argument is the simple name of a server or a CDS name of a clearinghouse for which you want to display information. You must use one of the -clearinghouse or -server options to select the information you want to display.

Privileges Required
You must have r (read) permission to the CDS client.

Examples
The following command displays all attributes of the cached clearinghouse /.:/claire_ch.

dcecp> cdscache show /.:/claire_ch -clearinghouse
{CH_Name /.../blue.cell.osf.org/claire_ch}
{Created 1994-10-07-11:41:23.131}
{Others 458}
{Reads 150221}
{Tower {ncacn_ip_tcp 130.105.4.158}}
{Tower {ncadg_ip_udp 130.105.4.158}}
{Writes 162}
dcecp>

The following command displays all attributes of the cached server drkstr.

dcecp> cdscache show drkstr -server
{CH_Name /.../terrapin_cell.osf.org/drkstr_ch}
{Tower {ncacn_ip_tcp 130.105.5.16}}
{Tower {ncadg_ip_udp 130.105.5.16}}