<?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: System disk backup in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986986#M135</link>
    <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;I have some suggestions for your backup.&lt;BR /&gt;&lt;BR /&gt;$ mount /ov=id $1$dua100:&lt;BR /&gt;==&amp;gt; This is fine, adding the shadow option will&lt;BR /&gt;    allow you to write to the disk but that&lt;BR /&gt;    comes into play when you need to restore&lt;BR /&gt;    for now I would leave it out.&lt;BR /&gt;&lt;BR /&gt;$ init $1$mkc100:&lt;BR /&gt;==&amp;gt; use /media=comp if the drive supports it&lt;BR /&gt;&lt;BR /&gt;$ backup /image/ignore=interlock $1$dua100: $1$mkc100:system.bck /save &lt;BR /&gt;==&amp;gt; No need ot add /ignore=interlock, you have&lt;BR /&gt;    the disk mounted to your process only.&lt;BR /&gt;==&amp;gt; add /block=65024 for DLT drives, this saves&lt;BR /&gt;    a lot of time&lt;BR /&gt;==&amp;gt; add /media=comp if the drive supports it,&lt;BR /&gt;    used both on the init and the backup cmd.&lt;BR /&gt;==&amp;gt; If you can afford the time I would use&lt;BR /&gt;    /verify to make sure your backup can be&lt;BR /&gt;    read, after all that is the general idea.&lt;BR /&gt;&lt;BR /&gt;$ dismount $1$dua100:&lt;BR /&gt;$ dismount /unload $1$mkc100: &lt;BR /&gt;</description>
    <pubDate>Tue, 03 Jun 2003 09:14:38 GMT</pubDate>
    <dc:creator>Henk Hofman</dc:creator>
    <dc:date>2003-06-03T09:14:38Z</dc:date>
    <item>
      <title>System disk backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986981#M130</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I am now thinking of backing up system disk (sys$sysdevice) for my vms system.&lt;BR /&gt;&lt;BR /&gt;The system disks are in general software shadowed (ie SYS$SYSDEVICE is pointing to DSAn: device)&lt;BR /&gt;&lt;BR /&gt;Is it a correct practice by dissolving one member disk from the shadow set and then performing image backup from it?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Patrick.</description>
      <pubDate>Tue, 03 Jun 2003 02:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986981#M130</guid>
      <dc:creator>Patrick_42</dc:creator>
      <dc:date>2003-06-03T02:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: System disk backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986982#M131</link>
      <description>Hello Patrick,&lt;BR /&gt;&lt;BR /&gt;In theory you should not remove one member &lt;BR /&gt;and backup it. Data consistency is not guaranteed in this case, however in real life&lt;BR /&gt;this method is very popular and heavily used&lt;BR /&gt;by many users. In 99.9% of the times it works.&lt;BR /&gt;&lt;BR /&gt;As long as you understand the potential risk,&lt;BR /&gt;I think it is fine.&lt;BR /&gt;&lt;BR /&gt;Guy</description>
      <pubDate>Tue, 03 Jun 2003 03:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986982#M131</guid>
      <dc:creator>Guy Peleg</dc:creator>
      <dc:date>2003-06-03T03:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: System disk backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986983#M132</link>
      <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;But, what should be the backup option when i am doing the backup?&lt;BR /&gt;&lt;BR /&gt;Is the following series of commands ok(say $1$dua100) is the dismounted shadow copy?&lt;BR /&gt;&lt;BR /&gt;$ mount /ov=id $1$dua100:&lt;BR /&gt;$ init $1$mkc100:&lt;BR /&gt;$ backup /image/ignore=interlock $1$dua100: $1$mkc100:system.bck /save&lt;BR /&gt;$ dismount $1$dua100:&lt;BR /&gt;$ dismount /unload $1$mkc100:&lt;BR /&gt;&lt;BR /&gt;Sorry to bother, but, i have left VMS fields for 3 years...&lt;BR /&gt;&lt;BR /&gt;Patrick.</description>
      <pubDate>Tue, 03 Jun 2003 06:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986983#M132</guid>
      <dc:creator>Patrick_42</dc:creator>
      <dc:date>2003-06-03T06:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: System disk backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986984#M133</link>
      <description>Hello Patrick&lt;BR /&gt;&lt;BR /&gt;To mount the former shadow member disk I think you need to include shadow_member in your override list&lt;BR /&gt;&lt;BR /&gt;$ mount /ov=(id,shadow) $1$dua100: &lt;BR /&gt;&lt;BR /&gt;Mac&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jun 2003 07:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986984#M133</guid>
      <dc:creator>Mac Lilley</dc:creator>
      <dc:date>2003-06-03T07:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: System disk backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986985#M134</link>
      <description>You should perform occational standalone backups. For suggestions on what to backup on your system disk see the OpenVMS Journal Article&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/journal/v1/backup.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v1/backup.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There is no point in backing up most of the disk except when it changes and as pointed out in the article above using backup may not be the best way of backing up some things.</description>
      <pubDate>Tue, 03 Jun 2003 08:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986985#M134</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2003-06-03T08:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: System disk backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986986#M135</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;I have some suggestions for your backup.&lt;BR /&gt;&lt;BR /&gt;$ mount /ov=id $1$dua100:&lt;BR /&gt;==&amp;gt; This is fine, adding the shadow option will&lt;BR /&gt;    allow you to write to the disk but that&lt;BR /&gt;    comes into play when you need to restore&lt;BR /&gt;    for now I would leave it out.&lt;BR /&gt;&lt;BR /&gt;$ init $1$mkc100:&lt;BR /&gt;==&amp;gt; use /media=comp if the drive supports it&lt;BR /&gt;&lt;BR /&gt;$ backup /image/ignore=interlock $1$dua100: $1$mkc100:system.bck /save &lt;BR /&gt;==&amp;gt; No need ot add /ignore=interlock, you have&lt;BR /&gt;    the disk mounted to your process only.&lt;BR /&gt;==&amp;gt; add /block=65024 for DLT drives, this saves&lt;BR /&gt;    a lot of time&lt;BR /&gt;==&amp;gt; add /media=comp if the drive supports it,&lt;BR /&gt;    used both on the init and the backup cmd.&lt;BR /&gt;==&amp;gt; If you can afford the time I would use&lt;BR /&gt;    /verify to make sure your backup can be&lt;BR /&gt;    read, after all that is the general idea.&lt;BR /&gt;&lt;BR /&gt;$ dismount $1$dua100:&lt;BR /&gt;$ dismount /unload $1$mkc100: &lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jun 2003 09:14:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986986#M135</guid>
      <dc:creator>Henk Hofman</dc:creator>
      <dc:date>2003-06-03T09:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: System disk backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986987#M136</link>
      <description>A couple of people have already posted suggestions.&lt;BR /&gt;I use the method you're suggesting.&lt;BR /&gt;I do NOT use the /over=id when mounting it for the backup. There's no need as you're only reading from the device.&lt;BR /&gt;You do NOT need the /ignore=interlock as you've got exclusive access.&lt;BR /&gt;&lt;BR /&gt;In addition I have migrated many of the files off the System Disk (e.g. the UAF Files) and I use a script to do a Convert/Share of these files to a backup location. Convert/share gets a cleaner copy of these files.&lt;BR /&gt;There was an item in one of the VMS Technical Journals the (wrapped) URL may be of interest.&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/journal/v1/backup.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v1/backup.html&lt;/A&gt;</description>
      <pubDate>Tue, 03 Jun 2003 20:45:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986987#M136</guid>
      <dc:creator>Rob Buxton</dc:creator>
      <dc:date>2003-06-03T20:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: System disk backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986988#M137</link>
      <description>I very rarely perform a standalone backup of the system disk. I usually do a full or incremental with the ignore=interlock qualifier. The only data you will not capture is data in logfiles that are being updated.&lt;BR /&gt;&lt;BR /&gt;We do a Disaster Recovery testing twice a year at SunGard. For the last ten years, I have never had a problem recovering my system disk from my backups.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 04 Jun 2003 14:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986988#M137</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-06-04T14:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: System disk backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986989#M138</link>
      <description>&lt;BR /&gt;As been pointed out dissolving the shadow set or using /ignore=interlock are two ways to get a backup of a running system. But please make sure that you understand the risks with any of these options, even if the risk of getting a bad backup is small, that risk is still real.&lt;BR /&gt;&lt;BR /&gt;Also, one of the later replies pointed out that all he ever lost by using /ignore=interlock was some updates to logfiles. It might however be different if you for example have additional applications installed on the system disk.&lt;BR /&gt;&lt;BR /&gt;I've used both of these methods and standalone backup at different times and not had any problem. But test any backup-restore procedure before you put it into production, remember that it isn't the backup that is important - it is the ability to restore it into a working system...&lt;BR /&gt;&lt;BR /&gt;/ShyGuy</description>
      <pubDate>Thu, 05 Jun 2003 17:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986989#M138</guid>
      <dc:creator>ShyGuy</dc:creator>
      <dc:date>2003-06-05T17:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: System disk backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986990#M139</link>
      <description>And don't forget to remount the shadow set:&lt;BR /&gt;MOUNT/SYSTEM DSAn: /SHADOW=($1$DUA100:) label&lt;BR /&gt;We have dismounted shadow sets to load patches onto the system as a security measure on disks with 2 shadow disks, and left this way for a couple of days to prove the patches. It is a risk, but we have not had any problems so far (touch wood!)&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Oct 2003 05:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986990#M139</guid>
      <dc:creator>Terry Yeomans</dc:creator>
      <dc:date>2003-10-23T05:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: System disk backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986991#M140</link>
      <description>Well, the problem about "forgetting" to remount the second shadow disk after patch/upgrade can be easily solved.&lt;BR /&gt;&lt;BR /&gt;1.) Break the shadow set, remove one disk and  put it in a save place&lt;BR /&gt;2.) Mount another spare disk as the second shadow disk partner.&lt;BR /&gt;3.) After you are sure the patch/upgrade worked  ok move the saved disk into your spare pool.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Oct 2003 09:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986991#M140</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-10-23T09:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: System disk backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986992#M141</link>
      <description>A few things to keep in mind...&lt;BR /&gt;&lt;P&gt;(do html tags work here?)&lt;BR /&gt;First, never reduce a shadow set to less than 2 members. The purpose of shadowing is to protect you from hardware errors, NOT to assist in backups. The most likely recoverable hardware error you will encounter is a bad block. If your shadowset remains with 2 or more members, you are virtually immune to bad blocks. As soon as you reduce the shadow set to 1 member you DOUBLE your exposure to bad blocks over the risk of a single physical disk volume. If you care about your data...&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Second, any backup of a file taken while the file is open, without the cooperation of the active process is suspect. That includes /IGNORE=INTERLOCK and files from broken shadowsets. You *MAY* get a good copy, but then again you might not. If your business matters, do not trust any file which generated an interlock warning.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I accept that some people have gotten away with this, and their backup savesets have successfully restored, but I've seen cases where they've failed. OpenVMS engineering does not guarantee you will get a useable backup.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Most of the files on the system disk are static. It's a waste of time and tape to take another copy of all of SYS$HELP every day  or week. &lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The files that matter on a system disk are always open. You must therefore cooperate with the active processes to get a clean backup copy. CONVERT/SHARE is the simplest way. &lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;See the Technical Journal article referenced in previous replies for more details (including using 3 member shadow sets).&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2003 16:52:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/system-disk-backup/m-p/2986992#M141</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2003-10-23T16:52:47Z</dc:date>
    </item>
  </channel>
</rss>

