<?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: system is slow in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807870#M83516</link>
    <description>It may happen that after changing the mount point the total load is going to the Oracle SGA and It is not big enough to handle the load. So, it is better if you once consult with the DBA about it.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
    <pubDate>Tue, 17 Sep 2002 16:22:41 GMT</pubDate>
    <dc:creator>Sandip Ghosh</dc:creator>
    <dc:date>2002-09-17T16:22:41Z</dc:date>
    <item>
      <title>system is slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807861#M83507</link>
      <description>ENV: N-class (rp7400), HPUX11.00, Oracle 8.1.7. 8GB RAM &lt;BR /&gt;&lt;BR /&gt;I down loaded all the recomended patches from CPM (Custom Patch Manager) and installed them all without any problem , and then  I changed the mount option in fstab with vxfs rw,nosuid,delaylog,mincache=direct,convosync=direct,nodatainlog 0 5 , option.&lt;BR /&gt;Since then system is running very slow and load on system shows more then 2.50 , previously it never reached 1.00 UNIX95=ps shows all the oracle process are consuming system resources&lt;BR /&gt;Is the new mount option giving problem or the patches ??&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 15:08:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807861#M83507</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-09-17T15:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: system is slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807862#M83508</link>
      <description>most likely it is your mount options.. do you fully understand all of these?  The rw, nosuid, delaylog and datainlog are pretty standard, but mincache and convosync are not.  I take it these are Oracle recommendations?  You may be missing something in bewteen to make these work properly.... the convosync especially&lt;BR /&gt;&lt;BR /&gt;check man pages on mount_vxfs</description>
      <pubDate>Tue, 17 Sep 2002 15:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807862#M83508</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-09-17T15:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: system is slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807863#M83509</link>
      <description>Firstly, the =direct mount options should only be used on the datafiles and indices. All other files (including redo and archive logs, ORACLE_HOME, executables) should use the conventional mount options. &lt;BR /&gt;&lt;BR /&gt;It should be very easy to determine if the mount options are your problem or the patches. Remount the filesystems with the old options and if your performance problems persist then the patches are the culprit, - iff these are all the changes that you have made.&lt;BR /&gt;&lt;BR /&gt;Non-Oracle operations on the =direct filesystems (e.g. cp, backup, ftp) will be slow; the idea is that you have bypassed the UNIX buffer cache so that Oracle is doing the caching in the SGA. You can then decrease buffer cache and increase SGA size.&lt;BR /&gt;&lt;BR /&gt;Under 11.11, Oracle usually performs best using cooked files.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 15:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807863#M83509</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-09-17T15:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: system is slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807864#M83510</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would suggest backing out the mount options, and run the system with just the patches as the change &amp;amp; see how it goes.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Hilary&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 15:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807864#M83510</guid>
      <dc:creator>BFA6</dc:creator>
      <dc:date>2002-09-17T15:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: system is slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807865#M83511</link>
      <description>from the man page of vxfsio:&lt;BR /&gt;&lt;BR /&gt; VX_DIRECT&lt;BR /&gt;                     Indicates that data associated with read and write operations is to be transferred directly to or from the user supplied buffer, without being cached.  When this options is enabled, all I/O operations must begin on block boundaries and must be a multiple of the block size in length.  The buffer supplied with the I/O operations must be aligned to a page boundary.&lt;BR /&gt;&lt;BR /&gt;Ted</description>
      <pubDate>Tue, 17 Sep 2002 15:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807865#M83511</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-09-17T15:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: system is slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807866#M83512</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is one of those situations where in hindsight it would have been better to have made just one change, then tested the system before making the next change.&lt;BR /&gt;&lt;BR /&gt;I reckon that putting your mount options back to their previous settings and then testing is the easiest way forward for you.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Tue, 17 Sep 2002 15:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807866#M83512</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2002-09-17T15:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: system is slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807867#M83513</link>
      <description>Well, I used the new mount options only for datafiles , and used conventional mount options for redo, oracle_home executables and archive logs.&lt;BR /&gt;&lt;BR /&gt;My backup is also taking considerably long time now. &lt;BR /&gt;&lt;BR /&gt;I've some other file system ( different database instance) is using conventional way mountpoint. Those are also running damn slow.  Tonight  I'm planing unmount and remount every thing as it was before and see if it makes any difference. But If the patches are culprit then how do I know which patch is doing difference? There are more than 200 pathces were installed on that day.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 15:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807867#M83513</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-09-17T15:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: system is slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807868#M83514</link>
      <description>Hi Rushank,&lt;BR /&gt;&lt;BR /&gt;since you seem to have the OnlineJFS installed, you could use "mount -o remount,..." to switch to the original values for "convosync" and "mincache" - no need to wait for an Oracle shutdown...&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 15:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807868#M83514</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-09-17T15:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: system is slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807869#M83515</link>
      <description>Woodich, I didnot use mincache and convosync in my original fstab. It was just  vxfs delaylog 0 4.  &lt;BR /&gt;You mean to say I can use mount -o option to remount these filesystem without shutdown database.?&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 16:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807869#M83515</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-09-17T16:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: system is slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807870#M83516</link>
      <description>It may happen that after changing the mount point the total load is going to the Oracle SGA and It is not big enough to handle the load. So, it is better if you once consult with the DBA about it.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Tue, 17 Sep 2002 16:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807870#M83516</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-09-17T16:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: system is slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807871#M83517</link>
      <description>Any other clue from anybody else..? &lt;BR /&gt;I'm worried if this is problem of patches I installed then I have swremove more than 200 patches.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 17:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807871#M83517</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-09-17T17:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: system is slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807872#M83518</link>
      <description>Here is the update.&lt;BR /&gt;Well,I mounted the filesystems as it was before. No,  convosync or mincache etc. &lt;BR /&gt;System is performing much better now. But my whole purpose of mounting file system in a new better way  is failed completly.&lt;BR /&gt;I was under impression  mounting data base file system in this new method would increase performance level , but It din't.&lt;BR /&gt;Any idea why??</description>
      <pubDate>Wed, 18 Sep 2002 13:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807872#M83518</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-09-18T13:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: system is slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807873#M83519</link>
      <description>Because you only did half the job; the idea is that you take the memory that was being used as UNIX buffer cache and use it to increase Oracle cache inside the SGA.&lt;BR /&gt;&lt;BR /&gt;To fully implement the new mount options, you need to add the options to only the datafiles and indices and then reduce your system buffer cache size. You have, in effect, converted your datafiles and indices access to raw i/o. Next, you increase the SGA. &lt;BR /&gt;&lt;BR /&gt;On most 10.20 and 11.0 Oracle implementations, this combination results in higher throughput but in 11.11 I have measured better performance using the conventional mount options for everything.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Sep 2002 13:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-is-slow/m-p/2807873#M83519</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-09-18T13:51:22Z</dc:date>
    </item>
  </channel>
</rss>

