List existing instances
The lstwasinst script displays a list of instances based on specified selection criteria.
Authority
To run this script, your user profile must have *ALLOBJ authority.
Usage
To list existing instances with the lstwasinst script, follow these steps:
On the CL command line, enter the STRQSH (Start Qshell) command.
Run the cd command to change to the directory that contains the script:
cd /QIBM/ProdData/WebASE51/ASE/binRun the lstwasinst script:>
lstwasinst -name instance_name_patternwhere instance_name_pattern is a string that defines the instances that you want to list.
Syntax
The syntax of the script is:
lstwasinst [ -name instance_name_pattern ] [ -display ] [ -verbose ] [ -help ]Parameters
The parameters of the script are:
-name
This is an optional parameter. The value instance_name_pattern specifies the pattern to match against instance names. Use the asterisk (*) as a wildcard character when you specify this value. For example, to find instances that start with svr, specify svr*.-display
This optional parameter calls the dspwasinst script for each instance listed. For information about the dspwasinst script, see Display application server properties with the dspwasinst script.-verbose
This optional parameter turns on verbose messages. Specify this parameter if debug the script.-help
This optional parameter displays the help message. If you specify this parameter, the script ignores all other parameters.