WAS v8.0 > Install the application serving environment > Distributed operating systems > Configure the product after installation > Use the installation verification tool


ivt command

The ivt command starts the installation verification test (IVT) program. The IVT verifies that the installation of the application server or dmgr profile was successful. A profile consists of files that define the runtime environment for a dmgr or an application server. Each profile has its own ivt command.

New feature: Beginning in WAS v8.0 you can configure the server to use the High Performance Extensible Logging (HPEL) log and trace infrastructure instead of using SystemOut.log , SystemErr.log, trace.log, and activity.log files or native z/OS logging facilities. If you are using HPEL, you can access all of your log and trace information using the LogViewer command-line tool from your server profile bin directory. See the information about using HPEL to troubleshoot applications for more information on using HPEL.New feature:

The IVT program starts the application server or dmgr 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

The location of the installation verification test script for a profile is the PROFILE_ROOT/bin directory. The script file name is:


Parameters

The following parameters are associated with this command.

server_name

Required parameter that identifies the name of the server process, such as server1 or dmgr

profile_name

Required parameter that identifies the name of the profile that contains the server definition

-p server_port_number

Optional parameter that identifies the default_host port when the port is not 9080, which is the default

-host machine_host_name

Optional parameter that identifies the host machine of the profile to test

The default is localhost.


Syntax for the ivt command

Use the following syntax for the command:


Log

The ivt command logs results to the PROFILE_ROOT/logs/ivtClient.log file.

New feature: Beginning in WAS v8.0 you can configure the server to use the High Performance Extensible Logging (HPEL) log and trace infrastructure instead of using SystemOut.log , SystemErr.log, trace.log, and activity.log files or native z/OS logging facilities. If you are using HPEL, you can access all of your log and trace information using the LogViewer command-line tool from your server profile bin directory. See the information about using HPEL to troubleshoot applications for more information on using HPEL.New feature:


Example

The following examples test the server1 process in the profile01 profile on the myhost machine using the default_host on port 9081.

ivt.sh server1 profile01 -p 9081 -host myhost

ivt.bat server1 profile01 -p 9081 -host myhost

Use the installation verification tool

+

Search Tips   |   Advanced Search