ccm cache_server

This content applies to version 7.2.1 or later. The ccm cache_server command checks the consistency of the objects that are cached on the cache server with the Rational® Synergy main server repository objects.

Synopsis

ccm cs|cache_server /check|/fs_check [/v|/verbose] [/l|/limit limit] [cvid…]

Options and arguments

You must be in the ccm_admin role to use this command.

This consistency check compares the checksum of the objects in the cache server with the checksum of the corresponding objects in the Rational Synergy main server.

/v|/verbose
Shows a more detailed set of information.
/l|/limit
The number of objects that are processed in each iteration. The default value is 100.
cvid
Provides a list of cvid numbers whose consistency must be checked. If nocvid numbers are specified, all of the cached objects for the current database are checked for consistency.

Example

Check the consistency of cached objects with the main server repository. Limit the check to three objects at a time with the verbose option turned on.

> ccm cache_server /check /verbose /limit 3
Preparing to check 6 object(s)...

Checking 3 out of 6 object(s)...
Calculating checksum for the objects found in cache server repository...
Calculating checksum for the objects found in main server repository...
Comparing the results...
Completed checking 3 out of 6 object(s).

Checking 3 out of remaining 3 object(s)...
Calculating checksum for the objects found in cache server repository...
Calculating checksum for the objects found in main server repository...
Comparing the results...
Completed checking 3 out of remaining 3 object(s).

Summary:
---------------------------------------------
Total Objects: 6
Failed Objects: 0
Inconsistent Objects: 0

Feedback