<?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: ncallout table overflow in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811661#M84475</link>
    <description>This could be due to a kernel configuration problem or a kernel bug.  Your HP support folks could probably tell a lot about the specific cause by looking at the generated crash dump.  Examples of known patches for 11.00 that fix some instances of callout table overflow panics are:&lt;BR /&gt;&lt;BR /&gt;PHKL_24296:&lt;BR /&gt;( SR: 8606185626 CR: JAGad54828 )&lt;BR /&gt;When the beep duration is set to a very small value, there&lt;BR /&gt;is the possibility of getting a "callout table overflow"&lt;BR /&gt;panic if a lot of beeps are generated close together&lt;BR /&gt;&lt;BR /&gt;PHKL_27024:&lt;BR /&gt;( SR:8606233087 CR:JAGae02311 )&lt;BR /&gt;System panics due to "callout table overflow" with the&lt;BR /&gt;following stack trace when continuous SCSI bus resets are&lt;BR /&gt;detected by the driver:&lt;BR /&gt;panic+0x14&lt;BR /&gt;settimeout_for_cpu+0x174&lt;BR /&gt;Ktimeout+0x3c&lt;BR /&gt;c8xx_reset_chip+0x129c&lt;BR /&gt;c8xx_isrRST+0x94&lt;BR /&gt;c8xx_isr+0x15cc&lt;BR /&gt;sapic_interrupt+0x2c&lt;BR /&gt;&lt;BR /&gt;If you are running IDS/9000, a fix for another panic of this type is included in&lt;BR /&gt;IDS (J5083AA) V2.1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Sep 2002 09:39:16 GMT</pubDate>
    <dc:creator>doug hosking</dc:creator>
    <dc:date>2002-09-24T09:39:16Z</dc:date>
    <item>
      <title>ncallout table overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811655#M84469</link>
      <description>The system is getting rebooted often with the message "Panic : callout table overflow" We recently increased nfile parameter from 10000 to 40000 because of flie table overflow issues. Now we are getting this problem. Fllowing are the kernel parameters.&lt;BR /&gt;nfile 40000&lt;BR /&gt;nproc 2596&lt;BR /&gt;ncallout 2612&lt;BR /&gt;nkthread 5000&lt;BR /&gt;Please suggest me what could be the reason for callout table over flow and what we need to analyze to get root cause.&lt;BR /&gt;&lt;BR /&gt;Thank you all.&lt;BR /&gt;VK</description>
      <pubDate>Mon, 23 Sep 2002 18:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811655#M84469</guid>
      <dc:creator>Vijayakrishna</dc:creator>
      <dc:date>2002-09-23T18:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: ncallout table overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811656#M84470</link>
      <description>What OS are you on . Is it 11.0 . Are you getting MUX errors in your log files or crash dumps . THen increase the ncallout parameter and also take a look at these patches or their superceded versions:&lt;BR /&gt;PHNE_25489&lt;BR /&gt;PHNE_24185&lt;BR /&gt;PHNE_24181</description>
      <pubDate>Mon, 23 Sep 2002 18:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811656#M84470</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2002-09-23T18:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: ncallout table overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811657#M84471</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Here is the URL for the kernel parameters, and the description for ncallout:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ncallout specifies the maximum number of timeouts that can be scheduled by the kernel at any given time. Timeouts are used by:&lt;BR /&gt;&lt;BR /&gt;alarm() system call, &lt;BR /&gt;setitimer() system call, &lt;BR /&gt;select() system call, &lt;BR /&gt;drivers, &lt;BR /&gt;uucp processes, &lt;BR /&gt;process scheduling.&lt;BR /&gt;&lt;BR /&gt;When the system exceeds the timeout limit, it prints the following fatal error to the system console:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;panic: timeout table overflow&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm not a wizard about those system calls, but I'd try bumping up your ncallout parameter by a couple thousand and trying it again.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Sep 2002 18:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811657#M84471</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-09-23T18:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: ncallout table overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811658#M84472</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;'ncallout' specifies the maximum number of timeouts the kernel can concurrently schedule.  These include 'alarm()', setitimer{}', and 'select()' system calls and process scheduling.&lt;BR /&gt;&lt;BR /&gt;In 11.0, 'ncallout' is based on 'nproc'.  In 11.11, 'ncallout' is based on 'nkthread'.  For both version of 11.x, a safe value should be:&lt;BR /&gt;&lt;BR /&gt;nkthread+64 &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 23 Sep 2002 18:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811658#M84472</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-09-23T18:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: ncallout table overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811659#M84473</link>
      <description>OS is 11.0 and we donot have any MUX errors in syslog file. Is there any dependency for ncallout and how it will impact kernel memory. Also is there any way to findout total system calls waiting before the system crash. &lt;BR /&gt;&lt;BR /&gt;Thank you for the information.&lt;BR /&gt;&lt;BR /&gt;VK</description>
      <pubDate>Mon, 23 Sep 2002 19:31:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811659#M84473</guid>
      <dc:creator>Vijayakrishna</dc:creator>
      <dc:date>2002-09-23T19:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: ncallout table overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811660#M84474</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Look for any runaway process, dfunct process which is filling the tables...&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep defunt ..if found kill them...&lt;BR /&gt;&lt;BR /&gt;rgds / james&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Sep 2002 19:55:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811660#M84474</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2002-09-23T19:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: ncallout table overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811661#M84475</link>
      <description>This could be due to a kernel configuration problem or a kernel bug.  Your HP support folks could probably tell a lot about the specific cause by looking at the generated crash dump.  Examples of known patches for 11.00 that fix some instances of callout table overflow panics are:&lt;BR /&gt;&lt;BR /&gt;PHKL_24296:&lt;BR /&gt;( SR: 8606185626 CR: JAGad54828 )&lt;BR /&gt;When the beep duration is set to a very small value, there&lt;BR /&gt;is the possibility of getting a "callout table overflow"&lt;BR /&gt;panic if a lot of beeps are generated close together&lt;BR /&gt;&lt;BR /&gt;PHKL_27024:&lt;BR /&gt;( SR:8606233087 CR:JAGae02311 )&lt;BR /&gt;System panics due to "callout table overflow" with the&lt;BR /&gt;following stack trace when continuous SCSI bus resets are&lt;BR /&gt;detected by the driver:&lt;BR /&gt;panic+0x14&lt;BR /&gt;settimeout_for_cpu+0x174&lt;BR /&gt;Ktimeout+0x3c&lt;BR /&gt;c8xx_reset_chip+0x129c&lt;BR /&gt;c8xx_isrRST+0x94&lt;BR /&gt;c8xx_isr+0x15cc&lt;BR /&gt;sapic_interrupt+0x2c&lt;BR /&gt;&lt;BR /&gt;If you are running IDS/9000, a fix for another panic of this type is included in&lt;BR /&gt;IDS (J5083AA) V2.1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Sep 2002 09:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811661#M84475</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2002-09-24T09:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: ncallout table overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811662#M84476</link>
      <description>Hi, VK&lt;BR /&gt;&lt;BR /&gt;look at this URL:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.Ncallout.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.Ncallout.html&lt;/A&gt;</description>
      <pubDate>Tue, 24 Sep 2002 10:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811662#M84476</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-09-24T10:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: ncallout table overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811663#M84477</link>
      <description>&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062903638" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062903638&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 24 Sep 2002 10:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811663#M84477</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-09-24T10:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: ncallout table overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811664#M84478</link>
      <description>We are not using any MUX  and also no errors related to MUX. Do we have any other issues related to callout without MUX?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;VK</description>
      <pubDate>Tue, 24 Sep 2002 15:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811664#M84478</guid>
      <dc:creator>Vijayakrishna</dc:creator>
      <dc:date>2002-09-24T15:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: ncallout table overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811665#M84479</link>
      <description>"If the value of nproc is increased, ncallout should be increased proportionately. A general rule is that one callout per process should be allowed unless you have processes that use multiple callouts."&lt;BR /&gt;&lt;BR /&gt;The above is taken from SAM help. Do you know the no. of callout used by your applications. May be your application is using multiple callouts from a single process. Increase that nacallout to 5000 and see the performance. I don't think that it will take much resource if you increase it.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Tue, 24 Sep 2002 15:28:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811665#M84479</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-09-24T15:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: ncallout table overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811666#M84480</link>
      <description>"If the value of nproc is increased, ncallout should be increased proportionately. A general rule is that one callout per process should be allowed unless you have processes that use multiple callouts."&lt;BR /&gt;&lt;BR /&gt;The above is taken from SAM help. Do you know the no. of callout used by your applications. May be your application is using multiple callouts from a single process. Increase that nacallout to 5000 and see the performance. I don't think that it will take much resource if you increase it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After changing the nfile to 40000, have you check how much the system is using? If the usage is not more than 50% then you can reduce the nfile to 30000 and look at the performance.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Tue, 24 Sep 2002 15:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ncallout-table-overflow/m-p/2811666#M84480</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-09-24T15:30:37Z</dc:date>
    </item>
  </channel>
</rss>

