<?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: Cluster error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-error/m-p/5118451#M447350</link>
    <description>Hi Sujith,&lt;BR /&gt;&lt;BR /&gt;It is discussed many times in the forum. It is normally because of the nproc kernel value.&lt;BR /&gt;&lt;BR /&gt;Please see the thread:&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1215600049708+28353475&amp;amp;threadId=686615" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1215600049708+28353475&amp;amp;threadId=686615&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There ia another one just today:&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1247779" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1247779&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
    <pubDate>Wed, 09 Jul 2008 09:43:10 GMT</pubDate>
    <dc:creator>Rasheed Tamton</dc:creator>
    <dc:date>2008-07-09T09:43:10Z</dc:date>
    <item>
      <title>Cluster error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-error/m-p/5118450#M447349</link>
      <description>Hi one of the node in a two node cluster got rebooted. In syslog we found following messages.&lt;BR /&gt;Jul  8 16:49:27 hp07 vmunix: proc: table is full&lt;BR /&gt;&lt;BR /&gt;Jul  8 16:49:27 hp07  above message repeats 2388 times&lt;BR /&gt;&lt;BR /&gt;Jul  8 16:49:01 hp07 prngd[2180]: Could not fork: Resource temporarily unavailable&lt;BR /&gt;&lt;BR /&gt;Jul  8 16:49:27 hp07  above message repeats 23 times&lt;BR /&gt;output of who -b is &lt;BR /&gt;reboot   system boot  Tue Jul  8 16:56   &lt;BR /&gt;&lt;BR /&gt;Can any one give the possible reasons and solution to fix this issue.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Sujith&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2008 09:39:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-error/m-p/5118450#M447349</guid>
      <dc:creator>zsujith</dc:creator>
      <dc:date>2008-07-09T09:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-error/m-p/5118451#M447350</link>
      <description>Hi Sujith,&lt;BR /&gt;&lt;BR /&gt;It is discussed many times in the forum. It is normally because of the nproc kernel value.&lt;BR /&gt;&lt;BR /&gt;Please see the thread:&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1215600049708+28353475&amp;amp;threadId=686615" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1215600049708+28353475&amp;amp;threadId=686615&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There ia another one just today:&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1247779" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1247779&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 09 Jul 2008 09:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-error/m-p/5118451#M447350</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-07-09T09:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-error/m-p/5118452#M447351</link>
      <description>It means you could not run or fork another process.  You need to increase your nproc parameter.&lt;BR /&gt;&lt;BR /&gt;A good way to monitor for this parm would be using the 'sar' command.  Example to check every 3 seconds for the next 20 times:&lt;BR /&gt;&lt;BR /&gt;sar -v 3 20&lt;BR /&gt;&lt;BR /&gt;The output will show proc-sz; inod-sz; file-sz&lt;BR /&gt;The first value is what is being used, the second in each column shows what the current parm is set at.  You might monitor throughout day and maybe write a short script and cron it to run around the time your box showed the issue.  You may find by watching you can determine what the best parm value should be.&lt;BR /&gt;Remember - increasing a parm is not always giving you more.  You may find it best to increase one, while reducing another will best tune your box.  It takes a good bit of research on the parms, and a good bit of watching and tuning.  &lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita</description>
      <pubDate>Wed, 09 Jul 2008 10:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-error/m-p/5118452#M447351</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2008-07-09T10:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-error/m-p/5118453#M447352</link>
      <description>Thank U</description>
      <pubDate>Tue, 26 Aug 2008 06:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-error/m-p/5118453#M447352</guid>
      <dc:creator>zsujith</dc:creator>
      <dc:date>2008-08-26T06:50:45Z</dc:date>
    </item>
  </channel>
</rss>

