<?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 OnlineJFS Sudden Performance Increase in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093659#M599569</link>
    <description>We recently had an issue on our HP-UX 11.11 systems where OnlineJFS was disabled. The license expired after a reboot.&lt;BR /&gt;&lt;BR /&gt;During the time while running with OnlineJFS disabled our Oracle backups were taking 12 hours to complete.&lt;BR /&gt;&lt;BR /&gt;Our mount options looked like this:&lt;BR /&gt;/d15db on /dev/vgd15db/lvol1 delaylog,nodatainlog,largefiles&lt;BR /&gt;&lt;BR /&gt;Two days ago we got the license sorted out and got OnlineJFS enabled again. We did nothing else with the system after simply enabling OnlineJFS. Immediately after doing this our backups started finishing in 3 instead of 12.  Almost every database running on the system saw an increase in performance.&lt;BR /&gt;&lt;BR /&gt;Does anyone have any idea why installing OnlineJFS would increase IO performance like this? I thought that we would need to unmount and remount the file systems with tuning options... We're totally perplexed by this.</description>
    <pubDate>Wed, 20 Feb 2008 23:21:05 GMT</pubDate>
    <dc:creator>Chris Naudé</dc:creator>
    <dc:date>2008-02-20T23:21:05Z</dc:date>
    <item>
      <title>OnlineJFS Sudden Performance Increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093659#M599569</link>
      <description>We recently had an issue on our HP-UX 11.11 systems where OnlineJFS was disabled. The license expired after a reboot.&lt;BR /&gt;&lt;BR /&gt;During the time while running with OnlineJFS disabled our Oracle backups were taking 12 hours to complete.&lt;BR /&gt;&lt;BR /&gt;Our mount options looked like this:&lt;BR /&gt;/d15db on /dev/vgd15db/lvol1 delaylog,nodatainlog,largefiles&lt;BR /&gt;&lt;BR /&gt;Two days ago we got the license sorted out and got OnlineJFS enabled again. We did nothing else with the system after simply enabling OnlineJFS. Immediately after doing this our backups started finishing in 3 instead of 12.  Almost every database running on the system saw an increase in performance.&lt;BR /&gt;&lt;BR /&gt;Does anyone have any idea why installing OnlineJFS would increase IO performance like this? I thought that we would need to unmount and remount the file systems with tuning options... We're totally perplexed by this.</description>
      <pubDate>Wed, 20 Feb 2008 23:21:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093659#M599569</guid>
      <dc:creator>Chris Naudé</dc:creator>
      <dc:date>2008-02-20T23:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: OnlineJFS Sudden Performance Increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093660#M599570</link>
      <description>Chris, the delaylog and nodatainlog are option included in the OnlineJFS licence product. Because the license expired these option will have a negative affect on the performance.&lt;BR /&gt;&lt;BR /&gt;After you enabled the license these where simply available again.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 21 Feb 2008 00:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093660#M599570</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2008-02-21T00:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: OnlineJFS Sudden Performance Increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093661#M599571</link>
      <description>Excellent answer.&lt;BR /&gt;&lt;BR /&gt;I do have a couple more questions regarding this.&lt;BR /&gt;&lt;BR /&gt;Is there any documentation that supports what you have said?&lt;BR /&gt;&lt;BR /&gt;I know for a fact that several options will cause the mount command to fail when OnlineJFS isn't available. These commands specifically would cause the mount to fail and we had to exclude them from our scripts: ,mincache=direct,convosync=direct&lt;BR /&gt;&lt;BR /&gt;If I'm understanding this correctly the 'delaylog,nodatainlog' options don't cause mount to fail, but will have negative impact on performance when mounting without OnlineJFS. &lt;BR /&gt;&lt;BR /&gt;Does that sound about right?</description>
      <pubDate>Thu, 21 Feb 2008 15:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093661#M599571</guid>
      <dc:creator>Chris Naudé</dc:creator>
      <dc:date>2008-02-21T15:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: OnlineJFS Sudden Performance Increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093662#M599572</link>
      <description>See the man page for mount_vxfs:&lt;BR /&gt;&lt;BR /&gt;datainlog|nodatainlog&lt;BR /&gt;Generally, VxFS does O_SYNC or O_DSYNC writes by logging the data and the time change to the inode (datainlog).  If the nodatainlog option is used, the logging of synchronous writes is disabled; O_SYNC writes the data into the file and updates the inode synchronously before returning to the user.&lt;BR /&gt;&lt;BR /&gt;NOTE: The datainlog option is available only with the HP OnLineJFS product.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2008 16:10:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093662#M599572</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-02-21T16:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: OnlineJFS Sudden Performance Increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093663#M599573</link>
      <description>&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do;HP-FORUMS-S-WPA-IDX=HnwTqr2dJ8KpbxKkBndTZDPqrK2QFvZVlJShtwSrwnKn41pRP1vH!1485543207!-1725100913?threadId=1143643" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do;HP-FORUMS-S-WPA-IDX=HnwTqr2dJ8KpbxKkBndTZDPqrK2QFvZVlJShtwSrwnKn41pRP1vH!1485543207!-1725100913?threadId=1143643&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;No  I can't find a official doc but in the above thread you will find more info.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 21 Feb 2008 16:15:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093663#M599573</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2008-02-21T16:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: OnlineJFS Sudden Performance Increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093664#M599574</link>
      <description>A better one.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1203610730249+28353475&amp;amp;threadId=1144586" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1203610730249+28353475&amp;amp;threadId=1144586&lt;/A&gt;</description>
      <pubDate>Thu, 21 Feb 2008 16:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093664#M599574</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2008-02-21T16:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: OnlineJFS Sudden Performance Increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093665#M599575</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You can now that you are licensed, marginally improve performance with OnlineJFS vxfs defragmentation.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;While it runs it hammers performance.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 21 Feb 2008 16:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093665#M599575</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-02-21T16:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: OnlineJFS Sudden Performance Increase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093666#M599576</link>
      <description>This is exactly the information I was looking for. Thanks for all of the answers.</description>
      <pubDate>Thu, 21 Feb 2008 16:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/onlinejfs-sudden-performance-increase/m-p/5093666#M599576</guid>
      <dc:creator>Chris Naudé</dc:creator>
      <dc:date>2008-02-21T16:45:34Z</dc:date>
    </item>
  </channel>
</rss>

