<?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: Duplicate the Tape in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368437#M64358</link>
    <description>Kitti,&lt;BR /&gt;&lt;BR /&gt;be careful copying saveset from tape to disk or vice versa. This can end up with problems.&lt;BR /&gt;HP has a product on OpenVMS to copy savesets from/to tape: Save Set Manager&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/storage/ssmpage.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/storage/ssmpage.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;   Helmut</description>
    <pubDate>Tue, 31 Aug 2004 04:15:56 GMT</pubDate>
    <dc:creator>Helmut Ammer</dc:creator>
    <dc:date>2004-08-31T04:15:56Z</dc:date>
    <item>
      <title>Duplicate the Tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368429#M64350</link>
      <description>I have one DLT Tape drive.  Is there any command that I can duplicate the tape?</description>
      <pubDate>Mon, 30 Aug 2004 14:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368429#M64350</guid>
      <dc:creator>Kitti Thanapuasuwan</dc:creator>
      <dc:date>2004-08-30T14:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate the Tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368430#M64351</link>
      <description>Kitti, You would have to do a BACKUP restore of the savesets from tape to disk directory.  Then do a BACKUP restore of the savesets from disk to a new tape.&lt;BR /&gt;BACKUP/LIST save-set-specifier &lt;BR /&gt;ddcu:[SAVESETS...]/BY_OWNER=ORIGINAL&lt;BR /&gt;&lt;BR /&gt;BACKUP save-set-specifier/SAVE_SET &lt;BR /&gt;ddcu:[*...]/BY_OWNER=ORIGINAL&lt;BR /&gt;Lawrence</description>
      <pubDate>Mon, 30 Aug 2004 15:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368430#M64351</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2004-08-30T15:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate the Tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368431#M64352</link>
      <description>Kitti,&lt;BR /&gt;&lt;BR /&gt;If you have enough disk space you can mount the tape (MOUNT tapedrive label or MOUNT tapedrive /OVER=ID) and copy the contents to the disk with:&lt;BR /&gt;$ COPY tapedrive:*.* [.tmpdir]&lt;BR /&gt;&lt;BR /&gt;You can do thate even if the tape was writen with backup (backup save sets are normal files). When done dismount the tape and&lt;BR /&gt;init a new tape:&lt;BR /&gt;$ INIT tapedrive label&lt;BR /&gt;$ MOUNT tapedrive label&lt;BR /&gt;$ COPY [.tmpdir]*.* tapedrive:&lt;BR /&gt;&lt;BR /&gt;If you do this from system user be aware of your default directory (see thread &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=678898" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=678898&lt;/A&gt; )&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Mon, 30 Aug 2004 15:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368431#M64352</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-08-30T15:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate the Tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368432#M64353</link>
      <description>Kitty,&lt;BR /&gt;Bojan's hints is unique solution I know. Remember you can read a tape a disk so you can see how large is your saveset.&lt;BR /&gt;$ MOUNT tape /OVER=ID&lt;BR /&gt;$ DIR tape:[000000]*.*&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2004 02:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368432#M64353</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-08-31T02:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate the Tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368433#M64354</link>
      <description>Add /size=all to the dir command of Antonio.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 31 Aug 2004 02:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368433#M64354</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-08-31T02:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate the Tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368434#M64355</link>
      <description>Thanks Wim.&lt;BR /&gt;I've forgotten it.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2004 02:45:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368434#M64355</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-08-31T02:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate the Tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368435#M64356</link>
      <description>COPYing savesets from tape to disk to tape is fine as long as saveset record size is less than RMS record size limit 32768. &lt;BR /&gt;&lt;BR /&gt;There is a hp product Save Set Manager which can do this sort of thing. There are also freeware tape copy programs available from the usual places.</description>
      <pubDate>Tue, 31 Aug 2004 04:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368435#M64356</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-08-31T04:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate the Tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368436#M64357</link>
      <description>There is a commercial tool that does it, save set manager. Read the spd at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/info/SP6264/SP6264PF.PDF" target="_blank"&gt;http://h18000.www1.hp.com/info/SP6264/SP6264PF.PDF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and a freeware&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/freeware/freeware50/tapecopy/" target="_blank"&gt;http://h71000.www7.hp.com/freeware/freeware50/tapecopy/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I tried and used Save set manager, works fine. I never tried tapecopy. &lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2004 04:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368436#M64357</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-08-31T04:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate the Tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368437#M64358</link>
      <description>Kitti,&lt;BR /&gt;&lt;BR /&gt;be careful copying saveset from tape to disk or vice versa. This can end up with problems.&lt;BR /&gt;HP has a product on OpenVMS to copy savesets from/to tape: Save Set Manager&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/storage/ssmpage.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/storage/ssmpage.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;   Helmut</description>
      <pubDate>Tue, 31 Aug 2004 04:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368437#M64358</guid>
      <dc:creator>Helmut Ammer</dc:creator>
      <dc:date>2004-08-31T04:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate the Tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368438#M64359</link>
      <description>Kitti,&lt;BR /&gt;&lt;BR /&gt;Everyone else has assumed that your tape contains one or more backup savesets or other files with ANSI standard headers.&lt;BR /&gt;&lt;BR /&gt;I suppose that is the most likely kind of tape to encounter, but is it what you actually have?&lt;BR /&gt;&lt;BR /&gt;The other possibility would be a tape written in some format without the usual ANSI labels, which would most likely have been written while mounted /FOREIGN. In this case your only choice may be a utility like the tapecopy that labadie mentioned.&lt;BR /&gt;&lt;BR /&gt;Galen</description>
      <pubDate>Tue, 31 Aug 2004 05:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368438#M64359</guid>
      <dc:creator>Galen Tackett</dc:creator>
      <dc:date>2004-08-31T05:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate the Tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368439#M64360</link>
      <description>Kitti,&lt;BR /&gt;&lt;BR /&gt;I have been using the freeware tapecopy for some time with TZ89 drives and DLT IV tapes without any problems. My tapes have had user data, savesets, and even data from UNIX systems.&lt;BR /&gt;&lt;BR /&gt;I would recommend it.</description>
      <pubDate>Wed, 01 Sep 2004 04:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368439#M64360</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2004-09-01T04:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate the Tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368440#M64361</link>
      <description>Kitty.&lt;BR /&gt;Unless you have another tape similar to the first one or better, you'll have to copy the save-set file to a hard-disk e.g. $ copy/log &lt;TAPE&gt;:filename.bck &lt;DISK&gt;:[temp]*.* assuming you created the "temp" directory on the disk first and that you have enough disk space. You can find the save-set file size usin $ back/list command on the tape.&lt;BR /&gt;Incase you do have a second tape, use $ copy/log &lt;FIRST_TAPE&gt;:&lt;FILENAME&gt;.bck &lt;SECIND_TAPE&gt;:*.*&lt;/SECIND_TAPE&gt;&lt;/FILENAME&gt;&lt;/FIRST_TAPE&gt;&lt;/DISK&gt;&lt;/TAPE&gt;</description>
      <pubDate>Wed, 01 Sep 2004 05:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368440#M64361</guid>
      <dc:creator>Alon Jacob</dc:creator>
      <dc:date>2004-09-01T05:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate the Tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368441#M64362</link>
      <description>I've used an old freeare tool call VMSTPC,&lt;BR /&gt;which can copy a tape to disk (container file) and back to another tape, without understanding anything of the tapes's data.&lt;BR /&gt;I remember it was quite fast.&lt;BR /&gt;&lt;BR /&gt;I've included the source, may be it is usefull for you.</description>
      <pubDate>Fri, 03 Sep 2004 03:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/duplicate-the-tape/m-p/3368441#M64362</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2004-09-03T03:20:36Z</dc:date>
    </item>
  </channel>
</rss>

