Sie können einzelne Dateien oder Komponenten angeben, die in die Stücklistenprüfung
eingeschlossen werden sollen.
Vorbereitungen
Installieren Sie das Produkt, bevor Sie die Kontrollsummen der einzelnen Dateien und
Komponenten abgleichen.
Gründe und Szenarios für die Ausführung dieser Task
Dieser Artikel beschreibt die Verwendung von Einschlussmerkmalen zur Angabe
von einzelnen Dateien und Komponenten.
Standardmäßig werden alle Dateien
außer den 25 von IBM ausgeschlossenen Dateien in den Kontrollsummenabgleich einbezogen.
Die angezeigte Ausgabe wird etwa wie folgt aussehen:
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
...
Es gibt mehrere Methoden, um nur bestimmte Dateien in einen
Abgleich einzuschließen.
Schritte für diese Task
- Kontrollsummen abgleichen und nur angegebene Komponenten in den Abgleich
einbeziehen:
Auf Linux- und UNIX-Plattformen:
./installver_wbi.sh -includecomponent
komp1;komp2;komp3;...
Auf Windows-Plattformen: installver_wbi.bat
-includecomponent komp1;komp2;komp3;...
Die resultierenden Nachrichten dokumentieren den Einschluss.
Die angezeigte Ausgabe wird etwa wie folgt aussehen:
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.
- Nur bestimmte Dateien in den Abgleich einschließen:
Auf Linux- und UNIX-Plattformen:
installationsstammverzeichnis/bin/installver_wbi.sh
-include dn1;dn2;dn3
Auf Windows-Plattformen:
installationsstammverzeichnis\bin\installver_wbi.bat -include dn1;dn2;dn3
Beispielsweise könnten Sie nur die Datei
properties/version/proxy.server.component einschließen, die in
diesem Beispiel geändert wurde, um eine Kontrollsummendifferenz zu verursachen:
installver_wbi.bat -log
-include properties/version/proxy.server.component
Das Ergebnis zeigt, dass im Rahmen des Abgleichs alle 285 Komponenten
nach Verweisen auf die eingeschlossene Datei durchsucht wurden. Die angezeigte Ausgabe
wird etwa wie folgt aussehen:
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.
Wenn Ihnen bekannt ist, dass sich die Datei nur in einer Komponente
befindet, können Sie den Abgleich beschleunigen, indem Sie ihn auf die
relevante Komponente beschränken:
installver_wbi.bat -log -includecomponent proxy.server -include properties/version
/proxy.server.component
Das Ergebnis zeigt, dass der Abgleich auf eine Komponente beschränkt
wurde. Die angezeigte Ausgabe wird etwa wie folgt aussehen:
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.
Ergebnis
Wenn Sie einen der Kontrollsummenbefehle im Verzeichnis
installationsstammverzeichnis/bin aufrufen, wird der
Befehlsstatus in der Terminalkonsole oder in einer Protokolldatei ausgegeben.