<?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: HP DFO for OpenVMS ad open files in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/hp-dfo-for-openvms-ad-open-files/m-p/4903960#M74662</link>
    <description>Douglass,&lt;BR /&gt;&lt;BR /&gt;  DFO doesn't "test" files, it just tries to move candidate files using the XQP MOVEFILE primitive. If the file is open, the operation fails with SS$_ACCONFLICT.&lt;BR /&gt;&lt;BR /&gt;  Depending on the requested defrag level, DEFRAG operates in several phases. Depending on the level of fragmentation of a file, it may be a candidate in any or all of the phases, so there may be multiple attempts on an open file. However, DEFRAG has no mechanism for specifying a retry count, or a timeout period.&lt;BR /&gt;&lt;BR /&gt;  If you specify DEFRAG VOL/LOG=file/FULL you can see exactly what happens to each file at each phase.&lt;BR /&gt;&lt;BR /&gt;  Remember you can "DEFRAG FILE filespec" to do individual files so you can implement your own retry.</description>
    <pubDate>Wed, 25 May 2005 18:10:14 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2005-05-25T18:10:14Z</dc:date>
    <item>
      <title>HP DFO for OpenVMS ad open files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-dfo-for-openvms-ad-open-files/m-p/4903958#M74660</link>
      <description>What happens when DFO (disk file optimizer) finds an open file?  can it be told to try N times or always skip it.  or wait until a timeout period?</description>
      <pubDate>Wed, 25 May 2005 14:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-dfo-for-openvms-ad-open-files/m-p/4903958#M74660</guid>
      <dc:creator>Douglass Anderson</dc:creator>
      <dc:date>2005-05-25T14:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: HP DFO for OpenVMS ad open files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-dfo-for-openvms-ad-open-files/m-p/4903959#M74661</link>
      <description>Douglass,&lt;BR /&gt;&lt;BR /&gt;I understand that DFO will *not* attempt to process&lt;BR /&gt;a file that is open. Also, if a process tries to access&lt;BR /&gt;a file that DFO is currently working on, it will cease&lt;BR /&gt;further activity on that file.&lt;BR /&gt;This behaviour is not configurable.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Wed, 25 May 2005 17:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-dfo-for-openvms-ad-open-files/m-p/4903959#M74661</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2005-05-25T17:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: HP DFO for OpenVMS ad open files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-dfo-for-openvms-ad-open-files/m-p/4903960#M74662</link>
      <description>Douglass,&lt;BR /&gt;&lt;BR /&gt;  DFO doesn't "test" files, it just tries to move candidate files using the XQP MOVEFILE primitive. If the file is open, the operation fails with SS$_ACCONFLICT.&lt;BR /&gt;&lt;BR /&gt;  Depending on the requested defrag level, DEFRAG operates in several phases. Depending on the level of fragmentation of a file, it may be a candidate in any or all of the phases, so there may be multiple attempts on an open file. However, DEFRAG has no mechanism for specifying a retry count, or a timeout period.&lt;BR /&gt;&lt;BR /&gt;  If you specify DEFRAG VOL/LOG=file/FULL you can see exactly what happens to each file at each phase.&lt;BR /&gt;&lt;BR /&gt;  Remember you can "DEFRAG FILE filespec" to do individual files so you can implement your own retry.</description>
      <pubDate>Wed, 25 May 2005 18:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-dfo-for-openvms-ad-open-files/m-p/4903960#M74662</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-05-25T18:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: HP DFO for OpenVMS ad open files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-dfo-for-openvms-ad-open-files/m-p/4903961#M74663</link>
      <description>DFO does not touch open files.  If you know a file is closed you can always tell it to defrag that file, or even copy/cont.&lt;BR /&gt;&lt;BR /&gt;However, better to prevent fragmentation by preallocating file space, using fdl to create files, larger extents, or whatever means to prevent the fragmentation in the first place.  Try never to let a third generation language extend a file bit by bit.  &lt;BR /&gt;&lt;BR /&gt;Bob&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jun 2005 19:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-dfo-for-openvms-ad-open-files/m-p/4903961#M74663</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2005-06-09T19:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: HP DFO for OpenVMS ad open files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-dfo-for-openvms-ad-open-files/m-p/4903962#M74664</link>
      <description>A couple of extra thoughts.&lt;BR /&gt;&lt;BR /&gt;If it's the system disk, boot minimum, and more files will be closed.&lt;BR /&gt;&lt;BR /&gt;Or shut down the application, and it will hit the application.&lt;BR /&gt;&lt;BR /&gt;You will have to manually start and direct DFO. I've done that as well with Diskeeper to hit constantly open files.&lt;BR /&gt;&lt;BR /&gt;Certain files extend in tiny chunks, like accountng.dat, operator.log, so even if you boot min, turn off acounting, set account/new, create new error logs.&lt;BR /&gt;&lt;BR /&gt;Of course a min boot would not open these files.&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Jun 2005 09:02:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-dfo-for-openvms-ad-open-files/m-p/4903962#M74664</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2005-06-11T09:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: HP DFO for OpenVMS ad open files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/hp-dfo-for-openvms-ad-open-files/m-p/4903963#M74665</link>
      <description>solved</description>
      <pubDate>Mon, 27 Feb 2006 09:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/hp-dfo-for-openvms-ad-open-files/m-p/4903963#M74665</guid>
      <dc:creator>Douglass Anderson</dc:creator>
      <dc:date>2006-02-27T09:15:05Z</dc:date>
    </item>
  </channel>
</rss>

