<?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: cachefs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050305#M304380</link>
    <description>thanks for your answer, i will check for library linked ...&lt;BR /&gt;&lt;BR /&gt;But can you explain how to "asserted the rpages option" and "use the local-access option" ? &lt;BR /&gt;</description>
    <pubDate>Mon, 06 Aug 2007 09:53:18 GMT</pubDate>
    <dc:creator>SupraTeam_1</dc:creator>
    <dc:date>2007-08-06T09:53:18Z</dc:date>
    <item>
      <title>cachefs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050301#M304376</link>
      <description>Hi,&lt;BR /&gt;I have a HP-Ux 11i workstation with cachefs who use by nfs data on "code share server".&lt;BR /&gt;&lt;BR /&gt;I want to improve time perfomances, because I obtain time results much less good than in local file system.&lt;BR /&gt;Have you got an idea ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Aug 2007 09:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050301#M304376</guid>
      <dc:creator>SupraTeam_1</dc:creator>
      <dc:date>2007-08-06T09:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: cachefs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050302#M304377</link>
      <description>this will help u&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-0715/ch03s03.html" target="_blank"&gt;http://docs.hp.com/en/5992-0715/ch03s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Awadhesh</description>
      <pubDate>Mon, 06 Aug 2007 09:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050302#M304377</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2007-08-06T09:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: cachefs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050303#M304378</link>
      <description>No i know this doc. but nothing it's good to improve my perfomances on workstation.</description>
      <pubDate>Mon, 06 Aug 2007 09:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050303#M304378</guid>
      <dc:creator>SupraTeam_1</dc:creator>
      <dc:date>2007-08-06T09:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: cachefs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050304#M304379</link>
      <description>Have you asserted the rpages option in youe cachefs mount? I would also use the local-access option; and from "code share server" I can probably infer that the contents of the NFS exported directory change very infrequently so you should also be able to safely bump up the actimeo and related values.&lt;BR /&gt;&lt;BR /&gt;You should note that cachefs only helps on subsequent loads of the same executable; it can do nothing for the first time that the code is loaded. Another thing to be aware of is shared libraries. Not only should your executables use the cachefs but the shared libraries used by these executables should use the cachefs (or the local filesystem) which means that the SHLIB_PATH needs to reflect the cachefs mountpoint.</description>
      <pubDate>Mon, 06 Aug 2007 09:45:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050304#M304379</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-06T09:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: cachefs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050305#M304380</link>
      <description>thanks for your answer, i will check for library linked ...&lt;BR /&gt;&lt;BR /&gt;But can you explain how to "asserted the rpages option" and "use the local-access option" ? &lt;BR /&gt;</description>
      <pubDate>Mon, 06 Aug 2007 09:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050305#M304380</guid>
      <dc:creator>SupraTeam_1</dc:creator>
      <dc:date>2007-08-06T09:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: cachefs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050306#M304381</link>
      <description>I can but it would be much better if you simply do a "man mount_cachefs" where all the -o options are explained.</description>
      <pubDate>Mon, 06 Aug 2007 09:59:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050306#M304381</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-06T09:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: cachefs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050307#M304382</link>
      <description>i search but i find nothing in mount_cachefs manual about local access and rpages ?</description>
      <pubDate>Mon, 06 Aug 2007 10:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050307#M304382</guid>
      <dc:creator>SupraTeam_1</dc:creator>
      <dc:date>2007-08-06T10:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: cachefs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050308#M304383</link>
      <description>Well, I checked 2 11.11 boxes and an 11.23 box and my mount_cachefs man pages describe the rpages option. "rpages  If specified when mounting a CacheFS file system, a binary will be read and populated in the cache the first time it is loaded. Subsequent access to the binary will be satisfied from the cache.".&lt;BR /&gt;&lt;BR /&gt;Because you do not have this man page version, it suggests that you have not applied patch bundles very often. I suspect that if the rpages option is not listed in the man page then the option will not be recognized. In any event, you should probably apply a recent QPK bundle.</description>
      <pubDate>Mon, 06 Aug 2007 10:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050308#M304383</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-06T10:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: cachefs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050309#M304384</link>
      <description>I will check this and I make a return</description>
      <pubDate>Tue, 07 Aug 2007 01:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050309#M304384</guid>
      <dc:creator>SupraTeam_1</dc:creator>
      <dc:date>2007-08-07T01:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: cachefs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050310#M304385</link>
      <description>Hi,&lt;BR /&gt;I check this but nothing better ...</description>
      <pubDate>Thu, 09 Aug 2007 03:31:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050310#M304385</guid>
      <dc:creator>SupraTeam_1</dc:creator>
      <dc:date>2007-08-09T03:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: cachefs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050311#M304386</link>
      <description>I update my system with this patches:&lt;BR /&gt;&lt;BR /&gt;     s700_800 11.11 mountall, Dev IDs enabler, iSCSI support  PHCO_33205 &lt;BR /&gt;&lt;BR /&gt;     s700_800 11.11 Buffer cache performance improvement patch  PHKL_34926      &lt;BR /&gt;&lt;BR /&gt;     s700_800 11.11 ONC/NFS General Release/Performance Patch  PHNE_32477&lt;BR /&gt;&lt;BR /&gt;I have a better result but it's not enough for what i do ...</description>
      <pubDate>Thu, 09 Aug 2007 09:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050311#M304386</guid>
      <dc:creator>SupraTeam_1</dc:creator>
      <dc:date>2007-08-09T09:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: cachefs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050312#M304387</link>
      <description>I am inferring from your term "code share server" that you are using NFS for the executables. Where are the data that these executables act upon stored? Local or NFS? It may well be that your real problem are the data files and possibly lock contention.&lt;BR /&gt;&lt;BR /&gt;I would divide your problem into separate pieces so that it becomes possible to analyze your problem better. &lt;BR /&gt;1) If the code (including shared libraries) is local, how is the performance?&lt;BR /&gt;2) If the code is NFS and the data are local how is the performance?&lt;BR /&gt;3) If both are local, how is the performance?&lt;BR /&gt;4) If both are NFS, how is the performance?&lt;BR /&gt;&lt;BR /&gt;Ideally, you would profile your code to see where the actual bottlenecks are. It might also help to describe your application; I assume it is some sort of ananysis. Finite Element Analysis? Computational Dynamics? Statistics? Distributed Computing?</description>
      <pubDate>Thu, 09 Aug 2007 09:59:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cachefs/m-p/4050312#M304387</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-08-09T09:59:51Z</dc:date>
    </item>
  </channel>
</rss>

