HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Weblogic Server on hpux
Operating System - HP-UX
1833365
Members
3092
Online
110052
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
05-30-2005 02:38 AM
05-30-2005 02:38 AM
Hey guys,
How to verify that web logic server is running fine on hpux 11i ?
I just needed the command to find the processes for cluster, managed server etc.
Does kill -3 option (i meam option -3) produces web logic core dump ?
Thanks,
Shiv
How to verify that web logic server is running fine on hpux 11i ?
I just needed the command to find the processes for cluster, managed server etc.
Does kill -3 option (i meam option -3) produces web logic core dump ?
Thanks,
Shiv
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 04:32 PM
05-30-2005 04:32 PM
Solution
Hello Shiv,
I think Weblogic will not store its process id in any of the log file.
You can get the detail about Weblogic process status from the console:
http://:/console
As you are looking in the command prompt you may have to do following changes (before changing please take a copy of Weblogic start script):
1. Look for the following type of line in the weblogic start script
${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${S
ERVER_NAME} -Dweblogic.ProductionModeEnabled=${PRODUCTION_MODE} -Djava.security.
policy="${WL_HOME}/server/lib/weblogic.policy" weblogic.Server
2. Add the following line just below the above kind of line, which will redirects the process id to some file.
echo $! > ${WL_HOME }/weblogic.pid
3. You have to remove the weblogic.pid file while stopping the weblogic server.
HTH
Regards,
Ganesha Sridhara
I think Weblogic will not store its process id in any of the log file.
You can get the detail about Weblogic process status from the console:
http://
As you are looking in the command prompt you may have to do following changes (before changing please take a copy of Weblogic start script):
1. Look for the following type of line in the weblogic start script
${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${S
ERVER_NAME} -Dweblogic.ProductionModeEnabled=${PRODUCTION_MODE} -Djava.security.
policy="${WL_HOME}/server/lib/weblogic.policy" weblogic.Server
2. Add the following line just below the above kind of line, which will redirects the process id to some file.
echo $! > ${WL_HOME }/weblogic.pid
3. You have to remove the weblogic.pid file while stopping the weblogic server.
HTH
Regards,
Ganesha Sridhara
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP