<?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: Extended File Cache in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884576#M66765</link>
    <description>Perhaps there are reasons to turn off the cache.&lt;BR /&gt;&lt;BR /&gt;Wouldn't it be possible to have access patterns such that the Extended File Cache would not help performance?&lt;BR /&gt;&lt;BR /&gt;Or a memory-poor situation where the physical memory taken up by the cache could be better used for some other purpose?&lt;BR /&gt;&lt;BR /&gt;Just some thoughts...&lt;BR /&gt;&lt;BR /&gt;Galen</description>
    <pubDate>Wed, 09 Feb 2005 07:05:08 GMT</pubDate>
    <dc:creator>Galen Tackett</dc:creator>
    <dc:date>2005-02-09T07:05:08Z</dc:date>
    <item>
      <title>Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884572#M66761</link>
      <description>I'm running OpenVMS 7.3 on an Alpha ES45 and need to disable Extended File Cache. How would I go about this?&lt;BR /&gt;&lt;BR /&gt;Any assistance would be greatly appreciated.</description>
      <pubDate>Tue, 08 Feb 2005 11:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884572#M66761</guid>
      <dc:creator>David Teixeira</dc:creator>
      <dc:date>2005-02-08T11:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884573#M66762</link>
      <description>Set VCC_FLAGS = 0 to disable all cacheing or = 1 to enable the old-style VIOC.</description>
      <pubDate>Tue, 08 Feb 2005 11:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884573#M66762</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-02-08T11:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884574#M66763</link>
      <description>why do you wish to do this?</description>
      <pubDate>Tue, 08 Feb 2005 17:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884574#M66763</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-02-08T17:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884575#M66764</link>
      <description>To make the system go slower?&lt;BR /&gt;&lt;BR /&gt;Seriously, perhaps David has heard about problems in the initial XFC releases, but I think they have been fixed by now and ECOs, even for VMS V7.3, are available.</description>
      <pubDate>Wed, 09 Feb 2005 03:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884575#M66764</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-02-09T03:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884576#M66765</link>
      <description>Perhaps there are reasons to turn off the cache.&lt;BR /&gt;&lt;BR /&gt;Wouldn't it be possible to have access patterns such that the Extended File Cache would not help performance?&lt;BR /&gt;&lt;BR /&gt;Or a memory-poor situation where the physical memory taken up by the cache could be better used for some other purpose?&lt;BR /&gt;&lt;BR /&gt;Just some thoughts...&lt;BR /&gt;&lt;BR /&gt;Galen</description>
      <pubDate>Wed, 09 Feb 2005 07:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884576#M66765</guid>
      <dc:creator>Galen Tackett</dc:creator>
      <dc:date>2005-02-09T07:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884577#M66766</link>
      <description>I'd like to echo the WHY sentiment.&lt;BR /&gt;&lt;BR /&gt;Galen Tackett wrote:&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; "Perhaps there are reasons to turn off the cache." &lt;BR /&gt;&lt;BR /&gt;In which case we would like to know WHY?&lt;BR /&gt;Perhaps we have a similar problem and do not realize it yet, or perhaps we are in a position to fix it or otherwise improve it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; "Wouldn't it be possible to have access patterns such that the Extended File Cache would not help performance?"&lt;BR /&gt;&lt;BR /&gt;There is a known 'pathelogical' case with CONVERTing very large (mutliple GBs) indexed files with small, odd sized buckets. For this purpose odd is = not a multiple of 8KB.&lt;BR /&gt;This has since been addresses, but the real solution was of course to use reasonable large bucketsize on really large files.&lt;BR /&gt;Too many customers leave the size at the original design point, say 6, where 10 years later in production they really need 24 or 32 blocks (still not really big).&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; "Or a memory-poor situation where the physical memory taken up by the cache could be better used for some other purpose?&lt;BR /&gt;&lt;BR /&gt;NO. The XFC will drop back if need be.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Feb 2005 07:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884577#M66766</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-02-09T07:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884578#M66767</link>
      <description>Thank you for all your responses. Here is an exerpt from a report given to us from our software vendor. We are upgrading and it was recommended that we turn off the XFC.(note that the database we're upgrading is called CACHE [cash-ay])&lt;BR /&gt;&lt;BR /&gt;"MEMORY UTILIZATION:&lt;BR /&gt;Node has 2 GB of memory, with 3% of that memory free. This could cause problems during and after the 3.0 upgrade. I would recommend turning off the Extended File Cache in VMS, as Cache does not use it, and at least .33 GB of memory is currently allocated to this feature. There has been expansion of the nonpaged dynamic memory, but with this little memory free, I would not recommend increasing NPAGEDYN."&lt;BR /&gt;&lt;BR /&gt;Now my issue is that a while back I set VCC_flags to 0. But when I bounced the system, the settings did not stick. Does anyone know why this is happening? &lt;BR /&gt;</description>
      <pubDate>Wed, 09 Feb 2005 10:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884578#M66767</guid>
      <dc:creator>David Teixeira</dc:creator>
      <dc:date>2005-02-09T10:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884579#M66768</link>
      <description>David, how did you change vcc_flags?&lt;BR /&gt;You should put the new value in SYS$SYSTEM:MODPARAMS.DAT and run AUTOGEN.&lt;BR /&gt;Parhaps you changed VCC_FLAGS in SYSGEN then did WRITE ACTIVE but not WRITE CURRENT?&lt;BR /&gt;&lt;BR /&gt;Cache database may not use the cache but everything else on the node does. The size of the cache is dependent on the amount of free memory and adjusts automagically.&lt;BR /&gt;&lt;BR /&gt;If you are that short of free memory you should be looking at getting more or reducing MAXPROCESSCNT &amp;amp; BALSETCNT parhaps. Either way a look at your whole system is needed.</description>
      <pubDate>Wed, 09 Feb 2005 11:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884579#M66768</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-02-09T11:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884580#M66769</link>
      <description>Hi Ian,&lt;BR /&gt;&lt;BR /&gt;I modified sys$system:modparams.dat and ran autogen but it's not working. VCC_flags is now set to 2 and the default is 2. Here is what my modparams.dat file looks like:&lt;BR /&gt;&lt;BR /&gt;SCSSYSTEMID=1026&lt;BR /&gt;SCSNODE="PPSIDX"&lt;BR /&gt;VAXCLUSTER=0&lt;BR /&gt;MIN_KSTACKPAGES=3&lt;BR /&gt;WINDOW_SYSTEM = 1&lt;BR /&gt;MIN_NPAGEDYN = 1998848&lt;BR /&gt;vcc_flags=0&lt;BR /&gt;! End of Factory Installed Software settings&lt;BR /&gt;!&lt;BR /&gt;SHADOWING=2&lt;BR /&gt;SHADOW_SYS_UNIT=0&lt;BR /&gt;SHADOW_SYS_DISK=1&lt;BR /&gt;SHADOW_MAX_COPY=4&lt;BR /&gt;TAPE_ALLOCLASS=1&lt;BR /&gt;ALLOCLASS=1&lt;BR /&gt;WINDOW_SYSTEM=0 ! Turn Decwindows on&lt;BR /&gt;!&lt;BR /&gt;MAXPROCESSCNT=700                 ! M/VX License + 30 + UCX Symbionts processes&lt;BR /&gt;BALSETCNT=MAXPROCESSCNT-2 ! MAXPROCESSCNT - 2  - LEAVE AS IS&lt;BR /&gt;MIN_GBLSECTIONS=700&lt;BR /&gt;MIN_SYSMWCNT=1763&lt;BR /&gt;MIN_WSMAX=146320&lt;BR /&gt;MIN_GBLPAGES=3749700    ! Stuart R Salzer, value before autogen.&lt;BR /&gt;MIN_GBLPAGFIL=225632         ! MINGBLPAGFIL = MIN_GBLPAGES&lt;BR /&gt;MIN_SYSMWCNT=1763               ! GBLPAGES / 128&lt;BR /&gt;!&lt;BR /&gt;TTY_DEFCHAR2=135170    ! Virtual Terminals&lt;BR /&gt;TTY_TIMEOUT=180        ! Virtual terminals ;changed 10-22-91 by JJV/IDX&lt;BR /&gt;TTY_ALTYPAHD=2064      ! NEW LATMASTER ;changed 01-31-92 by jjv/idx&lt;BR /&gt;MIN_ACP_WINDOW=80      ! RECOMMENDED BY Tuning Guide Dated 4/1/94 V1 page 1-3&lt;BR /&gt;MIN_CHANNELCNT=10000   ! RECOMMENDED BT DEC WHEN WE INCREASED TELNET SESSIONS&lt;BR /&gt;MMG_CTLFLAGS=0         ! RECOMMENDED BY Tuning Guide Dated 4/1/94 V1 page 1-3</description>
      <pubDate>Wed, 09 Feb 2005 13:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884580#M66769</guid>
      <dc:creator>David Teixeira</dc:creator>
      <dc:date>2005-02-09T13:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884581#M66770</link>
      <description>are there any errors reported in SYS$SYSTEM:AGEN$PARAMS.REPORT ?&lt;BR /&gt;&lt;BR /&gt;There are some entries in your modparams that look like historical entries from VAX/VMS (reference to LATMASTER for example which I think was VMS V5.4-x?) and the setting of MMG_CTLFLAGS.</description>
      <pubDate>Wed, 09 Feb 2005 16:14:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884581#M66770</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-02-09T16:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884582#M66771</link>
      <description>Hi Ian,&lt;BR /&gt;&lt;BR /&gt;Here's the report. What do you think could be going on here? -thanks! dave&lt;BR /&gt;&lt;BR /&gt;AUTOGEN Parameter Calculation Report on node: PPSIDX&lt;BR /&gt;  This information was generated at  9-FEB-2005 13:25:05.80&lt;BR /&gt;  AUTOGEN was run from GENPARAMS to GENPARAMS - default execution specified&lt;BR /&gt; &lt;BR /&gt;** No changes will be done by AUTOGEN **&lt;BR /&gt;   The values given in this report are what AUTOGEN would&lt;BR /&gt;   have set the parameters to.&lt;BR /&gt; &lt;BR /&gt;The following concerns were detected within MODPARAMS.DAT&lt;BR /&gt; &lt;BR /&gt;** Note ** - Duplicate values for MIN_NPAGEDYN found.&lt;BR /&gt;        Records were defined by MODPARAMS and VMS to set symbol to 1998848&lt;BR /&gt; &lt;BR /&gt;** Note ** - Multiple MIN values found for MIN_GBLSECTIONS.&lt;BR /&gt;        Using MODPARAMS value (700) which is superseding VMS value (600)&lt;BR /&gt; &lt;BR /&gt;** Note ** - Multiple MIN values found for MIN_WSMAX.&lt;BR /&gt;        Using MODPARAMS value (146320) which is superseding VMS value (12000)&lt;BR /&gt; &lt;BR /&gt;** Note ** - Multiple MIN values found for MIN_GBLPAGES.&lt;BR /&gt;        Using MODPARAMS value (3749700) which is superseding VMS value (150000)&lt;BR /&gt; &lt;BR /&gt;** Note ** - Multiple MIN values found for MIN_GBLPAGFIL.&lt;BR /&gt;        Using MODPARAMS value (225632) which is superseding VMS value (1024)&lt;BR /&gt; &lt;BR /&gt;** Note ** - Duplicate values for MIN_SYSMWCNT found.&lt;BR /&gt;        Records were defined by MODPARAMS to set symbol to 1763&lt;BR /&gt; &lt;BR /&gt;This run of AUTOGEN is *NOT* based on FEEDBACK information.&lt;BR /&gt;  The resulting calculations may not be representative of your workload.&lt;BR /&gt;  Compaq recommends the use of feedback to adjust system resources to&lt;BR /&gt;  match system workloads.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Parameter information follows:&lt;BR /&gt;------------------------------&lt;BR /&gt; &lt;BR /&gt;MAXPROCESSCNT parameter information:&lt;BR /&gt;        - AUTOGEN parameter calculation has been overridden.&lt;BR /&gt;           The calculated value was 1052.  The value 422&lt;BR /&gt;           will be used in accordance with the following requirements:&lt;BR /&gt;           MAXPROCESSCNT has been specified by a hard-coded value of 422.&lt;BR /&gt; &lt;BR /&gt;Information on OpenVMS executable image Processing:&lt;BR /&gt; &lt;BR /&gt;        Processing SYS$MANAGER:VMS$IMAGES_MASTER.DAT&lt;BR /&gt;           Total global pagelets counted = 46434&lt;BR /&gt;           Total global sections counted = 212&lt;BR /&gt;           Total global pagefile counted = 296&lt;BR /&gt;           Total resident code pages counted = 382&lt;BR /&gt;           Total resident data pages counted = 0&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;GBLPAGES parameter information:&lt;BR /&gt;        - AUTOGEN parameter calculation has been overridden.&lt;BR /&gt;           The calculated value was 51144154.  The value 51197682&lt;BR /&gt;           will be used in accordance with the following requirements:&lt;BR /&gt;           GBLPAGES has been increased by 53528.&lt;BR /&gt;           GBLPAGES minimum value is 3749700.&lt;BR /&gt; &lt;BR /&gt;GBLSECTIONS parameter information:&lt;BR /&gt;        - AUTOGEN parameter calculation has been overridden.&lt;BR /&gt;           The calculated value was 400.  The value 700&lt;BR /&gt;           will be used in accordance with the following requirements:&lt;BR /&gt;           GBLSECTIONS has been increased by 49.&lt;BR /&gt;           GBLSECTIONS minimum value is 700.&lt;BR /&gt; &lt;BR /&gt;SHADOW_MAX_COPY parameter information:&lt;BR /&gt;        - AUTOGEN parameter calculation has been overridden.&lt;BR /&gt;           The calculated value was 1.  The value 4&lt;BR /&gt;           will be used in accordance with the following requirements:&lt;BR /&gt;           SHADOW_MAX_COPY has been specified by a hard-coded value of 4.&lt;BR /&gt; &lt;BR /&gt;BUS addressable pool information:&lt;BR /&gt;           Based on the current configuration, BUS addressable pool (BAP)&lt;BR /&gt;           will be created as a separate pool of 40960 bytes.&lt;BR /&gt; &lt;BR /&gt;MMG_CTLFLAGS parameter information:&lt;BR /&gt;        - AUTOGEN parameter calculation has been overridden.&lt;BR /&gt;           The calculated value was 3.  The value 0&lt;BR /&gt;           will be used in accordance with the following requirements:&lt;BR /&gt;           MMG_CTLFLAGS has been specified by a hard-coded value of 0.&lt;BR /&gt; &lt;BR /&gt;GH_RES_CODE parameter information:&lt;BR /&gt;        - AUTOGEN parameter calculation has been overridden.&lt;BR /&gt;           The calculated value was 512.  The value 1024&lt;BR /&gt;           will be used in accordance with the following requirements:&lt;BR /&gt;           GH_RES_CODE minimum value is 1024.&lt;BR /&gt; &lt;BR /&gt;PROCSECTCNT parameter information:&lt;BR /&gt;        - AUTOGEN parameter calculation has been overridden.&lt;BR /&gt;           The calculated value was 32.  The value 64&lt;BR /&gt;           will be used in accordance with the following requirements:&lt;BR /&gt;           PROCSECTCNT minimum value is 64.&lt;BR /&gt; &lt;BR /&gt;PQL_MWSDEFAULT parameter information:&lt;BR /&gt;        - AUTOGEN parameter calculation has been overridden.&lt;BR /&gt;           The calculated value was 512.  The value 1024&lt;BR /&gt;           will be used in accordance with the following requirements:&lt;BR /&gt;           PQL_MWSDEFAULT minimum value is 1024.&lt;BR /&gt; &lt;BR /&gt;PQL_MWSQUOTA parameter information:&lt;BR /&gt;        - AUTOGEN parameter calculation has been overridden.&lt;BR /&gt;           The calculated value was 1024.  The value 2048&lt;BR /&gt;           will be used in accordance with the following requirements:&lt;BR /&gt;           PQL_MWSQUOTA minimum value is 2048.&lt;BR /&gt; &lt;BR /&gt;PQL_MWSEXTENT parameter information:&lt;BR /&gt;        - AUTOGEN parameter calculation has been overridden.&lt;BR /&gt;           The calculated value was 2048.  The value 8192&lt;BR /&gt;           will be used in accordance with the following requirements:&lt;BR /&gt;           PQL_MWSEXTENT minimum value is 8192.</description>
      <pubDate>Wed, 09 Feb 2005 16:36:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884582#M66771</guid>
      <dc:creator>David Teixeira</dc:creator>
      <dc:date>2005-02-09T16:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884583#M66772</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;You need to specify the correct starting and ending phases of AUTOGEN.&lt;BR /&gt;&lt;BR /&gt;$@SYS$UPDATE:AUTOGEN GETDATA SETPARAMS are the minimum start and ending phases you must specify to read MODPARAMS.DAT and set the new SYSGEN parameters.&lt;BR /&gt;&lt;BR /&gt;More detailed help can be found online $@SYS$UPDATE:AUTOGEN HELP.&lt;BR /&gt;&lt;BR /&gt;Bill&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Feb 2005 17:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884583#M66772</guid>
      <dc:creator>Bill Hall</dc:creator>
      <dc:date>2005-02-09T17:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884584#M66773</link>
      <description>A bit off topic, but:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; WINDOW_SYSTEM=0 ! Turn Decwindows on&lt;BR /&gt;&lt;BR /&gt;That's not true...&lt;BR /&gt;The value of 1 defined to load DECwindows. It happens to 'work' anyway due to bugs in the startup.</description>
      <pubDate>Thu, 10 Feb 2005 01:11:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884584#M66773</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-02-10T01:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884585#M66774</link>
      <description>autogen . . . here is the steps I have used very effectively on all my systems.&lt;BR /&gt;1) edit modparams.dat&lt;BR /&gt;2) @sys$update:autogen savparams genparams&lt;BR /&gt;3) review the report&lt;BR /&gt;4) repeat 1-3 until satisfied.&lt;BR /&gt;5) @sys$update:autogen setparams&lt;BR /&gt;6) reboot&lt;BR /&gt;Steps 2) and 5) come from the system management manual.&lt;BR /&gt;&lt;BR /&gt;Since I have started using Cache (and have used other MUMPS for years) . . . I find the following odd:&lt;BR /&gt;"MEMORY UTILIZATION:&lt;BR /&gt;Node has 2 GB of memory, with 3% of that memory free. This could cause problems during and after the 3.0 upgrade. I would recommend turning off the Extended File Cache in VMS, as Cache does not use it, and at least .33 GB of memory is currently allocated to this feature."&lt;BR /&gt;Cache most likely excludes its files from XFC. But VMS does not exclude its own files. A number of VMS files could exist in the XFC and help overall performance.&lt;BR /&gt;Consider a small XFC of 128MB. Anything smaller might crash the system (as I was the first to find this out the hard way last year; engineering is addressing it). If 128MB is too much, then turning off the XFC is appropriate. But honestly, XFC is very good about shrinking its size if other processes need the memory. I see no downside to doing this and my experience says this is good to consider. &lt;BR /&gt;&lt;BR /&gt;A different MUMPS vendor (and yes, I know Cache is more then MUMPS) is recommending no XFC to its customers but this was based on a poor understanding of VMS internals. This seems to be spreading and that is a shame. In the end, if they say turn it off, you have to turn off XFC.&lt;BR /&gt;&lt;BR /&gt;"There has been expansion of the nonpaged dynamic memory, but with this little memory free, I would not recommend increasing NPAGEDYN."&lt;BR /&gt;I couldn't disagree more with this recommendation. I would urge you to increase npagedyn and prevent pool expansion. If the vendor wants to leave npagedyn as is, then I strongly suggest you set npag_gentle and npage_agressive to 100 each. Last time I checked with VMS support, you are running the risk of a system hang or crash if your pool is too fragmented (expansion is an indication of such).&lt;BR /&gt;&lt;BR /&gt;I saw in your listing that MMG_CTLFLAGS=0. IMHO, there is no good technical reason for this. Consider using the default of 3. I can't be 100% certain, but I wonder if MMG_CTLFLAGS=0 negatively affects XFC's ability to shrink and grow efficiently especially if 3% memory is free. &lt;BR /&gt;&lt;BR /&gt;Also, I am leary of managing any GH_* parameters in modparams.dat. Consider removing all references and autogen management (even if autogen changes them from autogen to autogen).&lt;BR /&gt;&lt;BR /&gt;I am guessing, but from experience I can tell from your listing that more work could be done. For example, if you have lots of logicals, ACLs, MBXs, etc. then most likely you have a performance problem or two waiting to happen.&lt;BR /&gt;&lt;BR /&gt;Always get vendor buy-in before making changes especially if they are taking responsbility for the system's integrity, etc.&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;john&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 17:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884585#M66774</guid>
      <dc:creator>John Eerenberg</dc:creator>
      <dc:date>2005-02-10T17:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884586#M66775</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;Thank you for all your responses. Here is an exerpt from a report given to us from our software vendor. We are upgrading and it was recommended that we turn off the XFC.(note that the database we're upgrading is called CACHE [cash-ay])&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"MEMORY UTILIZATION:&lt;BR /&gt;Node has 2 GB of memory, with 3% of that memory free. This could cause problems during &lt;BR /&gt;and after the 3.0 upgrade. I would recommend turning off the Extended File Cache in VMS, &lt;BR /&gt;as Cache does not use it, and at least .33 GB of memory is currently allocated to this &lt;BR /&gt;feature. There has been expansion of the nonpaged dynamic memory, but with this little &lt;BR /&gt;memory free, I would not recommend increasing NPAGEDYN."&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;This is silly - dig in your heels.  I hate&lt;BR /&gt;this interface... I can't remember what I&lt;BR /&gt;read before - time to open another window.&lt;BR /&gt;&lt;BR /&gt;Two points... John Eerenberg has a good&lt;BR /&gt;spot on MMG_CTLFLAGS - that shouldn't be&lt;BR /&gt;0.  Someone turned off working set trimming.&lt;BR /&gt;Someone decided that memory management&lt;BR /&gt;is not necessary.&lt;BR /&gt;&lt;BR /&gt;Second bigger point that I don't see anyone addressing, is you want caching.  Turning&lt;BR /&gt;off caching means you go out to disk OR&lt;BR /&gt;if you have a real disk subsystem disk controller cache for "hot" blocks.&lt;BR /&gt;&lt;BR /&gt;Cache does use XFC.  Now the argument would&lt;BR /&gt;be physical memory dedicated to Cache obviates the need of that.  But what people&lt;BR /&gt;don't do is give Cache a Gig on startup.  Cache doesn't have the flexibility of an XFC&lt;BR /&gt;to give it up when the OS needs it.&lt;BR /&gt;&lt;BR /&gt;Start with this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://tinyurl.com/5t6s9" target="_blank"&gt;http://tinyurl.com/5t6s9&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There are 5 or 6 companions to that from&lt;BR /&gt;my XFC investigation.  Go to groups.google.com and type xfc - look for:&lt;BR /&gt;&lt;BR /&gt;XFC, IO Size and Backup - Take Two  &lt;BR /&gt;&lt;BR /&gt;(4 down on the screen) if interested.&lt;BR /&gt;&lt;BR /&gt;Here is why to leave XFC on.  Say you've&lt;BR /&gt;given Cache 60000 physical pages , Cache will&lt;BR /&gt;kick out blocks and XFC will have hits on&lt;BR /&gt;them (I've seen this with Cache's daddy...&lt;BR /&gt;.GLS files will have XFC hits).&lt;BR /&gt;&lt;BR /&gt;But most importantly, you run the risk of&lt;BR /&gt;slowing a system down greatly if XFC isn't&lt;BR /&gt;turned on.  Just day to day stuff.  You&lt;BR /&gt;do a directory listing - you are going out&lt;BR /&gt;to disk/controller.  DCL!  Imagine that &lt;BR /&gt;sylogin.com that everyone hits - guess what?&lt;BR /&gt;With caching off - you are out to disk/controller.  And most insidiously - you&lt;BR /&gt;aren't using global buffers on rightslist.dat, guess what?  That is one&lt;BR /&gt;hot puppy!  How do I know?  XFC.  If you&lt;BR /&gt;trundle through SDA&amp;gt; XFC you can get a good&lt;BR /&gt;feel for what is going on.&lt;BR /&gt;&lt;BR /&gt;Enough Rambling.&lt;BR /&gt;&lt;BR /&gt;Rob&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Feb 2005 12:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884586#M66775</guid>
      <dc:creator>Rob Young_4</dc:creator>
      <dc:date>2005-02-11T12:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884587#M66776</link>
      <description>John indicated:&lt;BR /&gt;&lt;BR /&gt;"autogen . . . here is the steps I have used very effectively on all my systems.&lt;BR /&gt;1) edit modparams.dat&lt;BR /&gt;2) @sys$update:autogen savparams genparams&lt;BR /&gt;3) review the report&lt;BR /&gt;4) repeat 1-3 until satisfied.&lt;BR /&gt;5) @sys$update:autogen setparams&lt;BR /&gt;6) reboot&lt;BR /&gt;Steps 2) and 5) come from the system management manual."&lt;BR /&gt;&lt;BR /&gt;One minor change I make to this sequence is that the savparams only needs to be done the first time.  The second and subsequent times, I change savparams to getdata.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Feb 2005 13:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884587#M66776</guid>
      <dc:creator>Dale A. Marcy</dc:creator>
      <dc:date>2005-02-14T13:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884588#M66777</link>
      <description>I would like to thank everyone who responded to my post!!! You've all been very helpful! From the responsed I've received, I decided not to disable XFC in preparation for our upgrade.&lt;BR /&gt;&lt;BR /&gt;We performed our upgrade over the weekend and we haven't experienced any performance issues whatsoever.&lt;BR /&gt;&lt;BR /&gt;Thanks again everyone!</description>
      <pubDate>Mon, 14 Feb 2005 13:29:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884588#M66777</guid>
      <dc:creator>David Teixeira</dc:creator>
      <dc:date>2005-02-14T13:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extended File Cache</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884589#M66778</link>
      <description>I would like to thank everyone who responded to my post!!! You've all been very helpful! From the responsed I've received, I decided not to disable XFC in preparation for our upgrade.&lt;BR /&gt;&lt;BR /&gt;We performed our upgrade over the weekend and we haven't experienced any performance issues whatsoever.&lt;BR /&gt;&lt;BR /&gt;Thanks again everyone!</description>
      <pubDate>Mon, 14 Feb 2005 13:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/extended-file-cache/m-p/4884589#M66778</guid>
      <dc:creator>David Teixeira</dc:creator>
      <dc:date>2005-02-14T13:29:48Z</dc:date>
    </item>
  </channel>
</rss>

