개별 파일 또는 구성요소를 지정하여 부품표 검증을 포함하십시오.
시작하기 전에
제품을 설치 한 후, 개별 파일 및 구성요소의 체크섬을 비교하십시오.
이 타스크의 수행 목적 및 시기
이 주제에서는 포함 특성을 사용하여 개별 파일 및 구성요소를 지정하는 방법에 대해 설명합니다.
기본적으로,
IBM은 체크섬 비교에 모든 파일을 포함시킵니다(25개의 IBM 제외 파일 제외).
표시되는 출력은 다음과 같습니다.
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.
하나의 구성요소에만 파일이 있는 경우,
파일 비교를 적절한 구성요소로 제한함으로써 비교 속도를 가속화할 수 있습니다.
installver_wbi.bat -log -includecomponent proxy.server -include properties/version
/proxy.server.component
결과에서 비교가 한 구성요소로 제한되었음을 표시합니다. 표시되는 출력은 다음과 같습니다.
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 디렉토리에서 체크섬 명령 중 하나가 실행 되면
터미널 콘솔에 또는 로그 파일에 명령 상태가 표시됩니다.