(iSeries)
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 WAS ND 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 WAS instances, the ivtApp application must be installed in the server. By default, this application is installed in the default server created when we 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
- Optional. The value instance specifies the name of the instance for which we want to verify the installation. The default is default (or the instance specified by the WAS_OS400_INSTANCE variable).
Usage scenario
The following example verifies the default instance:
ivtThe following example verifies the devinst instance:
ivt -instance devinst
Use command-line tools