IBM Tivoli Federated Identity Manager, Version 6.2.2

Checking WebSphere Application Server status

After starting WebSphere® Application Server, check that the server is running before performing additional tasks.

Using the command line

Script and batch files are provided for checking the status of WebSphere Application Server.

About this task

To check the status of WebSphere Application Server using the command line:

Procedure

  1. Open a command prompt.
  2. Locate the serverStatus script or batch file in the WebSphere Application Server installation directory. Run it, specifying the profile name and application server name. The following commands assume that WebSphere Application Server was installed in the default location:
    AIX®
    /usr/IBM/WebSphere/AppServer/bin/serverStatus.sh server_name  -profileName profile_name
    Linux and Solaris
    /opt/IBM/WebSphere/AppServer/bin/stopServer.sh server_name  -profileName profile_name
    Windows
    C:\Program Files\IBM\WebSphere\AppServer\bin\serverStatus.bat server_name  -profileName profile_name


Feedback