<?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: Backup Issues in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163660#M90403</link>
    <description>Thanks for all the help you have provided.  I have assigned points. Finally!</description>
    <pubDate>Thu, 03 Jul 2008 14:46:23 GMT</pubDate>
    <dc:creator>odwillia</dc:creator>
    <dc:date>2008-07-03T14:46:23Z</dc:date>
    <item>
      <title>Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163620#M90363</link>
      <description>&lt;!--!*#--&gt;We are getting the attached errors on our backups can anyone tell me what they mean?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Mar 2008 12:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163620#M90363</guid>
      <dc:creator>odwillia</dc:creator>
      <dc:date>2008-03-18T12:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163621#M90364</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I assume you're talking about the following error:&lt;BR /&gt;&lt;BR /&gt;%BACKUP-F-PROCINDEX, error processing index file on DISK$DEVSCRATCH1:, RVN 1&lt;BR /&gt;-SYSTEM-F-VOLINV, volume is not software enabled&lt;BR /&gt;&lt;BR /&gt;Backup seemed to have a problem reading INDEXF.SYS of the disk DISK$DEVSCRATCH1.&lt;BR /&gt;&lt;BR /&gt;VOLINV indicates that the 'volume valid bit' is not set for that disk. Please check the status of that disk as seen from the node running your backup procedure:&lt;BR /&gt;&lt;BR /&gt;$ SHOW DEVICE DISK$DEVSCRATCH1&lt;BR /&gt;&lt;BR /&gt;If this error is intermittend, include the SHOW DEV command in your backup procedure.&lt;BR /&gt;&lt;BR /&gt;Any errors on that disk ? Any mount-verification messages regarding this disk ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 18 Mar 2008 12:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163621#M90364</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-03-18T12:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163622#M90365</link>
      <description>odwillia,&lt;BR /&gt;&lt;BR /&gt;I agree with Volker. I would highly recommend checking the error log for errors on this device.&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>Tue, 18 Mar 2008 12:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163622#M90365</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-03-18T12:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163623#M90366</link>
      <description>For the device status I received the following message MntVerifyTimeout. What are the steps needed to fix this. I do not know much about VMS.</description>
      <pubDate>Tue, 18 Mar 2008 13:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163623#M90366</guid>
      <dc:creator>odwillia</dc:creator>
      <dc:date>2008-03-18T13:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163624#M90367</link>
      <description>MntVerifyTimeout&lt;BR /&gt;&lt;BR /&gt;The path to the device has been lost for more than MVTIMEOUT seconds (typically 1 hour). The disk may have failed and may be broken.&lt;BR /&gt;&lt;BR /&gt;Check whether there are any files open on that disk. Does SHOW DEV DISK$DEVSCRATCH1 show a transaction count greater than 1 in the Trans Count column ?&lt;BR /&gt;&lt;BR /&gt;If TransCount=1, try $ DISM/ABORT DISK$DEVSCRATCH1&lt;BR /&gt;&lt;BR /&gt;Then try to mount the disk again with:&lt;BR /&gt;&lt;BR /&gt;$ MOUNT/SYSTEM/NOASSIST disk-name DEVSCRATCH1&lt;BR /&gt;&lt;BR /&gt;Be prepared for the mount to fail, if the disk has gone bad.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 18 Mar 2008 13:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163624#M90367</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-03-18T13:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163625#M90368</link>
      <description>I guess the disk is bad since I was not able to remount it after I dismount it. I kept on getting MOUNT-F-IVDEVNAM, invalid device name. Any other suggestions?</description>
      <pubDate>Tue, 18 Mar 2008 13:56:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163625#M90368</guid>
      <dc:creator>odwillia</dc:creator>
      <dc:date>2008-03-18T13:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163626#M90369</link>
      <description>Please show the full command used to mount the disk. 'Invalid device name' seems to imply, that you somehow mistyped the name of the disk device !&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 18 Mar 2008 14:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163626#M90369</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-03-18T14:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163627#M90370</link>
      <description>odwillia,&lt;BR /&gt;&lt;BR /&gt;It can be dangerous to diagnose problems like this over the phone. There are many possible causes, from a failed disk at one extreme to something as simple as loose cable at the other end of the range.&lt;BR /&gt;&lt;BR /&gt;If there are no obvious problems (e.g., flashing red lights), I would recommend getting experienced assistance. I have seen many easily recoverable situations become far worse when incorrect action is taken.&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>Tue, 18 Mar 2008 14:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163627#M90370</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-03-18T14:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163628#M90371</link>
      <description>OK, so it was a typo. Once I run the mount command it ask for the _label:  The label should be the name uder volume label right? and what should the log name be?</description>
      <pubDate>Tue, 18 Mar 2008 15:06:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163628#M90371</guid>
      <dc:creator>odwillia</dc:creator>
      <dc:date>2008-03-18T15:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163629#M90372</link>
      <description>Search through your startup procedures for the actual MOUNT command used during startup.&lt;BR /&gt;&lt;BR /&gt;Try $ SEARCH SYS$STARTUP:*.COM MOUNT,DEVSCRATCH1/MATCH=AND&lt;BR /&gt;&lt;BR /&gt;Then use the mount command found.&lt;BR /&gt;&lt;BR /&gt;The label should be DEVSCRATCH1, whether there had been an additional logical name (this is optional), I don't know.&lt;BR /&gt;&lt;BR /&gt;If there had been a logical, you may be able to find it via:&lt;BR /&gt;&lt;BR /&gt;$ PIPE SHOW LOG * | SEARCH SYS$PIPE &lt;DISK-NAME&gt;&lt;BR /&gt;&lt;BR /&gt;Use the phyiscal disk name (e.g. DKA200:).&lt;BR /&gt;&lt;BR /&gt;OpenVMS has an extensive HELP system built in. If you see an OpenVMS error message (like SYSTEM-F-VOLINV), you always obtain help for this error message with:&lt;BR /&gt;&lt;BR /&gt;$ HELP/MESSAGE VOLINV&lt;BR /&gt;&lt;BR /&gt;Hope this helps ;-)&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/DISK-NAME&gt;</description>
      <pubDate>Tue, 18 Mar 2008 15:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163629#M90372</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-03-18T15:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163630#M90373</link>
      <description>An errant MOUNT or an errant BACKUP command risks either not making a proper BACKUP, or risks overwriting existing disk data.   &lt;BR /&gt;&lt;BR /&gt;This is one of the most arcane and cryptic areas of OpenVMS, and there are very few "blade guards" here; data can get clobbered.  BACKUPs can get trashed.&lt;BR /&gt;&lt;BR /&gt;For purposes of a hand-entered BACKUP command, you need not use the logical name on the MOUNT command.  &lt;BR /&gt;&lt;BR /&gt;The logical name parameter on MOUNT is useful within a command procedure however, as it can be used as the target for all subsequent device references within the procedure.  MYCORP_TARGET and MYCORP_SOURCE could be used as the logical names for the output and input devices, for instance.&lt;BR /&gt;&lt;BR /&gt;The volume label must be the assigned volume label found on the volume, or you must use the MOUNT /OVERRIDE, or you're using (as is often the case) MOUNT /FOREIGN.&lt;BR /&gt;&lt;BR /&gt;Are there any bound-volume sets here?&lt;BR /&gt;&lt;BR /&gt;Again, this area is data-hazardous.  Please take the time to read and understand the DCL command syntax, and please consider practicing in a testing configuration where an errant command can trash data without harm to production.  Do also look at the BACKUP command examples in the back of the BACKUP manual, as these provide many examples of the various sequences with BACKUP, and you can find and choose the particular command associated with what you want to do.&lt;BR /&gt;&lt;BR /&gt;There are example BACKUP command procedures around that can be used as starting points, as well.&lt;BR /&gt;&lt;BR /&gt;As for another potential hazard here, I see Rdb referenced.  (Rdb itself isn't hazardous, but there are specific RMU commands needed to perform a successful and restore-able backup of an Rdb database.  You can't use OpenVMS BACKUP directly on an Rdb database and expect to restore the database.)&lt;BR /&gt;&lt;BR /&gt;And FWIW, the existing backup archives here potentially (probably?) contain silent data corruptions, too.  (Those file interlocks that are being overridden were implemented for a reason, after all.  Not because the engineers wanted to force folks to use another qualifier keyword on BACKUP.)&lt;BR /&gt;&lt;BR /&gt;This whole area is comparatively ancient technology -- and not all that much past what RSX11M+ implemented.  The UI and the tools are such that it is accordingly very easy to unintentionally corrupt critical data.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Mar 2008 15:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163630#M90373</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-03-18T15:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163631#M90374</link>
      <description>This is what I get when I do a show dev d:&lt;BR /&gt;&lt;BR /&gt;DPA300:       (NRCAVB)  MntVerifyTimeout  3598  DEVDISK1       3758040    39   1&lt;BR /&gt;DPA301:       (NRCAVB)  MntVerifyTimeout  3598  DEVDISK2        646806    15   1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2008 15:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163631#M90374</guid>
      <dc:creator>odwillia</dc:creator>
      <dc:date>2008-03-19T15:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163632#M90375</link>
      <description>So you're running 'HP RAID Software for OpenVMS '. DPA devices are software RAID devices.&lt;BR /&gt;&lt;BR /&gt;You need to use appropriate $ RAID SHOW commands to find out about the structure of your RAID sets and the physical disks involved.&lt;BR /&gt;&lt;BR /&gt;You can use $ RAID ANALYZE/ERROR_LOG to find RAID-related errlog entries.&lt;BR /&gt;&lt;BR /&gt;There should also be a SYS$MANAGER:RAID$DIAGNOSTICS_nodename.LOG file with diagnostic messages.&lt;BR /&gt; &lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 19 Mar 2008 15:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163632#M90375</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-03-19T15:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163633#M90376</link>
      <description>I have attached the show raid results.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2008 15:20:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163633#M90376</guid>
      <dc:creator>odwillia</dc:creator>
      <dc:date>2008-03-19T15:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163634#M90377</link>
      <description>This looks like a RAID 0 array configured over 6 disks of a Mylex controller, which has been partitioned into 3 virtual units.&lt;BR /&gt;&lt;BR /&gt;All the units have had a lot of errors reported against them.&lt;BR /&gt;&lt;BR /&gt;Please look at the diagnostics file mentioned earlier and try to find out what happened when.&lt;BR /&gt;&lt;BR /&gt;The HP RAID Software for OpenVMS - Guide to Operations can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h30266.www3.hp.com/odl/vax/sysman/raidv30/raid_ops_guide.pdf" target="_blank"&gt;http://h30266.www3.hp.com/odl/vax/sysman/raidv30/raid_ops_guide.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will at least need to dismount the DPA: devices, which are in MntVerifyTimeout, then re-mount them with the MOUNT commands to be found somewhere in your system startup procedures. But first try to find out what happened.&lt;BR /&gt;&lt;BR /&gt;Consider to obtain qualified help to prevent damage to your data, if you're uncertain what to do...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 19 Mar 2008 16:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163634#M90377</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-03-19T16:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163635#M90378</link>
      <description>$ SEARCH SYS$STARTUP:*.COM MOUNT,DEVSCRATCH1/MATCH=and&lt;BR /&gt;%SEARCH-I-NULLFILE, file SYS$SYSROOT:[SYSMGR]ADDOPER.COM;2 contains no records&lt;BR /&gt;%SEARCH-I-NULLFILE, file SYS$SYSROOT:[SYSMGR]ADDSYS.COM;2 contains no records&lt;BR /&gt;&lt;BR /&gt;I got this error when I attempted to remount.&lt;BR /&gt;&lt;BR /&gt;******************************&lt;BR /&gt;SYS$SYSROOT:[SYSMGR]NRC_MOUNT_DISKS.COM;21&lt;BR /&gt;&lt;BR /&gt;$       Mountxx/noass/sys/rebuild DPA302: DEVSCRATCH1 DEVSCRATCH1&lt;BR /&gt;&lt;BR /&gt;******************************&lt;BR /&gt;SYS$COMMON:[SYSMGR]SYSHUTDWN.COM;18&lt;BR /&gt;&lt;BR /&gt;$ dismountxx/abort/over=check DISK$DEVSCRATCH1  !dpa302:&lt;BR /&gt;$ Mountxx/noass/sys/rebuild DPA302: DEVSCRATCH1 DEVSCRATCH1&lt;BR /&gt;%MOUNT-F-MEDOFL, medium is offline&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2008 17:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163635#M90378</guid>
      <dc:creator>odwillia</dc:creator>
      <dc:date>2008-03-19T17:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163636#M90379</link>
      <description>This may be a software or hardware problem. Use RAID ANAL/ERR, OPERATOR.LOG and SYS$MANAGER:RAID$DIAGNOSTICS_nodename.LOG to find out, when and how this problem started. This may tell you what has failed and when.&lt;BR /&gt;&lt;BR /&gt;Can you currently access DPA300: and DPA301: without problems ? Is only DPA302: giving you problems ?&lt;BR /&gt;&lt;BR /&gt;Did you look at the drives behind the Mylex controller. Any yellow or red lights ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 19 Mar 2008 17:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163636#M90379</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-03-19T17:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163637#M90380</link>
      <description>No yellow or red lights. I'm looking for the error logs now.</description>
      <pubDate>Wed, 19 Mar 2008 17:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163637#M90380</guid>
      <dc:creator>odwillia</dc:creator>
      <dc:date>2008-03-19T17:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163638#M90381</link>
      <description>When re-reading your previous replies, I see that all 3 DPA devices are/were in MntVerifyTimeout. This most likely indicates a problem with the Mylex controller irself or maybe the shelf the disks are in (power-fail ?).&lt;BR /&gt;&lt;BR /&gt;As you are using a partitioned RAID 0 stripeset, the failure of ANY physical DRA disk will cause the whole array to become inoperative !&lt;BR /&gt;&lt;BR /&gt;First make sure to check for your last GOOD backup of these 3 DPA: devices !&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 19 Mar 2008 18:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163638#M90381</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-03-19T18:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163639#M90382</link>
      <description>I recommend to do a DISMOUNT/CLUSTER/ABORT for all three DPA devices.&lt;BR /&gt;&lt;BR /&gt;If that succeeded do a RAID UNBIND &lt;ARRAY-NAME&gt; of the array.&lt;BR /&gt;&lt;BR /&gt;Did all DRA devices dismount? If not issue DISMOUNTs for the DRA devices not dismounted yet.&lt;BR /&gt;&lt;BR /&gt;Mount all DRA devices with MOUNT/OVER=ID/NOASSIST. If that fails...fix a DRA underlying problem.&lt;BR /&gt;&lt;BR /&gt;If that worked for all DRA devices dismount them and do the RAID BIND command (parameters are somewhere in SYSTARTUP:*.COM - hopefully).&lt;BR /&gt;&lt;BR /&gt;/Guenther&lt;/ARRAY-NAME&gt;</description>
      <pubDate>Wed, 19 Mar 2008 20:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-issues/m-p/4163639#M90382</guid>
      <dc:creator>Guenther Froehlin</dc:creator>
      <dc:date>2008-03-19T20:58:41Z</dc:date>
    </item>
  </channel>
</rss>

