- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Hoe to stop a process with stat RWAST
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
02-28-2006 08:42 PM
02-28-2006 08:42 PM
Hoe to stop a process with stat RWAST
Openvms 7.3.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 08:57 PM
02-28-2006 08:57 PM
Re: Hoe to stop a process with stat RWAST
In most cases, you will have to reboot your machine .....
Regards
Heinz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 09:06 PM
02-28-2006 09:06 PM
Re: Hoe to stop a process with stat RWAST
Try http://www.pottsoft.com/home/vms/rwast.html#Breaking_Processes_Out_of_RWAST
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 11:54 PM
02-28-2006 11:54 PM
Re: Hoe to stop a process with stat RWAST
Do you know why the process is in RWAST ?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 12:26 AM
03-01-2006 12:26 AM
Re: Hoe to stop a process with stat RWAST
If you already did a stop proc/id=xxx
then forget it.
While there are hacks to stop the process, usually, the process is not able to complete an I/O, and thus it is a symptom
of some kind of device problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 12:53 AM
03-01-2006 12:53 AM
Re: Hoe to stop a process with stat RWAST
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 07:31 AM
03-01-2006 07:31 AM
Re: Hoe to stop a process with stat RWAST
If you're not familiar with diagnosing the cause with SDA, log a case with your local customer support centre for assistance.
Some RWASTs are recoverable, BUT if you've already attempted a STOP, you've probably covered over the tracks that would lead to a successful diagnosis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 07:35 AM
03-01-2006 07:35 AM
Re: Hoe to stop a process with stat RWAST
RWAST indicates the wait is expected to be satisfied by the delivery and/or enqueuing of an AST to the process.
Reasons for a pocess endup with RWAST state are...
-- waiting for an I/O to complete on a channel or
-- running out of a process or system quota or
-- waiting for a file system or lock request to complete or
-- waiting for a subprocess to terminate
Processes in the RWAST state can NOT be deleted until the condition they are waiting for is met. If you can not identify what the process is waiting for, you will have to reboot the system to eliminate the process.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 07:42 AM
03-01-2006 07:42 AM
Re: Hoe to stop a process with stat RWAST
you can use these cmnds to get more details about the process in RWAST state.
$ analyze/system
sda> read/executive
sda> read sys$loadable_images:sysdef
sda> sho summary
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 07:50 AM
03-01-2006 07:50 AM
Re: Hoe to stop a process with stat RWAST
Using SDA, you can find why the process in in RWAST state.
$ anal/system
sda> read/executive
sda> read sys$loadable_images:sysdef
sda> sho summary
it will display the particular process's index, using that index there is a way to troubleshoot this process.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 09:54 PM
03-01-2006 09:54 PM
Re: Hoe to stop a process with stat RWAST
You'll find it on Hunter Goatley's VMS freeware server at this location: http://vms.process.com/scripts/fileserv/fileserv.com?PWAIT_SDA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 10:52 PM
03-01-2006 10:52 PM
Re: Hoe to stop a process with stat RWAST
Apart from the released version on Hunter Goatley's site the latest version and any development versions can be found at
http://www.encompasserve.org/~miller/
I second the wise words of John G - STOP/ID should not be the first reaction to a process in RWAST as it generally does not stop the process but does make determining the cause somewhat more difficult.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 12:05 AM
03-02-2006 12:05 AM
Re: Hoe to stop a process with stat RWAST
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 12:32 AM
03-16-2006 12:32 AM
Re: Hoe to stop a process with stat RWAST
from your Forum Profile:
I have assigned points to 0 of 12 responses to my questions.
Maybe you can find some time to do some assigning?
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.
Consider, that every poster took at least the trouble of posting for you!
To easily find your streams with unassigned points, click your own name somewhere.
This will bring up your profile.
Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.
Thanks on behalf of your Forum colleagues.
PS. nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before please do not take offence none is intended!