<?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: File header cache size in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835068#M78058</link>
    <description>If you compare old and new versions of SYS$SYSTEMS:PARAMS.DAT what changed?&lt;BR /&gt;</description>
    <pubDate>Tue, 01 Aug 2006 10:30:32 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2006-08-01T10:30:32Z</dc:date>
    <item>
      <title>File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835062#M78052</link>
      <description>I'm doing some experiments.&lt;BR /&gt;&lt;BR /&gt;Created 500 directories with 100 files each.&lt;BR /&gt;&lt;BR /&gt;I put ACP_HDRCACHE on 55000.&lt;BR /&gt;&lt;BR /&gt;Did a dir/siz=all of all files. Header hit rate 0% (fine).&lt;BR /&gt;&lt;BR /&gt;Did a 2nd dir (same one). Also 0%.&lt;BR /&gt;&lt;BR /&gt;I don't know the size of a file header but if it's 1 block or less than 2, why is then the hit rate 0 ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 01 Aug 2006 08:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835062#M78052</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-08-01T08:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835063#M78053</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;does the 'Maximum buffers in FCP cache' value returned by 'SHOW DEV/FULL disk'  reflect your new increased value of ACP_HDRCACHE ?&lt;BR /&gt;&lt;BR /&gt;Does SDA&amp;gt; CLUE XQP/CACHE show an approriately big value in the Poolcnt line in buffer pool #2 (file header blocks are allocated from buffer pool #2) ?&lt;BR /&gt;&lt;BR /&gt;If no, you may need to reboot (maybe after running AUTOGEN ?!). The XQP buffers are allocated from paged pool, which is allocated when the system disk is mounted.&lt;BR /&gt;&lt;BR /&gt;You can look at the cached file header buffers with SDA&amp;gt; clue xqp/Buff=2&lt;BR /&gt;&lt;BR /&gt;To look at the file header buffer itself, use SDA&amp;gt; clue xqp/bfrd=&lt;INDEX&gt; (index from column 1 of previous display). Then use the buffer address displayed and do SDA&amp;gt; EXA bufaddr;200 - this will shown you the file header in memory.&lt;BR /&gt;&lt;BR /&gt;This is all 'interesting stuff' ;-)&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;BR /&gt;&lt;/INDEX&gt;</description>
      <pubDate>Tue, 01 Aug 2006 09:41:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835063#M78053</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-01T09:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835064#M78054</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;Maximum buffers in FCP cache is 24. So far from 55.000.&lt;BR /&gt;&lt;BR /&gt;Poolcnt is only C.&lt;BR /&gt;&lt;BR /&gt;Clue xqp returns 11 rows only.&lt;BR /&gt;&lt;BR /&gt;It's an AS500 but I didn't use autogen to modify the parameter. If I do a sysgen show it's on 55.000.&lt;BR /&gt;&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;WIm</description>
      <pubDate>Tue, 01 Aug 2006 09:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835064#M78054</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-08-01T09:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835065#M78055</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;enter MIN_ACP_HDRCACHE=55000 in MODPARAMS.DAT and run @AUTOGEN GETDATA GENPARAMS to see the effects on PAGEDYN. Then decide, if you want to activeate this parameter using @AUTOGEN GETDATA SETPARAMS and reboot.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 01 Aug 2006 10:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835065#M78055</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-01T10:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835066#M78056</link>
      <description>Did that. Boot is just finished.&lt;BR /&gt;&lt;BR /&gt;Pagedyn is now a lot higher (3.2M was 1.8).&lt;BR /&gt;&lt;BR /&gt;All show/sda commands still hgave the same result.&lt;BR /&gt;&lt;BR /&gt;No message was given during boot.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 01 Aug 2006 10:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835066#M78056</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-08-01T10:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835067#M78057</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;55000 file headers (ACP_HDRCACHE) would need about 28 MByte of paged pool. One file header = one disk block = 512 bytes.&lt;BR /&gt;&lt;BR /&gt;?!&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 01 Aug 2006 10:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835067#M78057</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-01T10:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835068#M78058</link>
      <description>If you compare old and new versions of SYS$SYSTEMS:PARAMS.DAT what changed?&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 10:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835068#M78058</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-08-01T10:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835069#M78059</link>
      <description>Small error. Pagedyn is on 32M not 3.2.&lt;BR /&gt;&lt;BR /&gt;Diff :&lt;BR /&gt;SYSMWCNT 38121 was 4026&lt;BR /&gt;PAGEDYN 32M was 1.8&lt;BR /&gt;and some autogen antenna tuning.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 01 Aug 2006 10:35:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835069#M78059</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-08-01T10:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835070#M78060</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;now what about:&lt;BR /&gt;&lt;BR /&gt;$ SHO DEV/FULL disk and Maximum buffers in FCP cache ?&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; CLUE MEM/STAT ! File System Cache params on 3rd page&lt;BR /&gt;&lt;BR /&gt;$ SHO MEM/POOL should show Paged Dynamic Memory is use 28M or more.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 01 Aug 2006 11:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835070#M78060</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-01T11:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835071#M78061</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;As said, all show commands result in the same value as before the autogen.&lt;BR /&gt;&lt;BR /&gt;The new commands I will check tomorrow at 8 (German time=Belgian time).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 01 Aug 2006 13:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835071#M78061</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-08-01T13:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835072#M78062</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;I couldn't get my 96 MB PersonalAlpha Emulator to boot successfully with ACP_HDRCACHE set to 55000, so I couldn't test ;-(&lt;BR /&gt;&lt;BR /&gt;Maybe you start with a slightly lesser value for ACP_HDRCACHE and work your way upwards.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 02 Aug 2006 00:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835072#M78062</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-02T00:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835073#M78063</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;clue mem/stat shows ****.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 02 Aug 2006 01:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835073#M78063</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-08-02T01:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835074#M78064</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;as I said, interesting stuff ;-)&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; SHOW PARA ACP_HDRCACHE&lt;BR /&gt;&lt;BR /&gt;... ACP$GW_HDRCACHE ...&lt;BR /&gt;&lt;BR /&gt;So it's a WORD ! Maybe start testing with 32000. - the ACP_HDRCACHE field width in SDA&amp;gt; CLUE MEM/STAT is only 4 chars anyway.&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; CLUE XQP/CACHE shows the overall cache buffer count in the BFRcnt - same as SHOW DEV/FULL shows in the 'Maximum buffers in FCP cache'&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 02 Aug 2006 01:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835074#M78064</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-02T01:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835075#M78065</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;if BFRcnt is 24. (0x18), the initial allocation of the full block cache in PAGED POOL failed and you just get the MINIMUM number of buffers (reduced block cache).&lt;BR /&gt;&lt;BR /&gt;There should have been a REDCACHE warning message (HELP/MESS REDCACHE) when mounting the system disk during startup.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 02 Aug 2006 01:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835075#M78065</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-02T01:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835076#M78066</link>
      <description>Went for 30.000. Boot failed "insufficient dynamic memory".&lt;BR /&gt;&lt;BR /&gt;Went for 9999. Boot worked.&lt;BR /&gt;Maximum buffers in FCP : 10500.&lt;BR /&gt;Poolcnt : 270F&lt;BR /&gt;.../buf=2 3 lines only (after heavy use).&lt;BR /&gt;&lt;BR /&gt;Did the dir for 11.000 files.&lt;BR /&gt;Almost no hits at all in clue mem/stat.&lt;BR /&gt;&lt;BR /&gt;Tried a script that opened the files instead of dir (2 runs). Same result.&lt;BR /&gt;&lt;BR /&gt;I wonder if only open files are kept in it ...&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 02 Aug 2006 01:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835076#M78066</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-08-02T01:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835077#M78067</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;when reading file headers, the XQP reads them into the cache buffers. You are not mounting your disk(s) /NOCACHE ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 02 Aug 2006 01:45:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835077#M78067</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-02T01:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835078#M78068</link>
      <description>I rebooted with 30000 again. No message until boot almost complete (decw startup, which failed).&lt;BR /&gt;Buf in fcp is at 30500 and no, VMS didn't mount this system disk with nocache.&lt;BR /&gt;I get some hits but I think it's for the directory files.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2006 01:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835078#M78068</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-08-02T01:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835079#M78069</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;you can check with SDA&amp;gt; clue xqp/buf=2 and you'll see the file headers in the cache.&lt;BR /&gt;&lt;BR /&gt;It will show you (for each file header), the UCB (SDA&amp;gt; SHOW DEV/ADDR=ucb), the LBN and the Lockbasis (=File ID). Then you can find out, which file this header belongs to. You should see lots of file headers in the cache (up to ACP_HDRCACHE).&lt;BR /&gt;&lt;BR /&gt;If I do a DIR/SIZ=ALL disk:[*...], I see those file headers in the cache, but I also do get a File HDR hit rate of 10% or less.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 02 Aug 2006 02:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835079#M78069</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-02T02:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835080#M78070</link>
      <description>Went down to 5000. And the buf=2 shows about 5000 lines. But hit rate on 2nd dir is still a few %.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 02 Aug 2006 02:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835080#M78070</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-08-02T02:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: File header cache size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835081#M78071</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;I'm able to achieve a 100% File HDR hit rate with a 2 directories containing 1217 files and 1286. file header buffers (in pool #2).&lt;BR /&gt;&lt;BR /&gt;So some operation that you're performing seems to clear/flush the caches...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 02 Aug 2006 02:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-header-cache-size/m-p/3835081#M78071</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-02T02:38:47Z</dc:date>
    </item>
  </channel>
</rss>

