<?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: Stand alone backup in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686602#M73089</link>
    <description>Hello&lt;BR /&gt;I didn't noticed that you are speaking about vax and "old style" stand alone backup.&lt;BR /&gt;Using this type of backup you can not do backup to save set on hard disk. Because disk must be MOUNTED to do that, and you can not mount disk from this standalone backup.&lt;BR /&gt;You can do backup to save set only to tape.&lt;BR /&gt;You can do direct backup disk to disk only (for example $ bac/image dka0: dka100:).&lt;BR /&gt;Not sure for 7.3 VMS, but 6.2 works like that.&lt;BR /&gt;There is another option you can use, of course, not so good as "cold backup":&lt;BR /&gt;- stop all applications&lt;BR /&gt;- stop all network services (TCP IP, LAT and DECNET)&lt;BR /&gt;- stop queue manager (very important)&lt;BR /&gt;- then do $ BACKUP/IMAGE/LOG/IGNORE=INTERLOCK   dka0: dka100:[backup]dka0.bac/save&lt;BR /&gt;Long time ago (when vax machines were production servers) I restored two system disks from backups made like that.&lt;BR /&gt;Of course, CD boot or another system disk is the best way.</description>
    <pubDate>Thu, 08 Dec 2005 02:44:33 GMT</pubDate>
    <dc:creator>Vladimir Fabecic</dc:creator>
    <dc:date>2005-12-08T02:44:33Z</dc:date>
    <item>
      <title>Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686588#M73075</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;What I am trying to do is to make a standalone backup from the system disk and put the resulting save set on an arbitrary data disk for storage (save set).&lt;BR /&gt;&lt;BR /&gt;I booted standalone backup from a data disk and issued the following command:&lt;BR /&gt;&lt;BR /&gt;    $ back/image/ver dkb0: dka0:b.sav/sav&lt;BR /&gt;&lt;BR /&gt;where dkb0 is my system disk and dka0 is a data disk with a normal files-11 formated disk structure that is already populated with files but enough room to hold the backup save set.&lt;BR /&gt;&lt;BR /&gt;I get the following error message:&lt;BR /&gt;&lt;BR /&gt;$backup-f-savsetclu save set disk cluster factor must be 1&lt;BR /&gt;&lt;BR /&gt;Can somebody tell me if this is at all possible? Looking at the examples in the system manage manual the command &lt;BR /&gt;&lt;BR /&gt;    $back/image/ver dua1: mua0:backup.bck/re/label=pppp&lt;BR /&gt;&lt;BR /&gt;should work but then again mua0 is a tape. Is there a difference on how a tape is handled as oppose to a disk as destination.&lt;BR /&gt;&lt;BR /&gt;I know it is possible to restore a saveset to a disk which is the other way round. Something like&lt;BR /&gt;    $backu/imag/ver dkb0:back.sav/sav dka0:&lt;BR /&gt;where dkb0 is a CD.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If I try this with a running system using the backup command, it works. Is there a functional difference between the VMS-backup command and the backup command available via standalone backup?&lt;BR /&gt;&lt;BR /&gt;Your help would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Petran Bisschops</description>
      <pubDate>Wed, 07 Dec 2005 09:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686588#M73075</guid>
      <dc:creator>Petran Bisschops</dc:creator>
      <dc:date>2005-12-07T09:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686589#M73076</link>
      <description>Petran,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;$ back/image/ver dkb0: dka0:b.sav/sav&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;The error is in the output specification: it is lacking a directory spec.&lt;BR /&gt;&lt;BR /&gt;If you want it to go to the top level of the disk, make that:&lt;BR /&gt;$ back/image/ver dkb0: dka0:[000000]b.sav/sav&lt;BR /&gt;&lt;BR /&gt;or create a special dir, and use&lt;BR /&gt;&lt;BR /&gt;$ back/image/ver dkb0: dka0:[&lt;SPECIALNAME&gt;]b.sav/sav&lt;BR /&gt;&lt;BR /&gt;success!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;/SPECIALNAME&gt;</description>
      <pubDate>Wed, 07 Dec 2005 09:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686589#M73076</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-12-07T09:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686590#M73077</link>
      <description>There is no big difference between stand-alone backup commands and running VMS system backup commands.&lt;BR /&gt;But maybe you missed something.&lt;BR /&gt;I will give you an example how to backup dka0: to some save set on dka100:&lt;BR /&gt;After standalone boot:&lt;BR /&gt;$$$ mount/over=id/nowrite dka0:&lt;BR /&gt;$$$ mount/over=id dka100:&lt;BR /&gt;Create some directory on dka100. Creating save set in disk root may confuse you, but you can do it.&lt;BR /&gt;$$$ create/dir dka100:[backup]&lt;BR /&gt;$$$ backup/image/log dka0: dka100:[backup]dka0.bac/save&lt;BR /&gt;To restore save set:&lt;BR /&gt;After standalone boot:&lt;BR /&gt;$$$ mount/over=id dka100:&lt;BR /&gt;$$$ mount/foreign dka0:&lt;BR /&gt;$$$ bacup/image/log dka100:[backup]dka0.bac/save dka0:&lt;BR /&gt;&lt;BR /&gt;I did backup and restore like this many times and never had problems. VMS backup is something superior. No OS has better backup utility.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Dec 2005 09:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686590#M73077</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2005-12-07T09:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686591#M73078</link>
      <description>(Just a minor note as I feel the main point to your question was already addressed)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; $ back/image/ver dkb0: dka0:b.sav/sav&lt;BR /&gt;...&lt;BR /&gt;&amp;gt; %backup-f-savsetclu save set disk cluster factor must be 1&lt;BR /&gt;&lt;BR /&gt;You have inadvertently tried to create a "sequential-disk save set", which was useful with small, removable media, but as you can see, did not keep up.</description>
      <pubDate>Wed, 07 Dec 2005 09:51:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686591#M73078</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-12-07T09:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686592#M73079</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have tried the following according to Jan's advice:&lt;BR /&gt;&lt;BR /&gt;Booted standalone backup and got $ prompt.&lt;BR /&gt;&lt;BR /&gt;$back/image/ver dkb0: dka0:[]b.bck/sav&lt;BR /&gt;$back/image/ver dkb0: dka0:[000000]b.bck/sav&lt;BR /&gt;$back/image/ver dkb0: dka0:[kits]b.bck/sav&lt;BR /&gt;&lt;BR /&gt;All of these attempts failed wit he error message as stated in my original post e.g.&lt;BR /&gt;$backup-f-savsetclu save set disk cluster factor must be 1&lt;BR /&gt;&lt;BR /&gt;Vladimir:&lt;BR /&gt;if I boot VMS from the system disk, then of course your commands would work. But i have standalone backup booted to make a 100% copy of the system disk. During Standalone backup, only the backup command is available.&lt;BR /&gt;&lt;BR /&gt;Uwe, &lt;BR /&gt;Can you elaborate on that? Does that mean I have to adjust my backup parameters or is it just not possible to do what i want using a 'normal' build in disk as oppose to a removable media.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Petran</description>
      <pubDate>Wed, 07 Dec 2005 10:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686592#M73079</guid>
      <dc:creator>Petran Bisschops</dc:creator>
      <dc:date>2005-12-07T10:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686593#M73080</link>
      <description>did you mount the target disk before executing BACKUP?</description>
      <pubDate>Wed, 07 Dec 2005 10:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686593#M73080</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-12-07T10:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686594#M73081</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Uwe, I am using/booted stand-alone backup in the above problem. Only the backup command is available then.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Petran.</description>
      <pubDate>Wed, 07 Dec 2005 10:50:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686594#M73081</guid>
      <dc:creator>Petran Bisschops</dc:creator>
      <dc:date>2005-12-07T10:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686595#M73082</link>
      <description>Can you boot from a (relatively recent) VMS&lt;BR /&gt;installation CD-ROM to get the real-VMS&lt;BR /&gt;BACKUP (with the "$$$ " prompt VF mentioned)&lt;BR /&gt;instead of the old, more limited, Standalone&lt;BR /&gt;BACKUP?  ("BOOT /10000000 &lt;CD-ROM_DEVICE&gt;",&lt;BR /&gt;or something like that.  Maybe "/R5:10000000",&lt;BR /&gt;if your box is more modern.)  The V7.3&lt;BR /&gt;Hobbyist CD-ROM works, so a real VMS V7.3&lt;BR /&gt;installation CD-ROM should work.  (When did&lt;BR /&gt;this feature first arrive?)&lt;BR /&gt;&lt;BR /&gt;Can the real (old) Standalone BACKUP do this&lt;BR /&gt;as requested?  How would you mount the disk?&lt;BR /&gt;Isn't it pretty much limited to a /IMAGE copy&lt;BR /&gt;or restore to a disk?&lt;/CD-ROM_DEVICE&gt;</description>
      <pubDate>Wed, 07 Dec 2005 10:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686595#M73082</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-12-07T10:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686596#M73083</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To supply some more information,&lt;BR /&gt;&lt;BR /&gt;The 24*7 production vaxes we have are quite old 4000-106 models running VMS 6.2. They have no CD-ROM attached - only a tape device.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Petran.</description>
      <pubDate>Wed, 07 Dec 2005 11:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686596#M73083</guid>
      <dc:creator>Petran Bisschops</dc:creator>
      <dc:date>2005-12-07T11:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686597#M73084</link>
      <description>As I don't see a way to make an old Standalone&lt;BR /&gt;BACKUP do what you want, I think that you're&lt;BR /&gt;doomed to boot real VMS from another disk.  A&lt;BR /&gt;VMS V7.3 installation CD-ROM would normally be&lt;BR /&gt;easiest (a VAX 410x has SCSI built in, doesn't&lt;BR /&gt;it?), but you might need to add a small disk,&lt;BR /&gt;install VMS on it, and then boot from there&lt;BR /&gt;to do the real work.  Especially if you can't&lt;BR /&gt;easily add a CD-ROM drive, or if you can't get&lt;BR /&gt;a newer VMS CD-ROM.  (Unless the&lt;BR /&gt;boot-real-VMS-from-CD stuff is older than I&lt;BR /&gt;think it is.)&lt;BR /&gt;&lt;BR /&gt;A full hardware inventory might help reduce&lt;BR /&gt;the bad guesses as to what's possible.</description>
      <pubDate>Wed, 07 Dec 2005 11:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686597#M73084</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-12-07T11:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686598#M73085</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The production vaxes i have are all of type 4000-106 having three disks each 2GB attached. One is the system disk (VMS6.2) , the other 2 are data disks in use by the application. Furthermore, there is tape drive attached. That's all.&lt;BR /&gt;&lt;BR /&gt;I just managed to cleanup one of the data disks to have enough room to store a backup save set of the system disk.&lt;BR /&gt;&lt;BR /&gt;There is no way i get authorisation to either physically add a disk or to clean/wipe an existing data disk to do a backup from disk -&amp;gt; disk. Downtime is almost not an option - maybe 1 hour max.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Petran.</description>
      <pubDate>Wed, 07 Dec 2005 11:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686598#M73085</guid>
      <dc:creator>Petran Bisschops</dc:creator>
      <dc:date>2005-12-07T11:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686599#M73086</link>
      <description>If you can't do it with what you have, and&lt;BR /&gt;you can't add anything, then I don't see a&lt;BR /&gt;good solution.&lt;BR /&gt;&lt;BR /&gt;I still like the external SCSI CD-ROM drive&lt;BR /&gt;with the new-enough VMS CD-ROM.  A cheap-junk&lt;BR /&gt;drive should be under $20, and you could&lt;BR /&gt;probably get a CD-ROM image from several of&lt;BR /&gt;the folks here (or buy the Hobbyist CD-ROM&lt;BR /&gt;for $30).  Including a cable, and a lot of&lt;BR /&gt;shipping and handling, you _might_ be able&lt;BR /&gt;to spend $100, but it wouldn't be easy.&lt;BR /&gt;&lt;BR /&gt;Every system should have a CD-ROM drive.&lt;BR /&gt;Even _my_ obsolete junk systems have CD-ROM&lt;BR /&gt;drives.  (They may be Toshiba XM3401 (4X)&lt;BR /&gt;drives, but they have them.  The 1987&lt;BR /&gt;VAXstation 2000 is the only exception.)&lt;BR /&gt;&lt;BR /&gt;Everything else I've thought of so far would&lt;BR /&gt;be more work, more money, and more down-time.</description>
      <pubDate>Wed, 07 Dec 2005 11:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686599#M73086</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-12-07T11:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686600#M73087</link>
      <description>&lt;BR /&gt;The system managers manual (v5) states: "Stand alone backup employes a subset of backup qualifiers and only performs image and physical operations."&lt;BR /&gt;&lt;BR /&gt;This means you won't be able to mount a disk and write a backup save set with stand alone backup.  You also won't be able to restore a backup save set file from stand alone backup.&lt;BR /&gt;&lt;BR /&gt;You still have some choices.  A system disk backup to tape is the best option.  Having  several copies, in different locations is recommended of course.  You could  copy one of your data disks to tape and use stand alone backup to create a second bootable system disk, then restore your data.  This would give you a second boot disk, "just in case."  &lt;BR /&gt;&lt;BR /&gt;Another option, that HP won't recommend but that has a history of success. Create an image backup of your system disk while booted.  You'll get assorted error messages, log and account files won't get completely recorded.  You should pick a time with no (or low) login activity.  A regular backup with a fall back to a occasional stand alone backup may meet your needs.  You need to know that this will probably work, have a fall back position and have your business requirements accept "probably work."  A financial trading company wouldn't accept this solution for example.  A machine shop that last tuned it's VAX in 1991 and only rebooted for the power outage won't have a problem.&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Dec 2005 13:02:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686600#M73087</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2005-12-07T13:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686601#M73088</link>
      <description>Petran,&lt;BR /&gt;&lt;BR /&gt;Have you tried specifying the /LABEL=&lt;VOLUME_LABEL&gt; on your output disk device on your backup command?&lt;BR /&gt;&lt;BR /&gt;I am pretty sure that many moons ago I did something pretty much like what you are trying to do.  I think if it's going to work you either may have to specify the label or use the /IGNORE=LABEL/NOINIT.   What I don't understand is why the software thinks it can't work with a cluster size larger than 1.  The HELP/MESSAGE for this error doesn't help much either.&lt;BR /&gt;&lt;BR /&gt;I am pretty sure that if you have a disk that is initialized and has nothing on it, that if you do a backup of the form you specified will put the saveset in the [000000] directory.  What happens if you specify /BLOCK=something ?&lt;BR /&gt;&lt;BR /&gt;Robert&lt;BR /&gt;&lt;/VOLUME_LABEL&gt;</description>
      <pubDate>Wed, 07 Dec 2005 16:32:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686601#M73088</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2005-12-07T16:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686602#M73089</link>
      <description>Hello&lt;BR /&gt;I didn't noticed that you are speaking about vax and "old style" stand alone backup.&lt;BR /&gt;Using this type of backup you can not do backup to save set on hard disk. Because disk must be MOUNTED to do that, and you can not mount disk from this standalone backup.&lt;BR /&gt;You can do backup to save set only to tape.&lt;BR /&gt;You can do direct backup disk to disk only (for example $ bac/image dka0: dka100:).&lt;BR /&gt;Not sure for 7.3 VMS, but 6.2 works like that.&lt;BR /&gt;There is another option you can use, of course, not so good as "cold backup":&lt;BR /&gt;- stop all applications&lt;BR /&gt;- stop all network services (TCP IP, LAT and DECNET)&lt;BR /&gt;- stop queue manager (very important)&lt;BR /&gt;- then do $ BACKUP/IMAGE/LOG/IGNORE=INTERLOCK   dka0: dka100:[backup]dka0.bac/save&lt;BR /&gt;Long time ago (when vax machines were production servers) I restored two system disks from backups made like that.&lt;BR /&gt;Of course, CD boot or another system disk is the best way.</description>
      <pubDate>Thu, 08 Dec 2005 02:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686602#M73089</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2005-12-08T02:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686603#M73090</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Robert,&lt;BR /&gt;I tried all kinds of combinations using the /noinit, ignore=label, label=&lt;NAME&gt;, block_size=32256 parameters etc but all in vain.... in all cases, it displayed  the error message&lt;BR /&gt;&lt;BR /&gt;$backup-f-savsetclu save set disk cluster factor must be 1&lt;BR /&gt;&lt;BR /&gt;(Does anybody understand this error message?)&lt;BR /&gt;&lt;BR /&gt;Andy,&lt;BR /&gt;I take the point that standalone backup only offers a sub-set of the backup qualifiers but it seems very odd to me that one and the same command works if I use a tape device as destination but does not work if I use a disk device as destination e.g&lt;BR /&gt;&lt;BR /&gt;$back/image/ver dkb0: mua0:bck.sav/sav /labe=ppp =&amp;gt; works!&lt;BR /&gt;&lt;BR /&gt;$back/image/ver dkb0: dka100:bck.sav/sav /labe=ppp =&amp;gt; does NOT work!&lt;BR /&gt;&lt;BR /&gt;A system backup to tape is not a good option for us for the following reasons - it requires more downtime and the second - even better one - is that the goal of this all is to port the VAX to a CHARON emulation which has no tape drive....&lt;BR /&gt;&lt;BR /&gt;Steven,&lt;BR /&gt;On another VAX 4000-106 that does have a CDROM build in, I tried to boot in the real "backup" using the VMS 6.2 installation CD and it worked  - I got the $$$ prompt and I could create the backup.&lt;BR /&gt;Is there any way I can somehow load this minimal $$$ system to a disk?. If at all possible, what much diskspace would this consume?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Petran&lt;/NAME&gt;</description>
      <pubDate>Thu, 08 Dec 2005 03:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686603#M73090</guid>
      <dc:creator>Petran Bisschops</dc:creator>
      <dc:date>2005-12-08T03:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686604#M73091</link>
      <description>&amp;gt; $backup-f-savsetclu save set disk cluster factor must be 1&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; (Does anybody understand this error message?)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I thought I have explained what it means:&lt;BR /&gt;&lt;BR /&gt;the target disk is treated like a tape device.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can make a BACKUP/IMAGE copy of the V6.2 CD contents to a disk - this will provide you with a simple VMS system. But do not forget that it will wipe out the target disk!! Else, you can manually copy the directory trees, make the alias entries and write the bootblock.</description>
      <pubDate>Thu, 08 Dec 2005 03:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686604#M73091</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-12-08T03:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686605#M73092</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Uwe,&lt;BR /&gt;Seems to me like a shortcoming (bug?) of the backup command - from the device specification, it can very well determine if it is a tape or disk device and act accordingly e.g. not assume all destinations are tape devices.....&lt;BR /&gt;&lt;BR /&gt;Is there a way I can trick backup to treat it as a disk device or modify backup parameters so a 'tape-like' commands work on the disk as well or should I just conclude that standalone backup cannot be used to achieve what I wanted?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Petran.</description>
      <pubDate>Thu, 08 Dec 2005 04:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686605#M73092</guid>
      <dc:creator>Petran Bisschops</dc:creator>
      <dc:date>2005-12-08T04:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686606#M73093</link>
      <description>It's not a bug - it's how it was designed 20 years ago. And it has not much developed 10 years later - except for a bootable CD.</description>
      <pubDate>Thu, 08 Dec 2005 04:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686606#M73093</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-12-08T04:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Stand alone backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686607#M73094</link>
      <description>If you're bored - here is some more info:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/DOC/73final/6017/6017pro_044.html#savesets_seqdisk_bck" target="_blank"&gt;http://h71000.www7.hp.com/DOC/73final/6017/6017pro_044.html#savesets_seqdisk_bck&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You see - it's only of limited use today and there is no 'trick' available, because advanced ODS handling is just not implemented in standalone backup.</description>
      <pubDate>Thu, 08 Dec 2005 04:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/stand-alone-backup/m-p/3686607#M73094</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-12-08T04:59:47Z</dc:date>
    </item>
  </channel>
</rss>

