[IBM i]

ivt command

The install verification (ivt) script verifies that the application server for an instance is functioning correctly.

For a WebSphere® Application Server instance, the ivt script verifies that a JavaServer page, a servlet and an enterprise bean can be successfully invoked. For a WebSphere Application Server Network Deployment instance, the ivt script verifies that the deployment manager can be contacted successfully. If the application server is not running, the ivt script attempts to start it before verification begins. For WebSphere Application Server instances, the ivtApp application must be installed in the server. By default, this application is installed in the default server that is created when you create an instance. To run this script, your user profile must have *ALLOBJ authority.

Syntax

The command syntax is as follows:
ivt [-instance instance]

Parameters

The following options are available for the ivt command:

-instance
This is an optional parameter. The value instance specifies the name of the instance for which you want to verify the installation. The default value is default (or the instance specified by the WAS_OS400_INSTANCE variable).

Usage scenario

The following example verifies the default instance:
ivt
The following example verifies the devinst instance:
ivt -instance devinst