- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Process Hung
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
09-16-2005 06:26 AM
09-16-2005 06:26 AM
Process Hung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2005 06:27 PM
09-16-2005 06:27 PM
Re: Process Hung
terminating a hung process with SDA is not possible. SDA can only read memory locations, but not modify them.
You can use SDA to find out WHY the process is hung. You may then be able to eliminate the reason for the hang. A last resort could be using the DELTA debugger to modify memory locations in system space, but this should only be attempted after thorough analysis, as it can easily lead to system crashes easily.
Let's start with some simple questions:
- what state is the process in ? SHOW SYSTEM
- is is waiting for a LOCK ? SDA> SHOW PROC/LOCK
- does it have busy channels ? SDA> SHOW PROC/CHAN
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2005 09:22 PM
09-16-2005 09:22 PM
Re: Process Hung
In a previous life I have worked on ICL - DME.
They had a program comparable to DELTA, but, just as an extra warning, that program was called
DYNAMITE.
--- you were constantly reminded of the risks involved! I still think it was a much better name than DELTA :-)
fwiw.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 10:38 AM
09-18-2005 10:38 AM
Re: Process Hung
Availability manager is FREE, and also warns of many problems. The collector runs on your VMS system, and the controller or display runs either on a VMS system or a PC (on the same lan).
However, it is better to run it on a PC as it uses JAVA and eats a ton of memory on a VMS system.
http://h71000.www7.hp.com/openvms/products/availman/news.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 11:45 AM
09-18-2005 11:45 AM
Re: Process Hung
In SDA, try a show proc/index of the rogue process. Look for 0/nnn fields, indicating something has run out of a resource.
then try a show proc/channel and look to see what channels are busy for that process.
After that, a lot depends on what you get, so report back...
q
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 03:11 AM
09-19-2005 03:11 AM
Re: Process Hung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 03:14 AM
09-19-2005 03:14 AM