- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Tape drive goes in hung stage..
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-27-2006 09:17 PM
04-27-2006 09:17 PM
Tape drive goes in hung stage..
I am facing a problem with a tape drive in one of the VMS servers having the OS version 8.2.
After deleting the entry of any backup which was submitted and ongoing earlier,we are able to see the status of tape drive as...
Device Device Volume Free Trans
Name Status Label Blocks Count
FINUKF$MKA600: Online
FINUKG$MKA600: Mounted 1WP26
dismount
alloc foreign
... and it takes more than 10 hours to come to normal change. Any sugesstions will be highly appreciated.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 09:36 PM
04-27-2006 09:36 PM
Re: Tape drive goes in hung stage..
SHOW DEVICE/FULL MKA600:
and
MCR SYSGEN SHOW TAPE_MVTIMEOUT
What sort of tape drive is it.
"deleting the entry of any backup which was submitted and ongoing earlier"
Do you mean there was a batch job performing a backup to this tape drive and you did DELETE/ENTRY=x for that job?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 10:17 PM
04-27-2006 10:17 PM
Re: Tape drive goes in hung stage..
here are two outputs..
SYSGEN> SH TAPE
Parameter Name Current Default Min. Max. Unit Dynamic
-------------- ------- ------- ------- ------- ---- -------
TAPE_ALLOCLASS 0 0 0 255 Pure-numbe
TAPE_MVTIMEOUT 600 600 1 64000 Seconds
and ...
sh dev FINUKG$MKA600:/fu
Magtape FINUKG$MKA600:, device type COMPAQ SDLT320, is online, allocated,
mounted foreign, volume is marked for dismount, record-oriented device,
file-oriented device, served to cluster via TMSCP Server, error logging is
enabled, operations being canceled, device is busy, controller supports
compaction (compaction enabled).
Error count 117 Operations completed 104875704
Owner process "BATCH_5926" Owner UIC [SEMA_SYSTEM,PRIV_BATCH]
Owner process ID 2025BC7A Dev Prot S:RWPL,O:RWPL,G:R,W
Reference count 3 Default buffer size 512
Volume label "1WP26 " Relative volume no. 0
Record size 0 Transaction count 1
Mount status Process Mount count 0
ACP process name ""
Density SDLT320 Format Normal-11
Volume status: no-unload on dismount, odd parity.
even the process ID is showing as ..
sh proc/id=2025BC7A
%SYSTEM-F-SUSPENDED, process is suspended
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 10:33 PM
04-27-2006 10:33 PM
Re: Tape drive goes in hung stage..
Have you tried a resume on the process, e.g.
SET PROCESS/RESUME/ID=...?
You may have a closer look at the process
with
$ ANA/SYS
SDA>SHOW PROC/CHAN[/INDEX=PID]
but I fear it has a DELETE pending.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 10:43 PM
04-27-2006 10:43 PM
Re: Tape drive goes in hung stage..
Have you installed any other patches ? ($ PROD SHO HIST)
$ pipe anal/image sys$common:[sys$ldr]sys$pkwdriver.exe; | sear sys$input identification:
- Please post the results
Was this a backup using vms backup, copy, or another tool ? block size used ?
System spec (I'm interested in h/w model and cpu speed).
Thanks
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 10:56 PM
04-27-2006 10:56 PM
Re: Tape drive goes in hung stage..
Re
$ ANA/SYS
SDA>SHOW PROC/CHAN/INDEX=PID
I would start without the /CHAN
$ ANA/SYS
SDA>SHOW PROC/INDEX=PID
as SHOW PROC/CHAN can hang your process depending on the state of the target process.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 11:29 PM
04-27-2006 11:29 PM
Re: Tape drive goes in hung stage..
Does this increment with each job? Unless you already have a satisfactory explanation for the 117 you should examine the system error log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 01:31 AM
04-28-2006 01:31 AM
Re: Tape drive goes in hung stage..
your SHOW DEV/FULL FINUKG$MKA600: reports
operations being canceled, device is busy
'Device is busy' means, that there is a physical IO operation outstanding to the device. It's hung somewhere in OpenVMS or in the tape.
If the IO operation finishes, the process will probably disappear and the device will be freed. If this takes 10 hours, this seems to imply, that there are some really long timeouts involved here. Most likely in the SCSI port or class driver.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2006 12:06 AM
04-29-2006 12:06 AM
Re: Tape drive goes in hung stage..
If possible, reboot the system. this will slove the problem.
Shardha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 07:54 PM
05-01-2006 07:54 PM
Re: Tape drive goes in hung stage..
If so, I'd appreciate it if you could reply to my post.
Thanks.
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 01:55 AM
07-10-2006 01:55 AM
Re: Tape drive goes in hung stage..
I replaced the cable with the spare that we have and it fixed the problem.