部品表の検査の対象に含める個々のファイルまたはコンポーネントを指定します。
始める前に
個々のファイルおよびコンポーネントの検査合計を比較する前に、製品をインストールしてください。
このタスクを実行する理由と実行時期
このトピックでは、個々のファイルおよびコンポーネントを指定する包含プロパティーの使用法について説明します。
デフォルトでは、IBM が除外する 25 個のファイルを除く全ファイルが検査合計の比較の対象に含まれます。
以下のような出力が示されます。
I CWNVU0160I: [ivu] Verifying.
I CWNVU0170I: [ivu] The installation root directory is C:¥IBM¥WebSphere¥ProcServer
I CWNVU0300I: [ivu] The total number of user excluded files found are 0.
I CWNVU0300I: [ivu] The total number of IBM excluded files found are 25.
I CWNVU0180I: [ivu] Searching directory properties¥version¥install¥6.0.0.0¥backup
for file listing: files.list
I CWNVU0260I: [ivu] The total number of components found is: 285
I CWNVU0270I: [ivu] Gathering installation root data.
I CWNVU0460I: [ivu] The utility is running.
I CWNVU0290I: [ivu] Starting the verification for 285 components.
I CWNVU0470I: [ivu] Starting to analyze: activity
I CWNVU0480I: [ivu] Done analyzing: activity
...
特定のファイルだけを比較の対象に含めるには、いくつかの異なる方法があります。
このタスクのためのステップ
- 検査合計を比較するときに、比較の対象に指定のコンポーネントのみを含める場合:
Linux および UNIX プラットフォームの場合: ./installver_wbi.sh -includecomponent comp1;comp2;comp3;...
Windows プラットフォームの場合: installver_wbi.bat -includecomponent comp1;comp2;comp3;...
結果として出力されるメッセージに、包含が示されます。以下のような出力が示されます。
I CWNVU0160I: [ivu] Verifying.
I CWNVU0170I: [ivu] The installation root directory is C:¥IBM¥WebSphere¥ProcServer¥
I CWNVU0300I: [ivu] The total number of user excluded files found are 0.
I CWNVU0300I: [ivu] The total number of IBM excluded files found are 25.
I CWNVU0180I: [ivu] Searching directory properties¥version¥install¥6.0.0.0¥backup
for file listing: files.list
I CWNVU0260I: [ivu] The total number of components found is: 285
I CWNVU0270I: [ivu] Gathering installation root data.
I CWNVU0460I: [ivu] The utility is running.
I CWNVU0460I: [ivu] The utility is running.
I CWNVU0290I: [ivu] Starting the verification for 1 components.
I CWNVU0470I: [ivu] Starting to analyze: activity
I CWNVU0480I: [ivu] Done analyzing: activity
I CWNVU0400I: [ivu] Total issues found : 0
I CWNVU0340I: [ivu] Done.
- 特定のファイルのみを比較の対象に含める場合:
Linux および UNIX プラットフォームの場合: install_root/bin/installver_wbi.sh
-include fn1;fn2;fn3
Windows プラットフォームの場合: install_root¥bin¥installver_wbi.bat
-include fn1;fn2;fn3
例えば、
properties/version/proxy.server.component ファイルのみを対象に含めることができます。
この例では、検査合計の相違点を生成するように変更になります。
installver_wbi.bat -log
-include properties/version/proxy.server.component
結果として、対象に含められたファイルが比較され、このファイルを参照するすべてのコンポーネントを探して、285 個のコンポーネントがスキャンされたことが示されます。以下のような出力が示されます。
I CWNVU0160I: [ivu] Verifying.
I CWNVU0170I: [ivu] The installation root directory is C:¥IBM¥WebSphere¥ProcServer¥
I CWNVU0300I: [ivu] The total number of user excluded files found are 0.
I CWNVU0300I: [ivu] The total number of IBM excluded files found are 25.
I CWNVU0180I: [ivu] Searching directory properties¥version¥install¥6.0.0.0¥
backup for file listing: files.list
I CWNVU0260I: [ivu] The total number of components found is: 285
I CWNVU0270I: [ivu] Gathering installation root data.
I CWNVU0460I: [ivu] The utility is running.
I CWNVU0290I: [ivu] Starting the verification for 285 components.
I CWNVU0470I: [ivu] Starting to analyze: activity
I CWNVU0480I: [ivu] Done analyzing: activity
...
I CWNVU0470I: [ivu] Starting to analyze: proxy.server
I CWNVU0440I: [ivu] The following file is different: properties/version/proxy.server.component
I CWNVU0410I: [ivu] f385fc95977092e0482d52f9d1d5bebbc39fbb10 is the checksum in the bill of materials.
I CWNVU0420I: [ivu] b43bda7f1e7202d1f9495fc74ac14b8d85830aab is the checksum on the file system.
I CWNVU0390I: [ivu] Component issues found : 1
I CWNVU0480I: [ivu] Done analyzing: proxy.server
...
I CWNVU0400I: [ivu] Total issues found : 1
I CWNVU0340I: [ivu] Done.
ファイルが 1 つのコンポーネント内だけにあることが分かっている場合は、以下のように入力して、ファイルの比較を該当するコンポーネントに限定することで、比較を高速化することができます。
installver_wbi.bat -log -includecomponent proxy.server -include properties/version
/proxy.server.component
結果として、比較が 1 つのコンポーネントに限定されたことが示されます。以下のような出力が示されます。
I CWNVU0160I: [ivu] Verifying.
I CWNVU0170I: [ivu] The installation root directory is C:¥IBM¥WebSphere¥ProcServer¥
I CWNVU0300I: [ivu] The total number of user excluded files found are 0.
I CWNVU0300I: [ivu] The total number of IBM excluded files found are 25.
I CWNVU0180I: [ivu] Searching directory properties¥version¥install¥6.0.0.0¥backup
for file listing: files.list
I CWNVU0260I: [ivu] The total number of components found is: 285
I CWNVU0270I: [ivu] Gathering installation root data.
I CWNVU0460I: [ivu] The utility is running.
I CWNVU0290I: [ivu] Starting the verification for 1 components.
I CWNVU0470I: [ivu] Starting to analyze: proxy.server
I CWNVU0440I: [ivu] The following file is different: properties/version/proxy.server
.component
I CWNVU0410I: [ivu] f385fc95977092e0482d52f9d1d5bebbc39fbb10 is the checksum in the
bill of materials.
I CWNVU0420I: [ivu] b43bda7f1e7202d1f9495fc74ac14b8d85830aab is the checksum on the
file system.
I CWNVU0390I: [ivu] Component issues found : 1
I CWNVU0480I: [ivu] Done analyzing: proxy.server
I CWNVU0400I: [ivu] Total issues found : 1
I CWNVU0340I: [ivu] Done.
結果
install_root/bin ディレクトリーからいずれかの検査合計コマンドを実行すると、端末コンソールまたはログ・ファイルにコマンドの状況が示されます。