ccm cache_server

本内容适用于 V7.2.1 或更高版本。 ccm cache_server 命令检查缓存在高速缓存服务器上的对象与 Rational® Synergy 主服务器存储库对象的一致性。

摘要

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

选项和参数

您必须是 ccm_admin 角色才能使用该命令。

该一致性检查将高速缓存服务器中对象的 checksum 与 Rational Synergy 主服务器中相应对象的 checksum 进行比较。

/v|/verbose
显示一组更详细的信息。
/l|/limit
在每个迭代中处理的对象数量。缺省值为 100。
cvid
提供需要检查一致性的 cvid 数量列表。如果没有指定 cvid 数量,会对当前数据库的所有高速缓存对象进行一致性检查。

示例

检查高速缓存对象与主服务器存储库的一致性。请将每次检查限制为三个对象,并开启详细选项。

> 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

反馈