Fast skip to end of tape

Management of storage subsystems: SAN, volume shadowing, logical disks, file systems, and more.
Post Reply

Topic author
dcostello
Visitor
Posts: 1
Joined: Mon Jan 25, 2021 11:39 am
Reputation: 0
Status: Offline

Fast skip to end of tape

Post by dcostello » Mon Jan 25, 2021 12:52 pm

DLT (and LTO) tapes maintain a catalog of the files contained on the tape (not the filenames, ANSI or otherwise, just the position where a set of data records start - or, equivalently, the position of the tape mark separating each set of data records). My question is, does the DCL command SET MAGTAPE /SKIP=END_OF_TAPE use this data to skip directly to right place, thus avoiding traversing the many serpentine data tracks on the tape? And if so what are the constraints (which is the oldest VMS version that supports it, etc.?)

I see in the help for Set Mag (OpenVMS/Alpha V8.3) that there is a $ set mag/fast_skip=always command that sounds useful. Not sure how that would be used, and neither the help (examples) nor the DCL Dictionary says much about it. Would one for instance do $ set mag/fast=always once in your session, and from then on all $ set mag/skip=end commands go straight to the doubled TMs at the end of the last data written to the tape?

This might be moot, though, in light of my underlying concern. We use SLS to backup VMS 5.5-2 and 6.2 systems (among others). First off, the /fast_skip qualifier isn't present on V6.2. Second, it is "for use on local SCSI tape drives only" which seems to make things awkward for SLS, unless I could figure out how to get the SLS tape-server to position the tape at the end before making it available to the client. That is also dependent, though, on how the RMT driver interacts with the MKDRIVER.

The problem I'm trying to solve is timeouts in SLS jobs that occur when a remote LTO-3 tape is "Seeking" to get to the end of tape before writing the saveset.


madsweeney
VSI Expert
Active Contributor
Posts: 40
Joined: Mon Jun 10, 2019 9:23 am
Reputation: 1
Status: Offline

Re: Fast skip to end of tape

Post by madsweeney » Fri Jan 29, 2021 6:00 am

I have been unable to locate anyone who has an answer for your skip to end of tape question.

Dave Sweeney

I am not qualified to answer your question but I will ask a few people for input.

Dave Sweeney
Last edited by madsweeney on Mon Feb 08, 2021 9:27 am, edited 1 time in total.
Dave Sweeney
CEO
VMS Software, Inc.
Boston, MA USA

Post Reply