<?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: Oracle problem - is there a log? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959354#M813832</link>
    <description>You can also use &lt;BR /&gt;&lt;BR /&gt;sar -v  and check the proc-sz values &lt;BR /&gt;&lt;BR /&gt;so that you can check whether the nproc values are crossed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 25 Apr 2003 10:42:20 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2003-04-25T10:42:20Z</dc:date>
    <item>
      <title>Oracle problem - is there a log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959349#M813827</link>
      <description>Oracle has reported the following message:&lt;BR /&gt;--------------------&lt;BR /&gt;Cause:  An error occured when creating a new process. &lt;BR /&gt;Action: Check errno. Perhaps a system limit on the number of processes has been exceeded. &lt;BR /&gt;----------------------&lt;BR /&gt;&lt;BR /&gt;Is there any log that i can check to see if the host tried to exceed nproc (which is set at 9605)?&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;&lt;BR /&gt;mark.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2003 10:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959349#M813827</guid>
      <dc:creator>Richard Woolley</dc:creator>
      <dc:date>2003-04-25T10:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle problem - is there a log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959350#M813828</link>
      <description>I think the parameter you need to look at is &lt;BR /&gt;&lt;BR /&gt;maxuprc--&amp;gt;maximum number of processes per user.&lt;BR /&gt;&lt;BR /&gt;Probably oracle user has exceeded the no. of processes.&lt;BR /&gt;&lt;BR /&gt;Just check /var/adm/syslog/syslog.log file for any errors.&lt;BR /&gt;&lt;BR /&gt;If that is the case you will have to increase maxuprc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 25 Apr 2003 10:25:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959350#M813828</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-04-25T10:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle problem - is there a log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959351#M813829</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;You can check the file /var/adm/syslog/syslog.log. I the limit of fil table was exceeded, there will be a message like:&lt;BR /&gt;vmunix: file table overflow.&lt;BR /&gt;This indicates that you have to configure a new value for the nfile kernel parameter.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Fri, 25 Apr 2003 10:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959351#M813829</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-04-25T10:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle problem - is there a log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959352#M813830</link>
      <description>sorry,&lt;BR /&gt;&lt;BR /&gt;the message will be.&lt;BR /&gt;vmunix: process table overflow&lt;BR /&gt;and the parameters would be: nproc and maxuprc.&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Fri, 25 Apr 2003 10:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959352#M813830</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-04-25T10:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle problem - is there a log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959353#M813831</link>
      <description>From the root &lt;BR /&gt;&lt;BR /&gt;Just do a&lt;BR /&gt;#kmtune -l -q maxuprc&lt;BR /&gt;&lt;BR /&gt;check the value&lt;BR /&gt;&lt;BR /&gt;equate it with &lt;BR /&gt;&lt;BR /&gt;#ps -ef|grep oracle|wc -l&lt;BR /&gt;&lt;BR /&gt;If they are equal then you should increase maxuprc&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2003 10:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959353#M813831</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-04-25T10:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle problem - is there a log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959354#M813832</link>
      <description>You can also use &lt;BR /&gt;&lt;BR /&gt;sar -v  and check the proc-sz values &lt;BR /&gt;&lt;BR /&gt;so that you can check whether the nproc values are crossed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 25 Apr 2003 10:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959354#M813832</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-04-25T10:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle problem - is there a log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959355#M813833</link>
      <description>there is no mention in the syslog.log&lt;BR /&gt;&lt;BR /&gt;Is there any other way i can prove that the limit has been hit and caused this error.&lt;BR /&gt;&lt;BR /&gt;Like another log file?&lt;BR /&gt;&lt;BR /&gt;Also since this, the operation has been attempted twice more with no problems...</description>
      <pubDate>Fri, 25 Apr 2003 11:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959355#M813833</guid>
      <dc:creator>Richard Woolley</dc:creator>
      <dc:date>2003-04-25T11:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle problem - is there a log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959356#M813834</link>
      <description>to prove do&lt;BR /&gt;&lt;BR /&gt;#kmtune -l -q maxuprc &lt;BR /&gt;&lt;BR /&gt;check the value &lt;BR /&gt;&lt;BR /&gt;equate it with &lt;BR /&gt;&lt;BR /&gt;#ps -ef|grep oracle|wc -l &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2003 11:37:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959356#M813834</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-04-25T11:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle problem - is there a log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959357#M813835</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you have glance plus, you can also monitor the system state tables for further information online.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Fri, 25 Apr 2003 12:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959357#M813835</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-04-25T12:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle problem - is there a log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959358#M813836</link>
      <description>I'm attaching my background monitor script.  It collects data, runs background and I've used it for years to deal with oracle issues.&lt;BR /&gt;&lt;BR /&gt;You can change the collection period by modifying the script.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 25 Apr 2003 13:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959358#M813836</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-25T13:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle problem - is there a log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959359#M813837</link>
      <description>First I would examine my load with sar -v.&lt;BR /&gt;&lt;BR /&gt;Then I would check to see how many processes are on the system owned by oracle. &lt;BR /&gt;&lt;BR /&gt;I have my nproc at &lt;BR /&gt;MAXUSERS = 12000&lt;BR /&gt;(((10*MAXUSERS)/3)+128)&lt;BR /&gt;&lt;BR /&gt;I suspect that it is nfile not nproc.&lt;BR /&gt;&lt;BR /&gt;my nfile is ((15*NPROC)+2048).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2003 17:35:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-problem-is-there-a-log/m-p/2959359#M813837</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2003-04-25T17:35:39Z</dc:date>
    </item>
  </channel>
</rss>

