Display the status of your application server with the serverStatus script

Use the serverStatus script in Qshell to obtain the status of an application server instance. For information on running Qshell scripts, see Configure Qshell to run WebSphere Application Server - Express scripts.

Authority

No special authority is required to run this script.

Usage

    On the CL command line, run the STRQSH (Start Qshell) command.

    Run the cd command to change to the directory that contains the script:

    cd /QIBM/ProdData/WebASE51/ASE/bin

    Run the serverStatus script:

    serverStatus server

    where server is the name of your application server.

Syntax

The syntax of the serverStatus script is:

serverStatus server | -all -instance instance
 [ -logfile filename ] [ -replacelog ] [ -trace ] [ -username username ]
 [ -password password ] [ -help | -? ]

Parameters

The parameters of the serverStatus script are:

Example

serverStatus myAppSvr

This example displays the status for the myAppSvr instance.