<?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, Copy, RMS Errors (OpenVMS 7.3-2) in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636673#M100280</link>
    <description>Jim,&lt;BR /&gt;&lt;BR /&gt;It would be interesting to check the characteristics of the file.&lt;BR /&gt;&lt;BR /&gt;$ dir/full SRC-FILE  &lt;BR /&gt;&lt;BR /&gt;And also are there any error counts getting increased on the disk for any operation done on the disk?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan&lt;BR /&gt;</description>
    <pubDate>Tue, 25 May 2010 03:47:47 GMT</pubDate>
    <dc:creator>Shriniketan Bhagwat</dc:creator>
    <dc:date>2010-05-25T03:47:47Z</dc:date>
    <item>
      <title>Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636664#M100271</link>
      <description>I help manage a two-system cluster (AlphaServer ES40 systems) running OpenVMS 7.3-2 and patched up to Update V6. The cluster is seldom rebooted, perhaps every 10 months or so. The application on this cluster uses indexed RMS files. The system had been up for 320 days and it was discovered that a few of the RMS files had become corrupted. The storage is an MSA1000 with LUNs built using the ADG format. Working with HP hardware support and OpenVMS support, no hardware errors (storage, memory, other hardware) or problems could be found. In fact, after being up for 320 days, SHOW ERROR only showed a very small number of errors on the network adapter and 1 error on the diskette drives. In the diagnosis of the possible causes, the following was noticed with a medium-sized RMS file:&lt;BR /&gt;&lt;BR /&gt;Step 1. Analyze/RMS/Check SRC-FILE -- No errors&lt;BR /&gt;Step 2.&amp;nbsp;Copy SRC-FILE to COPY-FILE&lt;BR /&gt;Step 3.&amp;nbsp;Backup SRC-FILE to BACKUP-FILE&lt;BR /&gt;Step 4.&amp;nbsp;Analyze/RMS/Check COPY-FILE -- No errors&lt;BR /&gt;Step 5.&amp;nbsp;Analyze/RMS/Check BACKUP-FILE – Errors occurred&lt;BR /&gt;        The output showed several errors of the type:&lt;BR /&gt;        VBN 341: Bucket check byte is out of phase&lt;BR /&gt;&lt;BR /&gt;This was repeated consistently a few times, using different disks and directories.&lt;BR /&gt;&lt;BR /&gt;Step 6. One system rebooted&lt;BR /&gt;Step 7.&amp;nbsp;Entire sequence repeated with no errors&lt;BR /&gt;Step 8. Other system rebooted&lt;BR /&gt;&lt;BR /&gt;Because of time constraints, we did not try the test on the system that had not been rebooted after the first was rebooted. My understanding is that such errors often indicate a hardware problem, but none can be found.&lt;BR /&gt;&lt;BR /&gt;Backup and Copy must do some things differently internally. What might cause this problem? How can we prevent this from occurring again?</description>
      <pubDate>Tue, 25 May 2010 00:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636664#M100271</guid>
      <dc:creator>Jim Geier_1</dc:creator>
      <dc:date>2010-05-25T00:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636665#M100272</link>
      <description>Hi Jim,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; The system had been up for 320 days and it was discovered that a few of&lt;BR /&gt;&amp;gt;&amp;gt; the RMS files had become corrupted.&lt;BR /&gt;How was this corruption detected ?&lt;BR /&gt;Using ANALYZE/RMS/CHECK command ?&lt;BR /&gt;or&lt;BR /&gt;Was VERIFY (ANAL/DISK/LOCK) run on the disk, to check for any other errors&lt;BR /&gt;on the disk.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Step 1. Analyze/RMS/Check SRC-FILE -- No errors&lt;BR /&gt;&amp;gt;&amp;gt; Step 2. Copy SRC-FILE to COPY-FILE&lt;BR /&gt;&amp;gt;&amp;gt; Step 3. Backup SRC-FILE to BACKUP-FILE&lt;BR /&gt;&amp;gt;&amp;gt; Step 4. Analyze/RMS/Check COPY-FILE -- No errors&lt;BR /&gt;&amp;gt;&amp;gt; Step 5. Analyze/RMS/Check BACKUP-FILE â   Errors occurred&lt;BR /&gt;&amp;gt;&amp;gt; The output showed several errors of the type:&lt;BR /&gt;&amp;gt;&amp;gt; VBN 341: Bucket check byte is out of phase&lt;BR /&gt;&lt;BR /&gt;The steps here indicate that ANALYZE/RMS/CHECK of the file has not indicated&lt;BR /&gt;any error. When the file is copied using COPY, the destination file has no errors&lt;BR /&gt;but when the file is copied using BACKUP the destination file has some set of&lt;BR /&gt;errors reported.&lt;BR /&gt;&lt;BR /&gt;BACKUP and COPY would be doing things little differently but then its&lt;BR /&gt;interesting to note that a file copied using BACKUP is giving a error.&lt;BR /&gt;&lt;BR /&gt;Are all other errors similar to "VBN 341: Bucket check byte is out of phase"&lt;BR /&gt;or are there any other errors?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; My understanding is that such errors often indicate a hardware problem,&lt;BR /&gt;&amp;gt;&amp;gt; but none can be found.&lt;BR /&gt;Have you checked the ERRLOG.SYS for any hardware problems reported&lt;BR /&gt;corresponding to the disk?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Tue, 25 May 2010 00:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636665#M100272</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-05-25T00:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636666#M100273</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;  Was your Step 3 BACKUP/IGNORE=INTERLOCK? If not could you please post the exact command and any output? (also sanity check any possible symbol definitions in the command)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;VBN 341: Bucket check byte is out of phase&lt;BR /&gt;&lt;BR /&gt;  The first and last bytes of a bucket are the check bytes. They're kept at the same value, but incremented each time a bucket is rewritten. If they're out of phase (ie: different), that implies an I/O rewriting the bucket was interrupted. That shouldn't happen if everything is correctly interlocked at the RMS level.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Backup and Copy must do some things &lt;BR /&gt;&amp;gt;differently internally&lt;BR /&gt;&lt;BR /&gt;  For an indexed file, I suspect COPY and BACKUP are VERY different. BACKUP just shovels bits, where COPY may create an empty file with the same attributes as the original, then reads records from the source and inserts them into the destination. You'll need to look at the source to see for sure.&lt;BR /&gt;&lt;BR /&gt;  If that's the case, the original and BACKUP file should be bit for bit identical, but the COPY file could be very different because the records may be inserted in a different sequence.&lt;BR /&gt;&lt;BR /&gt;  What does CONVERT SRC-FILE CVT-FILE do? &lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2010 01:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636666#M100273</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-05-25T01:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636667#M100274</link>
      <description>Hi Jim,&lt;BR /&gt;&lt;BR /&gt;To rule out any possibility of any disk corruption (like say multiply allocated&lt;BR /&gt;blocks) of files on the disk, execute&lt;BR /&gt;$ANAL/DISK/LOCK &lt;DISK&gt;&lt;BR /&gt; &lt;DISK&gt; is the disk on which you have the corrupted index files.&lt;BR /&gt;&lt;BR /&gt;However, from the steps that you have performed, the errors have got&lt;BR /&gt;introduced after the BACKUP command.&lt;BR /&gt;&lt;BR /&gt;As John has pointed out, it would be interesting to know the exact BACKUP&lt;BR /&gt;command you have used to perform the copy operation. It could turn out that&lt;BR /&gt;the file was in use when you were performing the BACKUP operation and the&lt;BR /&gt;BACKUP was performed using "/IGNORE=INTERLOCK" causing the file to be&lt;BR /&gt;copied while it was in a inconsistent state&lt;BR /&gt;(Note - thats what the /IGNORE=INTERLOCK qualifier directs BACKUP to do).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali&lt;/DISK&gt;&lt;/DISK&gt;</description>
      <pubDate>Tue, 25 May 2010 02:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636667#M100274</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-05-25T02:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636668#M100275</link>
      <description>Intriguing! Repeatable (IO) errors are rare.&lt;BR /&gt;&lt;BR /&gt;Any issues with backup/ignore=interlock would certainly not be readily repeatable and typically do not end in check-byte errors, but bucket pointers beyond EOF and such. &lt;BR /&gt;Anyway, the test setup suggests to me that a dedicated file is used  for testing.... otherwise copy would not work, would it now?&lt;BR /&gt;&lt;BR /&gt;You indicate a medium sized file. So after a first copy and until a reboot that might just live entirely in the XFC cache. But then backup does novcache IO's. That means it will not cause blocks to be loaded into the cache, but I believe it may use previously used cached blocks.&lt;BR /&gt;&lt;BR /&gt;Next time... how about :&lt;BR /&gt;$ SHOW MEM/CACHE=FILE=SRC-FILE around copy and backup?&lt;BR /&gt;&lt;BR /&gt;Is there host-based shadowing in play?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Backup and Copy must do some things differently internally. &lt;BR /&gt;&lt;BR /&gt;Yes, copy just double buffers and processes vbn after vbn. Backup can look at LBNs and SORT the file to minimize head movement (assuming old style disks behaviour). Backup will also issues many read IOs, up to process quotas, making for a much more intense load.&lt;BR /&gt;Are you using the old, recommended backup quotas for the processing using backup? Those  were just crazy! ASTLM/DIRIOLM=4096 and the likes? Nuts!&lt;BR /&gt;&lt;BR /&gt;Was the SRC-FILE heavily fragmented? Backup would know, copy would not.&lt;BR /&gt;&lt;BR /&gt;Finally... with the bucket check byte out of phase, and the easy access to the original data, did you take a peak at the corruption?&lt;BR /&gt;&lt;BR /&gt;I like a DUMP /BLOCK=(START=vbn-with-error-minus-one, COUNT=bucket-size-plus-two)&lt;BR /&gt;So I'd dump one block before the reported VBN (in case data runs into the bucket from below), and one block after the bucket, in case date spilled over. Admittedly that's more for internal RMS issues.&lt;BR /&gt;&lt;BR /&gt;At least do an ANALYZE/RMS/INT ... POS/BUCK=341 both in SRC-FILE and BACKUP-FILE.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2010 03:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636668#M100275</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-05-25T03:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636669#M100276</link>
      <description>There were no application users on the system when the test was done -- they were locked out, and no processes accessing the file other than the process copying and then using backup to copy the file. The exact backup command was:&lt;BR /&gt;$ BACKUP/LOG &lt;FILE&gt; &lt;TARGET-FILE&gt;&lt;BR /&gt;&lt;BR /&gt;ERRORLOG.SYS was analyzed several times with HP hardware and OpenVMS support -- there was no indication of any hardware errors at all. We emphasized this because we were certain that the problem was a hardware problem.&lt;BR /&gt;&lt;BR /&gt;We cannot reproduce the problem now -- since the systems were rebooted, there have been no errors.&lt;/TARGET-FILE&gt;&lt;/FILE&gt;</description>
      <pubDate>Tue, 25 May 2010 03:06:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636669#M100276</guid>
      <dc:creator>Jim Geier_1</dc:creator>
      <dc:date>2010-05-25T03:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636670#M100277</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;  A quick experiment with a small indexed file... it looks like COPY just shovels bits, like BACKUP, treating the file in block mode.&lt;BR /&gt;&lt;BR /&gt;  However, I got a difference in the resulting EOF - remember that EOF doesn't make a whole lot of sense for an indexed file, so, in theory it shouldn't matter. In my case the BACKUP file EOF was before the COPY file EOF, but I don't suppose there's any reason why it might be the other way around for a different input file.&lt;BR /&gt;&lt;BR /&gt; I reset the attributes of the files to sequentual fixed so I could compare the bytes with DIFF:&lt;BR /&gt;&lt;BR /&gt;$ set file/attr=(rfm:fix,mrs:512,org:seq,lrl:512)&lt;BR /&gt;&lt;BR /&gt;All I saw were apparent extra null characters in the COPY file. &lt;BR /&gt;&lt;BR /&gt;Try comparing F$FILE(file,"EOF") and F$FILE(file,"FFB") between the files.&lt;BR /&gt;&lt;BR /&gt;Are the VBNs reporting errors near the physical end of file allocation? Could they be "junk" at the end of the file, after the apparent EOF for the COPY file, but not for the BACKUP file?&lt;BR /&gt;&lt;BR /&gt;Try SET FILE/ATTR=(EBK:eof-of-copy) file.BACKUP&lt;BR /&gt;&lt;BR /&gt;Does that change anything?&lt;BR /&gt;&lt;BR /&gt;If your values are different, perhaps it's a bug that COPY and BACKUP get different values for a field that shouldn't be applicable to the file type, and/or that the difference possibly affects ANALYZE/RMS, but which utility is at fault?&lt;BR /&gt;&lt;BR /&gt;It all begs the question... apart from the errors called out by ANALYZE, are there any other symptoms? If you read the files with your application are there any errors, or anything that looks like corruption? &lt;BR /&gt;&lt;BR /&gt;What happens if you now CONVERT both the COPY and BACKUP files. Are the resulting files (logically) identical and error free? Any error messages?</description>
      <pubDate>Tue, 25 May 2010 03:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636670#M100277</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-05-25T03:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636671#M100278</link>
      <description>Hi Hein,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; That means it will not cause blocks to be loaded into the cache, but I believe&lt;BR /&gt;&amp;gt;&amp;gt; it may use previously used cached blocks.&lt;BR /&gt;&lt;BR /&gt;BACKUP,&lt;BR /&gt;The IO's issued by BACKUP would be the NOVCACHE IO's. Hence both the&lt;BR /&gt;read/write IO's issued by BACKUP would skip the XFC cache.&lt;BR /&gt;Even if the file is already in the XFC cache, BACKUP would end up fetching the&lt;BR /&gt;data from the disk.&lt;BR /&gt;&lt;BR /&gt;COPY,&lt;BR /&gt;But in case of COPY those, IO's would go through the XFC cache and pick the&lt;BR /&gt;data from the XFC cache it its already there.&lt;BR /&gt;&lt;BR /&gt;What if the data is present in the RMS Local buffers(or global buffers if thats&lt;BR /&gt;enabled). Then the request to fetch the data may get satisfied from the RMS&lt;BR /&gt;cache itself. COPY may get it from RMS cache but what about BACKUP?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Next time... how about :&lt;BR /&gt;&amp;gt;&amp;gt; $ SHOW MEM/CACHE=FILE=SRC-FILE around copy and backup?&lt;BR /&gt;Yes, best way to confirm whether the IO goes through the XFC cache or not&lt;BR /&gt;would be to look at the above XFC statistic.&lt;BR /&gt;&lt;BR /&gt;Are you suggesting that the data in cache (XFC or RMS cache) may be having&lt;BR /&gt;the problem but the data in disk is OK. This is the reason why COPY works but&lt;BR /&gt;not BACKUP.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Tue, 25 May 2010 03:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636671#M100278</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-05-25T03:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636672#M100279</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;if this happens again, consider to use DUMP/BL=(COUNT:n,START:vbn) (n=bucket size) to compare the contents of the blocks in both the SRC-FILE and BACKUP-FILE. As BACKUP copies BLOCKS of data, both blocks must be in indentical positions within both files. When you do this comparison for multiple blocks, you might be able to find out the 'extent of corruption'. Note that there may well be more bytes corrupted, than ANAL/RMS will see !&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2010 03:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636672#M100279</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-05-25T03:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636673#M100280</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;It would be interesting to check the characteristics of the file.&lt;BR /&gt;&lt;BR /&gt;$ dir/full SRC-FILE  &lt;BR /&gt;&lt;BR /&gt;And also are there any error counts getting increased on the disk for any operation done on the disk?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2010 03:47:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636673#M100280</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2010-05-25T03:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636674#M100281</link>
      <description>Murali&amp;gt;&amp;gt; What if the data is present in the RMS Local buffers(or global buffers if thats&lt;BR /&gt;enabled). Then the request to fetch the data may get satisfied from the RMS&lt;BR /&gt;cache itself. COPY may get it from RMS cache but what about BACKUP?&lt;BR /&gt;&lt;BR /&gt;RMS buffer do not come into play. &lt;BR /&gt;Local buffers come and go with the open/close.&lt;BR /&gt;So a fresh copy run would open the file fresh and gets its own, fresh, local buffers.&lt;BR /&gt;Global buffer are only active for record IO under non-readonly sharing. That does not apply  to COPY no BACKUP&lt;BR /&gt;&lt;BR /&gt;Murali&amp;gt;&amp;gt; Even if the file is already in the XFC cache, BACKUP would end up fetching the&lt;BR /&gt;data from the disk.&lt;BR /&gt;&lt;BR /&gt;Thanks for confirming. &lt;BR /&gt;&lt;BR /&gt;Volker&amp;gt;&amp;gt; consider to use DUMP/BL&lt;BR /&gt;&lt;BR /&gt;Right, I mentioned that also.&lt;BR /&gt;Need to see what it looks like, specially if you know what it should look like (SCR-FILE)&lt;BR /&gt;&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2010 04:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636674#M100281</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-05-25T04:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636675#M100282</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;testing with SYSUAF.DAT (as an example) seems to show, that COPY does about the same kind of operations than BACKUP. This indexed file can be copied with COPY and BACKUP/COMPARE shows no differences between the original file and the copied file, indicating that COPY indeed did a block-by-block copy of the file. If you really want to know, use the IO$SDA extension and trace the IOs.&lt;BR /&gt;&lt;BR /&gt;Trying to answer your question: How can we prevent this from occurring again?&lt;BR /&gt;&lt;BR /&gt;You can NOT prevent this problem from re-occuring, if you don't UNDERSTAND the problem ! To understand this problem, you need to do more intense ANALYSIS. Now that the problem is gone, you would want to do more experiments to better understand what could have gone wrong and be better prepared for the next occurence.&lt;BR /&gt;&lt;BR /&gt;Some of the answers in here may help you prepare...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 25 May 2010 04:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636675#M100282</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-05-25T04:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636676#M100283</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My understanding is that, BACKUP will use the RMS buffer only if it is explicitly enabled through $ set rms/buffer command.&lt;BR /&gt;It would be interesting to check are there any difference between original file and backup file and copy file?&lt;BR /&gt;&lt;BR /&gt;$ diff SRC-FILE BACKUP-FILE&lt;BR /&gt;$ diff SRC-FILE COPY-FILE&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan &lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2010 04:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636676#M100283</guid>
      <dc:creator>Shriniketan Bhagwat</dc:creator>
      <dc:date>2010-05-25T04:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636677#M100284</link>
      <description>Hein,&lt;BR /&gt;&amp;gt;&amp;gt; Local buffers come and go with the open/close.&lt;BR /&gt;&amp;gt;&amp;gt; So a fresh copy run would open the file fresh and gets its own, fresh,&lt;BR /&gt;&amp;gt;&amp;gt; local buffers.&lt;BR /&gt;&amp;gt;&amp;gt; Global buffer are only active for record IO under non-readonly sharing.&lt;BR /&gt;&amp;gt;&amp;gt; That does not apply to COPY no BACKUP&lt;BR /&gt;&lt;BR /&gt;Record IO would go through RMS and hence would use the RMS global&lt;BR /&gt;buffers. Block IO would not go through RMS and hence would not use the RMS&lt;BR /&gt;global buffers. Thanks for this information.&lt;BR /&gt;&lt;BR /&gt;If we want to rule out any involvement XFC caching then,&lt;BR /&gt;Currently,&lt;BR /&gt;COPY uses XFC cache&lt;BR /&gt;BACKUP skips XFC cache&lt;BR /&gt;&lt;BR /&gt;To make COPY also skip XFC cache,&lt;BR /&gt;1) SET FILE &lt;FILE-NAME&gt;/CACHING=NO_CACHING&lt;BR /&gt;   XFC Caching is disabled on the file.&lt;BR /&gt;&lt;BR /&gt;2) Set Dynamic SYSGEN parameter VCC_MAX_IO_SIZE = 0&lt;BR /&gt;   This would mean all subsequent IOs greater than size 0 would skip XFC&lt;BR /&gt;   cache. This would apply to all IO's in the system&lt;BR /&gt;&lt;BR /&gt;Issue the COPY command and observe its behavior.&lt;BR /&gt;After issuing the COPY command, revert back the NOCACHE settings.&lt;BR /&gt;&lt;BR /&gt;If the problem is reproducible then we can use this method to rule out any&lt;BR /&gt;involvement of XFC cache.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali&lt;/FILE-NAME&gt;</description>
      <pubDate>Tue, 25 May 2010 04:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636677#M100284</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-05-25T04:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636678#M100285</link>
      <description>Ketan,&lt;BR /&gt;&lt;BR /&gt;BACKUP only uses RMS to write/read the SAVESET (on disk), but NOT to either read nor write individual files, it uses QIOs for that purpose.&lt;BR /&gt;&lt;BR /&gt;SET RMS/BUFFER does NOT enable or disable something, it changes default values for the RMS multibuffer count.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 25 May 2010 04:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636678#M100285</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-05-25T04:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636679#M100286</link>
      <description>Murali,&lt;BR /&gt;&lt;BR /&gt;why do we enter a discussion of XFC here ? It's the backup operation that seems to produce a corrupt file, not the COPY operation.&lt;BR /&gt;&lt;BR /&gt;And we agree, that BACKUP is using IO$M_NOVCACHE ...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 25 May 2010 05:01:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636679#M100286</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-05-25T05:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636680#M100287</link>
      <description>Volker&amp;gt;&amp;gt; why do we enter a discussion of XFC here ? &lt;BR /&gt;&lt;BR /&gt;That was me. All the other methods take blocks from the XFC, and backup does not. Therefor that is a potential source of discrepancy. But it would mean that the original on disk was bad which was not that case, so forget that angle.&lt;BR /&gt;&lt;BR /&gt;But before we forget that angle...&lt;BR /&gt;Murali&amp;gt;&amp;gt; To make COPY also skip XFC cache,...&lt;BR /&gt;&lt;BR /&gt;An other simple way to make copy V8.3 skip the cache is to use /BLOCK=256 ... or any other value larger than SYSGEN VCC_MAX_IO_SIZE.&lt;BR /&gt;&lt;BR /&gt;Volker&amp;gt;&amp;gt; COPY does about the same kind of operations than BACKUP.&lt;BR /&gt;&lt;BR /&gt;It's all in the listings, but it might be a little interesting to lay out a carefuly fragmented file on an LD device and trace the IOs for copy and backup. I'm not sure when/if backup uses LBN access for its copy option.&lt;BR /&gt;&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2010 11:20:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636680#M100287</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-05-25T11:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636681#M100288</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;before wading through the [BACKUP] source listings, I did a simple experiment:&lt;BR /&gt;&lt;BR /&gt;$ COPY some-large-file somewhere-else:&lt;BR /&gt;&lt;BR /&gt;$ BACKUP some-large-file somewhere-else:&lt;BR /&gt;&lt;BR /&gt;The nice SDA&amp;gt; XFC show file/id=^d&lt;FID&gt;/br command proved beyond doubt, that COPY is using XFC, whereas BACKUP is NOT !&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/FID&gt;</description>
      <pubDate>Tue, 25 May 2010 11:55:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636681#M100288</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-05-25T11:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636682#M100289</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; But before we forget that angle...&lt;BR /&gt;&amp;gt;&amp;gt; An other simple way to make copy V8.3 skip the cache is to use&lt;BR /&gt;&amp;gt;&amp;gt; /BLOCK=256 ... or any other value larger than SYSGEN VCC_MAX_IO_SIZE.&lt;BR /&gt;Nice. Using the COPY/BLOCK would be more suited to make COPY skip the&lt;BR /&gt;cache than changing the VCC_MAX_IO_SIZE parameter. Thanks for sharing&lt;BR /&gt;this information. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; But it would mean that the original on disk was bad which was not&lt;BR /&gt;&amp;gt;&amp;gt; that case, so forget that angle&lt;BR /&gt;Thats right. This would probably rule out the the cache/disk data &lt;BR /&gt;being out of sync. The problem has to do something with the way the COPY&lt;BR /&gt;and BACKUP do their file copy operation.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Tue, 25 May 2010 12:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636682#M100289</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-05-25T12:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Backup, Copy, RMS Errors (OpenVMS 7.3-2)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636683#M100290</link>
      <description>There is a lot of good information to wade through here. Thanks to everyone.&lt;BR /&gt;&lt;BR /&gt;One thing to know is that the XFC is off on this cluster (VCC_FLAGS = 0), so while the XFC discussion is interesting and useful information, the XFC does not come into play at all in this particular situation.&lt;BR /&gt;&lt;BR /&gt;Global buffers are used by the application, so I assume that global buffers are set for this file.</description>
      <pubDate>Wed, 26 May 2010 13:38:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-copy-rms-errors-openvms-7-3-2/m-p/4636683#M100290</guid>
      <dc:creator>Jim Geier_1</dc:creator>
      <dc:date>2010-05-26T13:38:19Z</dc:date>
    </item>
  </channel>
</rss>

