The dspwasinst script
The dspwasinst script displays information about a profile 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)
- Profile type, location and template used to create.
- 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 profile (for a Network Deployment profile)
For usage instructions and examples, see Display profile 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 [ -profileName profile ] [ -server servername ] [ -help ]Parameters
The parameters of the script are:
- -profileName
This is an optional parameter. The value profile specifies the name of the profile that you want to display the properties for. The default value is default.- -server
This is an optional parameter. 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 profile 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.