<?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 sem*  parameters. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615090#M37334</link>
    <description>What's stand for "semmni,semmnu,semmns,semume,semvmx" kernel parameters?</description>
    <pubDate>Fri, 16 Nov 2001 00:27:39 GMT</pubDate>
    <dc:creator>Hell.Leader</dc:creator>
    <dc:date>2001-11-16T00:27:39Z</dc:date>
    <item>
      <title>sem*  parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615090#M37334</link>
      <description>What's stand for "semmni,semmnu,semmns,semume,semvmx" kernel parameters?</description>
      <pubDate>Fri, 16 Nov 2001 00:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615090#M37334</guid>
      <dc:creator>Hell.Leader</dc:creator>
      <dc:date>2001-11-16T00:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: sem*  parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615091#M37335</link>
      <description>That is short for 'semaphore'. Specifically 'P' and 'V' semaphores that are used for process synchronization. The underlying principle is that the operations must be atomic. That is a request to lock a semaphore must also be able to lock the semaphore if it is free in one operation.&lt;BR /&gt;&lt;BR /&gt;You can use, ipcs -sa command to look at current semaphores.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Fri, 16 Nov 2001 00:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615091#M37335</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-11-16T00:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: sem*  parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615092#M37336</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;*sem* stands for semaphores. You can see the meaning of these in /var/sam/boot.config.&lt;BR /&gt;&lt;BR /&gt;To view the active ones, have a look at 'ipcs -s'&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Fri, 16 Nov 2001 00:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615092#M37336</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-11-16T00:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: sem*  parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615093#M37337</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You may find some more information here (including the internal links to the individual kernel parameters):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparam.SemaParmsOverview.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparam.SemaParmsOverview.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Nov 2001 01:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615093#M37337</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-16T01:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: sem*  parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615094#M37338</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;These are semaphores. Some of the useful ipcs and ipcrm&lt;BR /&gt;&lt;BR /&gt;ipcs -moba gives more details about shared memory&lt;BR /&gt;man ipcs for more information &lt;BR /&gt;&lt;BR /&gt;The link James mentioned give you more details on semaphore settings&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Nov 2001 02:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615094#M37338</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-11-16T02:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: sem*  parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615095#M37339</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Take a look at the thread below for info on the kernel parameters,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com//hpux/onlinedocs/os/11i/kcparams/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com//hpux/onlinedocs/os/11i/kcparams/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Nov 2001 02:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615095#M37339</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-16T02:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: sem*  parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615096#M37340</link>
      <description>These are Configurable IPC-Semaphore Parameters &lt;BR /&gt;&lt;BR /&gt;The following eight kernel parameters control System V IPC semaphore operating limits:&lt;BR /&gt;&lt;BR /&gt;sema &lt;BR /&gt;(Series 700 only). Enable or disable IPC semaphores at system boot time.&lt;BR /&gt;&lt;BR /&gt;semaem &lt;BR /&gt;Maximum value by which a semaphore can be changed in a semaphore "undo" operation.&lt;BR /&gt;&lt;BR /&gt;semmap &lt;BR /&gt;Size of free-semaphores resource map for allocating requested sets of semaphores.&lt;BR /&gt;&lt;BR /&gt;semmni &lt;BR /&gt;Maximum number of sets of IPC semaphores allowed on the system at any given time.&lt;BR /&gt;&lt;BR /&gt;semmns &lt;BR /&gt;Total system-wide number of individual IPC semaphores available to system users.&lt;BR /&gt;&lt;BR /&gt;semmnu &lt;BR /&gt;Maximum number processes that can have undo operations pending on any given IPC semaphore on the system.&lt;BR /&gt;&lt;BR /&gt;semume &lt;BR /&gt;Maximum number of IPC semaphores that a given process can have undo operations pending on.&lt;BR /&gt;&lt;BR /&gt;semvmx &lt;BR /&gt;Maximum value any given IPC semaphore is allowed to reach (prevents undetected overflow conditions).&lt;BR /&gt;&lt;BR /&gt;For reference you can check it out at:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparam.SemaphoreParamsList.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparam.SemaphoreParamsList.html&lt;/A&gt;</description>
      <pubDate>Fri, 16 Nov 2001 02:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sem-parameters/m-p/2615096#M37340</guid>
      <dc:creator>Mary Ann Lipa</dc:creator>
      <dc:date>2001-11-16T02:53:05Z</dc:date>
    </item>
  </channel>
</rss>

