<?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: Restore SAVESET from tape in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238888#M62447</link>
    <description>Kitty,&lt;BR /&gt;I like to ammend Hein's message with 3 comments.&lt;BR /&gt;&lt;BR /&gt;- the COPY to disk does only work as long as the saveset records are smaller than 32256 bytes. Some people specify 65535 bytes for more speed, but unfortunately the record length counter is a signed integer, were some negative values have a special meaning.&lt;BR /&gt;&lt;BR /&gt;- just note that when you have set your default to a searchlist and do a '$DIRECTORY tape:'  you will see the _same_ file (usually) two times. This is because you have not specified a directory name and RMS pulls one from every entry of the search list - use '$ DIRECTORY tape:[]' instead or do a '$ SET DEFAULT SYS$SYSDVEICE:[000000]' in advance.&lt;BR /&gt;&lt;BR /&gt;- be prepared that an FTP _might_ corrupt the file's record formats. Don't forget to do a BINARY transfer and please consult the following link:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/freeware/backup.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/freeware/backup.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Well, how about a fourth one:&lt;BR /&gt;- write protect the tape or MOUNT/NOWRITE</description>
    <pubDate>Sat, 03 Apr 2004 11:20:56 GMT</pubDate>
    <dc:creator>Uwe Zessin</dc:creator>
    <dc:date>2004-04-03T11:20:56Z</dc:date>
    <item>
      <title>Restore SAVESET from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238886#M62445</link>
      <description>I have the backup saveset on tape.  Which command I can restore the saveset to disk as a saveset (only one file).  So I can FTP only one file to other node and restore them.&lt;BR /&gt;&lt;BR /&gt;TIA</description>
      <pubDate>Sat, 03 Apr 2004 08:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238886#M62445</guid>
      <dc:creator>Kitti Thanapuasuwan</dc:creator>
      <dc:date>2004-04-03T08:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Restore SAVESET from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238887#M62446</link>
      <description>DIGITAL(!) has a product/tool in this space "saveset manager":&lt;BR /&gt;&lt;A href="http://www.digitalindiasw.com/services/whitepapers/digital-India-and-storage-management.htm" target="_blank"&gt;http://www.digitalindiasw.com/services/whitepapers/digital-India-and-storage-management.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;VMS Backup tape are ANSI standard labelled magtapes with SAVESETS being files.&lt;BR /&gt;You can MOUNT [/OVER=ID] the tape. User DIR to list it, and COPY to grab an entire, individual, saveset to disk.&lt;BR /&gt;I recommend practicing on a (short) tape (or virtual tape driver if you can find one) with smallish savesets.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_4342.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_4342.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Freeware tools of interest:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/freeware/freeware40/sigtape_stuff/freeware_readme.txt" target="_blank"&gt;http://h71000.www7.hp.com/freeware/freeware40/sigtape_stuff/freeware_readme.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;some interesting public documents on VMSbackup:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.fnal.gov/docs/products/vmsbackup/vmsbackup.html" target="_blank"&gt;http://www.fnal.gov/docs/products/vmsbackup/vmsbackup.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://aa11.cjb.net/tru64_unix_managers/1998/0131.html" target="_blank"&gt;http://aa11.cjb.net/tru64_unix_managers/1998/0131.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ttinet.com/tti/secrets_file_io_001.html" target="_blank"&gt;http://www.ttinet.com/tti/secrets_file_io_001.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.digitalindiasw.com/services/whitepapers/digital-India-and-storage-management.htm" target="_blank"&gt;http://www.digitalindiasw.com/services/whitepapers/digital-India-and-storage-management.htm&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Apr 2004 10:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238887#M62446</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-04-03T10:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Restore SAVESET from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238888#M62447</link>
      <description>Kitty,&lt;BR /&gt;I like to ammend Hein's message with 3 comments.&lt;BR /&gt;&lt;BR /&gt;- the COPY to disk does only work as long as the saveset records are smaller than 32256 bytes. Some people specify 65535 bytes for more speed, but unfortunately the record length counter is a signed integer, were some negative values have a special meaning.&lt;BR /&gt;&lt;BR /&gt;- just note that when you have set your default to a searchlist and do a '$DIRECTORY tape:'  you will see the _same_ file (usually) two times. This is because you have not specified a directory name and RMS pulls one from every entry of the search list - use '$ DIRECTORY tape:[]' instead or do a '$ SET DEFAULT SYS$SYSDVEICE:[000000]' in advance.&lt;BR /&gt;&lt;BR /&gt;- be prepared that an FTP _might_ corrupt the file's record formats. Don't forget to do a BINARY transfer and please consult the following link:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/freeware/backup.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/freeware/backup.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Well, how about a fourth one:&lt;BR /&gt;- write protect the tape or MOUNT/NOWRITE</description>
      <pubDate>Sat, 03 Apr 2004 11:20:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238888#M62447</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-04-03T11:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Restore SAVESET from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238889#M62448</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;in case any corruption happens file (see &lt;BR /&gt;&lt;A href="http://vms.process.com/scripts/fileserv/fileserv_search.exe?package=file&amp;amp;description=&amp;amp;author=&amp;amp;system=Either&amp;amp;language=All" target="_blank"&gt;http://vms.process.com/scripts/fileserv/fileserv_search.exe?package=file&amp;amp;description=&amp;amp;author=&amp;amp;system=Either&amp;amp;language=All&lt;/A&gt;&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;is a most useful tool. It can be used to record the file attributes before the transfer and then allows to reset them to exactly the same after the transfer.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Sat, 03 Apr 2004 17:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238889#M62448</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-04-03T17:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Restore SAVESET from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238890#M62449</link>
      <description>zip/unzip (infozip group version) is also a useful way of transferring a backup saveset with preservation of vms file file attributes.&lt;BR /&gt;(use zip V2.3 and unzip V5.5)&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Apr 2004 03:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238890#M62449</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-04-05T03:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Restore SAVESET from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238891#M62450</link>
      <description>Hello,&lt;BR /&gt;I succesfully used Hein's command in past. If saveset is not too big it's the simplest way to work.&lt;BR /&gt; &lt;BR /&gt;@Antoniov&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Apr 2004 07:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238891#M62450</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-04-05T07:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Restore SAVESET from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238892#M62451</link>
      <description>I agree with Hein, Uwe,  and Antoniov.&lt;BR /&gt;Mount/over = ID&lt;BR /&gt;Copy &lt;TAPE&gt;:&lt;SAVESET&gt; &lt;DISK_LOCATION&gt;  ;&lt;BR /&gt;or Copy &lt;TAPE&gt;:*.* &lt;XXX&gt;  &lt;BR /&gt;always worked for me, I never had to look any further.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jan&lt;/XXX&gt;&lt;/TAPE&gt;&lt;/DISK_LOCATION&gt;&lt;/SAVESET&gt;&lt;/TAPE&gt;</description>
      <pubDate>Mon, 05 Apr 2004 07:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/restore-saveset-from-tape/m-p/3238892#M62451</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-04-05T07:50:43Z</dc:date>
    </item>
  </channel>
</rss>

