<?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: Problem restoring system disk image from tape. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069706#M86408</link>
    <description>FWIW...&lt;BR /&gt;&lt;BR /&gt;Do be cautious with BACKUP commands such as:&lt;BR /&gt;&lt;BR /&gt;backup/image mka500:gcmos.bck dka300:&lt;BR /&gt;&lt;BR /&gt;Leaving BACKUP to decide the source and destination or leaving BACKUP and the drive to decide if the transfer operation worked (or not) has historically been occasionally hazardous practice.&lt;BR /&gt;&lt;BR /&gt;A minimum of:&lt;BR /&gt;&lt;BR /&gt;backup/image -&lt;BR /&gt;mka500:gcmos.bck/save/verify -&lt;BR /&gt;dka300:&lt;BR /&gt;&lt;BR /&gt;would be my preference.&lt;BR /&gt;&lt;BR /&gt;Also consider using a distro or a BACKUP booted from a newer OpenVMS Alpha release.  There have been occasional bugs in BACKUP, in the tape drivers, and elsewhere.&lt;BR /&gt;&lt;BR /&gt;The error log might have an indication of there have been problems in the running system.  The GETCHN and IVIDENT and mount verification messages do not bode well.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Sep 2007 14:18:45 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2007-09-20T14:18:45Z</dc:date>
    <item>
      <title>Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069692#M86394</link>
      <description>Hi everybody.&lt;BR /&gt;I'm managing an AlphaServer 400 running OVMS 7.3 for a small hospital accounting system.&lt;BR /&gt;&lt;BR /&gt;Once per month I boot from an external disk and make an image backup to tape of the system disk. I then restore this image to a second, auxilary, machine as part of our disaster recovery program.&lt;BR /&gt;Last month I upgraded the firmware on the auxilary machine and then tried to restore the latest image and failed!&lt;BR /&gt;Here are the commands and results I got:&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; boot -flags E,0 dka600&lt;BR /&gt; (...boot from external disk follows...)&lt;BR /&gt;$$$ mount/over=id mka500:&lt;BR /&gt;%MOUNT-I-WRITELOCK, volume is write locked&lt;BR /&gt;%MOUNT-I-MOUNTED, GCMOS mounted on _SABKUP$MKA500:&lt;BR /&gt;$$$ mount/foreign dka0:&lt;BR /&gt;%MOUNT-I-MOUNTED, AXPVMSSYS mounted on _SABKUP$DKA0:&lt;BR /&gt;$$$ backup/image mka500:gcmos.bck dka0:&lt;BR /&gt;%BACKUP-F-MOUNTFOR, MKA500:[SYSEXE]GCMOS.BCK; must be mounted /FOREIGN&lt;BR /&gt;&lt;BR /&gt;I've never seen this message before. Usually the restore operation procedes without complaint. Has anybody got any ideas as to what is going on?&lt;BR /&gt;-Dave</description>
      <pubDate>Wed, 19 Sep 2007 11:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069692#M86394</guid>
      <dc:creator>dB LEE</dc:creator>
      <dc:date>2007-09-19T11:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069693#M86395</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;Try just that the error suggest to you:&lt;BR /&gt;&lt;BR /&gt;$$$ mount/foreign mka500:&lt;BR /&gt;&lt;BR /&gt;instead of&lt;BR /&gt;&lt;BR /&gt;$$$ mount/over=id mka500:&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Wed, 19 Sep 2007 11:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069693#M86395</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-09-19T11:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069694#M86396</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;try MOUNTing the tape /FOREIGH.&lt;BR /&gt;&lt;BR /&gt;I would guess that that is what you did previously as well...&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>Wed, 19 Sep 2007 11:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069694#M86396</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-09-19T11:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069695#M86397</link>
      <description>The bootable environment that is included with OpenVMS Alpha distributions has a full set of DCL commands, and looks and works like the classic DCL environment on OpenVMS Alpha.&lt;BR /&gt;&lt;BR /&gt;If you're familiar with OpenVMS VAX and its traditional bootable standalone environment, the OpenVMS Alpha analog is basically full OpenVMS itself; far more than just the BACKUP command of OpenVMS VAX and its Standalone BACKUP environment is present at and available at the OpenVMS Alpha $$$ prompt.&lt;BR /&gt;&lt;BR /&gt;Your use of the system root SYSE could be inferred as having this familiarity.&lt;BR /&gt;&lt;BR /&gt;And FWIW, you should be able to boot dka600: directly, too.  You don't need to select a specific root.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Sep 2007 11:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069695#M86397</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-09-19T11:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069696#M86398</link>
      <description>Thanks for your responses.&lt;BR /&gt;I did try the backup operation with the tape mounted /FOREIGN, here are the results:&lt;BR /&gt;$$$ dismount mka500:&lt;BR /&gt;$$$ mount/foreign mka500:&lt;BR /&gt;%MOUNT-I-WRITELOCK, volume is write locked&lt;BR /&gt;%MOUNT-I-MOUNTED, GCMOS mounted on _SABKUP$MKA500:&lt;BR /&gt;$$$ backup/image mka500:gcmos.bck dka0:&lt;BR /&gt;&lt;BR /&gt;%SYSTEM-I-MOUNTVER, SABKUP$MKA500: is offline.  Mount verification in progress.&lt;BR /&gt;&lt;BR /&gt;%BACKUP-F-GETCHN, error getting device characteristics for DKA0:&lt;BR /&gt;-SYSTEM-F-IVIDENT, invalid identifier format&lt;BR /&gt;%SYSTEM-I-MOUNTVER, SABKUP$MKA500: has completed mount verification.&lt;BR /&gt;&lt;BR /&gt;$$$&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Sep 2007 12:10:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069696#M86398</guid>
      <dc:creator>dB LEE</dc:creator>
      <dc:date>2007-09-19T12:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069697#M86399</link>
      <description>Thanks for your responses.&lt;BR /&gt;I did try the backup operation with the tape mounted /FOREIGN. After the backup command is issued there is some activity between dka0 and mka0 for about 3 minutes and then failure:&lt;BR /&gt;$$$ dismount mka500:&lt;BR /&gt;$$$ mount/foreign mka500:&lt;BR /&gt;%MOUNT-I-WRITELOCK, volume is write locked&lt;BR /&gt;%MOUNT-I-MOUNTED, GCMOS mounted on _SABKUP$MKA500:&lt;BR /&gt;$$$ backup/image mka500:gcmos.bck dka0:&lt;BR /&gt; &lt;BR /&gt;%SYSTEM-I-MOUNTVER, SABKUP$MKA500: is offline.  Mount verification in progress.&lt;BR /&gt;&lt;BR /&gt;%BACKUP-F-GETCHN, error getting device characteristics for DKA0:&lt;BR /&gt;-SYSTEM-F-IVIDENT, invalid identifier format&lt;BR /&gt;%SYSTEM-I-MOUNTVER, SABKUP$MKA500: has completed mount verification.&lt;BR /&gt;&lt;BR /&gt;$$$&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Sep 2007 12:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069697#M86399</guid>
      <dc:creator>dB LEE</dc:creator>
      <dc:date>2007-09-19T12:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069698#M86400</link>
      <description>If the tape drive goes into mount&lt;BR /&gt;verification, and, at the same time, the disk&lt;BR /&gt;triggers a GETCHN complaint, I'd suspect a&lt;BR /&gt;SCSI problem of some kind.  How stable is the&lt;BR /&gt;stuff on the "A" bus?  (Or are you attaching&lt;BR /&gt;the tape drive just for this exercise, or&lt;BR /&gt;...?)  Does SHOW ERROR say anything&lt;BR /&gt;informative?</description>
      <pubDate>Wed, 19 Sep 2007 13:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069698#M86400</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-09-19T13:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069699#M86401</link>
      <description>Hi Steve, &lt;BR /&gt;thanks for your reply. I think you may be&lt;BR /&gt;on to something... I've had some difficulty&lt;BR /&gt;with SCSI on this system in the past.&lt;BR /&gt;I physically connect the external tape and boot disk drives for this procedure. The boot disk was created from a 7.3 installation using the PCSI_INSTALL_MIN.COM utility.&lt;BR /&gt;&lt;BR /&gt;Before booting&lt;BR /&gt;I set the scsi termination to external since these SCSI devices are not normally connected to the server:&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; set control_scsi_term external&lt;BR /&gt;&lt;BR /&gt;I work directly from the $$$ command prompt presented after booting:&lt;BR /&gt;$$$ dir [*]&lt;BR /&gt;Directory SABKUP$DKA600:[SYSE]&lt;BR /&gt;...&lt;BR /&gt;Directory SABKUP$DKA600:[VMS$COMMON]&lt;BR /&gt;...&lt;BR /&gt;$$$ show default&lt;BR /&gt;  SABKUP$DKA600:[SYSEXE]&lt;BR /&gt;%DCL-I-INVDEF, SABKUP$DKA600:[SYSEXE] does not exist&lt;BR /&gt;$$$ show error&lt;BR /&gt;Device                           Error Count&lt;BR /&gt;PKA0:                                    1&lt;BR /&gt;SABKUP$MKA500:                           9&lt;BR /&gt;$$$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Sep 2007 14:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069699#M86401</guid>
      <dc:creator>dB LEE</dc:creator>
      <dc:date>2007-09-19T14:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069700#M86402</link>
      <description>&amp;gt; [...] I've had some difficulty&lt;BR /&gt;&amp;gt; with SCSI on this system in the past.&lt;BR /&gt;&lt;BR /&gt;Assuming that it's single-ended/fast/ultra,&lt;BR /&gt;you can pretty easily exceed the total cable&lt;BR /&gt;length if it's doing both internal and&lt;BR /&gt;external.  This has been discussed before:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1152646" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1152646&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;1.5m is pretty short, really.&lt;BR /&gt;&lt;BR /&gt;Personally, I'd invest (not much) in a Qlogic&lt;BR /&gt;SCSI card (KZPBA-CA/CX), and use that for&lt;BR /&gt;(dedicate it to) the external stuff.  (Which&lt;BR /&gt;is what I do on my XP1000 systems.)&lt;BR /&gt;&lt;BR /&gt;On the other hand, if this stuff normally&lt;BR /&gt;works, you could have one of the (other)&lt;BR /&gt;usual cable or termination problems.  (How&lt;BR /&gt;long _are_ the cables?)</description>
      <pubDate>Wed, 19 Sep 2007 16:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069700#M86402</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-09-19T16:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069701#M86403</link>
      <description>When doing BACKUP/IMAGE restore you also have to MOUNT/FOREIGN destination disk drive.&lt;BR /&gt;So it would be like:&lt;BR /&gt;$$$ mount/foreign mka500: &lt;BR /&gt;$$$ mount/foreign DKA0: &lt;BR /&gt;$$$ backup/image/log mka500:gcmos.bck dka0: &lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2007 02:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069701#M86403</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2007-09-20T02:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069702#M86404</link>
      <description>I hope you're powering it all off before attaching things to the SCSI bus. Yes, it will often work OK if there is power on the bus or devices, but it's not a great habit to get into. Much better to leave it all in place all the time and just power things up when you need them.&lt;BR /&gt;&lt;BR /&gt;Always worth using a cleaning tape every so often.&lt;BR /&gt;&lt;BR /&gt;Always worth using /VERIFY every so often - as is proving that you can read the tape on another drive / system.&lt;BR /&gt;&lt;BR /&gt;Cheers, Colin (&lt;A href="http://www.xdelta.co.uk)." target="_blank"&gt;http://www.xdelta.co.uk).&lt;/A&gt;</description>
      <pubDate>Thu, 20 Sep 2007 03:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069702#M86404</guid>
      <dc:creator>Colin Butcher</dc:creator>
      <dc:date>2007-09-20T03:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069703#M86405</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;I see from your comments that you are able to mount the Tape /foreign, however I dont see any evidence that you can explicitly mount the DKA0 device, Have you checked that you can do that?&lt;BR /&gt;&lt;BR /&gt;Also, see Vladimir's response, vis. you need to mount both the tape and the destination disk /FOREIGN.  &lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 20 Sep 2007 06:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069703#M86405</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2007-09-20T06:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069704#M86406</link>
      <description>I have been performing this image backup&lt;BR /&gt;procedure for almost a year and have&lt;BR /&gt;never had any problems with it until now.&lt;BR /&gt;&lt;BR /&gt;I can successfully mount all the drives.&lt;BR /&gt;I can copy files both ways between the tape &lt;BR /&gt;and hard drives, both external and internal.&lt;BR /&gt;&lt;BR /&gt;The external tape and boot drives have short&lt;BR /&gt;cables and are only connected to the machine&lt;BR /&gt;for this particular operation.&lt;BR /&gt;CONTROL_SCSI_TERM is set to external.&lt;BR /&gt;&lt;BR /&gt;The procedures I'm using were gleaned from&lt;BR /&gt;the Baldwin,Hoffman,Miller book: OVMS Sys.&lt;BR /&gt;Management Guide.&lt;BR /&gt;&lt;BR /&gt;I have never heard of mounting the source&lt;BR /&gt;target as /FOREIGN. And I've never seen&lt;BR /&gt;this error message before.&lt;BR /&gt;&lt;BR /&gt;The only difference to the machine since the last successful image restore is that I upgraded the firmware from V6.3-4 to V7.0-9.&lt;BR /&gt;If the upgrade was corrupted would the system&lt;BR /&gt;even boot at all?&lt;BR /&gt;&lt;BR /&gt;I do have some other tape drives, perhaps I should try them?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2007 11:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069704#M86406</guid>
      <dc:creator>dB LEE</dc:creator>
      <dc:date>2007-09-20T11:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069705#M86407</link>
      <description>OK, I tried the backup operation to a different target:&lt;BR /&gt;&lt;BR /&gt;$$$&lt;BR /&gt;$$$ mount/foreign dka300:&lt;BR /&gt;%MOUNT-I-MOUNTED, GCMOS mounted on _SABKUP$DKA300:&lt;BR /&gt;$$$ mount/foreign mka500:&lt;BR /&gt;%MOUNT-I-MOUNTED, GCMOS mounted on _SABKUP$MKA500:&lt;BR /&gt;$$$ backup/image mka500:gcmos.bck dka300:&lt;BR /&gt;...backup job successful!&lt;BR /&gt;&lt;BR /&gt;And again to the original target:&lt;BR /&gt;$$$ mount/foreign mka500:&lt;BR /&gt;%MOUNT-I-MOUNTED, GCMOS mounted on _SABKUP$MKA500:&lt;BR /&gt;$$$ backup/image mka500:gcmos.bck dka0:&lt;BR /&gt;%SYSTEM-I-MOUNTVER, SABKUP$MKA500: is offline.  Mount verification in progress.&lt;BR /&gt;&lt;BR /&gt;%BACKUP-F-GETCHN, error getting device characteristics for DKA0:&lt;BR /&gt;-SYSTEM-F-IVIDENT, invalid identifier format&lt;BR /&gt;%SYSTEM-I-MOUNTVER, SABKUP$MKA500: has completed mount verification.&lt;BR /&gt;&lt;BR /&gt;$$$&lt;BR /&gt;So it seems there is some sort of problem&lt;BR /&gt;with the dka0: drive.&lt;BR /&gt;I'll presue that in a different thread.&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;-Dave&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2007 12:33:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069705#M86407</guid>
      <dc:creator>dB LEE</dc:creator>
      <dc:date>2007-09-20T12:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069706#M86408</link>
      <description>FWIW...&lt;BR /&gt;&lt;BR /&gt;Do be cautious with BACKUP commands such as:&lt;BR /&gt;&lt;BR /&gt;backup/image mka500:gcmos.bck dka300:&lt;BR /&gt;&lt;BR /&gt;Leaving BACKUP to decide the source and destination or leaving BACKUP and the drive to decide if the transfer operation worked (or not) has historically been occasionally hazardous practice.&lt;BR /&gt;&lt;BR /&gt;A minimum of:&lt;BR /&gt;&lt;BR /&gt;backup/image -&lt;BR /&gt;mka500:gcmos.bck/save/verify -&lt;BR /&gt;dka300:&lt;BR /&gt;&lt;BR /&gt;would be my preference.&lt;BR /&gt;&lt;BR /&gt;Also consider using a distro or a BACKUP booted from a newer OpenVMS Alpha release.  There have been occasional bugs in BACKUP, in the tape drivers, and elsewhere.&lt;BR /&gt;&lt;BR /&gt;The error log might have an indication of there have been problems in the running system.  The GETCHN and IVIDENT and mount verification messages do not bode well.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2007 14:18:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069706#M86408</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-09-20T14:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069707#M86409</link>
      <description>IVIDENT among other situations is returned when the drive presents an UDID longer than expected.&lt;BR /&gt;&lt;BR /&gt;That DKA0 what brand/model is it?&lt;BR /&gt;&lt;BR /&gt;/Guenther</description>
      <pubDate>Thu, 20 Sep 2007 14:25:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069707#M86409</guid>
      <dc:creator>Guenther Froehlin</dc:creator>
      <dc:date>2007-09-20T14:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069708#M86410</link>
      <description>That DKA0 what brand/model is it?&lt;BR /&gt;/Guenther&lt;BR /&gt;&lt;BR /&gt;Hi Guenther,&lt;BR /&gt;It's an original DEC/Seagate part:&lt;BR /&gt;ST35051&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;show device&lt;BR /&gt;dka0.0.0.6.0   DKA0      RZ26N  1103&lt;BR /&gt;dka300.3.0.6.0 DKA300    RZ29L-AS  0814&lt;BR /&gt;dka600.6.0.6.0 DKA600    QUANTUM VIKING 2.3 NSE  880R&lt;BR /&gt;dva0.0.0.0.1   DVA0&lt;BR /&gt;mka500.5.0.6.0 MKA500    TLZ09  03a5&lt;BR /&gt;ewa0.0.0.13.0  EWA0      00-BB-AA-FF-F2-0F&lt;BR /&gt;pka0.7.0.6.0   PKA0      SCSI Bus ID 7&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2007 17:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069708#M86410</guid>
      <dc:creator>dB LEE</dc:creator>
      <dc:date>2007-09-20T17:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069709#M86411</link>
      <description>A plain RZ26. As mentioned earlier, make sure your SCSI cabling is ok. And that the last drive (I would set the tape to that) has a SCSI terminator installed.&lt;BR /&gt;&lt;BR /&gt;If you want to further diagnose instead of throwing the RZ26 away, try to do the backup to this drive on another system.&lt;BR /&gt;&lt;BR /&gt;/Guenther</description>
      <pubDate>Fri, 21 Sep 2007 10:48:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069709#M86411</guid>
      <dc:creator>Guenther Froehlin</dc:creator>
      <dc:date>2007-09-21T10:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem restoring system disk image from tape.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069710#M86412</link>
      <description>mount/foreign&lt;BR /&gt;and use /save/verify switches&lt;BR /&gt;with short SCSI cables.&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 23 Sep 2007 18:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-restoring-system-disk-image-from-tape/m-p/5069710#M86412</guid>
      <dc:creator>dB LEE</dc:creator>
      <dc:date>2007-09-23T18:13:20Z</dc:date>
    </item>
  </channel>
</rss>

