- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: URGENT !!! Tape owner proccess nonexistant
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
11-10-2004 12:35 AM
11-10-2004 12:35 AM
How do I get out of this??
Thanks,
Chaim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 12:43 AM
11-10-2004 12:43 AM
Re: URGENT !!! Tape owner proccess nonexistant
VMS V7.2-1
MOUNT/ABORT did NOT work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 01:04 AM
11-10-2004 01:04 AM
Re: URGENT !!! Tape owner proccess nonexistant
Try the following command:
$ dismount/abort
If the tape-owning process was running in batch mode you may need to delete the batch queue entry i.e.
$ del/entry=
Hope this helps,
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 01:07 AM
11-10-2004 01:07 AM
Re: URGENT !!! Tape owner proccess nonexistant
mouunt tells me that the device is owned by another process (which is nonexistant)
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 01:12 AM
11-10-2004 01:12 AM
Re: URGENT !!! Tape owner proccess nonexistant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 01:15 AM
11-10-2004 01:15 AM
Re: URGENT !!! Tape owner proccess nonexistant
That is what I suspected.
Thanks,
Chaim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 01:31 AM
11-10-2004 01:31 AM
Re: URGENT !!! Tape owner proccess nonexistant
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 01:44 AM
11-10-2004 01:44 AM
Re: URGENT !!! Tape owner proccess nonexistant
I hope that this classic feature is finally nailed with the patches Volker mentioned.
Unfourtually they don't apply to the unsupported version of VMS you mentioned
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 02:26 AM
11-10-2004 02:26 AM
Re: URGENT !!! Tape owner proccess nonexistant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 10:35 AM
11-10-2004 10:35 AM
Re: URGENT !!! Tape owner proccess nonexistant
Tape handling itself isn't the problem. It's when people attempt to kill processes that own tape drives.
The crux of the problem is that tape operations can take a long time, if you attempt to kill a process while it's waiting for an operation to complete, you can leave the system in an inconsistent state. The tradeoff is in trying to protect the system, but still let you abort tape operations. Unfortunately there are many timing windows that can be quite wide. Over the years we've closed many of them and narrowed others, but I don't think the issue will ever be completely resolved.
Best way to avoid this kind of trouble is to NOT use STOP/ID. Always attempt to work out what's wrong before killing any job. Once you've issued STOP/ID you can't back out, and you usually destroy any available evidence to analyze the problem.
From V7.3 if you MUST kill a process, try STOP/IMAGE/ID first. This will issue a $FORCEX rather than $DELPRC and has a much better chance of leaving the system in a clean state.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 05:32 AM
11-11-2004 05:32 AM
SolutionIn case of "MountVerification" the IPC program could help you.
$ reply/enable
Ctrl^P ! on OPA0:, press the keys [CTRL] and [P]
>>> D SIRR C
>>> cont
IPC> C MKxnnn:
IPC> Ctrl^Z
$
Thomas