<?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/IMAGE in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980050#M76608</link>
    <description>Ronald, we have all of our system disks on local SCSI buses. At any time we have spare system disks ready to go. Our system disks, but for some log files are ready only. The sysuaf et all are off system disks. We keep copies by using volume shadowing. Normally we have two members, then we add a third and then dismount it. Everytime we install patches we perform this routine. This enables us to recover by simply rebooting and selecting another system disk. The spare system disks are then backed up to tape. There are no open files. Out approach is also very handy when performing system upgrades. You do not want to find yourself in the position were you have to restore from tape. This can take some time. And if penalty conditions are in your contract, time will cost money. &lt;BR /&gt;&lt;BR /&gt;Summary: Have spare system disks, use volume shadowing to make copies, backup copies to tape. &lt;BR /&gt;&lt;BR /&gt;My aus 2 cents.</description>
    <pubDate>Wed, 24 May 2006 18:49:55 GMT</pubDate>
    <dc:creator>Thomas Ritter</dc:creator>
    <dc:date>2006-05-24T18:49:55Z</dc:date>
    <item>
      <title>BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980042#M76600</link>
      <description>Hi All,&lt;BR /&gt;   Is it possible to do backup/image of a system disk in already mounted disk? For example, I would like to do image backup of my system disk to this folder disk$backup:[backup]. What will be the correct DCL command?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 21 May 2006 23:10:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980042#M76600</guid>
      <dc:creator>IFX_1</dc:creator>
      <dc:date>2006-05-21T23:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980043#M76601</link>
      <description>Sure, but you have all the worries about the&lt;BR /&gt;value of the BACKUP of open/busy files.&lt;BR /&gt;&lt;BR /&gt;I'd start with something like:&lt;BR /&gt;&lt;BR /&gt;BACKUP /IMAGE [ /VERIFY ] sys$sysdevice: -&lt;BR /&gt;disk$backup:[backup]save_set_name /SAVE_SET&lt;BR /&gt;</description>
      <pubDate>Sun, 21 May 2006 23:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980043#M76601</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-05-21T23:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980044#M76602</link>
      <description>Ronald,&lt;BR /&gt;&lt;BR /&gt;you may use the qualifier /IGNORE=INTERLOCK to allow backup to backup also files which are otherwise not treated due to lock conflicts.&lt;BR /&gt;But this does NOT mean, that the backup of such files is correct. Backup has no knowledge about data being held in buffers..., so this is NOT supported by OpenVMS engineering.&lt;BR /&gt;&lt;BR /&gt;So much depends on your kind of 'open files', if it is just the OPERATOR.LOG you may loose some records at the end, if it is the queue file, the result could be worse.&lt;BR /&gt;&lt;BR /&gt;On the other hand, in more than 20 years I havn't had a probem with it, but thats's no guarantee.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Sun, 21 May 2006 23:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980044#M76602</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-05-21T23:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980045#M76603</link>
      <description>I agree with Karl. Once I had to recreate queues after restore. But that was not a big problem.&lt;BR /&gt;Remember, having backup with IGNORE=INTERLOCK is much better than having no backup at all.&lt;BR /&gt;So, if doing standalone backup is not possible, do "online" backup rather than nothing.&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 22 May 2006 01:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980045#M76603</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2006-05-22T01:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980046#M76604</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Once I had to recreate queues after restore. But that was not a big problem.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;It can be if you have hundreds of queues, and haven't saved the commands to create them...&lt;BR /&gt;&lt;BR /&gt;As a workaround, see &lt;A href="http://h18000.www1.hp.com/support/asktima/operating_systems/0095D437-BBF6EF20-1C0097.html" target="_blank"&gt;http://h18000.www1.hp.com/support/asktima/operating_systems/0095D437-BBF6EF20-1C0097.html&lt;/A&gt; for DCL code that generate DCL procedures from the queue database.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin&lt;BR /&gt;</description>
      <pubDate>Mon, 22 May 2006 09:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980046#M76604</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2006-05-22T09:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980047#M76605</link>
      <description>Here at work, we have always looked upon the online IMAGE backup of the system disk as INCREMENTAL and only a system down, backup from CD (on the DS25s) FULL backup is the "go to" backup in an emergency.  IMO if you look at online IMAGE this way you should be safe, however I HIGHLY recommend performing a periodic system down FULL backup. As stated above /IGNORE=INTERLOCK does the trick on an online backup, which are done daily here.</description>
      <pubDate>Tue, 23 May 2006 06:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980047#M76605</guid>
      <dc:creator>John Donovan_4</dc:creator>
      <dc:date>2006-05-23T06:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980048#M76606</link>
      <description>As stated, /ignore=interlock is very commonly used.&lt;BR /&gt;&lt;BR /&gt;In addition, I wanted to comment on losing queues.  This is just one of the many ways queues can be lost.  There's many ways the queue file can be corrupt.&lt;BR /&gt;&lt;BR /&gt;It is a great insurance policy to maintain a file that will rebuild all the queues and forms on the system, thus if you have to rebuild your queue file, you are not under pressure. And, you won't have to restore an otherwise healthy disk.</description>
      <pubDate>Wed, 24 May 2006 14:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980048#M76606</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2006-05-24T14:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980049#M76607</link>
      <description>Ronald,&lt;BR /&gt;&lt;BR /&gt;Standalone Backup becomes a little bit problematic if you have a "Never-down" configuration.&lt;BR /&gt;We circumvent the /IGNORE=INTERLOCK problem by preceding our /IMAGE backups with a &lt;BR /&gt;$ CONVERT/SHARE of the open files to .BAK files.&lt;BR /&gt;And if we need to restore the disk, if any of the files should not look good, we can use the .BAK file, which is only a few minutes more stale than the backup itself.&lt;BR /&gt;&lt;BR /&gt;Not often, but it DID get us out of thouble once when we looked to be in deep s**t.&lt;BR /&gt;&lt;BR /&gt;hth&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, 24 May 2006 17:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980049#M76607</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-05-24T17:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980050#M76608</link>
      <description>Ronald, we have all of our system disks on local SCSI buses. At any time we have spare system disks ready to go. Our system disks, but for some log files are ready only. The sysuaf et all are off system disks. We keep copies by using volume shadowing. Normally we have two members, then we add a third and then dismount it. Everytime we install patches we perform this routine. This enables us to recover by simply rebooting and selecting another system disk. The spare system disks are then backed up to tape. There are no open files. Out approach is also very handy when performing system upgrades. You do not want to find yourself in the position were you have to restore from tape. This can take some time. And if penalty conditions are in your contract, time will cost money. &lt;BR /&gt;&lt;BR /&gt;Summary: Have spare system disks, use volume shadowing to make copies, backup copies to tape. &lt;BR /&gt;&lt;BR /&gt;My aus 2 cents.</description>
      <pubDate>Wed, 24 May 2006 18:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980050#M76608</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-05-24T18:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980051#M76609</link>
      <description>Ronald,&lt;BR /&gt;&lt;BR /&gt;Please don't do this! You won't get a reliable backup (I don't care how many people say they've gotten away with it, that's is no guarantee that you will!)&lt;BR /&gt;&lt;BR /&gt;So we do a BACKUP/IMAGE/IGNORE=INTERLOCK on a booted system disk.&lt;BR /&gt;&lt;BR /&gt;The files we're guaranteed to get are the ones that aren't open (most of which are available off the distribution media anyway) You really don't NEED multiple backup copies of HELPLIB! The ones we really NEED are mostly open (SYSUAF, RIGHTSLIST etc...), so we don't get reliable copies. What is wrong with this picture?&lt;BR /&gt;&lt;BR /&gt;A typical system disk has maybe 10MB of data that really needs backing up, but it's mostly open all the time. Use CONVERT/SHARE to make copies of those files to another disk, then back them up while they're closed. Fast, reliable and you have online backup copies available for immediate use.&lt;BR /&gt;&lt;BR /&gt;Take an offline, standalone IMAGE backup of your system immediately after upgrading or installing major patches. Even better take a backup to a disk. If you need to restore, lay down the image backup, or replace the drive, then restore the 10MB or so of always open files. &lt;BR /&gt;&lt;BR /&gt;Even better, get all those open files OFF the system disk. Same strategy for backing up.</description>
      <pubDate>Wed, 24 May 2006 20:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980051#M76609</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-05-24T20:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980052#M76610</link>
      <description>John, are you saying that the shadow another disk and dismount approach is flawed ? If so, how ?</description>
      <pubDate>Wed, 24 May 2006 21:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980052#M76610</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-05-24T21:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980053#M76611</link>
      <description>Ron,&lt;BR /&gt;&lt;BR /&gt;Getting back to your original question, the responses from Steven and Karl seem to answer your question - the additional discussions about whether or not you end up with a valid backup have previously been beaten to death in other threads (I personally have never had an issue with an on-line image backup in over 15 years of doing them).  One suggestion I would make is to not put the saveset in your [backup] directory - I always put it in [000000].  With older versions of Standalone backup, you could only reliably restore from the top level directory - I'm not sure of the status of the current version.  Yes, you are creating the backup on-line and can put it anywhere (I have even done it across the network), but if you ever need to restore, you will probably be using Standalone.&lt;BR /&gt;&lt;BR /&gt;Allan in Atlanta&lt;BR /&gt;</description>
      <pubDate>Wed, 24 May 2006 23:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980053#M76611</guid>
      <dc:creator>Allan Bowman</dc:creator>
      <dc:date>2006-05-24T23:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980054#M76612</link>
      <description>&amp;gt; [...] you could only reliably restore&lt;BR /&gt;&amp;gt; from the top level directory [...]&lt;BR /&gt;&lt;BR /&gt;Really?  You could (and can) only _install_&lt;BR /&gt;VMS (VAX) from save sets in the [000000]&lt;BR /&gt;directory, but I don't recall any problems&lt;BR /&gt;with any BACKUP operations from anywhere&lt;BR /&gt;else.  (That's not a non-existence proof,&lt;BR /&gt;of course, and most of my restoration&lt;BR /&gt;experience involved tapes, which are pretty&lt;BR /&gt;much directory-free.)</description>
      <pubDate>Wed, 24 May 2006 23:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980054#M76612</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-05-24T23:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980055#M76613</link>
      <description>In my opinion, a restore of a backup/ign=int results in about the same situation as when you have a crash (except that the risk for inconsistency between 2 files is greater due to the time of the backup). Even if you use convert as John said, you may find differences if you have bad luck.&lt;BR /&gt;&lt;BR /&gt;And I never had any problems after a crash (but had statistically speaking not enough crashes). &lt;BR /&gt;&lt;BR /&gt;So, not 100% save but save enough.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 25 May 2006 03:11:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980055#M76613</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-05-25T03:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: BACKUP/IMAGE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980056#M76614</link>
      <description>Thanks.&lt;BR /&gt;I'll consider what is appropriate and best enough to do recovery.</description>
      <pubDate>Thu, 25 May 2006 04:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image/m-p/4980056#M76614</guid>
      <dc:creator>IFX_1</dc:creator>
      <dc:date>2006-05-25T04:09:48Z</dc:date>
    </item>
  </channel>
</rss>

