<?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 does not backup VMS$COMMON in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044143#M85386</link>
    <description>Francois,&lt;BR /&gt;&lt;BR /&gt;Verify that the current system disk (the one you backed) up is OK.  The SYSCOMMON directories in all system roots must be aliases (or hard links) for the VMS$COMMON directory. To check whether this is the case, enter the following commands:&lt;BR /&gt;$ DIRECTORY/FILE_ID/NOHEADING/NOTRAILING SYS$SYSDEVICE:[000000]VMS$COMMON.DIR&lt;BR /&gt;$ DIRECTORY/FILE_ID/NOHEADING/NOTRAILING SYS$SYSDEVICE:[SYS*]SYSCOMMON.DIR&lt;BR /&gt;&lt;BR /&gt;The file id should be the same for each.  I suspect that the SYSCOMMON directories are aliases of one of the [SYSn]SYSCOMMON.DIR instead of SYS$SYSDEVICE:[000000]VMS$COMMON.DIR as they should be.&lt;BR /&gt;&lt;BR /&gt;The freeware tool DFU might be able to fix this for you.  I never used DFU way back in the VMS 5.5-2 days.&lt;BR /&gt;&lt;BR /&gt;Bill&lt;BR /&gt;</description>
    <pubDate>Wed, 25 Jul 2007 17:01:27 GMT</pubDate>
    <dc:creator>Bill Hall</dc:creator>
    <dc:date>2007-07-25T17:01:27Z</dc:date>
    <item>
      <title>Backup /image does not backup VMS$COMMON</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044140#M85383</link>
      <description>We are running VMS 5.5-2 on a cluster of 4 vax 6000-640.&lt;BR /&gt;I would like to transfer from the HSC controller the contents of the bootdisk to another disk.&lt;BR /&gt;I tried the following sequence:&lt;BR /&gt;backup /image /ignore=inter $1$DUA100: mua5:XPL0.BKP/save&lt;BR /&gt;To transfer to a tape the image of the system disk, then,&lt;BR /&gt;backup /image MUA5:XPL0.BKP/SAVE DKB400:&lt;BR /&gt;to restore it, but I get then the error messages:&lt;BR /&gt;%BACKUP-E-OPENDIR, error opening directory DKB400:[VMS$COMMON]&lt;BR /&gt;-SYSTEM-W-NOSUCHFILE, no such file&lt;BR /&gt;&lt;BR /&gt;and the same messages for all the [SYS#.SYSCOMMON] directories.&lt;BR /&gt;&lt;BR /&gt;Of course, the resultant DKB400: disk is unbootable, as there are no files in VMS$COMMON nor in any SYSCOMMON directories.&lt;BR /&gt;&lt;BR /&gt;I also tried an analyse /disk, for $1$dua100: but got no significant errors.&lt;BR /&gt;&lt;BR /&gt;How can I get a good backup of my system disk?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Francois</description>
      <pubDate>Wed, 25 Jul 2007 15:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044140#M85383</guid>
      <dc:creator>F. Boucher</dc:creator>
      <dc:date>2007-07-25T15:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Backup /image does not backup VMS$COMMON</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044141#M85384</link>
      <description>Francois,&lt;BR /&gt;&lt;BR /&gt;  Probably not a good idea to reboot, as you may be surviving on directory cache!&lt;BR /&gt;&lt;BR /&gt;  It sounds to me like you have some serious structural problems on the disk. Does ANALYZE/DISK report any lost files? Can you see files in any of the SYSCOMMON directories?&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;$ DIRECTORY/FILE $1$DUA100:[000000]*COMMON.DIR,[SYS*]*COMMON.DIR&lt;BR /&gt;&lt;BR /&gt;You should see VMS$COMMON.DIR at the top, with the same file IDs as SYSCOMMON.DIR in each of the roots.&lt;BR /&gt;&lt;BR /&gt;Assuming you have a VMS$COMMON.DIR, also check the backlinks:&lt;BR /&gt;&lt;BR /&gt;$ DUMP/HEAD/BLOCK=COUNT:0 $1$DUA100:[000000]VMS$COMMON.DIR&lt;BR /&gt;&lt;BR /&gt;the "Back link file identification" should be (4,4,0) and "File name:" should be  VMS$COMMON.DIR;1&lt;BR /&gt;&lt;BR /&gt;If they're not, you've found a problem. What you do depends on what they are. &lt;BR /&gt;If there's a version of DFU that works on V5.5-2, you might be able use it to repair the disk.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jul 2007 16:51:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044141#M85384</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-07-25T16:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Backup /image does not backup VMS$COMMON</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044142#M85385</link>
      <description>&amp;gt; We are running VMS 5.5-2 [...]&lt;BR /&gt;&lt;BR /&gt;A little behind the times, are we?&lt;BR /&gt;&lt;BR /&gt;This sounds vaguely familiar.  There was a&lt;BR /&gt;BACKUP problem and a patch:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.itrc.hp.com/openvms_patches/archived_patches/vax/5.X/v5.5/vaxback4_u2055.CVRLET_TXT" target="_blank"&gt;ftp://ftp.itrc.hp.com/openvms_patches/archived_patches/vax/5.X/v5.5/vaxback4_u2055.CVRLET_TXT&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;See "APPENDIX  C".&lt;BR /&gt;&lt;BR /&gt;The actual patch kit is in that same&lt;BR /&gt;directory.</description>
      <pubDate>Wed, 25 Jul 2007 16:51:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044142#M85385</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-07-25T16:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Backup /image does not backup VMS$COMMON</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044143#M85386</link>
      <description>Francois,&lt;BR /&gt;&lt;BR /&gt;Verify that the current system disk (the one you backed) up is OK.  The SYSCOMMON directories in all system roots must be aliases (or hard links) for the VMS$COMMON directory. To check whether this is the case, enter the following commands:&lt;BR /&gt;$ DIRECTORY/FILE_ID/NOHEADING/NOTRAILING SYS$SYSDEVICE:[000000]VMS$COMMON.DIR&lt;BR /&gt;$ DIRECTORY/FILE_ID/NOHEADING/NOTRAILING SYS$SYSDEVICE:[SYS*]SYSCOMMON.DIR&lt;BR /&gt;&lt;BR /&gt;The file id should be the same for each.  I suspect that the SYSCOMMON directories are aliases of one of the [SYSn]SYSCOMMON.DIR instead of SYS$SYSDEVICE:[000000]VMS$COMMON.DIR as they should be.&lt;BR /&gt;&lt;BR /&gt;The freeware tool DFU might be able to fix this for you.  I never used DFU way back in the VMS 5.5-2 days.&lt;BR /&gt;&lt;BR /&gt;Bill&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jul 2007 17:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044143#M85386</guid>
      <dc:creator>Bill Hall</dc:creator>
      <dc:date>2007-07-25T17:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Backup /image does not backup VMS$COMMON</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044144#M85387</link>
      <description>I remember vaguely the backlink problem. I&lt;BR /&gt;had a file, in [0,0],  that would do a &lt;BR /&gt;rename vms$common.dir to syscommon.dir and&lt;BR /&gt;back. but I don't remember the problem&lt;BR /&gt;as making a disk not bootable (?)  Dean</description>
      <pubDate>Wed, 25 Jul 2007 17:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044144#M85387</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-07-25T17:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Backup /image does not backup VMS$COMMON</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044145#M85388</link>
      <description>Hello and welcome to ITRC.&lt;BR /&gt;&lt;BR /&gt;The usual trigger for this is an invalid BACKUP command, though there have been occasional OpeNVMS bugs in this area over the years, and BACKUP itself has seen various ECO kits.  BACKUP syntax can be and often is confusing, so command specification errors can easily creep in.  (I certainly learned to use BACKUP by making mistakes with it over the years, and I'm not alone here.)&lt;BR /&gt;&lt;BR /&gt;It is usually feasible to stitch back together a file-based BACKUP; recover from and rebuild a file-based BACKUP.  I've done this on various occasions.&lt;BR /&gt;&lt;BR /&gt;That written, don't even bother with this particular BACKUP, as the /IGNORE=INTERLOCK permits (silent) data corruptions in the output.  It's a whole lot more difficult to find and then recover from these sorts of silent errors.&lt;BR /&gt;&lt;BR /&gt;At its simplest, have the disk privately mounted, and perform BACKUP/IMAGE ddcu: mmcu:saveset.bck/SAVE/VERIFY or equivalent.  Or a disk-to-disk BACKUP.&lt;BR /&gt;&lt;BR /&gt;I'd also be looking to replace the whole cluster configuration, as these VAX 6000 boxes are huge and slow and expensive to support and simply to keep powered up and cooled off.  As are disks on an HSC-class controller.  One Integrity server would run rings around this configuration, and VAX emulation is very likely viable here, and either approach would be less expensive than the power and the support costs going into this cluster.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC</description>
      <pubDate>Wed, 25 Jul 2007 20:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044145#M85388</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-07-25T20:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Backup /image does not backup VMS$COMMON</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044146#M85389</link>
      <description>To all, We are not in a crisis situation (yet!) as the vaxes are runnning correctly, and the system disk is up and running.  &lt;BR /&gt;So the disk is available to do tests and file structure tests.&lt;BR /&gt;&lt;BR /&gt;I will start with the reply to John Gillings. &lt;BR /&gt;This is what the first command gave as an output:&lt;BR /&gt;$ dir /file $1$dua100:[000000]*common.dir,[sys*]*common.dir&lt;BR /&gt;&lt;BR /&gt;Directory $1$DUA100:[000000]&lt;BR /&gt;&lt;BR /&gt;VMS$COMMON.DIR;1     (11,1,0)           &lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;Directory $1$DUA100:[SYS0]&lt;BR /&gt;&lt;BR /&gt;SYSCOMMON.DIR;1      (11,1,0)           &lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;Directory $1$DUA100:[SYS1]&lt;BR /&gt;&lt;BR /&gt;SYSCOMMON.DIR;1      (11,1,0)           &lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;Directory $1$DUA100:[SYS2]&lt;BR /&gt;&lt;BR /&gt;SYSCOMMON.DIR;1      (11,1,0)           &lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;Directory $1$DUA100:[SYS3]&lt;BR /&gt;&lt;BR /&gt;SYSCOMMON.DIR;1      (11,1,0)           &lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;Directory $1$DUA100:[SYS33]&lt;BR /&gt;&lt;BR /&gt;SYSCOMMON.DIR;1      (11,1,0)           &lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;Directory $1$DUA100:[SYS35]&lt;BR /&gt;&lt;BR /&gt;SYSCOMMON.DIR;1      (11,1,0)           &lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;Directory $1$DUA100:[SYS36]&lt;BR /&gt;&lt;BR /&gt;SYSCOMMON.DIR;1      (11,1,0)           &lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;Directory $1$DUA100:[SYS5]&lt;BR /&gt;&lt;BR /&gt;SYSCOMMON.DIR;1      (11,1,0)           &lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;Directory $1$DUA100:[SYSE]&lt;BR /&gt;&lt;BR /&gt;SYSCOMMON.DIR;1      (11,1,0)           &lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;Grand total of 10 directories, 10 files.&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;The DUMP/Head command gives:&lt;BR /&gt;$ DUMP/HEAD/BLOCK=COUNT:0 $1$DUA100:[000000]VMS$COMMON.DIR&lt;BR /&gt;&lt;BR /&gt;Dump of file $1$DUA100:[000000]VMS$COMMON.DIR;1 on 26-JUL-2007 09:30:23.26&lt;BR /&gt;File ID (11,1,0)   End of file block 3 / Allocated 8&lt;BR /&gt;                             File Header&lt;BR /&gt;&lt;BR /&gt;Header area&lt;BR /&gt;    Identification area offset:           40&lt;BR /&gt;    Map area offset:                      100&lt;BR /&gt;    Access control area offset:           255&lt;BR /&gt;    Reserved area offset:                 255&lt;BR /&gt;    Extension segment number:             0&lt;BR /&gt;    Structure level and version:          2, 1&lt;BR /&gt;    File identification:                  (11,1,0)&lt;BR /&gt;    Extension file identification:        (0,0,0)&lt;BR /&gt;    VAX-11 RMS attributes&lt;BR /&gt;        Record type:                      Variable&lt;BR /&gt;        File organization:                Sequential&lt;BR /&gt;        Record attributes:                Non-spanned&lt;BR /&gt;        Record size:                      512&lt;BR /&gt;        Highest block:                    8&lt;BR /&gt;        End of file block:                4&lt;BR /&gt;        End of file byte:                 0&lt;BR /&gt;        Bucket size:                      0&lt;BR /&gt;        Fixed control area size:          0&lt;BR /&gt;        Maximum record size:              512&lt;BR /&gt;        Default extension size:           0&lt;BR /&gt;        Global buffer count:              0&lt;BR /&gt;        Directory version limit:          0&lt;BR /&gt;    File characteristics:                 Contiguous, Directory&lt;BR /&gt;    Map area words in use:                2&lt;BR /&gt;    Access mode:                          0&lt;BR /&gt;    File owner UIC:                       [SYSTEM]&lt;BR /&gt;    File protection:                      S:RWE, O:RWE, G:RE, W:RE&lt;BR /&gt;    Back link file identification:        (4,4,0)&lt;BR /&gt;    Journal control flags:                &lt;NONE specified=""&gt;&lt;BR /&gt;    Active recovery units:                None&lt;BR /&gt;    Highest block written:                8&lt;BR /&gt;&lt;BR /&gt;Identification area&lt;BR /&gt;    File name:                            SYSCOMMON.DIR;1                       &lt;BR /&gt;    Revision number:                      9&lt;BR /&gt;    Creation date:                        28-APR-1988 19:11:42.42&lt;BR /&gt;    Revision date:                        29-NOV-1994 18:11:01.41&lt;BR /&gt;    Expiration date:                      &lt;NONE specified=""&gt;&lt;BR /&gt;    Backup date:                          25-JUL-2007 23:17:36.34&lt;BR /&gt;&lt;BR /&gt;Map area&lt;BR /&gt;    Retrieval pointers&lt;BR /&gt;        Count:          8        LBN:    2678056&lt;BR /&gt;&lt;BR /&gt;Checksum:                                 11849&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The back link identification is (4,4,0).&lt;BR /&gt;&lt;BR /&gt;So, the problem might not be sooo bad, that makes me get a smile back on my face! :)&lt;BR /&gt;&lt;BR /&gt;I think the DFU suggestion might be a good track for this.&lt;BR /&gt;&lt;BR /&gt;John, I thank you warmly for your help so far, if you have more for me, I will try it!&lt;BR /&gt;Now, the reply to Steven Scweda's suggestion:&lt;BR /&gt;I think you might have the jackpot!  but i am scared to correct the problem as described in appendix C:&lt;BR /&gt;$ SET DEFAULT DISK:[000000]&lt;BR /&gt;$ SET FILE/ENTER=SYSCOMMON.DIR VMS$COMMON.DIR&lt;BR /&gt;$ SET FILE/REMOVE VMS$COMMON.DIR;&lt;BR /&gt;$ RENAME SYSCOMMON.DIR VMS$COMMON.DIR&lt;BR /&gt;But the symptom described by the link you give me sure looks as the problem i have.&lt;BR /&gt;So I thank you very very much as this is a very valuable piece of information.&lt;BR /&gt;As for behind times, i would describe our actual setup as a living computer museum!&lt;BR /&gt;Can you imagine we still have some TU82 reel to reel tape drives here?&lt;BR /&gt;&lt;BR /&gt;Bill Hall's suggestions gives the following outputs:&lt;BR /&gt;DIRECTORY/FILE_ID/NOHEADING/NOTRAILING SYS$SYSDEVICE:[000000]VMS$COMMON.DIR &lt;BR /&gt;SYS$SYSDEVICE:[000000]VMS$COMMON.DIR;1&lt;BR /&gt;                     (11,1,0)           &lt;BR /&gt;$ DIRECTORY/FILE_ID/NOHEADING/NOTRAILING SYS$SYSDEVICE:[SYS*]SYSCOMMON.DIR &lt;BR /&gt;SYS$SYSDEVICE:[SYS0]SYSCOMMON.DIR;1&lt;BR /&gt;                     (11,1,0)           &lt;BR /&gt;SYS$SYSDEVICE:[SYS1]SYSCOMMON.DIR;1&lt;BR /&gt;                     (11,1,0)           &lt;BR /&gt;SYS$SYSDEVICE:[SYS2]SYSCOMMON.DIR;1&lt;BR /&gt;                     (11,1,0)           &lt;BR /&gt;SYS$SYSDEVICE:[SYS3]SYSCOMMON.DIR;1&lt;BR /&gt;                     (11,1,0)           &lt;BR /&gt;SYS$SYSDEVICE:[SYS33]SYSCOMMON.DIR;1&lt;BR /&gt;                     (11,1,0)           &lt;BR /&gt;SYS$SYSDEVICE:[SYS35]SYSCOMMON.DIR;1&lt;BR /&gt;                     (11,1,0)           &lt;BR /&gt;SYS$SYSDEVICE:[SYS36]SYSCOMMON.DIR;1&lt;BR /&gt;                     (11,1,0)           &lt;BR /&gt;SYS$SYSDEVICE:[SYS5]SYSCOMMON.DIR;1&lt;BR /&gt;                     (11,1,0)           &lt;BR /&gt;SYS$SYSDEVICE:[SYSE]SYSCOMMON.DIR;1&lt;BR /&gt;                     (11,1,0)           &lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;It seems that all *COMMON directories point correctly to the same place, (11,1,0), which means that the disk as a correct structure, and the problem is maybe a little bit more around the old BACKUP executable we have here.  Thank you very much, Bill, for your help, i really appreciate it a lot!&lt;BR /&gt;I don't know DFU, but as there are a few people who recommends it, I will take the time to learn it.&lt;BR /&gt;&lt;BR /&gt;Dean, Thanks also for the pointer, but the tests so far indicates more a BACKUP utility problem than a disk structure problem (Please anybody, correct me if I am wrong!).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To Bill Hoffman: I did check your site and the various howto for the disk structures you did put on the web, i think this info is good to help me understand VMS management and internals.  Also, your suggestion of migrating the machines to simulators is extremely good, as this is what I am doing, and this is why I need to migrate the system disk into a VAX simulator.  The migration does not work, as the backup is not good.  As i told my boss, there are two times where you learn your backups are bad: 1) while restoring them for a migration, or 2) while restoring them when you absolutely need them after a disk crash...  Of course, he prefers option 1)...&lt;BR /&gt;I already tried your suggestion, but the backup problem is still there.  I could try a disk to disk, but with the HSC controller only.  I will give it a try!  Thank you very much, Stephen!&lt;BR /&gt;&lt;/NONE&gt;&lt;/NONE&gt;</description>
      <pubDate>Thu, 26 Jul 2007 09:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044146#M85389</guid>
      <dc:creator>F. Boucher</dc:creator>
      <dc:date>2007-07-26T09:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Backup /image does not backup VMS$COMMON</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044147#M85390</link>
      <description>Francois,&lt;BR /&gt;&lt;BR /&gt;Welcome from me to.&lt;BR /&gt;&lt;BR /&gt;From your text:&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;$ DUMP/HEAD/BLOCK=COUNT:0 $1$DUA100:[000000]VMS$COMMON.DIR &lt;BR /&gt;&lt;BR /&gt;Dump of file $1$DUA100:[000000]VMS$COMMON.DIR;1 on 26-JUL-2007 09:30:23.26 &lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;Identification area &lt;BR /&gt;File name: SYSCOMMON.DIR;1 &lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;So, you DO have the VMS$COMMON - SYSCOMMON  alias swithcing!&lt;BR /&gt;&lt;BR /&gt;Now, the reply to Steven Scweda's suggestion: &lt;BR /&gt;I think you might have the jackpot! but i am scared to correct the problem as described in appendix C: &lt;BR /&gt;$ SET DEFAULT DISK:[000000] &lt;BR /&gt;$ SET FILE/ENTER=SYSCOMMON.DIR VMS$COMMON.DIR &lt;BR /&gt;$ SET FILE/REMOVE VMS$COMMON.DIR; &lt;BR /&gt;$ RENAME SYSCOMMON.DIR VMS$COMMON.DIR &lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;You are scrared, (and probably rightly so if things are somewhat unclear) but WITH this evidence, it is they exact correct repair procedure! Do take care when typing, be justly scared of typos, but, DO it, and you will be OK.&lt;BR /&gt;I have had to do it myself a few times (although my memory has it in the V6 timesframe).&lt;BR /&gt;&lt;BR /&gt;Succes!&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>Thu, 26 Jul 2007 10:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044147#M85390</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-07-26T10:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Backup /image does not backup VMS$COMMON</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044148#M85391</link>
      <description>&amp;gt; [...] but i am scared to correct the&lt;BR /&gt;&amp;gt; problem as described [...]&lt;BR /&gt;&lt;BR /&gt;Scary or not, I believe that that _is_ the&lt;BR /&gt;solution.  A quick Google search for:&lt;BR /&gt;&lt;BR /&gt;SYSCOMMON.DIR VMS$COMMON.DIR&lt;BR /&gt;&lt;BR /&gt;found:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.s-and-b.ru/syshlp/vmsu2055.release_notes" target="_blank"&gt;http://www.s-and-b.ru/syshlp/vmsu2055.release_notes&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which says the same thing.  As I recall, some&lt;BR /&gt;other official documents (VMS upgrade&lt;BR /&gt;instructions?) also asked the system manager&lt;BR /&gt;to do this check, and to correct the problem&lt;BR /&gt;this way.  (I'm pretty sure that I needed to&lt;BR /&gt;do this once, but it's been a long time, and&lt;BR /&gt;my memory is less reliable than it was when&lt;BR /&gt;I think that I did it.)&lt;BR /&gt;&lt;BR /&gt;What could go wrong?</description>
      <pubDate>Thu, 26 Jul 2007 10:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044148#M85391</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-07-26T10:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Backup /image does not backup VMS$COMMON</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044149#M85392</link>
      <description>Francois,&lt;BR /&gt;&lt;BR /&gt;if your main concern is getting the system disk over to the emulated VAX and you are willing to try the 'repair' operation there, you could do the following:&lt;BR /&gt;&lt;BR /&gt;Make a BACKUP/PHYSICAL of your current system disk. To do this, you would need to mount that disk /FOREIGN, which can only be done by booting one of the machines with standalone backup and doing a BACKUP/PHYS $1$DUA100: tape:saveset.bck/save.&lt;BR /&gt;&lt;BR /&gt;The resulting backup may not be consistent (same as with your BACKUP/IMA/IGN=INTER), but it should allow you to restore a bootable disk on the emulator and try the 'repair' operation on the SYSCOMMON.DIR file.&lt;BR /&gt;&lt;BR /&gt;I just tried &amp;gt;&amp;gt;&amp;gt; B/E000000 on a CHARON-VAX emulator (running SA-Backup V5.5-2H4) and a BACKUP/PHY disk: tape: - it works.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 26 Jul 2007 10:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044149#M85392</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-07-26T10:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Backup /image does not backup VMS$COMMON</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044150#M85393</link>
      <description>Hi to ALL!  well, i did follow the advice of Steven Schweda, and did the following:&lt;BR /&gt;1) downloaded and applied with VMSINSTAL the ECO kit for backup4 that is referenced before. &lt;BR /&gt;2) applied the solution that is listed in appendix C of the ECO readme.  Jan van den Ende and Volker Halle also references the same 4 commands, and I applied them exactly as Jan van den Ende listed them.&lt;BR /&gt;&lt;BR /&gt;3) Did a BACKUP /IMAGE of the system disk, restored it on the target system (simulator) and succeeded!.  The simulator did boot correctly with the restored disk image.&lt;BR /&gt;&lt;BR /&gt;I am now quite satisfied with that. &lt;BR /&gt;I would like you all to warmly thank you for your most valuable help, as I resolved my problem, and from now on, I have a GOOD system disk backup.&lt;BR /&gt;We were, without knowing it, on the verge of an indescriptible crisis, if the system disk would have crashed, and the backup would not be usable for a restore!  &lt;BR /&gt;Again, Thank you all for your help! and as Steven says, I will have one on him! cheers!</description>
      <pubDate>Thu, 26 Jul 2007 15:07:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044150#M85393</guid>
      <dc:creator>F. Boucher</dc:creator>
      <dc:date>2007-07-26T15:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Backup /image does not backup VMS$COMMON</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044151#M85394</link>
      <description>&amp;gt;So, you DO have the VMS$COMMON - SYSCOMMON alias swithcing! &lt;BR /&gt;&lt;BR /&gt;that was the reason I always kept a little&lt;BR /&gt;com file up in [0,0] on the system disk to&lt;BR /&gt;fix the file id. and I'd set default there&lt;BR /&gt;to run it.  Dean</description>
      <pubDate>Thu, 26 Jul 2007 17:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044151#M85394</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-07-26T17:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Backup /image does not backup VMS$COMMON</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044152#M85395</link>
      <description>Francois,&lt;BR /&gt;&lt;BR /&gt;  The VMS$COMMON SYSCOMMON alias problem was quite common back in V5 (certainly more so than it is today). I consider it a design flaw, the original mistake was to call the "real" file VMS$COMMON and all the alises SYSCOMMON. If they'd all been given the same name, this particular error simply couldn't happen.&lt;BR /&gt;&lt;BR /&gt;  The RENAME method is correct when the backlink is correct (4,4,0) and the file name is incorrect. It does NOT work for other permutations (and there are many!).&lt;BR /&gt;&lt;BR /&gt;  For V5 systems, I recommend you create another alias in [000000] called SYSCOMMON.DIR with&lt;BR /&gt;&lt;BR /&gt;$ SET DEFAULT DISK:[000000] &lt;BR /&gt;$ SET FILE/ENTER=SYSCOMMON.DIR VMS$COMMON.DIR &lt;BR /&gt;&lt;BR /&gt;Leave SYSCOMMON.DIR on the disk, just in case the alias name flips again (things like an image restore using some versions of V5 BACKUP will change the filename). The advantage is, no matter which name gets into the file header, resulting filespecs will be valid. They'll just use the "incorrect" SYSCOMMON directory path instead of VMS$COMMON.&lt;BR /&gt;&lt;BR /&gt;On later versions of OpenVMS, BACKUP is better at keeping the backlinks correct, ANALYZE/DISK will report it and we have DFU to fix it without those scary renames.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jul 2007 20:28:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-image-does-not-backup-vms-common/m-p/4044152#M85395</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-07-26T20:28:39Z</dc:date>
    </item>
  </channel>
</rss>

