<?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/list how to (error) in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977056#M94833</link>
    <description>If anyone finds this thread with a search, and can't find Steven Schweda's FIXREC program, the new url is&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.info/dec/sw/fixrec.html" target="_blank"&gt;http://antinode.info/dec/sw/fixrec.html&lt;/A&gt;</description>
    <pubDate>Fri, 29 May 2009 05:56:57 GMT</pubDate>
    <dc:creator>Jon Pinkley</dc:creator>
    <dc:date>2009-05-29T05:56:57Z</dc:date>
    <item>
      <title>/backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977019#M94796</link>
      <description>Hello alls,&lt;BR /&gt;&lt;BR /&gt;Im have problem in V5.5-2.&lt;BR /&gt;bellow this error.&lt;BR /&gt;  SYS$GENERAL5:[000000]&lt;BR /&gt;BDKVXA&amp;gt;  BACKUP/LIST SYS$GENERAL5:[000000]RPRSYJUL1991.BCK/SAVE_SET&lt;BR /&gt;Listing of save set(s)&lt;BR /&gt;&lt;BR /&gt;%BACKUP-E-READERR, error reading SYS$GENERAL5:[000000]RPRSYJUL1991.BCK;1&lt;BR /&gt;-BACKUP-E-BLOCKCRC, software block CRC error&lt;BR /&gt;%BACKUP-E-INVBLKSIZE, invalid block size in save set&lt;BR /&gt;%BACKUP-E-INVRECSIZ, invalid record size in save set&lt;BR /&gt;%BACKUP-E-INVRECSIZ, invalid record size in save set&lt;BR /&gt;%BACKUP-E-READERR, error reading SYS$GENERAL5:[000000]RPRSYJUL1991.BCK;1&lt;BR /&gt;-BACKUP-E-HDRCRC, software header CRC error&lt;BR /&gt;%BACKUP-E-INVBLKSIZE, invalid block size in save set&lt;BR /&gt;%BACKUP-E-INVRECSIZ, invalid record size in save set&lt;BR /&gt;&lt;BR /&gt;i have used Vms 1 Weeks. Still learning bout VMS, anybody can help me to resolve this problem. Thanks before.&lt;BR /&gt;&lt;BR /&gt;Jokos.</description>
      <pubDate>Sun, 08 Apr 2007 00:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977019#M94796</guid>
      <dc:creator>Joko Subuh Sas</dc:creator>
      <dc:date>2007-04-08T00:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977020#M94797</link>
      <description>A Google search for the error messages would&lt;BR /&gt;return many useful pages, possibly including&lt;BR /&gt;this one:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.org/dec/sw/fixrec.html" target="_blank"&gt;http://antinode.org/dec/sw/fixrec.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;With VMS V5.5-2, you'll need to use the old&lt;BR /&gt;("Obsolete") method.</description>
      <pubDate>Sun, 08 Apr 2007 01:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977020#M94797</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-04-08T01:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977021#M94798</link>
      <description>Jokos,&lt;BR /&gt;&lt;BR /&gt;Welcome to the forum.&lt;BR /&gt;&lt;BR /&gt;You will definately want ot download and read the VMS FAQ.  &lt;BR /&gt;&lt;BR /&gt;This looks like a problem due to copying the &lt;BR /&gt;SYS$GENERAL5:[000000]RPRSYJUL1991.BCK file using FTP.&lt;BR /&gt;&lt;BR /&gt;If the output of &lt;BR /&gt;&lt;BR /&gt;$ directory/full SYS$GENERAL5:[000000]RPRSYJUL1991.BCK&lt;BR /&gt;&lt;BR /&gt;Has a line that looks like this&lt;BR /&gt;&lt;BR /&gt;Record format:      Fixed length 512 byte records&lt;BR /&gt;&lt;BR /&gt;then the chances are good that it is the result of a binary mode ftp from another system.  This can be fixed in several ways.&lt;BR /&gt;&lt;BR /&gt;There is a tool to reset the VMS file attributes on the freeware, but since you are running a very old version of VMS, new versions may not run there.&lt;BR /&gt;&lt;BR /&gt;You need to know what the original backup command was so you can reset the resord size to the correct value.&lt;BR /&gt;&lt;BR /&gt;Use the following command to determine that.&lt;BR /&gt;&lt;BR /&gt;$ dump/record=(start:1,count=2) SYS$GENERAL5:[000000]RPRSYJUL1991.BCK ! dump beginning of saveset.&lt;BR /&gt;&lt;BR /&gt;This should have the original backup command used to create the saveset.&lt;BR /&gt;&lt;BR /&gt;If it specifies a /block=xxxx you will need to use that value.  If it was a saveset on disk, and the blocksize was not specified use 32256&lt;BR /&gt;&lt;BR /&gt;Here is how to recover using only standard tools that existed on V5.5-2:&lt;BR /&gt;&lt;BR /&gt;1. create a new saveset with the same blocksize as the original.  The contents don't matter.&lt;BR /&gt;&lt;BR /&gt;2. copy the old saveset /over the newly crated one.&lt;BR /&gt;&lt;BR /&gt;Example assuming original blocksize was 32256&lt;BR /&gt;&lt;BR /&gt;$ backup sys$general5:[000000]000000.dir;1 sys$general5:[000000]jokos.bck/block=32256&lt;BR /&gt;$ backup sys$general5:[000000]RPRSYJUL1991.BCK sys$general5:[000000]jokos.bck/over&lt;BR /&gt;$ backup/list sys$general5:[000000]jokos.bck/save&lt;BR /&gt;&lt;BR /&gt;If there isn't sufficient room on sys$general5: to have two copies of the RPRSYJUL1991.BCK file, you will need to use a tool like DFU or Joe Meadow's file program to change the attributes of the file inplace.  I don't believe there were any tools on the standard V5.5-2 distribution that would allow that.&lt;BR /&gt;&lt;BR /&gt;Have fun with VMS,&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Sun, 08 Apr 2007 01:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977021#M94798</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-04-08T01:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977022#M94799</link>
      <description>Joko,&lt;BR /&gt;&lt;BR /&gt;Sorry, my memory was incorrect.  You must use copy/over instead of backup/over.&lt;BR /&gt;&lt;BR /&gt;So the example should have been:&lt;BR /&gt;&lt;BR /&gt;Example assuming original blocksize was 32256&lt;BR /&gt;&lt;BR /&gt;$ backup sys$general5:[000000]000000.dir;1 sys$general5:[000000]jokos.bck/block=32256&lt;BR /&gt;$ copy sys$general5:[000000]RPRSYJUL1991.BCK sys$general5:[000000]jokos.bck/over&lt;BR /&gt;$ backup/list sys$general5:[000000]jokos.bck/save&lt;BR /&gt;&lt;BR /&gt;This is because backup/over just reuses the disk space occupied, but it rewrites the file attributes, where copy/over leaves the file attributes as is.  In this case it leaves the record length as 32256 but copied all the blocks from the original file.&lt;BR /&gt;&lt;BR /&gt;If you are goin to be using VMS, you will want to equip yourself with some tools from the freeware, and Hunter Goatley's Fileserver, and other locations.&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Apr 2007 04:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977022#M94799</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-04-08T04:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977023#M94800</link>
      <description>Jon &amp;amp; Alls,&lt;BR /&gt;&lt;BR /&gt;Thanks alot for u help me,&lt;BR /&gt;i have tried ur solutions but result is same, error and error. i dunno what i can do. maybe tommorow i try again, coz today so tired. one more thanks botha...&lt;BR /&gt;&lt;BR /&gt;cheers.</description>
      <pubDate>Sun, 08 Apr 2007 04:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977023#M94800</guid>
      <dc:creator>Joko Subuh Sas</dc:creator>
      <dc:date>2007-04-08T04:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977024#M94801</link>
      <description>Joko,&lt;BR /&gt;&lt;BR /&gt;If the corrected procedure doesn't work, please provide output of:&lt;BR /&gt;&lt;BR /&gt;$ directory/ful SYS$GENERAL5:[000000]RPRSYJUL1991.BCK;1&lt;BR /&gt;&lt;BR /&gt;If it does not show "Record format: Fixed length 512 byte records" then the data has probably been corrupted by a non-binary mode ftp transfer, and fixing that is not trivial, if possible at all.&lt;BR /&gt;&lt;BR /&gt;Do you still have this saveset available on another system where it has not been corrupted by a network copy?  If so, there are better ways to transfer backup savesets.  Specfically, an up to date copy of zip and unzip will allow you to zip the saveset and preserve the file attributes.  You can then ftp the resulting .zip file, and unzip it on the receiving end, where the original file attributes will be restored.  Than you can use the backup savset in the same manner as the original.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Apr 2007 04:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977024#M94801</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-04-08T04:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977025#M94802</link>
      <description>Jon,&lt;BR /&gt;This the result:&lt;BR /&gt;&lt;BR /&gt;BDKVXA&amp;gt; directory/ful SYS$GENERAL5:[000000]RPRSYJUL1991.BCK;1&lt;BR /&gt;&lt;BR /&gt;Directory SYS$GENERAL5:[000000]&lt;BR /&gt;&lt;BR /&gt;RPRSYJUL1991.BCK;1            File ID:  (15119,2,0)&lt;BR /&gt;Size:       236496/236502     Owner:    [EIS100,OPERATOR]&lt;BR /&gt;Created:   8-APR-2007 16:34:51.77&lt;BR /&gt;Revised:   8-APR-2007 16:37:47.59 (1)&lt;BR /&gt;Expires:   &lt;NONE specified=""&gt;&lt;BR /&gt;Backup:    &lt;NO backup="" recorded=""&gt;&lt;BR /&gt;File organization:  Sequential&lt;BR /&gt;File attributes:    Allocation: 236502, Extend: 0, Global buffer count: 0&lt;BR /&gt;                    No version limit&lt;BR /&gt;Record format:      Fixed length 512 byte records&lt;BR /&gt;Record attributes:  None&lt;BR /&gt;RMS attributes:     None&lt;BR /&gt;Journaling enabled: None&lt;BR /&gt;File protection:    System:RWED, Owner:RWED, Group:RE, World:R&lt;BR /&gt;Access Cntrl List:  None&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 236496/236502 blocks.&lt;BR /&gt;&lt;/NO&gt;&lt;/NONE&gt;</description>
      <pubDate>Sun, 08 Apr 2007 04:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977025#M94802</guid>
      <dc:creator>Joko Subuh Sas</dc:creator>
      <dc:date>2007-04-08T04:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977026#M94803</link>
      <description>Joko,&lt;BR /&gt;&lt;BR /&gt;Since I didn't specify, always use binary mode when FTPing .zip files or backup savesets. The only reason to FTP the savesets is if zip isn't availablle, since they will then need to have their recordsize fixed after the FTP transfer, unless both ends of the FTP are using VMS specific extensions like Multinet's "STRU O VMS"&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Sun, 08 Apr 2007 04:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977026#M94803</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-04-08T04:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977027#M94804</link>
      <description>Joko,&lt;BR /&gt;&lt;BR /&gt;It does look like you have a good chance or recoverey.  Other than the file being big and thus taking up a lot of temporary space to recover the original file, as long as there aren't other causes of corruption, you should be able to use the procedure with copy/over. If the FIXREC program didn't work, then the original backup saveset may not have had a blocksize of 32256.&lt;BR /&gt;&lt;BR /&gt;Whst does &lt;BR /&gt;&lt;BR /&gt;$ dump/record=(start:1,count:2) SYS$GENERAL5:[000000]RPRSYJUL1991.BCK&lt;BR /&gt;&lt;BR /&gt;display?  It should have the original backup command in it.  It if does not, then what you have isn't a backup saveset.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Sun, 08 Apr 2007 04:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977027#M94804</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-04-08T04:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977028#M94805</link>
      <description>Jon,&lt;BR /&gt;&lt;BR /&gt;Yes that command work and display, this the result.&lt;BR /&gt;&lt;BR /&gt;Dump of file SYS$GENERAL5:[000000]RPRSYJUL1991.BCK;1 on  8-APR-2007 17:50:38.30&lt;BR /&gt;File ID (15119,2,0)   End of file block 236496 / Allocated 236502&lt;BR /&gt;&lt;BR /&gt; 00000000 00000001 00000000 00041C00 ................ 000140&lt;BR /&gt; 00000000 00000000 00000000 00000000 ................ 000150&lt;BR /&gt; 00000000 00000000 00000000 00000000 ................ 000160&lt;BR /&gt; 00000000 00000000 00000000 00000000 ................ 000170&lt;BR /&gt; 00000000 00000000 00000000 00000000 ................ 000180&lt;BR /&gt; 00000000 00000000 00000000 00000000 ................ 000190&lt;BR /&gt;&lt;BR /&gt;anyway sorry, my english little bit, and then  bout this files can be to read? or corrupt? 1 week im learning bout VMS, and this first problem on VMS :)&lt;BR /&gt;&lt;BR /&gt;Joko Subuh</description>
      <pubDate>Sun, 08 Apr 2007 04:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977028#M94805</guid>
      <dc:creator>Joko Subuh Sas</dc:creator>
      <dc:date>2007-04-08T04:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977029#M94806</link>
      <description>What was in the first part of the record?  That's where I would have expected the original backup command to have been.  If it was like what you have displayed, then it certainly doesn't look like a recoverable saveset.&lt;BR /&gt;&lt;BR /&gt;Do you know where the file came from?  It is possible this was originally an on disk backup saveset that was marked /nobackup so it wouldn't take up space on normal backups, and then somewhere along the way, someone migrated from one disk to another using backup/image without specifying /ignore=nobackup.  Once that happened all chances of recovering the data from the new file are gone.&lt;BR /&gt;&lt;BR /&gt;Is there another copy of the backup saveset another system?  It appears to have been created today, and the  recordsize is consistent with a file FTPed in binary mode, so can you go to the original system and do a directory/full there?  If it is showing up with "File attributes:  ... Backups disabled", and you can't get backup/list to work there, then you are out of luck unless you can find a copy on tape that was made before the saveset was marked /nobackup.  Or you can find the original disk.  Given the filename, it appears this is from quite some time ago.&lt;BR /&gt;&lt;BR /&gt;Summary:  To see what you should expect to see from the dump of the backup saveset, create a saveset and dump it.&lt;BR /&gt;&lt;BR /&gt;Example attached</description>
      <pubDate>Sun, 08 Apr 2007 05:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977029#M94806</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-04-08T05:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977030#M94807</link>
      <description>&lt;!--!*#--&gt;&amp;gt; If the FIXREC program didn't work, then the&lt;BR /&gt;&amp;gt; original backup saveset may not have had a&lt;BR /&gt;&amp;gt; blocksize of 32256.&lt;BR /&gt;&lt;BR /&gt;As it says on the Web page cited above, _my_&lt;BR /&gt;version if the FIXREC program "reads the file&lt;BR /&gt;to determine the BACKUP save set's original&lt;BR /&gt;block size."&lt;BR /&gt;&lt;BR /&gt;I don't see anything in my Web server log to&lt;BR /&gt;suggest that anyone has downloaded the&lt;BR /&gt;program recently, so I'd tend to believe that&lt;BR /&gt;the original inquirer has not tried it.&lt;BR /&gt;(There was one look at the page from a ".id"&lt;BR /&gt;domain, referred from this forum page, but&lt;BR /&gt;nothing past the cited page -- nothing&lt;BR /&gt;containing the program in any form.)&lt;BR /&gt;&lt;BR /&gt;Show me the output from FIXREC, and I'll&lt;BR /&gt;think harder about the problem.  Or the&lt;BR /&gt;_beginning_ of the DUMP output where the&lt;BR /&gt;block size should be, like the "7E00" (32256)&lt;BR /&gt;here (DUMP /WORD /RECO):&lt;BR /&gt;&lt;BR /&gt; 0000 0000 0000 0001 0001 0001 0800 0100 ................ 000000&lt;BR /&gt; 0000 0000 0000 0000 0000 0000 0000 0000 ................ 000010&lt;BR /&gt; 0000 0000 0000 7E00 F5FC 178C 0001 0101 ......Ã¼Ãµ.~...... 000020&lt;BR /&gt; 0000 0000 0000 0000 6361 622E 7069 7A07 .zip.bac........ 000030&lt;BR /&gt;[...]&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Apr 2007 08:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977030#M94807</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-04-08T08:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977031#M94808</link>
      <description>Jokos.,&lt;BR /&gt;&lt;BR /&gt;Welcome to the HP ITRC Forum.&lt;BR /&gt;&lt;BR /&gt;Your file can 99% certain be fixed as it clearly has the broken file attribute.&lt;BR /&gt;&lt;BR /&gt;You do have to wonder about the system you inheritied. Did this ever work? Did you miss out on some hand over instructions? Is there local support avaiable? Get ready to engage in some (on the job) traiing or consulting or heavy duty manual and help-text reading.&lt;BR /&gt;&lt;BR /&gt;Now go back to that very first reply.&lt;BR /&gt;Read it.&lt;BR /&gt;Good.&lt;BR /&gt;&lt;BR /&gt;Now read it again and DO IT.&lt;BR /&gt;No, noone will do this for you.&lt;BR /&gt;&lt;BR /&gt;So now you read the referenced site.&lt;BR /&gt;Read it again and DO IT.&lt;BR /&gt;&lt;BR /&gt;If you have no C compiler, then you can look at a MACRO alternative at this site:&lt;BR /&gt;&lt;A href="http://www.openvms.org/phorum/read.php?1,4592" target="_blank"&gt;http://www.openvms.org/phorum/read.php?1,4592&lt;/A&gt;&lt;BR /&gt;Be sure to read the context. Do you recognize the problem and advices?&lt;BR /&gt;&lt;BR /&gt;You would need to figure out where the macro code starts and ends; cut it; paste it into a file called for example FIXSAVSET.MAR; compile it: $MACRO FIXSAVSET; link it: $LINK FIXSAVSET; run it $RUN FIXSAVSET  or MCR dev:[dir]FIXSAVSET  SYS$GENERAL5:[000000]RPRSYJUL1991.BCK;1&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein van den Heuvel.&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Apr 2007 08:33:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977031#M94808</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-04-08T08:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977032#M94809</link>
      <description>Jon,&lt;BR /&gt;&amp;gt;&amp;gt; This should have the original backup command used to create the saveset.&lt;BR /&gt;&lt;BR /&gt;Yeah, but the blocksize might not have been specified.&lt;BR /&gt;Also I would recommend to suggest DUMP/BLOC=COUNT=1&lt;BR /&gt;Makes not difference in this case, as the record size was 512, but if it is 32K...&lt;BR /&gt;We just want to see the hex word at byte 40.&lt;BR /&gt;&lt;BR /&gt;Steven,&lt;BR /&gt;Reply collision!&lt;BR /&gt;I peaked at the site before re-recommending it.&lt;BR /&gt;Should have come from xxx.east.verizon.net.&lt;BR /&gt;&lt;BR /&gt;Jokos,&lt;BR /&gt;As an alternative to the DUMP, you can use the read-only version of my fixsavset.com as per below.&lt;BR /&gt;Cut out; paste into .com file; execute with @.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$!---------------------------- read_only_fixsavset.com ----------------&lt;BR /&gt;$IF p1.EQS."" THEN INQUIRE p1 "Save set file name ?"&lt;BR /&gt;$IF f$search(p1).EQS."" THEN EXIT&lt;BR /&gt;$IF F$FILE(p1,"MRS").GT.512 THEN GOTO no_can_do&lt;BR /&gt;$OPEN/READ file 'p1&lt;BR /&gt;$READ file record&lt;BR /&gt;$CLOSE file&lt;BR /&gt;$mrs = F$CVSI(40*8,32,record)&lt;BR /&gt;$WRITE SYS$OUTPUT "Backup blocksize used was: ",MRS&lt;BR /&gt;$EXIT&lt;BR /&gt;$no_can_do:&lt;BR /&gt;$type sys$input&lt;BR /&gt;&lt;BR /&gt;The record size for the selected file is larger than 512.&lt;BR /&gt;This script cannot be used for that file.&lt;BR /&gt;&lt;BR /&gt;$exit&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Apr 2007 10:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977032#M94809</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-04-08T10:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977033#M94810</link>
      <description>Steven Schweda,&lt;BR /&gt;&lt;BR /&gt;I looked at the cited page and stopped reading after the first paragraph of the obsolet section.  If I would have continued I would have seen that the improved version automatically determined the original blocksize.&lt;BR /&gt;&lt;BR /&gt;I also downloaded, compiled the FIXREC.C_DECC on AXP and verified it works.  Nice tool for this specific problem.&lt;BR /&gt;&lt;BR /&gt;Hein, &lt;BR /&gt;&lt;BR /&gt;Yes I agree that dumping the the first two records probaby isn't required, and with Steven's improved fixrec, it isn't needed.  However, I know nothing about what tools Joko has at his disposal, therefore I gave a way to fix things with standard tools available on VMS 5.5-2 (dump,copy), &lt;BR /&gt;&lt;BR /&gt;Joko, even if you don't have a C compiler, Steven's FIXREC.ZIP has ready to run VAX images.  You will need a VAX version of unzip.exe&lt;BR /&gt;&lt;BR /&gt;unzip the fixrec.zip file, set def [.fixrec] then&lt;BR /&gt;&lt;BR /&gt;$ mc []fixrec.exe_decc SYS$GENERAL5:[000000]RPRSYJUL1991.BCK;1&lt;BR /&gt;&lt;BR /&gt;if it is a valid backup saveset, that should report something like:&lt;BR /&gt;&lt;BR /&gt;SYS$GENERAL5:[000000]RPRSYJUL1991.BCK;1&lt;BR /&gt;Using BACKUP record size of 32256.&lt;BR /&gt;Old record size: 512&lt;BR /&gt;New record size: 32256&lt;BR /&gt;&lt;BR /&gt;Then you should be able to use your original backup/list command.&lt;BR /&gt;&lt;BR /&gt;If that doesn't work, then the .bck file has more problems than just the incorrect recordsize.&lt;BR /&gt;&lt;BR /&gt;You seem to be doing well for someone with one week of VMS experience.  Keep using the VMS help command.  If you don't have hardcopy documentation, you might want to download the .pdf of the VMS User Guide and read it when you aren't busy with other tasks.&lt;BR /&gt;&lt;BR /&gt;Have fun learning VMS,&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Apr 2007 10:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977033#M94810</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-04-08T10:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977034#M94811</link>
      <description>&amp;gt; You will need a VAX version of unzip.exe&lt;BR /&gt;&lt;BR /&gt;Actually, not.  Plain executables are also&lt;BR /&gt;available in the directory linked to, but a&lt;BR /&gt;little more curiosity may be required to find&lt;BR /&gt;them, as I provided a link to the directory&lt;BR /&gt;instead of providing links to every file in&lt;BR /&gt;the directory from the main Web page.  (Also&lt;BR /&gt;object files, in case a local LINK might be&lt;BR /&gt;needed.)&lt;BR /&gt;&lt;BR /&gt;And, of course, binary FTP shouldn't damage&lt;BR /&gt;the executables (or the object files) enough&lt;BR /&gt;to keep them from working.  And if we assume&lt;BR /&gt;that the original problem was caused by a&lt;BR /&gt;binary FTP transfer to the VAX, it seemed&lt;BR /&gt;reasonable to assume that my first response&lt;BR /&gt;was (or should have been) adequate.  But, if&lt;BR /&gt;you don't follow any of the links, you may&lt;BR /&gt;not find much.  "You can lead a horse to&lt;BR /&gt;water, but you can't make him drink."&lt;BR /&gt;(Although I like the Dorothy Parker&lt;BR /&gt;formulation better.)</description>
      <pubDate>Sun, 08 Apr 2007 14:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977034#M94811</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-04-08T14:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977035#M94812</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;Before Thanks alot for all to Help me,&lt;BR /&gt;Im Still from Manager send the Original Files *.BCK, i feel is wrong/something for the files (*.BCK) coz copied used Samba.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Joko Subuh Sas.</description>
      <pubDate>Sun, 08 Apr 2007 20:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977035#M94812</guid>
      <dc:creator>Joko Subuh Sas</dc:creator>
      <dc:date>2007-04-08T20:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977036#M94813</link>
      <description>I know what binary FTP will do to a file.  I&lt;BR /&gt;do not know what Samba will do to a file.  I&lt;BR /&gt;can't be sure, but the error messages in your&lt;BR /&gt;first posting look as if the FIXREC program&lt;BR /&gt;may fix the problem.&lt;BR /&gt;&lt;BR /&gt;Did you try the FIXREC program?  What did you&lt;BR /&gt;do?  What happened?&lt;BR /&gt;&lt;BR /&gt;Perhaps you should explain how this file got&lt;BR /&gt;to where it is.</description>
      <pubDate>Sun, 08 Apr 2007 21:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977036#M94813</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-04-08T21:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977037#M94814</link>
      <description>You have not mentioned what real problem you are trying to solve ... just curious :-)&lt;BR /&gt;&lt;BR /&gt;Or is reading the saveset with BACKUP/LIST an exercise as you are just learning about VMS ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Verne&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Apr 2007 12:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977037#M94814</guid>
      <dc:creator>Verne Britton</dc:creator>
      <dc:date>2007-04-09T12:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: /backup/list how to (error)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977038#M94815</link>
      <description>Jokos,&lt;BR /&gt;&lt;BR /&gt;please do not cross-post questions in different forums without telling so.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.openvms.org/phorum/read.php?6,4618" target="_blank"&gt;http://www.openvms.org/phorum/read.php?6,4618&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please provide the full output of the command:&lt;BR /&gt;&lt;BR /&gt;$ DUMP/BL=COUNT=1 RPRSYJUL1991.BCK&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 10 Apr 2007 06:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-list-how-to-error/m-p/3977038#M94815</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-04-10T06:33:26Z</dc:date>
    </item>
  </channel>
</rss>

