<?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: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312858#M92425</link>
    <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;I haven't determined what the cause is, but I was able to reproduce the problem.  It seems that DFU doesn't like mapping pointers that map a multiple of 65536 (2^16) blocks.  131072=2*65536=2^17.  DFU will not let me extend by either 65536 or 131072.  The disk I was playing with was a snapclone of a 120GB drive, and currently is somewhat fragmented, so there wasn't enough space to extend by 3*65536.&lt;BR /&gt;&lt;BR /&gt;There is an additional switch to DFU that can be used with the INDEXF operations, /show_pointers.  The help suggests that it works only with /analyze, but it appears to work with /extend and /defrag.  When I try to extend by a multiple of 65536, the reported pointer size is 65536 more than what was requested, so the sanity check fails.  Following are examples for 65536 and 131072.  Note that the new mapping pointer is 65536 blocks larger than it should be.&lt;BR /&gt;&lt;BR /&gt;$ dfu indexf /exte=65536 /show $1$dga2401&lt;BR /&gt;&lt;BR /&gt;     Disk and File Utilities for OpenVMS V3.2&lt;BR /&gt;%DFU-I-MOUNTING, Busy mounting disk $1$DGA2401:...&lt;BR /&gt;%DFU-I-ANALDISK, Analyzing INDEXF and BITMAP...&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 1) Size :      32 , LBN :       0 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 2) Size :      16 , LBN :    1024 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 3) Size :      16 , LBN :   38912 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 4) Size :    5088 , LBN :   33824 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 5) Size :  131152 , LBN :198826400 &lt;BR /&gt;%DFU-I-TOTAL, Maparea maps 136304 blocks in 5 fragments (8% used) &lt;BR /&gt;%DFU-I-FINDLBN, Largest free contiguous space 132896 blocks at LBN 188392224&lt;BR /&gt;%DFU-I-EXTEND, INDEXF.SYS can be extended with 65536 blocks&lt;BR /&gt;Continue to modify INDEXF.SYS ? (Y/N) [N] : y&lt;BR /&gt;%DFU-I-MOUNTFOR, Busy remounting disk $1$DGA2401: /FOREIGN...&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 32 LBN 0 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 16 LBN 1024 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 16 LBN 38912 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 5088 LBN 33824 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 131152 LBN 198826400 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 131072 LBN 188392224 &lt;BR /&gt;%DFU-E-MISMATCH, Error in new mapping pointers&lt;BR /&gt;%DFU-I-DISMNT, Volume dismounted&lt;BR /&gt;&lt;BR /&gt;%DFU-I-READY, INDEXF command ready&lt;BR /&gt;$ dfu indexf /exte=131072/show $1$dga2401&lt;BR /&gt;&lt;BR /&gt;     Disk and File Utilities for OpenVMS V3.2&lt;BR /&gt;%DFU-I-MOUNTING, Busy mounting disk $1$DGA2401:...&lt;BR /&gt;%DFU-I-ANALDISK, Analyzing INDEXF and BITMAP...&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 1) Size :      32 , LBN :       0 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 2) Size :      16 , LBN :    1024 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 3) Size :      16 , LBN :   38912 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 4) Size :    5088 , LBN :   33824 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 5) Size :  131152 , LBN :198826400 &lt;BR /&gt;%DFU-I-TOTAL, Maparea maps 136304 blocks in 5 fragments (8% used) &lt;BR /&gt;%DFU-I-FINDLBN, Largest free contiguous space 132896 blocks at LBN 188392224&lt;BR /&gt;%DFU-I-EXTEND, INDEXF.SYS can be extended with 131072 blocks&lt;BR /&gt;Continue to modify INDEXF.SYS ? (Y/N) [N] : y&lt;BR /&gt;%DFU-I-MOUNTFOR, Busy remounting disk $1$DGA2401: /FOREIGN...&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 32 LBN 0 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 16 LBN 1024 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 16 LBN 38912 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 5088 LBN 33824 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 131152 LBN 198826400 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 196608 LBN 188392224&lt;BR /&gt;%DFU-E-MISMATCH, Error in new mapping pointers&lt;BR /&gt;%DFU-I-DISMNT, Volume dismounted&lt;BR /&gt;&lt;BR /&gt;%DFU-I-READY, INDEXF command ready&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Since the XQP likes to extend by 2^17 blocks, this probably affects a large number of disks that need to have their indexf.sys file defragmented.&lt;BR /&gt;&lt;BR /&gt;Can you possibly try defragmenting again while using the /show_pointers qualifier?  The defrag will not work, but it hopefully will provide some additional info that will help narrow the problem.&lt;BR /&gt;&lt;BR /&gt;$ define dfu$nosmg 1&lt;BR /&gt;$ mcr dfu /defrag /show_pointers $1$DGA925:&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
    <pubDate>Sun, 07 Dec 2008 09:53:53 GMT</pubDate>
    <dc:creator>Jon Pinkley</dc:creator>
    <dc:date>2008-12-07T09:53:53Z</dc:date>
    <item>
      <title>DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312840#M92407</link>
      <description>Any idea of what this error means...&lt;BR /&gt;&lt;BR /&gt;|%DFU-I-MOUNTING, Busy mounting disk $1$DGA31:...                              |&lt;BR /&gt;|%DFU-I-ANALDISK, Analyzing INDEXF and BITMAP...                               |&lt;BR /&gt;|%DFU-I-TOTAL, Maparea maps 8654880 blocks in 35 fragments (86% used)          |&lt;BR /&gt;|%DFU-I-FINDLBN, Largest free contiguous space 205743584 blocks at LBN 18075223|&lt;BR /&gt;|36                                                                            |&lt;BR /&gt;|%DFU-I-MOVE, 8650752 blocks can be defragmented (31 fragments)                |&lt;BR /&gt;|Continue to modify INDEXF.SYS ? (Y/N) [N] : y                                 |&lt;BR /&gt;|%DFU-I-MOUNTFOR, Busy remounting disk $1$DGA31: /FOREIGN...                   |&lt;BR /&gt;|%DFU-I-STARTDFR, Now copying fragments to new location...                     |&lt;BR /&gt;|%DFU-S-COPIED, 4718592 blocks copied (fragment 5)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 6)                              |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 7)                              |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 8)                              |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 9)                              |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 10)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 11)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 12)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 13)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 14)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 15)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 16)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 17)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 18)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 19)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 20)                             |&lt;BR /&gt;[---------------------------------&amp;lt; DFU V3.2 &amp;gt;---------------------------------]&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 23)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 24)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 25)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 26)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 27)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 28)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 29)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 30)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 31)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 32)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 33)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 34)                             |&lt;BR /&gt;|%DFU-S-COPIED, 131072 blocks copied (fragment 35)                             |&lt;BR /&gt;|%DFU-E-MISMATCH, Error in new mapping pointers                                |&lt;BR /&gt;|%DFU-I-DISMNT, Volume dismounted                                              |&lt;BR /&gt;&lt;BR /&gt;The command I issued was DFU INDEXF/DEFRAG $1$DGA31:&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Nov 2008 19:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312840#M92407</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2008-11-25T19:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312841#M92408</link>
      <description>I wonder if the problem was that something updated the INDEXF.SYS on that volume, or at least tried to?&lt;BR /&gt;&lt;BR /&gt;I haven't used DFU but other defraggers abort the process if you change the disk's equivalent of an index file.&lt;BR /&gt;&lt;BR /&gt;I see that it was doing a MOUNT/FOREIGN so you shouldn't have had that problem.  I note also that you have a huge file being defragged at that point, and the last file name I saw was INDEXF.SYS - can it be that your index file is that large?  INDEXF.SYS has special requirements and really doesn't like to get very big.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Nov 2008 19:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312841#M92408</guid>
      <dc:creator>Richard W Hunt</dc:creator>
      <dc:date>2008-11-26T19:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312842#M92409</link>
      <description>Richard,&lt;BR /&gt;The command Edgar used was DFU/INDEXF/DEGRAG which tries to defragment one specific file: INDEXF.SYS!  I think DFU might be the only software that has this feature.&lt;BR /&gt;&lt;BR /&gt;Edgar,&lt;BR /&gt;I have a volume I was tempted to try this command on, but I was worried that a DFU bug (I have found a couple before) might corrupt the volume, since I doubt very many sites have tried this command.  Is your volume still mountable, or was it corrupted?</description>
      <pubDate>Wed, 26 Nov 2008 20:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312842#M92409</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2008-11-26T20:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312843#M92410</link>
      <description>Drop some email along to Jur; he doesn't manifest here very often.&lt;BR /&gt;&lt;BR /&gt;The DFU web site has been down for a day or two now; not sure what's up with that.</description>
      <pubDate>Wed, 26 Nov 2008 21:06:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312843#M92410</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-11-26T21:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312844#M92411</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;I would assume, that this might be an internal problem in DFU. So only Jur could help.&lt;BR /&gt;&lt;BR /&gt;Did you consider to try the same operation on a scratch volume ? Or on a LD: device ? Just to test, if the operation works in general ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 27 Nov 2008 07:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312844#M92411</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-11-27T07:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312845#M92412</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;testing on a test device does only seem to work, if the existing INDEXF.SYS is sufficiently fragmented. So not a straightforward task...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 27 Nov 2008 08:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312845#M92412</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-11-27T08:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312846#M92413</link>
      <description>&lt;A href="http://www.digiater.nl" target="_blank"&gt;www.digiater.nl&lt;/A&gt; is down, and I just redirected my email to another server. There's a communication failure between my home and the isp and they are working on it. I don't know how long it's gonna take though, I hope it will be back today or tomorrow but I got not guarantee. Keep on trying.&lt;BR /&gt;&lt;BR /&gt;I will look into the DFU issue when I got some time.&lt;BR /&gt;&lt;BR /&gt;Jur.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 09:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312846#M92413</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2008-11-27T09:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312847#M92414</link>
      <description>&lt;!--!*#--&gt;Can you post the output of this?&lt;BR /&gt;&lt;BR /&gt;$ define dfu$nosmg 1&lt;BR /&gt;$ mc dfu indexf/ana/show $1$dga31:&lt;BR /&gt;$ mou/over=id $1$dga31:&lt;BR /&gt;$ dump/head/bl=co=0 $1$dga31:[000000]indexf.sys&lt;BR /&gt;$ dump/head/bl=co=0 $1$dga31:[000000]indexf.sys/nofor&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jur.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 11:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312847#M92414</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2008-11-27T11:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312848#M92415</link>
      <description>One more thing, what does ANALYZE/DISK say about this disk?&lt;BR /&gt;&lt;BR /&gt;Jur.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 11:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312848#M92415</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2008-11-27T11:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312849#M92416</link>
      <description>8 Million+ headers / files... that is a lot.&lt;BR /&gt;How many actually in use? I guess a lot as INDEXF.SYS has expanded that often.&lt;BR /&gt;Those 86% used is a little scary, but it is not clear it is worth fixing. &lt;BR /&gt;&lt;BR /&gt;It might be easier to just pre-extend INDEXF.SYS in one fell swoop. Now there is no standard tool for this, but I wrote a little utility to do just that. You'll find it attached.&lt;BR /&gt;&lt;BR /&gt;Example usage:&lt;BR /&gt;&lt;BR /&gt;$ mcr sys$login:extend -c -e 70000 mda1:[000000]indexf.sys&lt;BR /&gt;Old:        96 blocks in MDA1:[000000]INDEXF.SYS;1&lt;BR /&gt;New:     70096 blocks. Extended by 70000. Contiguous.&lt;BR /&gt;&lt;BR /&gt;Jur&amp;gt;&amp;gt; " dump/head/bl=co=0 $1$dga31:[000000]indexf.sys/nofor"&lt;BR /&gt;&lt;BR /&gt;See... that's why I keep reading this stuff.&lt;BR /&gt;I have desired, a raw header dump but never noticed the /NOFORMAT sub-qualifier to /HEADER. I just directly dumped the block from INDEXF.SYS but this is easier.&lt;BR /&gt;&lt;BR /&gt;btw... the HELP for DUMP /FORM reads:&lt;BR /&gt;" dumps the file header in octal format."&lt;BR /&gt;Fortunately that's not correct.&lt;BR /&gt;It is a hex dump. It does suggest the switch was there for a while!&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 17:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312849#M92416</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-11-27T17:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312850#M92417</link>
      <description>Sorry for the delayed response... long holiday weekend.&lt;BR /&gt;&lt;BR /&gt;I was able to use HP's DFG 3.0 to defragment the INDEXF.SYS successfully.&lt;BR /&gt;&lt;BR /&gt;Jess, the volume did not get corrupted by the DFU error... it remained the same (thank God).&lt;BR /&gt;&lt;BR /&gt;Volker, I had actually used DFU on this same volume (and a couple of others) about a year ago to defragment the INDEXF.SYS successfully, so I know DFU does successfully defragment the INDEXF.SYS in most cases.  I guess this volume is just getting bigger and bigger (thousands of archive files are being dumped into it) and I may have hit some limit on DFU.&lt;BR /&gt;&lt;BR /&gt;Hein, thanks for that great tool you attached!  I'm looking at it as it looks to be most useful.&lt;BR /&gt;&lt;BR /&gt;Jur, I'm sorry I didn't see these responses before I ran DFG on the disk.  The indexf is defragmented now.  I won't be able to supply the debug info you requested.&lt;BR /&gt;&lt;BR /&gt;Thank you all for the responses!&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Dec 2008 13:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312850#M92417</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2008-12-01T13:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312851#M92418</link>
      <description>&lt;!--!*#--&gt;&amp;gt;Jess, the volume did not get corrupted by the &amp;gt;DFU error... it remained the same (thank God).&lt;BR /&gt;&lt;BR /&gt;DFU defrgaments indexf.sys by copying it to a new contiguous location found on disk. After the copy it found some issues, and did not update the rest, so only a piece of free space was overwritten. Call it the 'safe approach'.&lt;BR /&gt;&lt;BR /&gt;Jur.</description>
      <pubDate>Mon, 01 Dec 2008 15:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312851#M92418</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2008-12-01T15:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312852#M92419</link>
      <description>Jur,&lt;BR /&gt;&lt;BR /&gt;As it turns out, I found a similar volume that exhibited the same problem when I tried using DFU to defrag the indexf.sys.  I collected the info you asked for and I'm attaching to this reply.  I will hold off defragging the indexf with HP DFG in case you want some other info.  Thanks!</description>
      <pubDate>Mon, 01 Dec 2008 19:14:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312852#M92419</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2008-12-01T19:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312853#M92420</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;I can't see anything obviously wrong, and I don't understand why this problem is happening.  I have used this feature on volumes that have "used up" the mapping area, so it is something other than the number of fragments that is causing the problem.  I have never defragged an indexf.sys file that had such large extents, so that may be a contributing factor.&lt;BR /&gt;&lt;BR /&gt;Can you also provide the output of the following:&lt;BR /&gt;&lt;BR /&gt;$ define dfu$nosmg 1&lt;BR /&gt;$ mcr dfu report/graph $1$dga925: ! more volume related info&lt;BR /&gt;$ show device/full $1$dga925: ! this will show total blocks and logical volume size&lt;BR /&gt;$ dump/count=1 $1$dga925:[000000]bitmap.sys ! Storage Control Block (SCB)&lt;BR /&gt;&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;To determine why DFU is reporting&lt;BR /&gt;&lt;BR /&gt;%DFU-E-MISMATCH, Error in new mapping pointers &lt;BR /&gt;&lt;BR /&gt;is probably going to require a change to the source code of DFU so it gives a better hint as to why it thought there was an error, i.e. what it was expecting and what it found.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Dec 2008 00:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312853#M92420</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2008-12-03T00:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312854#M92421</link>
      <description>The last command to dump the SCB should be:&lt;BR /&gt;&lt;BR /&gt;$ dump/block=count=1 $1$dga925:[000000]bitmap.sys&lt;BR /&gt;&lt;BR /&gt;not&lt;BR /&gt;&lt;BR /&gt;$ dump/count=1 $1$dga925:[000000]bitmap.sys</description>
      <pubDate>Wed, 03 Dec 2008 00:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312854#M92421</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2008-12-03T00:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312855#M92422</link>
      <description>Jon, thanks for spending some time on this.  Here's the info you asked for.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Dec 2008 13:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312855#M92422</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2008-12-03T13:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312856#M92423</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;I see an unrelated bug in the output of DFU's /graph output, where it is evidently overflowing in the calculation of starting LBN.  This works correctly on my 120GB disk (and I expect it to work correctly on any disk with logical volume size &amp;lt;= 153391689 blocks).  In addition to the calculation being incorrect, the output field for LBN is too small for large disks. That may get fixed if another version ever gets released.&lt;BR /&gt;&lt;BR /&gt;However, that is cosmetic and not related to this problem.&lt;BR /&gt;&lt;BR /&gt;It would be interesting to see if it is possible to use the DFU INDEXF /EXTEND=xxx command, or if that results in the same problem.  Since you have used about half the disk, you could just double what you currently have and use only one extent.  For example:&lt;BR /&gt;&lt;BR /&gt;$ mcr dfu indexf /extend=4700000 $1$DGA925:&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Dec 2008 12:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312856#M92423</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2008-12-04T12:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312857#M92424</link>
      <description>Jon, the /EXTEND worked...&lt;BR /&gt;&lt;BR /&gt;$ mcr dfu indexf /extend=4700000 $1$DGA925:&lt;BR /&gt; &lt;BR /&gt;     Disk and File Utilities for OpenVMS V3.2&lt;BR /&gt;%DFU-I-MOUNTING, Busy mounting disk $1$DGA925:...&lt;BR /&gt;%DFU-I-ANALDISK, Analyzing INDEXF and BITMAP...&lt;BR /&gt;%DFU-I-TOTAL, Maparea maps 4760560 blocks in 38 fragments (94% used)&lt;BR /&gt;%DFU-I-FINDLBN, Largest free contiguous space 617758680 blocks at LBN 577326120&lt;BR /&gt;%DFU-I-EXTEND, INDEXF.SYS can be extended with 4700000 blocks&lt;BR /&gt;Continue to modify INDEXF.SYS ? (Y/N) [N] : y&lt;BR /&gt;%DFU-I-MOUNTFOR, Busy remounting disk $1$DGA925: /FOREIGN...&lt;BR /&gt;%DFU-I-NEWTOTAL, New Maparea maps 9460560 blocks in 39 fragments&lt;BR /&gt;%DFU-S-REWRTIF, INDEXF.SYS File header rewritten !&lt;BR /&gt;%DFU-I-RBDBITMAP, Updating BITMAP.SYS...&lt;BR /&gt;%DFU-S-DONE, all operations succesfully completed&lt;BR /&gt; &lt;BR /&gt;%DFU-I-DISMNT, Volume dismounted&lt;BR /&gt; &lt;BR /&gt;%DFU-I-READY, INDEXF command ready&lt;BR /&gt;$ mount/over=id $1$dga925:&lt;BR /&gt;%MOUNT-I-MOUNTED, ARCHIVE3 mounted on _$1$DGA925: (CLCC)&lt;BR /&gt;$ def dfu$nosmg 1&lt;BR /&gt;$ mcr dfu indexf /anal $1$dga925:&lt;BR /&gt; &lt;BR /&gt;     Disk and File Utilities for OpenVMS V3.2&lt;BR /&gt;%DFU-I-ANALDISK, Analyzing INDEXF and BITMAP...&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 1) Size :      16 , LBN :       0&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 2) Size :       8 , LBN :    1032&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 3) Size :       8 , LBN :  370656&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 4) Size :  304080 , LBN :   66576&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 5) Size :  131072 , LBN :38346104&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 6) Size :  131072 , LBN :63176120&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 7) Size :  131072 , LBN :79053280&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 8) Size :  131072 , LBN :107558728&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 9) Size :  131072 , LBN :120191128&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (10) Size :  131072 , LBN :133670072&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (11) Size :  131072 , LBN :146541056&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (12) Size :  131072 , LBN :159403536&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (13) Size :  131072 , LBN :173544616&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (14) Size :  131072 , LBN :207464576&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (15) Size :  131072 , LBN :241281928&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (16) Size :  131072 , LBN :258080104&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (17) Size :  131072 , LBN :274775344&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (18) Size :  131072 , LBN :214126040&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (19) Size :  131072 , LBN :291149168&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (20) Size :  131072 , LBN :307298640&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (21) Size :  131072 , LBN :324895312&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (22) Size :  131072 , LBN :341005752&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (23) Size :  131072 , LBN :357158328&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (24) Size :  131072 , LBN :372325304&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (25) Size :  131072 , LBN :386814152&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (26) Size :  131072 , LBN :403266872&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (27) Size :  131072 , LBN :419210080&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (28) Size :  131072 , LBN :493705864&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (29) Size :  131072 , LBN :509799296&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (30) Size :  131072 , LBN :525271840&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (31) Size :  131072 , LBN :437381128&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (32) Size :  131072 , LBN :454103432&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (33) Size :  131072 , LBN :468584160&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (34) Size :  131072 , LBN :545502912&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (35) Size :  131072 , LBN :559213368&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (36) Size :  131072 , LBN :570764696&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (37) Size :  131072 , LBN :477588064&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (38) Size :  131072 , LBN :487445880&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr (39) Size : 4700000 , LBN :577326120&lt;BR /&gt;%DFU-I-TOTAL, Maparea maps 9460560 blocks in 39 fragments (96% used)&lt;BR /&gt;%DFU-I-FINDLBN, Largest free contiguous space 613058680 blocks at LBN 582026120&lt;BR /&gt;%DFU-I-MOVE, 9156448 blocks can be defragmented (35 fragments)&lt;BR /&gt; &lt;BR /&gt;%DFU-I-READY, INDEXF command ready&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I will probably use HP DFG to defragment the INDEXF.SYS today anyway.  It's good to know about the extend though.  Thanks!&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Dec 2008 14:42:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312857#M92424</guid>
      <dc:creator>EdgarZamora_1</dc:creator>
      <dc:date>2008-12-04T14:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312858#M92425</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;I haven't determined what the cause is, but I was able to reproduce the problem.  It seems that DFU doesn't like mapping pointers that map a multiple of 65536 (2^16) blocks.  131072=2*65536=2^17.  DFU will not let me extend by either 65536 or 131072.  The disk I was playing with was a snapclone of a 120GB drive, and currently is somewhat fragmented, so there wasn't enough space to extend by 3*65536.&lt;BR /&gt;&lt;BR /&gt;There is an additional switch to DFU that can be used with the INDEXF operations, /show_pointers.  The help suggests that it works only with /analyze, but it appears to work with /extend and /defrag.  When I try to extend by a multiple of 65536, the reported pointer size is 65536 more than what was requested, so the sanity check fails.  Following are examples for 65536 and 131072.  Note that the new mapping pointer is 65536 blocks larger than it should be.&lt;BR /&gt;&lt;BR /&gt;$ dfu indexf /exte=65536 /show $1$dga2401&lt;BR /&gt;&lt;BR /&gt;     Disk and File Utilities for OpenVMS V3.2&lt;BR /&gt;%DFU-I-MOUNTING, Busy mounting disk $1$DGA2401:...&lt;BR /&gt;%DFU-I-ANALDISK, Analyzing INDEXF and BITMAP...&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 1) Size :      32 , LBN :       0 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 2) Size :      16 , LBN :    1024 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 3) Size :      16 , LBN :   38912 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 4) Size :    5088 , LBN :   33824 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 5) Size :  131152 , LBN :198826400 &lt;BR /&gt;%DFU-I-TOTAL, Maparea maps 136304 blocks in 5 fragments (8% used) &lt;BR /&gt;%DFU-I-FINDLBN, Largest free contiguous space 132896 blocks at LBN 188392224&lt;BR /&gt;%DFU-I-EXTEND, INDEXF.SYS can be extended with 65536 blocks&lt;BR /&gt;Continue to modify INDEXF.SYS ? (Y/N) [N] : y&lt;BR /&gt;%DFU-I-MOUNTFOR, Busy remounting disk $1$DGA2401: /FOREIGN...&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 32 LBN 0 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 16 LBN 1024 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 16 LBN 38912 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 5088 LBN 33824 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 131152 LBN 198826400 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 131072 LBN 188392224 &lt;BR /&gt;%DFU-E-MISMATCH, Error in new mapping pointers&lt;BR /&gt;%DFU-I-DISMNT, Volume dismounted&lt;BR /&gt;&lt;BR /&gt;%DFU-I-READY, INDEXF command ready&lt;BR /&gt;$ dfu indexf /exte=131072/show $1$dga2401&lt;BR /&gt;&lt;BR /&gt;     Disk and File Utilities for OpenVMS V3.2&lt;BR /&gt;%DFU-I-MOUNTING, Busy mounting disk $1$DGA2401:...&lt;BR /&gt;%DFU-I-ANALDISK, Analyzing INDEXF and BITMAP...&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 1) Size :      32 , LBN :       0 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 2) Size :      16 , LBN :    1024 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 3) Size :      16 , LBN :   38912 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 4) Size :    5088 , LBN :   33824 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr ( 5) Size :  131152 , LBN :198826400 &lt;BR /&gt;%DFU-I-TOTAL, Maparea maps 136304 blocks in 5 fragments (8% used) &lt;BR /&gt;%DFU-I-FINDLBN, Largest free contiguous space 132896 blocks at LBN 188392224&lt;BR /&gt;%DFU-I-EXTEND, INDEXF.SYS can be extended with 131072 blocks&lt;BR /&gt;Continue to modify INDEXF.SYS ? (Y/N) [N] : y&lt;BR /&gt;%DFU-I-MOUNTFOR, Busy remounting disk $1$DGA2401: /FOREIGN...&lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 32 LBN 0 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 16 LBN 1024 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 16 LBN 38912 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 5088 LBN 33824 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 131152 LBN 198826400 &lt;BR /&gt;%DFU-I-MAPPTR, Retrieval ptr size 196608 LBN 188392224&lt;BR /&gt;%DFU-E-MISMATCH, Error in new mapping pointers&lt;BR /&gt;%DFU-I-DISMNT, Volume dismounted&lt;BR /&gt;&lt;BR /&gt;%DFU-I-READY, INDEXF command ready&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Since the XQP likes to extend by 2^17 blocks, this probably affects a large number of disks that need to have their indexf.sys file defragmented.&lt;BR /&gt;&lt;BR /&gt;Can you possibly try defragmenting again while using the /show_pointers qualifier?  The defrag will not work, but it hopefully will provide some additional info that will help narrow the problem.&lt;BR /&gt;&lt;BR /&gt;$ define dfu$nosmg 1&lt;BR /&gt;$ mcr dfu /defrag /show_pointers $1$DGA925:&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Dec 2008 09:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312858#M92425</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2008-12-07T09:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: DFU-E-MISMATCH error in trying to defrag INDEXF.SYS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312859#M92426</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;What I menat was &lt;BR /&gt;&lt;BR /&gt;$ define dfu$nosmg 1&lt;BR /&gt;$ mcr dfu INDEXF /defrag /show_pointers $1$DGA925:&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Dec 2008 10:39:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dfu-e-mismatch-error-in-trying-to-defrag-indexf-sys/m-p/4312859#M92426</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2008-12-07T10:39:45Z</dc:date>
    </item>
  </channel>
</rss>

