- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - OpenVMS
 - >
 - Re: Deleting a nonexistent process
 
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
 
04-30-2008 10:23 AM
04-30-2008 10:23 AM
Here is a brief listing of what i have encountered.
$ show dev mka600/fu
error count 0
owner process ""
Owner process id 0000C51B
$ stop/id=0000C51B
%SYSTEM-W-NONEXPR, nonexistent process
Any help is appreciated as vms help and the web have not yielded any solutions.
Solved! Go to Solution.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
04-30-2008 11:07 AM
04-30-2008 11:07 AM
			
				
					
						
							Re: Deleting a nonexistent process
						
					
					
				
			
		
	
			
	
	
	
	
	
You have not given the architecture (Vax, Alpha, Itanium), and the Vms version.
Anyway, a system with the latest patches should not exhibit this problem.
The best source I know about the rwast process is
http://www.pottsoft.com/home/vms/rwast.html
Try the cure for the tape device allocated to a non-existent process, and eventually go to
"But really folks, "simply" disable the resource wait for the process and let it die off:
* Get the Process Control Block (PCB) address of the target process.
* Set the PCB$M_SSRWAIT bit in PCB$L_STS.
* Clear the PCB$M_DELPEN bit in PCB$L_STS.
* Issue another $DELPRC to the process..."
Try the code, but be aware that a mistake will crash the system :-)
Good luck.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
04-30-2008 11:18 AM
04-30-2008 11:18 AM
			
				
					
						
							Re: Deleting a nonexistent process
						
					
					
				
			
		
	
			
	
	
	
	
	
Thanks for your help i will read up on it and try it when the system is not in use.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
04-30-2008 01:31 PM
04-30-2008 01:31 PM
SolutionYou may be down-revision on your OpenVMS patches and/or on your OpenVMS version (or both), or (potentially) somebody here has been working with SHARE privileges here.
Most cases of this I'm aware of were fixed in the mid V7.* range, though there were apparently various paths into this particular chasm.
If/when you should decide to reboot this system to clear this device ownership, I'd suggest taking the opportunity to bring your OpenVMS system up to current revision and current ECO kits.
There's an old CSCPAT tool CSCPAT_0245_USE_WITH_CAUTION_MTDISMOUNT.EXE
around and this or its descendant tool can probably be obtained from the HP support center if you can't scrounge a copy from elsewhere.
Basically, this tool or its descendants will clobber the kernel-mode USB cells related to drive ownership. (And I and other folks posted up code that patches the kernel for various purposes.) And these tools can potentially lead to a crash.
There have been various discussions over the years around an OpenVMS-integrated tool that allows this to be cleared, but I don't recall if such ever slipped out into the wild.
The most reliable and fastest approach to clear this is to reboot. (The unsupported tools might -- might -- lead to corruptions or system crashes.)
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-01-2008 10:28 AM
05-01-2008 10:28 AM
			
				
					
						
							Re: Deleting a nonexistent process
						
					
					
				
			
		
	
			
	
	
	
	
	
After reading up on dangling ownership i have decided to just reboot the system this weekend after updating VMS :)
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-01-2008 10:29 AM
05-01-2008 10:29 AM