![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to monitor Unix server CPU status? | shingpui | UNIX for Dummies Questions & Answers | 1 | 05-08-2009 11:31 AM |
| unix script to check if rsh to box and send status mail | bpm12 | UNIX for Dummies Questions & Answers | 1 | 10-09-2008 07:41 AM |
| How to check TCP server status | mansoorulhaq | High Level Programming | 1 | 09-17-2007 02:42 AM |
| How to check the file status in a remote server? | rajus19 | Shell Programming and Scripting | 3 | 04-28-2006 04:45 AM |
| check the status and send an email with status | isingh786 | Shell Programming and Scripting | 3 | 12-29-2005 07:22 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
how to check weblogic server status in Unix machine
Hi All,Could anybody help in suggesting how to check the weblogic server status in a Unix machine?
ps -ef |grep "startWeblogic.sh" The above command would give the running status but can anyone throw some light how to check if it is in hung/down state. Thanks |
|
||||
|
If you know what TCP port the server should be listening to connections on, you could telnet to that port.
For example from the server running WebLogic: telnet localhost PORTNUMBER If it answers, and by answers I mean it opens the telnet session and doesn't time out, or immediately fail, it would be a first sign that the application is open and accepting requests. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|