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:
- -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). For information about the WAS_OS400_INSTANCE variable, see Qshell environment variables.
Examples
ivtThis example verifies the default instance.
ivt -instance devinstThis example verifies the devinst instance.