<?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: mincache vs. convosync in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993627#M604841</link>
    <description>If you are going to do this then you want to mincache=direct,convosync=direct AND I strongly suggest that you add nodatainlog as well.&lt;BR /&gt;&lt;BR /&gt;On 11.11 and up, I typically see better performance with simply nodatainlog and let the buffer cache do its job, even with large DB SGA's, and large array caches --- assumming your box has plenty of memory and CPU.</description>
    <pubDate>Thu, 03 May 2007 18:23:31 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2007-05-03T18:23:31Z</dc:date>
    <item>
      <title>mincache vs. convosync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993625#M604839</link>
      <description>So we started seeing a bunch of buffer cache waits on our oracle DB mount points which are connected to XP frames which has its own buffer cache. We decided to turn on mincache=direct but didn't turn on convosync=direct as the same time. We are now looking into convosync. Trying to read up on the definition of both is a bit confusing. In laymans terms - What is the difference?...&lt;BR /&gt;&lt;BR /&gt;Thanks for any clarification!!</description>
      <pubDate>Thu, 03 May 2007 17:10:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993625#M604839</guid>
      <dc:creator>Jason Fedynak</dc:creator>
      <dc:date>2007-05-03T17:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: mincache vs. convosync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993626#M604840</link>
      <description>Hi Jason:&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5576/JFS_Tuning.pdf" target="_blank"&gt;http://www.docs.hp.com/en/5576/JFS_Tuning.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 03 May 2007 17:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993626#M604840</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-05-03T17:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: mincache vs. convosync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993627#M604841</link>
      <description>If you are going to do this then you want to mincache=direct,convosync=direct AND I strongly suggest that you add nodatainlog as well.&lt;BR /&gt;&lt;BR /&gt;On 11.11 and up, I typically see better performance with simply nodatainlog and let the buffer cache do its job, even with large DB SGA's, and large array caches --- assumming your box has plenty of memory and CPU.</description>
      <pubDate>Thu, 03 May 2007 18:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993627#M604841</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-05-03T18:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: mincache vs. convosync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993628#M604842</link>
      <description>I just did a search on nodatainlog and found the following, would this not impact performance?:&lt;BR /&gt;&lt;BR /&gt;nodatainlog&lt;BR /&gt;The nodatainlog mode should be used on systems with disks that do not&lt;BR /&gt;support bad block revectoring. Normally, a VxFS file system uses the&lt;BR /&gt;intent log for synchronous writes. The inode update and the data are&lt;BR /&gt;both logged in the transaction, so a synchronous write only requires one&lt;BR /&gt;disk write instead of two. When the synchronous write returns to the&lt;BR /&gt;application, the file system has told the application that the data is&lt;BR /&gt;already written. If a disk error causes the data update to fail, then the&lt;BR /&gt;file must be marked bad and the entire file is lost.&lt;BR /&gt;If a disk supports bad block revectoring, then a failure on the data&lt;BR /&gt;update is unlikely, so logging synchronous writes should be allowed. If&lt;BR /&gt;the disk does not support bad block revectoring, then a failure is more&lt;BR /&gt;likely, so the nodatainlog mode should be used.&lt;BR /&gt;A nodatainlog mode file system should be approximately 50 percent&lt;BR /&gt;slower than a standard mode VxFS file system for synchronous writes.&lt;BR /&gt;Other operations are not affected&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Our current mount points on this server are mounted as follows:  (we have datainlog)&lt;BR /&gt;/dev/vg0x/lvol1 /u0x vxfs rw,suid,largefiles,mincache=direct,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;System has 32GB memory and 16x875 PA-Risc processors.</description>
      <pubDate>Tue, 08 May 2007 15:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993628#M604842</guid>
      <dc:creator>Jason Fedynak</dc:creator>
      <dc:date>2007-05-08T15:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: mincache vs. convosync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993629#M604843</link>
      <description>Is this a trick question?&lt;BR /&gt;&lt;BR /&gt;SEP already answered this:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; On 11.11 and up, I typically see better performance with simply nodatainlog&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 May 2007 15:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993629#M604843</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-05-08T15:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: mincache vs. convosync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993630#M604844</link>
      <description>Well, we can have dueling experts but I suggest that you read this paper which cites the very same document you do concerning nodatainlog vs datainlog and proceeds to disagree with the datainlog setting just as my experimental results have indicated.&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;In any event, the real way to test this is to vary the mount options and get some metrics because that will tell you what are the optimum settings for your environment.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 May 2007 15:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993630#M604844</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-05-08T15:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: mincache vs. convosync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993631#M604845</link>
      <description>Sorry, I just read the last paragraph..&lt;BR /&gt;&lt;BR /&gt;"A nodatainlog mode file system should be approximately 50 percent slower than a standard mode VxFS file system for synchronous writes.  Other operations are not affected"</description>
      <pubDate>Tue, 08 May 2007 15:44:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993631#M604845</guid>
      <dc:creator>Jason Fedynak</dc:creator>
      <dc:date>2007-05-08T15:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: mincache vs. convosync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993632#M604846</link>
      <description>Well thanks for the help. We will take a good look modifying the mount options and monitor our performance. &lt;BR /&gt;&lt;BR /&gt;THanks, again.</description>
      <pubDate>Tue, 08 May 2007 15:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mincache-vs-convosync/m-p/3993632#M604846</guid>
      <dc:creator>Jason Fedynak</dc:creator>
      <dc:date>2007-05-08T15:47:37Z</dc:date>
    </item>
  </channel>
</rss>

