<?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: Problems with restore from tape in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097404#M13600</link>
    <description>Kirsten,&lt;BR /&gt;&lt;BR /&gt;I do not have a tape drive handy to reproduce precisely what you are doing, but I note that the command line in the posting did not include the /SAVE_SET or /REWIND qualifiers for the tape.&lt;BR /&gt;&lt;BR /&gt;As far as I know, you can only restore one saveset at a time.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
    <pubDate>Mon, 05 Nov 2007 12:16:22 GMT</pubDate>
    <dc:creator>Robert Gezelter</dc:creator>
    <dc:date>2007-11-05T12:16:22Z</dc:date>
    <item>
      <title>Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097403#M13599</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I've got a problem with a restore and I really don't find the solution. Perhaps, somebody of you has got a hint....&lt;BR /&gt;&lt;BR /&gt;I've got OpenVMS 7.3-1 on an Alpha Server&lt;BR /&gt;&lt;BR /&gt;For tests, I've made of all disks a backup on tape (TZ88) with the following command:&lt;BR /&gt;&lt;BR /&gt;backup/image $1$dua240: $42$mka300:dua240.bck /label=240bck&lt;BR /&gt;&lt;BR /&gt;Now I want to restore the disk on an empty volume (with a TZ89), but the command &lt;BR /&gt;&lt;BR /&gt;backup/image $41$mka400:dua240.bck $1$dga240: &lt;BR /&gt;&lt;BR /&gt;doesn't work. The error message is always file not found. When I mount the tape /over=id I can see the file and when I mount the tape /foreign I can do a backup/list on the file. Everything is no problem.&lt;BR /&gt;The onliest restore command, that worked was:&lt;BR /&gt;backup/image $41$mka400: $1$dga240:&lt;BR /&gt;Even with *.* it doesn't work.&lt;BR /&gt;&lt;BR /&gt;With the restore of the files, it was "no problem" because I had only one file on a tape. Now I have to restore the databases (with 2 or more RBF-files on a tape) and the same error occurs.&lt;BR /&gt;&lt;BR /&gt;I hope, somebody has got an idea, where I can search for the error.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Kirsten</description>
      <pubDate>Mon, 05 Nov 2007 12:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097403#M13599</guid>
      <dc:creator>Kirsten Knüttel</dc:creator>
      <dc:date>2007-11-05T12:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097404#M13600</link>
      <description>Kirsten,&lt;BR /&gt;&lt;BR /&gt;I do not have a tape drive handy to reproduce precisely what you are doing, but I note that the command line in the posting did not include the /SAVE_SET or /REWIND qualifiers for the tape.&lt;BR /&gt;&lt;BR /&gt;As far as I know, you can only restore one saveset at a time.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 05 Nov 2007 12:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097404#M13600</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-11-05T12:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097405#M13601</link>
      <description>Kirsten,&lt;BR /&gt;&lt;BR /&gt;Your backup to tape didn't include /rewind, so it is possible that you have multiple savesets on the tape with the same name, specifically dua240.bck, since the "default" action of backup (post v.5.5?) has been /norewind, and this appends a saveset to the end of the tape.&lt;BR /&gt;&lt;BR /&gt;I would suggest creating a complete backup listing of the tape.&lt;BR /&gt;&lt;BR /&gt;$ mou/for $41$mka400:&lt;BR /&gt;$ backup/list=240bck.lis $41$mka400:*.*&lt;BR /&gt;$ search/nowindow 240bck.lis "save set:"&lt;BR /&gt;&lt;BR /&gt;If you have multiple savesets on the tape that have the same name, you will need to either position the tape to the correct location using set mag/skip=fil=xxx (note that xxx is not the save set number, but you can derive the correct number of filemarks to skip given the save set number.  See replay dated Jul 14, 2007 02:21:58 GMT in thread &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1144759" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1144759&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Alternatively, you can list all preceding savesets with backup to position the tape, then issue your backup command to restore.&lt;BR /&gt;&lt;BR /&gt;It isn't clear to me whether the tape you have was created with backup or with the RDB backup utility.  It have been over 12 years since I used RDB, but if I remember correctly, it was possible to write RBF files directly to tape, and these have to be restored with the RDB backup utility.&lt;BR /&gt;&lt;BR /&gt;Doing a backup listing of the tape will tell you whether what you have on tape is a VMS backup saveset or not.  If it isn't a VMS backup saveset, then VMS BACKUP won't help in the restore.&lt;BR /&gt;&lt;BR /&gt;If on the other hand, the RBF files were written to a disk, and then those files backed up to tape using VMS backup, you are on the correct track, but you may be selecting the incorrect saveset on the tape.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Mon, 05 Nov 2007 12:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097405#M13601</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-11-05T12:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097406#M13602</link>
      <description>Re Robert,&lt;BR /&gt;&lt;BR /&gt;Kirsten, essentially Robert is correct, but (lucky to you!) those qualifiers ARE the default.&lt;BR /&gt;So, unless you did define symbol BACKUP that changes those settings, you ARE OK in that respect.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Mon, 05 Nov 2007 13:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097406#M13602</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-11-05T13:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097407#M13603</link>
      <description>See&lt;BR /&gt;&lt;BR /&gt;$ help backup/rewind&lt;BR /&gt;BACKUP&lt;BR /&gt;&lt;BR /&gt;  /REWIND&lt;BR /&gt;&lt;BR /&gt;        /REWIND&lt;BR /&gt;        /NOREWIND (default)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This has been the default for about the last 15 years.  Originally it was /REWIND, but that was a dangerous enough default that it was changed even though it had the possibility of breaking existing command procedures.  I am not sure when it changed, but it was definitely before V6.0, I think it was in the 4.4 or 5.5 release.&lt;BR /&gt;&lt;BR /&gt;Note that when restoring, if you mount a tape, and don't do anything to cause the position to be changed, either /rewind or /norewind will read the first saveset on the tape.&lt;BR /&gt;&lt;BR /&gt;The help has more details, which you can read directly.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Mon, 05 Nov 2007 13:16:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097407#M13603</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-11-05T13:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097408#M13604</link>
      <description>@Robert:&lt;BR /&gt;&lt;BR /&gt;I've tried it with a /REWIND before and within the command. The /SAVE_SET command is not used with a tape and with the /IMAGE.&lt;BR /&gt;My problem is, what can I do when I've got more than one saveset on the tape. At the moment it was easy, because I only had one file on the tape. When I had to specify a saveset I couldn't do the restore&lt;BR /&gt;&lt;BR /&gt;@ Jon:&lt;BR /&gt;&lt;BR /&gt;I have the problems with the normal backup operation and with the RMU/RESTORE. My description was for an image backup of a normal disk with normal files. &lt;BR /&gt;The second phase is now for me, to restore databases from the tape to the disk (with the RMU command) and here I had the same error.</description>
      <pubDate>Mon, 05 Nov 2007 13:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097408#M13604</guid>
      <dc:creator>Kirsten Knüttel</dc:creator>
      <dc:date>2007-11-05T13:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097409#M13605</link>
      <description>RE: "My problem is, what can I do when I've got more than one saveset on the tape. At the moment it was easy, because I only had one file on the tape. When I had to specify a saveset I couldn't do the restore"&lt;BR /&gt;&lt;BR /&gt;The short answer is: Make sure you use unique saveset names, and remember there is a 17-character limit (including the dot) for file names on ANSI tapes.&lt;BR /&gt;&lt;BR /&gt;So I would suggest something like DUA240.F071105 as a saveset name for a full image backup created on Nov 5, 2007.&lt;BR /&gt;&lt;BR /&gt;The previous thread I referenced also reported that save sets couldn't be found.&lt;BR /&gt;&lt;BR /&gt;I have not had problems specifying backup savesets with any version of VMS backup in 6.2, 7.1-2, 7.2-2 or 7.3-2.  I always explicitly mount/foreign the tapes, i.e. I don't allow backup to do it implicitly.&lt;BR /&gt;&lt;BR /&gt;I can't be of any help with RMU backup, since I don't have it available.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2007 13:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097409#M13605</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-11-05T13:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097410#M13606</link>
      <description>&lt;BR /&gt;&lt;MY problem="" is=""&gt;&lt;BR /&gt;&lt;BR /&gt;Jon gave you the answer previously.  If you have multiple savesets on the tape use the SET MAGT/SKIP=FILES:n to position the tape to the saveset you want to restore.&lt;BR /&gt;&lt;BR /&gt;For example, if I wanted to restore the 3rd saveset on the tape:&lt;BR /&gt;&lt;BR /&gt;$ set magt/rew $41$mka400:&lt;BR /&gt;$ set magt/skip=file:2&lt;BR /&gt;$ backup/image $41$mka400: $1$dga240:&lt;BR /&gt;&lt;BR /&gt;highly unlikely, but if you don't know what savesets are on the tape, use backup/list= as Jon mentioned above to get a listing of the savesets.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/MY&gt;</description>
      <pubDate>Mon, 05 Nov 2007 13:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097410#M13606</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2007-11-05T13:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097411#M13607</link>
      <description>@Edgar&lt;BR /&gt;&lt;BR /&gt;My experience with set magtape/skip=files=n is that n is not the saveset number.&lt;BR /&gt;&lt;BR /&gt;If the tape has the following savesets:&lt;BR /&gt;&lt;BR /&gt;1.BCK&lt;BR /&gt;2.BCK  ! set magtape/skip=file=2 (but this may not use fast skip)&lt;BR /&gt;3.BCK  ! set magtape/skip=file=5&lt;BR /&gt;4.BCK  ! set magtape/skip=file=8&lt;BR /&gt;5.BCK  ! set magtape/skip=file=11&lt;BR /&gt;&lt;BR /&gt;i.e. if ssn is save set number (starting with 1) then files to skip, n = ssn*3-4 &lt;BR /&gt;&lt;BR /&gt;See &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1144759" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1144759&lt;/A&gt; reply dated Jul 14, 2007 02:21:58 GMT &lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2007 14:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097411#M13607</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-11-05T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097412#M13608</link>
      <description>More examples of using $ set magtape/skip=file in following thread: &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1143795" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1143795&lt;/A&gt; reply dated Jul 21, 2007 05:26:07 GMT.  It has a log of usage showing how to position a DLT tape.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Mon, 05 Nov 2007 14:11:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097412#M13608</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-11-05T14:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097413#M13609</link>
      <description>BACKUP/LIST uses about the same code paths as a BACKUP restore to open and read a save set file. &lt;BR /&gt;&lt;BR /&gt;BACKUP leaves a tape postioned when it has completed a task. &lt;BR /&gt;&lt;BR /&gt;I can only imagine that a save was done following right away by a restore operation without a /REWIND specified for the restore. Since BACKUP only skips forward to search for a file it could not find the save set.&lt;BR /&gt;&lt;BR /&gt;/Guenther</description>
      <pubDate>Mon, 05 Nov 2007 15:34:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097413#M13609</guid>
      <dc:creator>Guenther Froehlin</dc:creator>
      <dc:date>2007-11-05T15:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097414#M13610</link>
      <description>You learn something new everyday.  Thanks Jon.  I could've sworn I did this in the distant past.  Maybe I never skipped more than 1 "file".&lt;BR /&gt;&lt;BR /&gt;Nevertheless, Kirsten the SET MAGT/SKIP=FILE:n would be the command to use to position to the right saveset.  Use Jon's formula.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2007 16:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097414#M13610</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2007-11-05T16:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097415#M13611</link>
      <description>I seem to recall some issues with case sensitivity to backup saveset names on tape when we first deployed EFS on 7.3.  Try changing process parse style to traditional if it is currently extended.</description>
      <pubDate>Mon, 05 Nov 2007 17:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097415#M13611</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2007-11-05T17:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097416#M13612</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;there was a BACKUP fix for case sensitivity earlier this year. I wonder why the BACKUP/LIST then worked.&lt;BR /&gt;&lt;BR /&gt;/Guenther</description>
      <pubDate>Mon, 05 Nov 2007 19:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097416#M13612</guid>
      <dc:creator>Guenther Froehlin</dc:creator>
      <dc:date>2007-11-05T19:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097417#M13613</link>
      <description>We aren't using EFS, (still using ODS2 for all production data), so that is something I have never tested.  So if you are using EFS, David's suggestion may solve the problem of not finding the saveset on tape, at least until the patch is applied (assuming the patch was back ported to 7.3-1).&lt;BR /&gt;&lt;BR /&gt;It wasn't clear if a saveset name was specified on the backup/list command.  If it was, then I can't explain why the list would have worked.&lt;BR /&gt;&lt;BR /&gt;Kirsten, what version of VMS Backup are you using?  &lt;BR /&gt;&lt;BR /&gt;$ analyze/image/select=(ident,link) sys$system:backup.exe;&lt;BR /&gt;&lt;BR /&gt;And what does &lt;BR /&gt;&lt;BR /&gt;$ show process/parse_style&lt;BR /&gt;&lt;BR /&gt;display as parse style: ?&lt;BR /&gt;&lt;BR /&gt;I don't see any way to retrieve the state of parse style using the f$environment lexical function, at least in 7.3-2.  Has that been added to newer versions?  If seems that could be a useful item to have a command procedure be able to save before changing the parse style.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2007 21:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097417#M13613</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-11-05T21:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097418#M13614</link>
      <description>@ Jon:&lt;BR /&gt;&lt;BR /&gt;The backup /list command I use with the save-set name. So I don't understand why the restore command can't find the save-set when I give him the name, too. And, yes, I've done a rewind every time before I use a backup-command.&lt;BR /&gt;In the documentation I've found the following things:&lt;BR /&gt;&lt;BR /&gt;To restore the save set, enter the BACKUP command with the /IMAGE qualifier, using the following syntax: &lt;BR /&gt;BACKUP/IMAGE device:save-set-specifier [/SAVE_SET] output-device  &lt;BR /&gt;&lt;BR /&gt;BACKUP/IMAGE save-set-specifier ddcu: &lt;BR /&gt;$ BACKUP/IMAGE MTA0:17AUG.BCK DRA3: &lt;BR /&gt;&lt;BR /&gt;The examples don't work. The command, that worked was:&lt;BR /&gt;&lt;BR /&gt;$BACKUP/IMAGE MTA0: DRA3:&lt;BR /&gt;&lt;BR /&gt;Here the results for your answer:&lt;BR /&gt;&lt;BR /&gt;BDE04&amp;gt; analyze/image/select=(ident,link) sys$system:backup.exe;&lt;BR /&gt;SYS$COMMON:[SYSEXE]BACKUP.EXE;1&lt;BR /&gt;"AXP731R006"&lt;BR /&gt;16-SEP-2004 15:26:36.32&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BDE04&amp;gt; show process/parse_style&lt;BR /&gt;&lt;BR /&gt; 6-NOV-2007 08:32:53.02   User: LIEBIG           Process ID:   20665077&lt;BR /&gt;                          Node: BDE04            Process name: "LIEBIG"&lt;BR /&gt;&lt;BR /&gt;Soft CPU Affinity: off&lt;BR /&gt;&lt;BR /&gt;Parse Style: Traditional&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Nov 2007 02:52:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097418#M13614</guid>
      <dc:creator>Kirsten Knüttel</dc:creator>
      <dc:date>2007-11-06T02:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097419#M13615</link>
      <description>Kirsten,&lt;BR /&gt;&lt;BR /&gt;It appears you have the latest patch to backup for VMS 7.3-1&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.itrc.hp.com/openvms_patches/alpha/V7.3-1/VMS731_BACKUP-V0300.txt" target="_blank"&gt;ftp://ftp.itrc.hp.com/openvms_patches/alpha/V7.3-1/VMS731_BACKUP-V0300.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Can you please supply an example of the commands (including any explicit mount commands if they were used) you used to create multiple savesets on the tape, and the commands you used to attempt the restore, with the error message that backup generated?&lt;BR /&gt;&lt;BR /&gt;For example, I would have used something like the following:&lt;BR /&gt;&lt;BR /&gt;$ init mkd600: demo/media=compaction&lt;BR /&gt;$ mount/for mkd600:/nounload&lt;BR /&gt;%MOUNT-I-MOUNTED, DEMO mounted on _SIGMA$MKD600:&lt;BR /&gt;$ backup/rewind/image/block=32256 disk1: mkd600:disk1.f071105 /group=0/media=compaction/label=demo/exact_order&lt;BR /&gt;$ backup/norewind/image/block=32256 disk2: mkd600:disk2.f071105 /group=0/media=compaction/ label=demo /exact_order&lt;BR /&gt;$ backup/norewind/image/block=32256 disk3: mkd600:disk3.f071105 /group=0/media=compaction/ label=demo /exact_order&lt;BR /&gt;$ dism/nounl mkd600:&lt;BR /&gt;$ mount/for mkd600:/nounload&lt;BR /&gt;MOUNT-I-MOUNTED, DEMO mounted on _SIGMA$MKD600:&lt;BR /&gt;$ mount/for disknew:&lt;BR /&gt;$ backup/image mkd600:disk3.f071105 disknew:&lt;BR /&gt;&lt;BR /&gt;And I would expect it to find the third saveset, and make a logical duplicate of disk3: to disknew:&lt;BR /&gt;&lt;BR /&gt;Or to save some time if fast skip was enabled on mkd600: I could insert the following after the last mount:&lt;BR /&gt;&lt;BR /&gt;$ set magtape/skip=file:5 mkd600:&lt;BR /&gt;&lt;BR /&gt;which would position to right before the 3rd saveset, and the backup command would find the next saveset to be the one it was looking for.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Tue, 06 Nov 2007 04:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097419#M13615</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-11-06T04:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097420#M13616</link>
      <description>&lt;BR /&gt;Actually what would be very helpful here is if Kirsten can attach the backup listing of the tape in question.  (Just the initial parts would be good, you can cut off the file listings).&lt;BR /&gt;&lt;BR /&gt;Are you using the same system/account (to try and restore the tape) as the one used for creating the tape?  What I'm getting at here is that you showed the SHOW PROC/PARSE for the account you are using to try and restore, but the account used to create the tape may have had the extended parsing turned on.  The backup listing will show this.  Please supply us with that.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Nov 2007 10:13:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097420#M13616</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2007-11-06T10:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097421#M13617</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've used the same account for backup and restore. And it is difficult for me to cut the backup/list output, because, the machine, where I restore the data (system disk included) has no access to anything else at the moment.&lt;BR /&gt;&lt;BR /&gt;Another point I've found out in the last hours is, that the RMU-restore worked fine and found the RBF-files on tape.&lt;BR /&gt;&lt;BR /&gt;So I've found a workaround for the restore of the files, the restore of the DB worked fine now.&lt;BR /&gt;&lt;BR /&gt;I would say, if nobody has an idea why there are problems to find the backup file on tape I would close the thread. But not without saying a big thank you to all who have thought about this problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Kirsten</description>
      <pubDate>Tue, 06 Nov 2007 10:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097421#M13617</guid>
      <dc:creator>Kirsten Knüttel</dc:creator>
      <dc:date>2007-11-06T10:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with restore from tape</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097422#M13618</link>
      <description>Kirsten,&lt;BR /&gt;&lt;BR /&gt;you can't let us hang with this...please! You are doing something we all know works. &lt;BR /&gt;&lt;BR /&gt;One question:&lt;BR /&gt;&lt;BR /&gt;"backup/image $1$dua240: $42$mka300:...&lt;BR /&gt;...&lt;BR /&gt;backup/image $41$mka400:dua240.bck ..."&lt;BR /&gt;&lt;BR /&gt;It seems you were using two tape drives. Are you sure you used specified the correct drive all the time?&lt;BR /&gt;&lt;BR /&gt;/Guenther</description>
      <pubDate>Tue, 06 Nov 2007 11:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-restore-from-tape/m-p/4097422#M13618</guid>
      <dc:creator>Guenther Froehlin</dc:creator>
      <dc:date>2007-11-06T11:28:40Z</dc:date>
    </item>
  </channel>
</rss>

