<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Reading DLTIII tapes in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/reading-dltiii-tapes/m-p/5054752#M84656</link>
    <description>Hello VMSdude,&lt;BR /&gt;&lt;BR /&gt;the BACKUP/LIST shows that the block size on tape is 65024. The maximum record size COPY can handle is 32768 (This is actually a RMS limitation).&lt;BR /&gt;&lt;BR /&gt;So the only option you have is to use BACKUP to read the saveset directly from tape.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Bart Zorn&lt;BR /&gt;</description>
    <pubDate>Mon, 25 Jun 2007 08:18:43 GMT</pubDate>
    <dc:creator>Bart Zorn_1</dc:creator>
    <dc:date>2007-06-25T08:18:43Z</dc:date>
    <item>
      <title>Reading DLTIII tapes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-dltiii-tapes/m-p/5054750#M84654</link>
      <description>Have a DLT III tape which was written on VAX V7.1 server. I need to copy the savesets down onto disk using DLT800 tape drive (alpha)&lt;BR /&gt;&lt;BR /&gt;$ mount/over:id MKA600:&lt;BR /&gt;%MOUNT-I-WRITELOCK, volume is write locked&lt;BR /&gt;MOUNT-I-MOUNTED, xxxx mounted on MKA600:&lt;BR /&gt;$ copy mk600:*.* &lt;BR /&gt;%COPY-E-OPENIN, error opening MKA600:[]disk1.SAV;1 as input&lt;BR /&gt;-RMS-F-IRC, illegal record encountered; VBN or record number = 0&lt;BR /&gt;&lt;BR /&gt;Doesn't look very good?&lt;BR /&gt;&lt;BR /&gt;I can however backup /list the contents:-&lt;BR /&gt;&lt;BR /&gt;$ mount/for&lt;BR /&gt;$ backup /list mk600:/save&lt;BR /&gt;Listing of save set(s)&lt;BR /&gt;&lt;BR /&gt;Save set:          DISK1.SAV&lt;BR /&gt;Written by:        SYSTEM&lt;BR /&gt;UIC:               [000001,000004]&lt;BR /&gt;Date:               6-JUN-2007 13:01:31.92&lt;BR /&gt;Command:           BACK/LOG/IMAGE/NOALIAS/NOCRC/RECORD/BLOCK=65534/IGNORE=(INTER,NOBACK) DKA100: &lt;BR /&gt;$1$MIA100:DISK1.SAV/SAVE/LABEL=(xxxx)&lt;BR /&gt;Operating system:  OpenVMS VAX version V7.1&lt;BR /&gt;BACKUP version:    V6.2&lt;BR /&gt;CPU ID register:   13001202&lt;BR /&gt;Node name:         _vax1::&lt;BR /&gt;Written on:        _$1$MIA100:&lt;BR /&gt;Block size:        65024&lt;BR /&gt;Group size:        10&lt;BR /&gt;Buffer count:      122&lt;BR /&gt;&lt;BR /&gt;Image save of volume set&lt;BR /&gt;Number of volumes: 1&lt;BR /&gt;&lt;BR /&gt;Volume attributes&lt;BR /&gt;Structure level:   2&lt;BR /&gt;Label:             DVDISK1&lt;BR /&gt;Owner:&lt;BR /&gt;Owner UIC:         [000100,000005]&lt;BR /&gt;Creation date:     31-MAR-1992 16:27:30.63&lt;BR /&gt;Total blocks:      4110480&lt;BR /&gt;Access count:      3&lt;BR /&gt;Cluster size:      4&lt;BR /&gt;Data check:        No Read, No Write&lt;BR /&gt;Extension size:    5&lt;BR /&gt;File protection:   System:RWED, Owner:RWED, Group:RE, World:&lt;BR /&gt;Maximum files:     411048&lt;BR /&gt;Volume protection: System:RWCD, Owner:RWCD, Group:RWCD, World:RWCD&lt;BR /&gt;Windows:           7&lt;BR /&gt;Minimum retention: 1998 00:00:00.00&lt;BR /&gt;Maximum retention: 1999 00:00:00.00&lt;BR /&gt;[000000]000000.DIR;1       &lt;BR /&gt;&lt;BR /&gt;How can I just extract the DISK1.SAV file rather than exploding the whole lot?&lt;BR /&gt;&lt;BR /&gt;VMSdude.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2007 08:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-dltiii-tapes/m-p/5054750#M84654</guid>
      <dc:creator>VMSdude</dc:creator>
      <dc:date>2007-06-25T08:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reading DLTIII tapes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-dltiii-tapes/m-p/5054751#M84655</link>
      <description>"&lt;BR /&gt; Block size: 65024 &lt;BR /&gt;"&lt;BR /&gt;Copy can not deal with records this big.&lt;BR /&gt;&lt;BR /&gt;There is freeware around for copying tape to tape. There is a product called SaveSet Manager from DECHPaq. &lt;BR /&gt;&lt;BR /&gt;Or you can restore the saveset and re-write it,</description>
      <pubDate>Mon, 25 Jun 2007 08:15:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-dltiii-tapes/m-p/5054751#M84655</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2007-06-25T08:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reading DLTIII tapes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-dltiii-tapes/m-p/5054752#M84656</link>
      <description>Hello VMSdude,&lt;BR /&gt;&lt;BR /&gt;the BACKUP/LIST shows that the block size on tape is 65024. The maximum record size COPY can handle is 32768 (This is actually a RMS limitation).&lt;BR /&gt;&lt;BR /&gt;So the only option you have is to use BACKUP to read the saveset directly from tape.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Bart Zorn&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2007 08:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-dltiii-tapes/m-p/5054752#M84656</guid>
      <dc:creator>Bart Zorn_1</dc:creator>
      <dc:date>2007-06-25T08:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reading DLTIII tapes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-dltiii-tapes/m-p/5054753#M84657</link>
      <description>ACK.CASE CLOSED</description>
      <pubDate>Mon, 25 Jun 2007 08:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-dltiii-tapes/m-p/5054753#M84657</guid>
      <dc:creator>VMSdude</dc:creator>
      <dc:date>2007-06-25T08:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reading DLTIII tapes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-dltiii-tapes/m-p/5054754#M84658</link>
      <description>&amp;gt; The maximum record size COPY can handle is&lt;BR /&gt;&amp;gt; 32768&lt;BR /&gt;&lt;BR /&gt;Actually, I believe that the limit is 32767,&lt;BR /&gt;which is why the default block size for a&lt;BR /&gt;BACKUP save set on disk (also the maximum&lt;BR /&gt;size) is 32256, which is the largest multiple&lt;BR /&gt;of 512 less than 32768.&lt;BR /&gt;&lt;BR /&gt;HELP BACKUP /BLOCK_SIZE&lt;BR /&gt;&lt;BR /&gt;And, of course, keeping the block size for a&lt;BR /&gt;save set on tape under this limit allows one&lt;BR /&gt;to copy it from tape to disk easily.</description>
      <pubDate>Mon, 25 Jun 2007 08:52:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-dltiii-tapes/m-p/5054754#M84658</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-06-25T08:52:49Z</dc:date>
    </item>
  </channel>
</rss>

