<?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: Hitting &amp;quot;user limits&amp;quot; for IPC resources? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125688#M315499</link>
    <description>Actually, if you google for the Kernel parameter name, usually the 1st or 2nd hit is an HP Doc for that parameter.  The doc includes an description/explanation which is pretty understandable.&lt;BR /&gt;&lt;BR /&gt;Example: I googled msgmap and got:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B3921-90010/msgmap.5.html" target="_blank"&gt;http://www.docs.hp.com/en/B3921-90010/msgmap.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
    <pubDate>Tue, 08 Jan 2008 21:30:28 GMT</pubDate>
    <dc:creator>Charles H Emery</dc:creator>
    <dc:date>2008-01-08T21:30:28Z</dc:date>
    <item>
      <title>Hitting "user limits" for IPC resources?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125680#M315491</link>
      <description>I am trying to investiage if a user is running into any IPC utilization limits, for all their process combined or for individual processes.  I can use glance -t to see that globally, the system is only using 1 - 2 percent for shared memory, semaphores or message queues but could the user be hitting a process or user limit?  I am at a loss on how to monitor or check for this.  Can someone point me in the right direction?  Also could they be getting IPC errors if they are hitting any of their ulimit settings?  This users ulimit information is below.  &lt;BR /&gt;&lt;BR /&gt;ulimit -a&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         1048576&lt;BR /&gt;stack(kbytes)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;&lt;BR /&gt;Thanks for all the help!!&lt;BR /&gt;&lt;BR /&gt;Ty</description>
      <pubDate>Tue, 08 Jan 2008 01:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125680#M315491</guid>
      <dc:creator>Ty Roberts</dc:creator>
      <dc:date>2008-01-08T01:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting "user limits" for IPC resources?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125681#M315492</link>
      <description>You'll need to provide real error messages and the failing IPC resource. ulimit does not directly influence IPC categories. There's just not enough information yet.</description>
      <pubDate>Tue, 08 Jan 2008 03:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125681#M315492</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-01-08T03:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting "user limits" for IPC resources?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125682#M315493</link>
      <description>As Bill says, you'll need to look at kctune(1m) 11.23 or kmtune to look at these kernel parms.&lt;BR /&gt;shmmax shmmni shmseg&lt;BR /&gt;semmni semmns semmnu semmsl semume&lt;BR /&gt;msgmap msgmax msgmnb msgmni msgseg msgssz msgtql&lt;BR /&gt;Each should have a man page on 11.23.</description>
      <pubDate>Tue, 08 Jan 2008 08:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125682#M315493</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-01-08T08:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting "user limits" for IPC resources?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125683#M315494</link>
      <description>&lt;!--!*#--&gt;Sorry everyone, I didn't do the best job with my question.  Guess that is what you get when you make an emergency post while troubleshooting a problem!!&lt;BR /&gt;&lt;BR /&gt;We are running JD Edwards on HPUX 11.11, and it is getting some very generic "IPC related" errors like the one below.&lt;BR /&gt;&lt;BR /&gt;1050    Mon Jan  7 13:42:41 2008        ipcpub.c2911&lt;BR /&gt;        process table full for process 1050&lt;BR /&gt;&lt;BR /&gt;The reason I say it may be IPC related is the "ipcpub" call that reported the error.  &lt;BR /&gt;&lt;BR /&gt;Even though the error is process table full, maxuprc and nproc limits are no where close to being hit.  Along with that - shmmni, msgmni, semmni all have very low utilization (like I had mentioned). I was not sure if any of the ulimit setting had anything to do with IPC limits, so that cleared that up.. thanks!&lt;BR /&gt;&lt;BR /&gt;I just don't have enough understanding of the other kernel parms to know a good plan on attack to see if the user or the user process is hitting any of those maxs.  I have listed their values below to see if anyone has any input on adjustments.  &lt;BR /&gt;&lt;BR /&gt;msgmap                   5122  -  5122                       &lt;BR /&gt;msgmax                  32768  Y  32768                      &lt;BR /&gt;msgmnb                  65536  Y  65536                      &lt;BR /&gt;msgmni                    128  -  128                        &lt;BR /&gt;msgseg                  20480  -  20480                      &lt;BR /&gt;msgssz                    128  -  128                        &lt;BR /&gt;msgtql                   5120  -  5120                       &lt;BR /&gt;sema                        1  -  1                          &lt;BR /&gt;semaem                  16384  -  16384                      &lt;BR /&gt;semmap                   1026  -  (SEMMNI+2)                 &lt;BR /&gt;semmni                   1024  -  1024                       &lt;BR /&gt;semmns                   2048  -  2048                       &lt;BR /&gt;semmnu                   1024  -  1024                       &lt;BR /&gt;semmsl                   2048  Y  2048                       &lt;BR /&gt;semume                    512  -  512                        &lt;BR /&gt;semvmx                  32767  -  32767                      &lt;BR /&gt;shmem                       1  -  1                          &lt;BR /&gt;shmmax             0x40000000  Y  0X40000000                 &lt;BR /&gt;shmmni                   1024  -  1024                       &lt;BR /&gt;shmseg                    512  Y  512   &lt;BR /&gt;&lt;BR /&gt;Thanks for all the help guys.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2008 13:04:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125683#M315494</guid>
      <dc:creator>Ty Roberts</dc:creator>
      <dc:date>2008-01-08T13:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting "user limits" for IPC resources?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125684#M315495</link>
      <description>&amp;gt;  process table full for process 1050&lt;BR /&gt;&lt;BR /&gt;Very useful. Although nproc seems to be OK, you probably measured it after the error message and the usage went away. You may need to monitor sar -v 1 continuously while the code starts until it fails.&lt;BR /&gt; &lt;BR /&gt;Another possibility is that it uses a lot of threads (JavaJunk?) and you'll need to look at thread requirements for the JDE programs. Then compare with kernel parameters nkthread and max_thread_proc.</description>
      <pubDate>Tue, 08 Jan 2008 13:32:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125684#M315495</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-01-08T13:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting "user limits" for IPC resources?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125685#M315496</link>
      <description>I don't think nproc was spiking, the limits are in the thousands and at any time that we were watching (while the errors were going on) the values were between 100 and 200.  Now I guess the app could have been spiking tens of thousands of processes in a second, but highly unlikely.&lt;BR /&gt;&lt;BR /&gt;JDE is not java, but I will look at the thread information.  Thanks!</description>
      <pubDate>Tue, 08 Jan 2008 13:41:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125685#M315496</guid>
      <dc:creator>Ty Roberts</dc:creator>
      <dc:date>2008-01-08T13:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting "user limits" for IPC resources?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125686#M315497</link>
      <description>how about maxuprc ?  nproc is global for the system, maxuproc is per process.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2008 14:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125686#M315497</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-01-08T14:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting "user limits" for IPC resources?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125687#M315498</link>
      <description>&amp;gt;I just don't have enough understanding of the other kernel parms&lt;BR /&gt;&lt;BR /&gt;Try the man pages: (11.31 below)&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/msgmap.5.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/msgmap.5.html&lt;/A&gt;</description>
      <pubDate>Tue, 08 Jan 2008 19:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125687#M315498</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-01-08T19:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting "user limits" for IPC resources?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125688#M315499</link>
      <description>Actually, if you google for the Kernel parameter name, usually the 1st or 2nd hit is an HP Doc for that parameter.  The doc includes an description/explanation which is pretty understandable.&lt;BR /&gt;&lt;BR /&gt;Example: I googled msgmap and got:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B3921-90010/msgmap.5.html" target="_blank"&gt;http://www.docs.hp.com/en/B3921-90010/msgmap.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
      <pubDate>Tue, 08 Jan 2008 21:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125688#M315499</guid>
      <dc:creator>Charles H Emery</dc:creator>
      <dc:date>2008-01-08T21:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting "user limits" for IPC resources?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125689#M315500</link>
      <description>Actually, if you google for the Kernel parameter name, usually the 1st or 2nd hit is an HP Reference Doc for that parameter.  The reference doc usually includes an explanation which is pretty understandable.&lt;BR /&gt;&lt;BR /&gt;Example: I googled msgmap and got:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B3921-90010/msgmap.5.html" target="_blank"&gt;http://www.docs.hp.com/en/B3921-90010/msgmap.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Works surprisingly better than using the ITRC search.&lt;BR /&gt;&lt;BR /&gt;Cheers!</description>
      <pubDate>Tue, 08 Jan 2008 21:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hitting-quot-user-limits-quot-for-ipc-resources/m-p/4125689#M315500</guid>
      <dc:creator>Charles H Emery</dc:creator>
      <dc:date>2008-01-08T21:32:34Z</dc:date>
    </item>
  </channel>
</rss>

