- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- the curious case of the two waiting sub-processes
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
01-26-2005 09:09 AM
01-26-2005 09:09 AM
the curious case of the two waiting sub-processes
Any thoughts?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 12:49 PM
01-26-2005 12:49 PM
Re: the curious case of the two waiting sub-processes
I would suggest using SDA to identify the exact nature of the RWAST. I would not speculate, I would rather take the time and track down the actual details.
Often, RWAST (and similar conditions in other operating systems) are a secondary symptom. The actual problem often lies elsewhere (first learned this fact of life on OS/360, a LONG LONG time ago).
Luckily, on OpenVMS, you can do an SDA on a live system -- it helps to maintain the uptime record. (smile)
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 06:53 PM
01-26-2005 06:53 PM
Re: the curious case of the two waiting sub-processes
finding out about the RWAST process should be easy:
http://h18000.www1.hp.com/support/asktima/operating_systems/0094A663-57DAB060-1C0069.html
But it will be much more challenging to find out, why the sub-processes don't disappear...
I would start to try to find out, what the $PUTMSG call is trying to do. Write to which channel ?
Could you post (an a .TXT attachment) the output of SDA> SHOW PROC, SHOW PROC/CHAN, CLUE CALL) of the hanging subprocesses ?
If you need your database back and you can't solve the problem immediately, but still want to get a chance to try to find out about the 'mistery', force a crash.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 07:54 PM
01-26-2005 07:54 PM
Re: the curious case of the two waiting sub-processes
Unfortunately the DELPEN says someone has attempted to STOP/ID (DELPRC) the process. This is bad because it usually covers over the tracks of what really happened - all we can tell you about this type RWAST is it's the result of someone issuing a STOP/ID against a process that was stuck!
Most likely the only way out is a reboot :-( The moral is to avoid using STOP/ID as the FIRST step in diagnosing an apparently stuck process. Always have a REALLY good look with SDA first.
We *tried* to get STOP/ID changed from invoking $DELPRC to invoking $FORCEX instead, but various things prevented it. The best we got are the new STOP/IMAGE and STOP/EXIT qualifiers as of V7.3-2. Use STOP/IMAGE/ID in preference.
All you need to do is to train all your operators that STOP/ID has a fair chance of dropping you deeper into trouble than where you started, AND burning any bridges behind you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 08:15 PM
01-26-2005 08:15 PM
Re: the curious case of the two waiting sub-processes
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 09:04 PM
01-26-2005 09:04 PM
Re: the curious case of the two waiting sub-processes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 09:22 PM
01-26-2005 09:22 PM
Re: the curious case of the two waiting sub-processes
I have found this always usefull when i don't have access to DSNLink articles
http://www.yrl.co.uk/phil/vms/rwast.html
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 09:48 PM
01-26-2005 09:48 PM
Re: the curious case of the two waiting sub-processes
Its the subprocesses I'm puzzelled by. I expected to see a busy channel.
Attached is some results of SHOW CALL in SDA
I'm probably going to have to reboot soon (its a test system and the users are revolting :-) but I will get a crash to enjoy later.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 10:09 PM
01-26-2005 10:09 PM
Re: the curious case of the two waiting sub-processes
so RMS (SYS$PUT) is waiting (SYS$SYNCH) on some operation to complete. From the registers saved on the stack, only the saved R4 (000182DA) looks 'suspicious', it may be a %RMS-E-RSA error status.
The call to $PUT should have a RAB address as the first parameter. Some address on the stack may format as a RAB. SDA> SHOW PROC/RMS=RAB should allow to find out all open record streams...
But this is a long way to go ;-)
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 10:23 PM
01-26-2005 10:23 PM
Re: the curious case of the two waiting sub-processes
The system did have zero free space for a short time which may or may not be relevent.
I still thing it strange that no channels were shown as busy. The process had no log files or database files open.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 10:49 PM
01-26-2005 10:49 PM
Re: the curious case of the two waiting sub-processes
The system did have zero free space for a short time
I assume that to mean: "free diskspace on a relevant disk"?
In that case, which relevant file(s) are on THAT disk?
Could that be where your I/O got messed-up?
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 12:48 AM
01-27-2005 12:48 AM
Re: the curious case of the two waiting sub-processes
Would SHOW PROC/RMS show something
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 01:30 AM
01-27-2005 01:30 AM
Re: the curious case of the two waiting sub-processes
sure SDA> SHOW PROC/RMS shows a lot of information, if the process has files opened by RMS - but don't expect any clues without more detailled analysis.
Trying to find the RAB address for the $PUT seems to be the next logical step in trying to get an idea about the problem. SDA> SHOW PROC/RMS=RAB will show you all open record streams.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 03:36 AM
01-27-2005 03:36 AM
Re: the curious case of the two waiting sub-processes
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 12:45 PM
01-27-2005 12:45 PM
Re: the curious case of the two waiting sub-processes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 09:48 PM
01-27-2005 09:48 PM
Re: the curious case of the two waiting sub-processes
Purely Personal Opinion