The ivt command starts the installation verification test (IVT) program. The IVT program verifies that the installation of WebSphere Process Server using a stand-alone profile or a deployment manager profile was successful.
The IVT program scans the SystemOut.log file for errors and verifies core functionality of the profile.
You can start the IVT program from the command line or from the First steps console.
If you create a profile in a location other than install_root/profiles/profile_name, the test program will be located within the profile_name directory.
The following parameters are associated with this command.
The following examples test the server1 process in the profile01 profile on the myhost machine using the default_host on port 9081.
wps_ivt.bat server1 profile01 -p 9081 -host myhost
wps_ivt.sh server1 profile01 -p 9081 -host myhost
Parent topic: Using the installation verification tool