Friday, March 5, 2010

How to check Websphere Application Server status in window/linix?

u need go to the bin directory of websphere installation path. here u can find out the 'serverStatus.bat' on Windows and serverStatus.sh' on unix
please execute the below command for finding out the server status on websphere application server.

C:\Program Files\IBM\WebSphere\AppServer\bin>serverStatus.bat -all

ADMU0116I: Tool information is being logged in file C:\Program
Files\IBM\WebSphere\AppServer\profiles\Dmgr01\logs\serverStatus.log
ADMU0128I: Starting tool with the Dmgr01 profile
ADMU0503I: Retrieving server status for all servers
ADMU0505I: Servers found in configuration:
ADMU0506I: Server name: dmgr
ADMU0508I: The Deployment Manager "dmgr" is STARTED


C:\Program Files\IBM\WebSphere\AppServer\bin>

No comments:

Post a Comment