<?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: Process Issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798210#M266124</link>
    <description>Hi,&lt;BR /&gt;is this the same machine as in your other problem? &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1031131" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1031131&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If so, then the problem might be that the oracle process is waiting for the disk to become available (0.16%) and then goes to 90%. Please correct my assumption by supplying more details.&lt;BR /&gt;</description>
    <pubDate>Thu, 01 Jun 2006 02:50:34 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2006-06-01T02:50:34Z</dc:date>
    <item>
      <title>Process Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798209#M266123</link>
      <description>Hi there is a process that we run called post_rate that pushes the data in the oracle. Since yesterday I don't know what has happened that process is taking jerks sometimes it is running at a very high rate and sometimes it runs at a very small rate.  &lt;BR /&gt;&lt;BR /&gt;From sar output I have found that this process takes as large as 90% of CPU utilization and as low as 0.16 of cpu utilization even if the cpus are sitting idle .  Could anyone help me out on this</description>
      <pubDate>Thu, 01 Jun 2006 01:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798209#M266123</guid>
      <dc:creator>shruti_1</dc:creator>
      <dc:date>2006-06-01T01:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Process Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798210#M266124</link>
      <description>Hi,&lt;BR /&gt;is this the same machine as in your other problem? &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1031131" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1031131&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If so, then the problem might be that the oracle process is waiting for the disk to become available (0.16%) and then goes to 90%. Please correct my assumption by supplying more details.&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 02:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798210#M266124</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-06-01T02:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Process Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798211#M266125</link>
      <description>Shruti ,&lt;BR /&gt;&lt;BR /&gt;You have to monitor the system performance over a period of time. And collect the sar output in non peak hours also using cron.&lt;BR /&gt;And you can come to know why this symptom is happening.&lt;BR /&gt;&lt;BR /&gt;sar -u -M 5 10 &amp;gt; sarout_cpu.txt &lt;BR /&gt;And check if always one cpu is getting used for that process or any other symptom.&lt;BR /&gt;&lt;BR /&gt;also check with  vmstat 5 5 ,  glance , top.&lt;BR /&gt;&lt;BR /&gt;also you must investigate with DBA , as what post_rate  does actually.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Thu, 01 Jun 2006 04:10:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798211#M266125</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-06-01T04:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Process Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798212#M266126</link>
      <description>My issue has been resolved it was related to buffer cache.&lt;BR /&gt;&lt;BR /&gt;One more question I have if there is a process that is running at say 90% cpu power is it possible to lower down its value to a larger extent say 10 % or so</description>
      <pubDate>Thu, 01 Jun 2006 05:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798212#M266126</guid>
      <dc:creator>shruti_1</dc:creator>
      <dc:date>2006-06-01T05:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Process Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798213#M266127</link>
      <description>Hi,&lt;BR /&gt;you can alter the PRIORITY of the job with renice.&lt;BR /&gt;See "man renice"</description>
      <pubDate>Thu, 01 Jun 2006 05:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798213#M266127</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-06-01T05:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Process Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798214#M266128</link>
      <description>I have tried renice but it dont decrease the value to the larger extent is there any other method</description>
      <pubDate>Thu, 01 Jun 2006 05:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798214#M266128</guid>
      <dc:creator>shruti_1</dc:creator>
      <dc:date>2006-06-01T05:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Process Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798215#M266129</link>
      <description>Hi,&lt;BR /&gt;the only other method I know of is buying products such as:&lt;BR /&gt;Process Resource Management (PRM) or&lt;BR /&gt;Workload Manager</description>
      <pubDate>Thu, 01 Jun 2006 05:45:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798215#M266129</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-06-01T05:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Process Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798216#M266130</link>
      <description>Are there any commands by which it can be done</description>
      <pubDate>Thu, 01 Jun 2006 05:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798216#M266130</guid>
      <dc:creator>shruti_1</dc:creator>
      <dc:date>2006-06-01T05:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Process Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798217#M266131</link>
      <description>Hi,&lt;BR /&gt;I don't think there are any online commands.&lt;BR /&gt;Also,please read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jun 2006 06:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-issues/m-p/3798217#M266131</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-06-02T06:37:39Z</dc:date>
    </item>
  </channel>
</rss>

