The ivt script

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.

Product

The ivt script is available in WebSphere Application Server and WebSphere Application Server Network Deployment.

Authority

To run this script, your user profile must have *ALLOBJ authority.

Syntax

The syntax of the ivt script is:

ivt [ -instance instance ]

Parameters

The parameters of the ivt script are:

Examples

ivt

This example verifies the default instance.

ivt -instance devinst

This example verifies the devinst instance.