The ivt command starts the installation verification test (IVT) program. The IVT verifies that the installation of the application server profile was successful. A profile consists of files that define the run-time environment for an application server. Each profile has its own IVT command.
The IVT program starts the application server automatically if the server process is not already running. After the server process initializes, the IVT runs a series of verification tests and displays pass or fail status in a console window.
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.
Location of the command file
Parameters
The following parameters are associated with this command.
Syntax for the ivt command
Logging
The ivt command logs results to the install_root/profiles/profile name/logs/ivtClient.log file.
Example
The following examples test the server1 process in the profile01 profile on the myhost machine using the default_host on port 9081.
ivt.bat server1 profile01 -p 9081 -host myhost
ivt.sh server1 profile01 -p 9081 -host myhost
Related tasks
Using the installation verification tools