- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Application Hang-up
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
Forums
Discussions
Discussions
Discussions
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
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
05-04-2006 02:01 AM
05-04-2006 02:01 AM
Application Hang-up
Appreciate any inputs on my inquiry.
We have around 100 HP-UX workstations (C3700 & C8000) running on CAD systems (CATIA/UG/IDEAS). Most of the issues we encounter is workstations hang-up, what we usually do is just reboot the workstation and the user can already continue working but I really wanted to troubleshooting on what really caused of the hang-up. First is I want to know how to check a certain application is still running or not. What is the command to do this?
Any input is highly appreciated. Thanks.
BTV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 02:09 AM
05-04-2006 02:09 AM
Re: Application Hang-up
To check if an app is still running, use the ps -ef|grep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 02:11 AM
05-04-2006 02:11 AM
Re: Application Hang-up
The only way to tell what the last response was is to check /var/adm/syslog/syslog.log or the backup that is made after boot.
It would be interesting if the machine is hung if you try a remote login to it and run top or performance management to see whats running at the time it is supposedly hung.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 02:11 AM
05-04-2006 02:11 AM
Re: Application Hang-up
To check your application / process
# ps -ef | grep
also, check the # top 10 command to see CPU utilization and see which process is taking the maximum resources.
there could be lot of other reasons like your network connections , disk utilization , memory etc for the " hang up"s.
rgds / James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 02:13 AM
05-04-2006 02:13 AM
Re: Application Hang-up
What is the OS version ?
You can use ps -eaf to see all the processes running on your system.
You can use glance - but since its a work station I am not sure if you will have glance installed - just check if you have /opt/perf/bin/glance - thats a wonderful utility.
You can see which are the max CPU using processes as
UNIX95= ps -e -o "pid,user,pcpu,args" | sort -nr -k 3 | more
Are there any error logs in syslog ?
regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 01:37 PM
05-08-2006 01:37 PM
Re: Application Hang-up
I hope my question makes since. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 01:37 PM
05-08-2006 01:37 PM
Re: Application Hang-up
I hope my question makes sense. Thanks.