ccm cache_server

この内容は 7.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 番号が指定されない場合、現在のデータベースでキャッシュに入れられたすべてのオブジェクトの整合性が検査されます。

キャッシュに入れられたオブジェクトの整合性を、メイン・サーバー・リポジトリーに照らして検査します。一度に検査するオブジェクトを 3 つに制限し、verbose オプションを有効にします。

$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

フィードバック