Saturday, July 13, 2013

IVT(Installation Verification Tool) in websphere

IVT tool will be present in app_server_root/bin
ex:C:\Program Files (x86)\IBM\WebSphere\AppServer\bin\ivt.bat
ivt.sh in unix environment

C:\Program Files (x86)\IBM\WebSphere\AppServer\bin>ivt.bat
IVTL0150I: The IVT command requires the following arguments:
<SERVER_NAME>
<PROFILE_NAME>
For example, on Linux:
ivt.sh server1 profile01
The IVT tool will first start the server given in the argument and then it scan the sysout log for errors and warnings.  

>ADMU0128I: Starting tool with the Dmgr01 profile
>ADMU3100I: Reading configuration for server: dmgr
>ADMU3200I: Server launched. Waiting for initialization status.
>ADMU3000I: Server dmgr open for e-business; process id is 4452
Server port number is:9060
IVTL0010I: Connecting to the  WebSphere Application Server on port: 90
60
IVTL0015I: WebSphere Application Server  is running on port: 9060 for
profile Dmgr01
IVTL0035I: The Installation Verification Tool is scanning the C:\Program Files (
x86)\IBM\WebSphere\AppServer\profiles\Dmgr01\logs\dmgr\SystemOut.log file for er
rors and warnings.
[13/7/13 22:56:53:169 IST] 00000001 PMIImpl       W   CWPMI0032W: PMI Service is
 not available in the Deployment Manager process.
[13/7/13 22:57:01:624 IST] 00000001 ThreadPoolMgr W   WSVR0626W: The ThreadPool
setting on the ObjectRequestBroker service is deprecated.
[13/7/13 22:57:37:583 IST] 00000080 webapp        W com.ibm.ws.webcontainer.weba
pp.WebApp initializeStaticFileHandler SRVE0278E: Error while adding servlet mapp
ing --> /*.
IVTL0040I: 3 errors/warnings are detected in the C:\Program Files (x86)\IBM\WebS
phere\AppServer\profiles\Dmgr01\logs\dmgr\SystemOut.log file
IVTL0070I: The Installation Verification Tool verification succeeded.
IVTL0080I: The installation verification is complete.




No comments:

Post a Comment

Your suggestions please