Use the serverStatus command to obtain the status of one or all of the servers configured on a node. You can run this command from the install_root/bin directory of a WebSphere Application Server installation or a Network Deployment installation.
Syntax
The command syntax is as follows:
serverStatus <server>|-all [options]The first argument is required. The argument is either the name of the server for which status is desired, or the -all keyword which requests status for all servers defined on the node.
Parameters
The following options are available for the serverStatus command:
Usage scenario
The following examples demonstrate correct syntax:
serverStatus server1 serverStatus -all (returns status for all defined servers) serverStatus -trace (produces the serverStatus.log file)