The dspwasinst script
The dspwasinst script displays information about an instance and the application servers it contains. The script displays the following information:
- Application servers. For each application server, the script displays this information:
- Port numbers
- Installed applications
- Status (running or stopped)
- Job ID (if the application server is running)
- Instance type (base application server, network deployment, or remote HTTP)
- Cell name
- Node name
- Network Deployment managing host and port (for a base application server, if you are using Network Deployment)
- Nodes that are managed by the instance (for a Network Deployment instance)
- Embedded JMS provider information
For usage instructions and examples, see Display instance properties.
Product
The dspwasinst 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 script is:
dspwasinst [ -instance instance ] [ -server servername ] [ -help ]Parameters
The parameters of the script are:
-instance
Optional. The value instance specifies the name of the instance that you want to display the properties for. The default value is default.-server
Optional. The value servername specifies the name of the application server to display. If this value is not specified, all of the application servers in the instance are displayed. To display properties for multiple servers, specify multiple -server parameters.-help
This optional parameter displays the help message. If you specify this parameter, the script ignores all other parameters.