<?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 System  Tuning in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944249#M412334</link>
    <description>Clay, Thanks for the response.  I was merly inquiring if anyone was using these options.  I asked the dba's and other sys admins's and they never heard of the minicache option.  I to find someone who acually used it and get thier opinions.&lt;BR /&gt;&lt;BR /&gt;I plan on implimenting the delaylog ASAP.  I know this shuld help things.  I will then test the other options...thanks..</description>
    <pubDate>Fri, 02 Dec 2005 14:15:07 GMT</pubDate>
    <dc:creator>Smucker</dc:creator>
    <dc:date>2005-12-02T14:15:07Z</dc:date>
    <item>
      <title>File System  Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944245#M412330</link>
      <description>I was doing some research on hp-ux tuning.  I noticed that all our Service Guard Packages are mounted with log turned on (the default) according to what I am reading should they not be set to delaylog? &lt;BR /&gt;&lt;BR /&gt;I also wanted to ask about "minicache=direct" on the oracle only mount points &lt;BR /&gt;&lt;BR /&gt;Does anyone run the minicache option on mountpoints for oracle?  Did you see any performance gains?</description>
      <pubDate>Fri, 02 Dec 2005 12:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944245#M412330</guid>
      <dc:creator>Smucker</dc:creator>
      <dc:date>2005-12-02T12:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: File System  Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944246#M412331</link>
      <description>Have a look through:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf" target="_blank"&gt;http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have heard that mincache=direct should be done for Oracle file systems - as Oracle uses its own buffer cache...&lt;BR /&gt;&lt;BR /&gt;Yes - they should be delaylog in SG - interesting - I'll have to change mine as well...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 02 Dec 2005 13:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944246#M412331</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-02T13:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: File System  Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944247#M412332</link>
      <description>It greatly depends upon your data and OS. In the past, HP-UX 11.0 and below, I always ran convosync=direct,mincache=direct,nodatainlog,delaylog for Oracle datafiles and indices.&lt;BR /&gt;&lt;BR /&gt;This almost always resulted in better performance (about 18% better in 10.20; about half that in 11.0) -- but that was my data; yours might well be different.&lt;BR /&gt;&lt;BR /&gt;However, at 11.11 and Oracle 8.1 and above, I found that the best performance resulted from fully cooked files for everything. I now run with just nodatainlog,delaylog. Oracle now actually benefits from buffer cache in addition to its own caching in the SGA. Don't go nuts with the buffer cache; on systems with large amount of memory, somewhere between 800-1600MB seems to be the sweet spot. Again, this is with my data and applications; yours may differ. The only way to know is to measure. In any event, it's so easy to change the mount options that measurements are easy. You should divide your Oracle filesystems into at least four groups 1) datafiles 2) indices 3) redo logs 4) archive logs. You can then try the mount options on each group and measure for yourself.</description>
      <pubDate>Fri, 02 Dec 2005 13:21:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944247#M412332</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-12-02T13:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: File System  Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944248#M412333</link>
      <description>By the way, this is exactly the reason you have Test environments and Sandboxes. There is really no way to rely upon the advice of however many experts you choose. The performance will vary so much with your application and data that the ONLY way to know is to measure using your data. On the other hand, unless you do some absolutely terrible things with respect to mount options and filesystem layouts, it's really not going to matter all that much in comparison to how well the SQL is written.</description>
      <pubDate>Fri, 02 Dec 2005 13:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944248#M412333</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-12-02T13:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: File System  Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944249#M412334</link>
      <description>Clay, Thanks for the response.  I was merly inquiring if anyone was using these options.  I asked the dba's and other sys admins's and they never heard of the minicache option.  I to find someone who acually used it and get thier opinions.&lt;BR /&gt;&lt;BR /&gt;I plan on implimenting the delaylog ASAP.  I know this shuld help things.  I will then test the other options...thanks..</description>
      <pubDate>Fri, 02 Dec 2005 14:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944249#M412334</guid>
      <dc:creator>Smucker</dc:creator>
      <dc:date>2005-12-02T14:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: File System  Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944250#M412335</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes the same in enabled on our server for all file systems having oracle data files,redo logs and archive logs.&lt;BR /&gt;&lt;BR /&gt;Alongwith this convosync=direct and delaylog is also enabled.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Sat, 03 Dec 2005 00:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944250#M412335</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-12-03T00:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: File System  Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944251#M412336</link>
      <description>JFS Tuning white paper at:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5576/JFS_Tuning.pdf" target="_blank"&gt;http://docs.hp.com/en/5576/JFS_Tuning.pdf&lt;/A&gt;</description>
      <pubDate>Tue, 13 Dec 2005 21:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944251#M412336</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2005-12-13T21:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: File System  Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944252#M412337</link>
      <description>I tried the options usggested by the HP Oracle white paper that I found.  It did not work very well the convosync=direct,mincache=direct, options slowed down database access by more than 20%.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Aug 2006 05:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-tuning/m-p/4944252#M412337</guid>
      <dc:creator>Smucker</dc:creator>
      <dc:date>2006-08-08T05:58:12Z</dc:date>
    </item>
  </channel>
</rss>

