ivt command

The ivt command starts the installation verification test (IVT) program.

The IVT program starts the Application Server process automatically if the process is not already running. Once the process initializes, the IVT runs a series of verification tests and reports pass or fail status in a console window.

The IVT program scans product log files for errors and verifies core functionality of the product installation.

You can start the IVT program from the command line or from the First Steps menu.

 

Location of the command file

The command file is a script. On Linux and UNIX platforms, the command file is named ivt.sh in the $WAS_HOME/bin directory. On Windows platforms, the command file is named ivt.bat in the $WAS_HOME\bin directory.

 

Parameters

No parameters are associated with this command.

 

Syntax for the ivt command on a Linux or UNIX-based platform

The command syntax is

ivt.sh
Issue the command from the $WAS_HOME/bin directory.

 

Syntax for the ivt command on a Windows platform

The command syntax is

ivt.bat
Issue the command from the $WAS_HOME\bin directory.

 

Logging

The ivt command logs results to the $WAS_HOME/logs/ivt.log file.

 

See Also

Using the installation verification test