Verificando a Lista de Materiais

Após a instalação, verifique as somas de verificação reais dos arquivos instalados em comparação com uma lista de materiais fornecida com o produto. Se as somas de verificação corresponderem, isto indica que o produto foi instalado corretamente. Se as somas de verificação forem diferentes, reveja as diferenças para determinar se existe um problema.

Antes de iniciar

Instale o produto antes de tentar comparar somas de verificações dos arquivos instalados à lista de materiais enviados.

Por Que e Quando Desempenhar Esta Tarefa

Utilize o comando installver_wbi para comparar um conjunto de arquivos da lista de materiais a uma soma de verificação dos arquivos instalados para verificar se todos os arquivos instalados estão corretos. O produto inclui um arquivo da lista de materiais para cada componente para fornecer este sistema de verificação de arquivos de instalação.

A ferramenta installver_wbi gera dinamicamente uma lista de componentes totais localizados na instalação.

Etapas para Esta Tarefa

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.

Resultados de registro: A ferramenta installver_wbi cria mensagens para cada componente. A ferramenta também relata o êxito geral baseado na verificação de todos os componentes da nota de materiais. As mensagens a seguir indicam conclusão:

As mensagens relatam o número total de problemas localizados. Se a contagem de problemas for zero, isto indica que todos os componentes existem e que não existem problemas. A ferramenta registrará os resultados do comando no arquivo install_root/logs/installver.log se você utilizar o - parâmetro de registro sem especificar um nome de arquivo para o registro.

É possível redirecionar a saída utilizando o parâmetro -log e um argumento.O diretório especificado já deve existir. Por exemplo:
./installver_wbi.sh -log/tmp/waslogs/my_installver.log

Exemplo

O comando a seguir produz este exemplo, que mostra os resultados da comparação do produto instalado com a lista de materiais do produto.

Saída de Exemplo dos Componentes com Erros

Este exemplo mostra erros localizados pela comparação.
I CWNVU0160I: [ivu] Verifying.
I CWNVU0170I: [ivu] The installation root directory is C:\Program Files\eclipse\
  eclipse3.x\workspace\
  WAS.installver\test\v6x\product.installroot\
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 0.
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: 6
I CWNVU0270I: [ivu] Gathering installation root data.
W CWNVU0280W: [ivu] Component mismatch: expected mismatchcomponentname
  but found mismatchingname
I CWNVU0360I: [ivu] The following bill of materials issue is found for component
  nullvaluesample: Hash must not be null or an empty string.
I CWNVU0360I: [ivu] The following bill of materials issue is found for component
  nullvaluesample: Name must not be null or an empty string.
I CWNVU0360I: [ivu] The following bill of materials issue is found for component
  nullvaluesample: Hash must not be null or an empty string.
I CWNVU0360I: [ivu] The following bill of materials issue is found for component
  nullvaluesample: Permission must not be null or an empty string.
I CWNVU0360I: [ivu] The following bill of materials issue is found for component
  symlinksample: Hash must not be null or an empty string.
I CWNVU0290I: [ivu] Starting the verification for 6 components.

I CWNVU0470I: [ivu] Starting to analyze: _binarycomponentsample
I CWNVU0480I: [ivu] Done analyzing: _binarycomponentsample

I CWNVU0470I: [ivu] Starting to analyze: nullvaluesample
I CWNVU0430I: [ivu] The following file is missing: testpath
I CWNVU0390I: [ivu] Component issues found : 1
I CWNVU0480I: [ivu] Done analyzing: nullvaluesample

I CWNVU0470I: [ivu] Starting to analyze: overlapbinarycomponentsample
W CWNVU0422W: [ivu] The following file is overlapped: lib/binaryTest.jar
W CWNVU0425W: [ivu] The overlap is caused by: _binarycomponentsample
I CWNVU0390I: [ivu] Component issues found : 1
I CWNVU0480I: [ivu] Done analyzing: overlapbinarycomponentsample

