<?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: Kernel Paramater semmns value in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramater-semmns-value/m-p/2561048#M29352</link>
    <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Semaphore is a synchronizing method against concurrent process looking for resources.&lt;BR /&gt;&lt;BR /&gt;if your devloppers are asking for alot of sems, this depends on what they are doing with ( is it justified to have alot or not ! it's really application designer who can respond to this question).&lt;BR /&gt;&lt;BR /&gt;Semaphores, from unix kernel point of view, are C structures. So, the much semaphores you configure your kernel, the more space you will reserve by the kernel to allow access to such semaphores.&lt;BR /&gt;&lt;BR /&gt;So, there is no problem increasing the max amount of semaphores.&lt;BR /&gt;&lt;BR /&gt;You can use sam&lt;BR /&gt;-&amp;gt;Kernel Configuration&lt;BR /&gt;-&amp;gt;Configurable Parameters&lt;BR /&gt;-&amp;gt; Double click on the semmns entry and give the new value.&lt;BR /&gt;-&amp;gt; Save and reboot.&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;</description>
    <pubDate>Fri, 03 Aug 2001 08:51:52 GMT</pubDate>
    <dc:creator>Magdi KAMAL</dc:creator>
    <dc:date>2001-08-03T08:51:52Z</dc:date>
    <item>
      <title>Kernel Paramater semmns value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramater-semmns-value/m-p/2561043#M29347</link>
      <description>My current value is 2049, but our Oracle developers ask about increasing the "semaphores".  I'm wondering what are good values to increase to, and if I should do as they ask.&lt;BR /&gt;What are the drawbacks?</description>
      <pubDate>Thu, 02 Aug 2001 21:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramater-semmns-value/m-p/2561043#M29347</guid>
      <dc:creator>John Love_3</dc:creator>
      <dc:date>2001-08-02T21:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Paramater semmns value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramater-semmns-value/m-p/2561044#M29348</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;The value you have in realistic terms is&lt;BR /&gt;quite small. We use Informix at our site&lt;BR /&gt;and the parameters we use are far greater.&lt;BR /&gt;&lt;BR /&gt;The down side to changing any kernel &lt;BR /&gt;parameter on HP-UX 10.20 and 11 is that the&lt;BR /&gt;system needs to be rebooted. You will most likely see the kernel be a larger side, but probably not too much.&lt;BR /&gt;&lt;BR /&gt;Here is a list of the values we use in regards&lt;BR /&gt;to semaphores.&lt;BR /&gt;&lt;BR /&gt;semmap          15002&lt;BR /&gt;semmni          8192&lt;BR /&gt;semmns          16384&lt;BR /&gt;semmnu          4096&lt;BR /&gt;semume          128&lt;BR /&gt;semvmx          65535&lt;BR /&gt;&lt;BR /&gt;To reboot the system use this procedure if you&lt;BR /&gt;wish to do this at the command line.&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# vi system (make your changes)&lt;BR /&gt;save file&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/mk_kernel -s system&lt;BR /&gt;# /usr/sbin/kmupdate&lt;BR /&gt;&lt;BR /&gt;Take note of the existing kernel name&lt;BR /&gt;# cd /&lt;BR /&gt;&lt;BR /&gt;Reboot or shutdown&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Thu, 02 Aug 2001 21:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramater-semmns-value/m-p/2561044#M29348</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-08-02T21:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Paramater semmns value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramater-semmns-value/m-p/2561045#M29349</link>
      <description>Hi&lt;BR /&gt;This is what you want to set when running Oracle:&lt;BR /&gt;&lt;BR /&gt;SHMMAX = Set to the size of physical memory, thus each instance will have only one memory segment.&lt;BR /&gt;SHMSEG = 1 (need only 1 segment per instance)&lt;BR /&gt;SHMMNI = Your number of database instances&lt;BR /&gt;&lt;BR /&gt;SEMMNS = Set to the number of user processes (the sum of init.ora parameter PROCESSES for all your databases) * 2 (or more)&lt;BR /&gt;SEMMNI = Number of instances&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Fri, 03 Aug 2001 06:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramater-semmns-value/m-p/2561045#M29349</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2001-08-03T06:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Paramater semmns value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramater-semmns-value/m-p/2561046#M29350</link>
      <description>Forgot: &lt;BR /&gt;&lt;BR /&gt;The first database to attempt starting after you have exhausted you SEMMNS parameter will not start, due to the lack of semaphores.&lt;BR /&gt;&lt;BR /&gt;You could set the init.ora parameter PROCESSES to a lower value if this is development, but in production, you'll need this bigger and subsequently SEMMNS.&lt;BR /&gt;&lt;BR /&gt;As I understand Semaphores do not take much system resources so I do not think you have to worry about this.&lt;BR /&gt;&lt;BR /&gt;so long&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Fri, 03 Aug 2001 06:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramater-semmns-value/m-p/2561046#M29350</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2001-08-03T06:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Paramater semmns value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramater-semmns-value/m-p/2561047#M29351</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Semaphore is a synchronizing method against concurrent process looking for resources.&lt;BR /&gt;&lt;BR /&gt;if your devloppers are asking for alot of sems, this depends on what they are doing with ( is it justified to have alot or not ! it's really application designer who can respond to this question).&lt;BR /&gt;&lt;BR /&gt;Semaphores, from unix kernel point of view, are C structures. So, the much semaphores you configure your kernel, the more space you will reserve by the kernel to allow access to such semaphores.&lt;BR /&gt;&lt;BR /&gt;So, there is no problem increasing the max amount of semaphores.&lt;BR /&gt;&lt;BR /&gt;You can use sam&lt;BR /&gt;-&amp;gt;Kernel Configuration&lt;BR /&gt;-&amp;gt;Configurable Parameters&lt;BR /&gt;-&amp;gt; Double click on the semmns entry and give the new value.&lt;BR /&gt;-&amp;gt; Save and reboot.&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You need to reboot the system after that.&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Fri, 03 Aug 2001 08:51:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramater-semmns-value/m-p/2561047#M29351</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-03T08:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Paramater semmns value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramater-semmns-value/m-p/2561048#M29352</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Semaphore is a synchronizing method against concurrent process looking for resources.&lt;BR /&gt;&lt;BR /&gt;if your devloppers are asking for alot of sems, this depends on what they are doing with ( is it justified to have alot or not ! it's really application designer who can respond to this question).&lt;BR /&gt;&lt;BR /&gt;Semaphores, from unix kernel point of view, are C structures. So, the much semaphores you configure your kernel, the more space you will reserve by the kernel to allow access to such semaphores.&lt;BR /&gt;&lt;BR /&gt;So, there is no problem increasing the max amount of semaphores.&lt;BR /&gt;&lt;BR /&gt;You can use sam&lt;BR /&gt;-&amp;gt;Kernel Configuration&lt;BR /&gt;-&amp;gt;Configurable Parameters&lt;BR /&gt;-&amp;gt; Double click on the semmns entry and give the new value.&lt;BR /&gt;-&amp;gt; Save and reboot.&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Aug 2001 08:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-paramater-semmns-value/m-p/2561048#M29352</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-03T08:51:52Z</dc:date>
    </item>
  </channel>
</rss>

