<?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 Table (semmni) fill up in 2 weeks in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-table-semmni-fill-up-in-2-weeks/m-p/3066002#M719306</link>
    <description>Hi,&lt;BR /&gt;if you know the user under which these scripts are running, i would use "ipcrm -S " to clean the improperly left there semaphores.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Scripts by themselves do not use semaphores (AFAIK), so i think of PGP. Which version ? maybe there are specific issues, but we need:&lt;BR /&gt;&lt;BR /&gt;- O.S. version&lt;BR /&gt;- PGP version&lt;BR /&gt;- the version of other programs involved.&lt;BR /&gt;&lt;BR /&gt;  Massimo</description>
    <pubDate>Mon, 08 Sep 2003 15:18:37 GMT</pubDate>
    <dc:creator>Massimo Bianchi</dc:creator>
    <dc:date>2003-09-08T15:18:37Z</dc:date>
    <item>
      <title>Semaphore Table (semmni) fill up in 2 weeks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-table-semmni-fill-up-in-2-weeks/m-p/3066001#M719305</link>
      <description>I have some scipts that are not releasing semaphores after they are complete.  I have narrowed the problems to some scripts in cron that are using "PGP" encryption.   But I do not know needs to be added to these scripts or if it might be the PGP program intself.  Has anyone ever seen this problem before?&lt;BR /&gt;Thanks a bunch.</description>
      <pubDate>Mon, 08 Sep 2003 15:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-table-semmni-fill-up-in-2-weeks/m-p/3066001#M719305</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2003-09-08T15:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore Table (semmni) fill up in 2 weeks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-table-semmni-fill-up-in-2-weeks/m-p/3066002#M719306</link>
      <description>Hi,&lt;BR /&gt;if you know the user under which these scripts are running, i would use "ipcrm -S " to clean the improperly left there semaphores.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Scripts by themselves do not use semaphores (AFAIK), so i think of PGP. Which version ? maybe there are specific issues, but we need:&lt;BR /&gt;&lt;BR /&gt;- O.S. version&lt;BR /&gt;- PGP version&lt;BR /&gt;- the version of other programs involved.&lt;BR /&gt;&lt;BR /&gt;  Massimo</description>
      <pubDate>Mon, 08 Sep 2003 15:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-table-semmni-fill-up-in-2-weeks/m-p/3066002#M719306</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-08T15:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore Table (semmni) fill up in 2 weeks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-table-semmni-fill-up-in-2-weeks/m-p/3066003#M719307</link>
      <description>You might want to check and see if your semmni shmmax and shmseg figures are realistic.&lt;BR /&gt;&lt;BR /&gt;ipcs &lt;BR /&gt;&lt;BR /&gt;this command will show open shared memory areas.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ipcrm -m  or ipcrm -s &lt;BR /&gt;&lt;BR /&gt;to get rid of dead ones.&lt;BR /&gt;&lt;BR /&gt;If you try and hammer something that is active, you might impact users.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 08 Sep 2003 15:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-table-semmni-fill-up-in-2-weeks/m-p/3066003#M719307</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-08T15:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore Table (semmni) fill up in 2 weeks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-table-semmni-fill-up-in-2-weeks/m-p/3066004#M719308</link>
      <description>You have to be careful in removing sema4's in that although no processes may be using one at the moment, it may be needed later. It's not unusual for a process to create and initialize them and then other processes simply access them but absolutely expect that these sema4's exist.  Typically sema4's are left dangling when  processes terminate unexpectedly or if you use kill -9. I suspect that if you fix the real problem (e.g. bad code) the symptoms (dangling sema4's) will disappear.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Sep 2003 15:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-table-semmni-fill-up-in-2-weeks/m-p/3066004#M719308</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-09-08T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore Table (semmni) fill up in 2 weeks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-table-semmni-fill-up-in-2-weeks/m-p/3066005#M719309</link>
      <description>Thanks for the input.  I did use the ipcrm -s instead of the ipcrm -S.  Because they all has a unique ID.  But all the ones from the 4 users had the same key 0x00000000 including some that I did not want to touch from root.&lt;BR /&gt;&lt;BR /&gt;I have been runing ipcs -sbp many times a day for a couple of weeks.  I will only delete the ones that I know should be deleted. I deleted only 1 user today but will do another one from another tomorrow.    We will continue to find out what is causing this.  Since it seems like the only these scripts that are not releasing semaphores all use PGP, I will call Network Associates to see if they know any bugs on their software that might be doing this.  Thanks again for your help...</description>
      <pubDate>Mon, 08 Sep 2003 17:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore-table-semmni-fill-up-in-2-weeks/m-p/3066005#M719309</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2003-09-08T17:38:47Z</dc:date>
    </item>
  </channel>
</rss>