I CWNVU0470I: [ivu] Starting to analyze: regularcomponentsample
I CWNVU0440I: [ivu] The following file is different: lib/different.jar
I CWNVU0410I: [ivu] fc19318dd13128ce14344d066510a982269c241b is the checksum in the bill of materials.
I CWNVU0420I: [ivu] 517d5a7240861ec297fa07542a7bf7470bb604fe is the checksum on the file system.
I CWNVU0440I: [ivu] The following file is different: lib/ibmtemplateexclude.jar
I CWNVU0410I: [ivu] d3ac7a4ef1a8ffb4134f2f6e7f3c0d249d74b674 is the checksum in the bill of materials.
I CWNVU0420I: [ivu] d3ac7a4ef1a838b4134f2f6e7f3c0d249d74b674 is the checksum on the file system.
I CWNVU0430I: [ivu] The following file is missing: lib/missing.jar
I CWNVU0440I: [ivu] The following file is different: lib/usertemplateexclude.jar
I CWNVU0410I: [ivu] 12dea96fec20593566ab75ff2c9949596833adc9 is the checksum in the bill of materials.
I CWNVU0420I: [ivu] 12dea96fec20593566ab75692c9949596833adc9 is the checksum on the file system.
I CWNVU0430I: [ivu] O arquivo a seguir está ausente: missingfilebutwithbaddirectory/
missingBadDirectory.jar
I CWNVU0390I: [ivu] Component issues found : 5
I CWNVU0480I: [ivu] Done analyzing: regularcomponentsample

I CWNVU0470I: [ivu] Starting to analyze: symlinksample
I CWNVU0480I: [ivu] Done analyzing: symlinksample

I CWNVU0400I: [ivu] Total issues found : 7
I CWNVU0340I: [ivu] Done.

Saída de Exemplo de uma Instalação Típica Bem-sucedida

Este exemplo mostra os resultados típicos da verificação de uma instalação bem-sucedida.

Você pode ignorar seguramente os problemas do componente prereq.wccm. Estes problemas conhecidos não causam problemas gerais do sistema.

Examine com atenção um problema antes de assumir que é um problema sério.

I CWNVU0160I: [ivu] Verifying.
I CWNVU0170I: [ivu] The installation root directory is C:\WebSphere\V6x-ND\
I CWNVU0300I: [ivu] The total number of user excluded files found are 1.
I CWNVU0300I: [ivu] The total number of IBM excluded files found are 75.
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 285 components.

I CWNVU0470I: [ivu] Starting to analyze: activity
I CWNVU0480I: [ivu] Done analyzing: activity

I CWNVU0470I: [ivu] Starting to analyze: activity.impl
I CWNVU0480I: [ivu] Done analyzing: activity.impl

I CWNVU0470I: [ivu] Starting to analyze: activity.session
I CWNVU0480I: [ivu] Done analyzing: activity.session

I CWNVU0470I: [ivu] Starting to analyze: activity.session.impl
I CWNVU0480I: [ivu] Done analyzing: activity.session.impl

I CWNVU0470I: [ivu] Starting to analyze: acwa
I CWNVU0480I: [ivu] Done analyzing: acwa

I CWNVU0470I: [ivu] Starting to analyze: adapter
I CWNVU0480I: [ivu] Done analyzing: adapter
...
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 CWNVU0430I: [ivu] The following file is missing: web/configDocs/activitysessionejbext/
  classes-frame.html
I CWNVU0430I: [ivu] The following file is missing: web/configDocs/activitysessionservice/
  ActivitySessionService.html

...
I CWNVU0430I: [ivu] The following file is missing: web/configDocs/wssecurity/
  consumer-binding.html
I CWNVU0430I: [ivu] The following file is missing: web/configDocs/wssecurity/
  default-bindings.html
I CWNVU0430I: [ivu] The following file is missing: web/configDocs/wssecurity/
  generator-binding.html
I CWNVU0390I: [ivu] Component issues found : 625
I CWNVU0480I: [ivu] Done analyzing: prereq.wccm

I CWNVU0470I: [ivu] Starting to analyze: prereq.webtlsrn
I CWNVU0480I: [ivu] Done analyzing: prereq.webtlsrn

I CWNVU0470I: [ivu] Starting to analyze: prereq.wsadie
I CWNVU0480I: [ivu] Done analyzing: prereq.wsadie

...
I CWNVU0470I: [ivu] Starting to analyze: wsexception
I CWNVU0480I: [ivu] Done analyzing: wsexception

I CWNVU0470I: [ivu] Starting to analyze: wsif
I CWNVU0480I: [ivu] Done analyzing: wsif

I CWNVU0400I: [ivu] Total issues found : 627
I CWNVU0340I: [ivu] Done.

O que fazer em seguida

Consulte a descrição do Comando installver_wbi para obter explicações de cada parâmetro.

Tarefas relacionadas
Calculando uma Nova Soma de Verificação de Nível Base para um Inventário de Arquivos Configurados

(c) Copyright IBM Corporation 2005, 2006.
Este centro de informações é desenvolvido em tecnologia Eclipse (http://www.eclipse.org)