<?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 Parameters. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2441154#M7501</link>
    <description>&lt;BR /&gt;There will be no noticeable performance increase by increasing the number of message queue identifiers, or increasing nproc. The kernel will use a little more memory for its kernel tables, thats all. Increasing nproc will allow more processes to run (if youre not using this to keep the number of processes down) which may put a more noticeable load on your server.&lt;BR /&gt; ITO is the same, you need to increase msgmni well above the default  as it uses them for communication.&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Aug 2000 05:17:54 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2000-08-30T05:17:54Z</dc:date>
    <item>
      <title>Kernel Parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2441153#M7500</link>
      <description>Hello...,&lt;BR /&gt;&lt;BR /&gt;I have a HP K-class box running HPUX 10.20.&lt;BR /&gt;We have 'tuxedo' application running on our system. Recently the number of tuxedo environments have increased and I am hitting 80% of 'msgmni'. &lt;BR /&gt;&lt;BR /&gt;It is currently set to 650 and I am thinking of increasing it.How is it going to affect the performance of the system..? Can anyone help me on the effects of increasing the parameter...? Also on increasing 'nproc'.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;Sundar.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 04:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2441153#M7500</guid>
      <dc:creator>Sundararajan Anandhan</dc:creator>
      <dc:date>2000-08-30T04:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2441154#M7501</link>
      <description>&lt;BR /&gt;There will be no noticeable performance increase by increasing the number of message queue identifiers, or increasing nproc. The kernel will use a little more memory for its kernel tables, thats all. Increasing nproc will allow more processes to run (if youre not using this to keep the number of processes down) which may put a more noticeable load on your server.&lt;BR /&gt; ITO is the same, you need to increase msgmni well above the default  as it uses them for communication.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 05:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2441154#M7501</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-30T05:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2441155#M7502</link>
      <description>Hi Sundar,&lt;BR /&gt;&lt;BR /&gt;Have a look at doc, it help to understand the parameters to change and others are dependent on them:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/content/KCparams.OverviewAll.html" target="_blank"&gt;http://www.docs.hp.com/hpux/content/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 05:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2441155#M7502</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-30T05:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2441156#M7503</link>
      <description>Sundar,&lt;BR /&gt;&lt;BR /&gt;Allocating Memory Space for Messages&lt;BR /&gt;IPC messages require the following memory space allocations:&lt;BR /&gt;&lt;BR /&gt;    Space in the kernel area for message identifiers.&lt;BR /&gt;&lt;BR /&gt;    Shared memory space for message queues.&lt;BR /&gt;&lt;BR /&gt;    Shared memory space for message headers.&lt;BR /&gt;&lt;BR /&gt;so plese look in to your memory availability of the system.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 07:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2441156#M7503</guid>
      <dc:creator>Manju Kampli</dc:creator>
      <dc:date>2000-08-30T07:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2441157#M7504</link>
      <description>Tuxedo uses the IPC facilities. If you are going to increase the number of running Tuxedo processes, there has to be at least one message queue available for each process.&lt;BR /&gt;However, it would be wise to check the currently allocated message queues on the system and see if there are any "hanging" around on the system.  &lt;BR /&gt;&lt;BR /&gt;This problem is typical for Tuxedo when things go wrong.  Especially if your not running 6.x.  Use the command:&lt;BR /&gt;&lt;BR /&gt;#ipcs -q | grep [tux_app_id]&lt;BR /&gt;&lt;BR /&gt;This is an indication of the number of currently allocated message queues. You may want to first clean up these resources with the ipcrm command, restart your processes then check out the table again.&lt;BR /&gt;&lt;BR /&gt;A clean reboot will also clear out any message queues not in use.&lt;BR /&gt;&lt;BR /&gt;Unless your very good with tmadmin, things will happen that get you in this situation.&lt;BR /&gt;&lt;BR /&gt;Then, when your confident that this is OK, go ahead and increase your msgmni parameter.&lt;BR /&gt;&lt;BR /&gt;Note that the nproc table is not directly related to this IPC issue.  Of course, at a system wide level, nproc needs to be large enough.&lt;BR /&gt;&lt;BR /&gt;Tony&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 12:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2441157#M7504</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-08-30T12:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2441158#M7505</link>
      <description>Thank you all for responding..&lt;BR /&gt;&lt;BR /&gt;Tony , I did remove the orphan queues . Since the developers are creating their own little test domains, the usage has increased. I have increased it to 1024 and its fine now.  Thanks for your inputs.&lt;BR /&gt;I have a question for you Tony, What is the 'tmadmin ' that you are talking about. I didn't quite get it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sundar</description>
      <pubDate>Thu, 31 Aug 2000 23:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2441158#M7505</guid>
      <dc:creator>Sundararajan Anandhan</dc:creator>
      <dc:date>2000-08-31T23:04:20Z</dc:date>
    </item>
  </channel>
</rss>

