<?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: Semaphore limit exceeded (1131) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804908#M82775</link>
    <description>I've just discovered another proble, may be connected may not. &lt;BR /&gt;&lt;BR /&gt;I cannot ll /   The session hangs. I can ls and ls -a but not ll, also I cannot cd into /net (which I am pretty sure is empty). I think /net is corrupted. &lt;BR /&gt;&lt;BR /&gt;Can I fsck without first unmounting?&lt;BR /&gt;&lt;BR /&gt;Could this be linked to my bother semaphore problem? Or am I grasping at straws.&lt;BR /&gt;&lt;BR /&gt;All your replies are gratefully revieved.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Sep 2002 09:41:02 GMT</pubDate>
    <dc:creator>Andrew Crowe_2</dc:creator>
    <dc:date>2002-09-13T09:41:02Z</dc:date>
    <item>
      <title>Semaphore limit exceeded (1131)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804904#M82771</link>
      <description>I have a HP9000 server (HP-UX10.20) which runs our ERP system. We have a live database and also a test database but I can only get the live databse to start as I am getting the message:&lt;BR /&gt;&lt;BR /&gt;Semaphore limit exceeded (1131)&lt;BR /&gt;&lt;BR /&gt;Is there a way I can check the usage of semaphores AND is it just matter of increasing the semmns kernel parameter?&lt;BR /&gt;&lt;BR /&gt;This has just started happening but the live databse has grown very large recently, is this the reason?&lt;BR /&gt;&lt;BR /&gt;Any help would be great(especially if it can be helped without a reboot as system downtime is very dificult to get)&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 12 Sep 2002 08:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804904#M82771</guid>
      <dc:creator>Andrew Crowe_2</dc:creator>
      <dc:date>2002-09-12T08:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore limit exceeded (1131)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804905#M82772</link>
      <description>&lt;BR /&gt;Youre going to have to reboot after youve inreased the semmns kernel parameter, unless you can close something down thats using some semaphores now to free some up. Use;&lt;BR /&gt;&lt;BR /&gt;ipcs -sa&lt;BR /&gt;&lt;BR /&gt;To show currently used semaphores and how many they are using. There is a script available to show which pids are using them also.&lt;BR /&gt;&lt;BR /&gt;The best way ive found to keep an eye on semaphore usage is using glance/gpm - the system tables report shows % usage of semaphores so you can see when its nearing full.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Sep 2002 08:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804905#M82772</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-09-12T08:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore limit exceeded (1131)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804906#M82773</link>
      <description>Hi.&lt;BR /&gt;There are some applications that use many resources from machine. It is not normal this way, so that??s life.&lt;BR /&gt;When you get the message " semaphore limit exceeded ", all you can do is modify kernel parameters to permit more samaphores, then reboot your machine and investigate the running application to find out if the semaphore needs are normal.&lt;BR /&gt;If you are absolute sure about the semaphore " dead " that belong to your application, you can delete it ussing command:&lt;BR /&gt;" ipcs -sa " ( get semaphore condittions )&lt;BR /&gt;" ipcrm -s &amp;lt; semaphore number &amp;gt; " ( delete semaphore )&lt;BR /&gt;&lt;BR /&gt;So it is a bit dangerous.&lt;BR /&gt;&lt;BR /&gt;Hope this help you.&lt;BR /&gt;&lt;BR /&gt;Juanma.</description>
      <pubDate>Fri, 13 Sep 2002 07:00:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804906#M82773</guid>
      <dc:creator>Juan Manuel López</dc:creator>
      <dc:date>2002-09-13T07:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore limit exceeded (1131)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804907#M82774</link>
      <description>The error message is somehow vague, because there are several limits that can be hit by a process... number of sems, number of sem sets, number of sem undos, etc.&lt;BR /&gt;&lt;BR /&gt;Do you get more details along with this message... i.e. what specific syscall failed with what errno?&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Fri, 13 Sep 2002 08:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804907#M82774</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-09-13T08:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore limit exceeded (1131)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804908#M82775</link>
      <description>I've just discovered another proble, may be connected may not. &lt;BR /&gt;&lt;BR /&gt;I cannot ll /   The session hangs. I can ls and ls -a but not ll, also I cannot cd into /net (which I am pretty sure is empty). I think /net is corrupted. &lt;BR /&gt;&lt;BR /&gt;Can I fsck without first unmounting?&lt;BR /&gt;&lt;BR /&gt;Could this be linked to my bother semaphore problem? Or am I grasping at straws.&lt;BR /&gt;&lt;BR /&gt;All your replies are gratefully revieved.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Sep 2002 09:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804908#M82775</guid>
      <dc:creator>Andrew Crowe_2</dc:creator>
      <dc:date>2002-09-13T09:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore limit exceeded (1131)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804909#M82776</link>
      <description>/net is by default configured for the automounter or autofs.&lt;BR /&gt;&lt;BR /&gt;# cat /etc/auto_master&lt;BR /&gt;/net -hosts -nosuid,soft&lt;BR /&gt;&lt;BR /&gt;So the symptom looks like a hanging automountd or automounter process.&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Fri, 13 Sep 2002 11:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804909#M82776</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-09-13T11:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore limit exceeded (1131)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804910#M82777</link>
      <description>The output I get from cat /etc/auto_master is &lt;BR /&gt;/net -hosts -soft.&lt;BR /&gt;&lt;BR /&gt;How will I sort out the hanging automountd or automounter process? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Sep 2002 11:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804910#M82777</guid>
      <dc:creator>Andrew Crowe_2</dc:creator>
      <dc:date>2002-09-13T11:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore limit exceeded (1131)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804911#M82778</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;set the AUTO_MOUNT flag in /etc/rc.config.d/nfsconf to 0&lt;BR /&gt;&lt;BR /&gt;restart the nfs services&lt;BR /&gt;(#/usr/sbin/nfs.server stop/start,&lt;BR /&gt;#/usr/sbin/nfs.client stop/start)</description>
      <pubDate>Fri, 13 Sep 2002 11:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804911#M82778</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-09-13T11:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore limit exceeded (1131)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804912#M82779</link>
      <description>Ravi,&lt;BR /&gt;&lt;BR /&gt;Can't find /usr/sbin/nfs.server or &lt;BR /&gt;/usr/sbin/nfs.client&lt;BR /&gt;&lt;BR /&gt;Could they be somewhere else?</description>
      <pubDate>Fri, 13 Sep 2002 11:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804912#M82779</guid>
      <dc:creator>Andrew Crowe_2</dc:creator>
      <dc:date>2002-09-13T11:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore limit exceeded (1131)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804913#M82780</link>
      <description>1) /sbin/init.d/nfs.client stop&lt;BR /&gt;&lt;BR /&gt;2) set AUTO_MOUNT=0 in etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;3) /sbin/init.d/nfs.client start&lt;BR /&gt;&lt;BR /&gt;If one of the scripts hangs or automound/automounter cannot be terminated then a reboot could be the last resort to clean the situation.&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt; Dietmar.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Sep 2002 11:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804913#M82780</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-09-13T11:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore limit exceeded (1131)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804914#M82781</link>
      <description>Thanks Dietmar/Ravi,&lt;BR /&gt;&lt;BR /&gt;I have tried that and it is still the same. I will try the reboot, but unfortunatly will have to wait for downtime.&lt;BR /&gt;&lt;BR /&gt;Will i have to reset the AUTOMOUNT parameter or shall I just leave it?&lt;BR /&gt;&lt;BR /&gt;Also do you think this could anything to do with my semaphore problem as they seem to arrived at the same time, when I had to change the IP address on the server.&lt;BR /&gt;&lt;BR /&gt;Thanks for all the help anyway, I'm learning lots today.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Andrew</description>
      <pubDate>Fri, 13 Sep 2002 11:48:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804914#M82781</guid>
      <dc:creator>Andrew Crowe_2</dc:creator>
      <dc:date>2002-09-13T11:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore limit exceeded (1131)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804915#M82782</link>
      <description>Hi, (again)&lt;BR /&gt;&lt;BR /&gt;since the semaphores are used for process synchronisation, increasing their values wouldn't solve the problem i think.&lt;BR /&gt;try increasing shmmax values</description>
      <pubDate>Fri, 13 Sep 2002 11:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-limit-exceeded-1131/m-p/2804915#M82782</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-09-13T11:54:39Z</dc:date>
    </item>
  </channel>
</rss>

