<?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: disk buffers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939554#M411468</link>
    <description>thanks for the imput. I thought veritas has its own cache, separate for the buffer cache.&lt;BR /&gt;&lt;BR /&gt;Why else would they provide vxmemstat?</description>
    <pubDate>Wed, 09 Nov 2005 13:11:33 GMT</pubDate>
    <dc:creator>Sam Miller_2</dc:creator>
    <dc:date>2005-11-09T13:11:33Z</dc:date>
    <item>
      <title>disk buffers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939551#M411465</link>
      <description>I was wondering if disk buffer is being user for veritas filesystems or it it is only applicable to ufs filesystems. ANy help?</description>
      <pubDate>Wed, 09 Nov 2005 12:01:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939551#M411465</guid>
      <dc:creator>Sam Miller_2</dc:creator>
      <dc:date>2005-11-09T12:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: disk buffers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939552#M411466</link>
      <description>Hi Sam:&lt;BR /&gt;&lt;BR /&gt;I assume that you mean "buffer cache" when you say "disk buffer".  Yes, the buffer cache is used by JFS (VxFS) as well as HFS filesystems, unless specifically altered on JFS filesystems using mount options like 'mincache=direct' and/or 'convosync=direct'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 09 Nov 2005 12:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939552#M411466</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-09T12:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: disk buffers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939553#M411467</link>
      <description>In HP-UX speak, ufs filesystems are actually hfs and are used only rarely these days except as boot filesystems. In any event, both hfs and vxfs filesystems utilize the buffer cache. If by "disk buffer" you mean that on a physical drive or an array then that cache is completely invisible to the OS.</description>
      <pubDate>Wed, 09 Nov 2005 12:18:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939553#M411467</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-09T12:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: disk buffers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939554#M411468</link>
      <description>thanks for the imput. I thought veritas has its own cache, separate for the buffer cache.&lt;BR /&gt;&lt;BR /&gt;Why else would they provide vxmemstat?</description>
      <pubDate>Wed, 09 Nov 2005 13:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939554#M411468</guid>
      <dc:creator>Sam Miller_2</dc:creator>
      <dc:date>2005-11-09T13:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: disk buffers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939555#M411469</link>
      <description>I suspect so that a cross-platform command is available. You should realize that the disk caching occurs even below the filesystem abstraction layer --- indeed, that is the distinction of block and character disk device nodes. There are ioctl()'s that will alter the behavior of normally buffered i/o to unbuffered i/o -- that is how the vxfs VX_DIRECT option is implemented.</description>
      <pubDate>Wed, 09 Nov 2005 13:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939555#M411469</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-11-09T13:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: disk buffers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939556#M411470</link>
      <description>Hi (again) Sam:&lt;BR /&gt;&lt;BR /&gt;With JFS 3.5 a separate Metadata Buffer Cache is introduced for file system structural information.  Prior to 3.5 this was part of the standard buffer cache.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 09 Nov 2005 14:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939556#M411470</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-09T14:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: disk buffers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939557#M411471</link>
      <description>Thanks a lot!</description>
      <pubDate>Wed, 09 Nov 2005 15:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939557#M411471</guid>
      <dc:creator>Sam Miller_2</dc:creator>
      <dc:date>2005-11-09T15:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: disk buffers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939558#M411472</link>
      <description>Your insight was very helpful.</description>
      <pubDate>Wed, 09 Nov 2005 15:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939558#M411472</guid>
      <dc:creator>Sam Miller_2</dc:creator>
      <dc:date>2005-11-09T15:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: disk buffers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939559#M411473</link>
      <description>HFS inodes are separate from VxFS inodes.  Maybe that is what you were thinking.</description>
      <pubDate>Thu, 10 Nov 2005 10:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-buffers/m-p/4939559#M411473</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2005-11-10T10:39:29Z</dc:date>
    </item>
  </channel>
</rss>

