Especifique arquivos ou componentes individuais a serem incluídos na verificação
da lista de materiais.
Antes de iniciar
Instale o produto antes de comparar somas de verificação de arquivos e componentes individuais.
Por Que e Quando Desempenhar Esta Tarefa
Este tópico descreve como utilizar propriedades de inclusão para especificar
arquivos e componentes individuais.
Por padrão, a IBM inclui
todos os arquivos na comparação de soma de verificação, exceto os 25 arquivos excluídos pela IBM.
A saída exibida será semelhante à seguinte:
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
...
São fornecidos métodos diferentes para incluir apenas
alguns arquivos na comparação.
Etapas para Esta Tarefa
- Compare somas de verificação e inclua componentes especificados apenas na
comparação:
Em plataformas Linux e UNIX: ./installver_wbi.sh
-includecomponent comp1;comp2;comp3;...
Em plataformas Windows: installver_wbi.bat
-includecomponent comp1;comp2;comp3;...
As mensagens resultantes mostram a inclusão. A saída exibida será semelhante à seguinte:
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.
- Inclua apenas alguns arquivos na comparação:
Em plataformas Linux e UNIX: install_root/bin/installver_wbi.sh
-include fn1;fn2;fn3
Em plataformas Windows: install_root\bin\installver_wbi.bat
-include fn1;fn2;fn3
Por exemplo, você pode incluir apenas o arquivo
properties/version/proxy.server.component,
que foi alterado para gerar a diferença de soma de verificação neste exemplo.
installver_wbi.bat -log
-include properties/version/proxy.server.component
O
resultado mostra que o arquivo incluído estava na comparação, que varreu 285
componentes procurando todos os componentes que se referem ao arquivo. A saída exibida será semelhante à seguinte:
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.
Se você souber que um arquivo está contido apenas
em um componente, poderá acelerar a comparação restringindo a comparação do arquivo
ao componente relevante:
installver_wbi.bat -log -includecomponent proxy.server -include properties/version
/proxy.server.component
O resultado mostra que a comparação
estava restrita a um componente. A saída exibida será semelhante à seguinte:
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.
Resultado
Quando emitir um dos comandos de soma de verificação a partir do diretório install_root/bin,
o status do comando será exibido no console do terminal ou em um arquivo de registro.