<?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: Informix - ADDSEG errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941380#M772997</link>
    <description>Making the suggested changes appears to have resolved the issue.</description>
    <pubDate>Wed, 23 Nov 2005 12:12:57 GMT</pubDate>
    <dc:creator>Tony Flaherty</dc:creator>
    <dc:date>2005-11-23T12:12:57Z</dc:date>
    <item>
      <title>Informix - ADDSEG errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941372#M772989</link>
      <description>HPUX 11.11 patched to about 1 month ago.&lt;BR /&gt;Informix Dynamic Server 7.31.FD8&lt;BR /&gt;&lt;BR /&gt;We are seeing the following error in the Informix log:-&lt;BR /&gt;&lt;BR /&gt;hpkaioaddseg: ASYNC_ADDSEG failed, errno = 11 Resource temporarily unavailable&lt;BR /&gt;&lt;BR /&gt;Informix are unhelpfully saying it's an OS problem.  &lt;BR /&gt;&lt;BR /&gt;I increased SEMMNU to 3072, NFILES to 114548 and max_thread_proc to 256.  While this has reduced the number of occurances we are still getting occaisional errors.&lt;BR /&gt;&lt;BR /&gt;The machine is a rp5430, dual processor with 1Gb RAM.  SHMMAX is 512Mb, informix has a buffers value of 320Mb.&lt;BR /&gt;&lt;BR /&gt;Any information and advice would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Thu, 17 Nov 2005 06:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941372#M772989</guid>
      <dc:creator>Tony Flaherty</dc:creator>
      <dc:date>2005-11-17T06:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Informix - ADDSEG errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941373#M772990</link>
      <description>/usr/include/sys/errno.h says that errno 11 is &lt;BR /&gt;#define EAGAIN          11      /* No more processes            */&lt;BR /&gt;&lt;BR /&gt;So you need to check your nproc and maxuprc kernel parameters.&lt;BR /&gt;Your nfiles is huge, check that against&lt;BR /&gt; sar -v 1 1 &lt;BR /&gt;&lt;BR /&gt;Given the INFORMIX error I suggest you also try increasing the value of informix environment variable&lt;BR /&gt;IFMX_HPKAIO_NUM_REQ&lt;BR /&gt;Ours is set to 3000.&lt;BR /&gt;&lt;BR /&gt;Then you also need to check the number and size of virtual segments, add it all up (i.e. ipcs -ma ).&lt;BR /&gt;&lt;BR /&gt;Am I right in assuming .FD8 is 64 bit IDS?&lt;BR /&gt;&lt;BR /&gt;Is your o/s 64 bit too, otherwise your total shared memory allowance is 1Gb.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2005 06:50:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941373#M772990</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2005-11-17T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Informix - ADDSEG errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941374#M772991</link>
      <description>silly me - 64 bit IDS wouldn't run at all on 32 bit hp-ux.  doh!</description>
      <pubDate>Thu, 17 Nov 2005 06:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941374#M772991</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2005-11-17T06:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Informix - ADDSEG errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941375#M772992</link>
      <description>Wet set the kaio limit to 2000 at the moment, what is the impact of increasing this on system resources?&lt;BR /&gt;&lt;BR /&gt;nproc = 5000&lt;BR /&gt;maxuprc = 2048&lt;BR /&gt;&lt;BR /&gt;ipcs -ma gives a total SEGSZ of 507Mb&lt;BR /&gt;&lt;BR /&gt;interestingly onstat -g seg gives&lt;BR /&gt;Segment Summary:&lt;BR /&gt;id       key        addr             size             ovhd     class blkused  blkfree &lt;BR /&gt;1033     1381582849 c00000000031c000 411049984        39976    R*    50168    9       &lt;BR /&gt;1546     1381582850 c000000018b1e000 115343360        2440     V     11626    2454    &lt;BR /&gt;6155     1381582851 c00000001f91e000 2777088          728      M     332      7       &lt;BR /&gt;Total:   -          -                529170432        -        -     62126    2470    &lt;BR /&gt;&lt;BR /&gt;which gives a resident section of 392Mb way over the buffers value of 320Mb, I thought this was all there was in this section?&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2005 07:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941375#M772992</guid>
      <dc:creator>Tony Flaherty</dc:creator>
      <dc:date>2005-11-17T07:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Informix - ADDSEG errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941376#M772993</link>
      <description>The increased KAIO impact on resources is minimal.&lt;BR /&gt;&lt;BR /&gt;I find that a value of 2000 sometimes gives out of resource errors on a rp5400 4x650 PA8700 during heavy DB work, such as parallel dbimports and index builds.&lt;BR /&gt;A value 3000 hasn't given resource errors even on my superdome/xp12k.&lt;BR /&gt;&lt;BR /&gt;The BUFFERS real value is higher than your onconfig value partly because of the 2.4% difference between informix and and hp-ux (just as with chunk size).  As for the rest, IIRC I think the LRU control information may go in the R segment as well as the actual data but I'm prepared to be corrected on that one.&lt;BR /&gt;&lt;BR /&gt;If the message you got was this:&lt;BR /&gt;22:03:45  hpkaioaddseg: ASYNC_ADDSEG failed, errno = 11 Resource temporarily unavailable&lt;BR /&gt;22:03:45  out of virtual shared memory&lt;BR /&gt;&lt;BR /&gt;Then your root cause may in fact be that you have run out of swap.&lt;BR /&gt;swapinfo -tm will confirm or deny this, check reserved space.&lt;BR /&gt;&lt;BR /&gt;Then check the IBM article on this very error message here (go to IBM IDS support, technotes/FAQs and search for IFMX_HPKAIO_NUM_REQ )&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www-1.ibm.com/support/docview.wss?rs=630&amp;amp;context=SSGU8G&amp;amp;dc=DB520&amp;amp;q1=IFMX_HPKAIO_NUM_REQ&amp;amp;uid=swg21142285&amp;amp;loc=en_US&amp;amp;cs=utf-8" target="_blank"&gt;http://www-1.ibm.com/support/docview.wss?rs=630&amp;amp;context=SSGU8G&amp;amp;dc=DB520&amp;amp;q1=IFMX_HPKAIO_NUM_REQ&amp;amp;uid=swg21142285&amp;amp;loc=en_US&amp;amp;cs=utf-8&lt;/A&gt;〈=en&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2005 10:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941376#M772993</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2005-11-17T10:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Informix - ADDSEG errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941377#M772994</link>
      <description>Thanks for that link, it's a shame that Informix tech support couldn't find it.&lt;BR /&gt;&lt;BR /&gt;I'm making some changes and rebooting tonight so we will see what happens.&lt;BR /&gt;&lt;BR /&gt;Thanks for the info!</description>
      <pubDate>Thu, 17 Nov 2005 10:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941377#M772994</guid>
      <dc:creator>Tony Flaherty</dc:creator>
      <dc:date>2005-11-17T10:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Informix - ADDSEG errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941378#M772995</link>
      <description>Set RESIDENT -1 in the $ONCONFIG all segments will then be forced resident.</description>
      <pubDate>Fri, 18 Nov 2005 06:17:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941378#M772995</guid>
      <dc:creator>JJ_4</dc:creator>
      <dc:date>2005-11-18T06:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Informix - ADDSEG errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941379#M772996</link>
      <description>We have this set to -1.&lt;BR /&gt;&lt;BR /&gt;We're having some other performance issues on this box and my colleague will be posting a new thread for these later today.&lt;BR /&gt;&lt;BR /&gt;Deep joy.&lt;BR /&gt;&lt;BR /&gt;Thanks all.</description>
      <pubDate>Fri, 18 Nov 2005 06:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941379#M772996</guid>
      <dc:creator>Tony Flaherty</dc:creator>
      <dc:date>2005-11-18T06:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Informix - ADDSEG errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941380#M772997</link>
      <description>Making the suggested changes appears to have resolved the issue.</description>
      <pubDate>Wed, 23 Nov 2005 12:12:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941380#M772997</guid>
      <dc:creator>Tony Flaherty</dc:creator>
      <dc:date>2005-11-23T12:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Informix - ADDSEG errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941381#M772998</link>
      <description>Hi Tony Flaherty,&lt;BR /&gt;&lt;BR /&gt;I'm having a similiar problem here.&lt;BR /&gt;&lt;BR /&gt;May I know what is the steps you did to solved the problem?&lt;BR /&gt;&lt;BR /&gt;I have tried to set the IFMX_HPKAIO_NUM_REQ=2300&lt;BR /&gt;&lt;BR /&gt;But still restore failed.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.&lt;BR /&gt;ck chai</description>
      <pubDate>Mon, 18 Sep 2006 21:18:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/informix-addseg-errors/m-p/4941381#M772998</guid>
      <dc:creator>ckchai</dc:creator>
      <dc:date>2006-09-18T21:18:03Z</dc:date>
    </item>
  </channel>
</rss>

