- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Check Websphere is running or not
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2007 07:43 AM
тАО04-02-2007 07:43 AM
Check Websphere is running or not
I have installed Websphere applcation server in my box, i would like to check that the Websphere application server is running or not.
Thanks in Advance
Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2007 08:25 AM
тАО04-02-2007 08:25 AM
Re: Check Websphere is running or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2007 08:26 AM
тАО04-02-2007 08:26 AM
Re: Check Websphere is running or not
# [ -z "`UNIX95= ps -C myproc -o pid= -o comm=`" ] && mailx -s "myproc" is not running!" root < /dev/null
Substitute the 'basename' of the Websphere process for 'myproc' and you have a monitor that can be 'cron'ed if you like to alert you (here, the root user) when the process isn't running.
Regards!
...JRF...
- Tags:
- PS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2007 10:09 AM
тАО04-02-2007 10:09 AM
Re: Check Websphere is running or not
A faster way is to check the processes, but you have to be careful because java processes all look pretty much the same. You'll get a PID file in each server's log directory (ie logs/server1/server1.pid), you can try to make sure the listed PID is valid and looks like a WebSphere process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2007 04:49 AM
тАО04-03-2007 04:49 AM
Re: Check Websphere is running or not
Actually im a normal user i dont have permission to run serverstatus.sh , Can you suggest some other ways to find the process which are must to run Websphere so that we can find them using PS if they are not running.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2007 08:00 AM
тАО04-03-2007 08:00 AM
Re: Check Websphere is running or not
If you can not run serverStatus.sh then I assume you are not the WebSphere admin. The application admins may be able to provide you with better information on identifying WebSphere processes in that specific environment.