例えば、prereq.wccm コンポーネントのみを比較に含めます。
installver.bat -log -includecomponent prereq.wccm
比較では、コンポーネントのすべての欠落ファイルの問題が示されます。
I CWNVU0160I: [ivu] Verifying.
I CWNVU0170I: [ivu] The installation root directory is C:¥IBM¥WebSphere¥AppServerV602¥
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 78.
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: prereq.wccm
I CWNVU0430I: [ivu] The following file is missing:
web/configDocs/activitysessionejbext/ActivitySessionEJBJarExtension.html
I CWNVU0430I: [ivu] The following file is missing:
web/configDocs/activitysessionejbext/ActivitySessionEnterpriseBeanExtension.html
I CWNVU0430I: [ivu] The following file is missing:
web/configDocs/activitysessionejbext/ContainerActivitySession.html
...
I CWNVU0390I: [ivu] Component issues found : 625
I CWNVU0480I: [ivu] Done analyzing: prereq.wccm
I CWNVU0400I: [ivu] Total issues found : 625
I CWNVU0340I: [ivu] Done.
ファイルを除外することができます。例えば、前の例で強調表示されたファイルを除外します。
installver -log -includecomponent prereq.wccm
-exclude web/configDocs/activitysessionejbext/
ActivitySessionEJBJarExtension.html;web¥configDocs¥activitysessionejbext¥
ActivitySessionEnterpriseBeanExtension.html
ヒント: ディレクトリーの区切り文字には、スラッシュを使用します。
結果には、除外したファイルの比較が行われなかったことが示されます。
I CWNVU0160I: [ivu] Verifying.
I CWNVU0170I: [ivu] The installation root directory is C:¥IBM¥WebSphere¥AppServerV602¥
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 78.
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: prereq.wccm
I CWNVU0430I: [ivu] The following file is missing:
web/configDocs/activitysessionejbext/ContainerActivitySession.html
...
I CWNVU0390I: [ivu] Component issues found : 623
I CWNVU0480I: [ivu] Done analyzing: prereq.wccm
I CWNVU0400I: [ivu] Total issues found : 623
I CWNVU0340I: [ivu] Done.
2 つのファイルが比較に含まれていた場合、前の例のように、これらはリストに含まれ、数は 625 となります。
ヒント: 例の強調表示された行は、次のステップに示すように、ユーザー・テンプレート・ファイルにリストされた除外ファイル用に予約されています。強調表示された行には、installver
コマンド行で -exclude パラメーターを使用してリストしたファイルはカウントされていません。