<?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: Control-M and kernel parameters. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016822#M912422</link>
    <description>Hi Simone,&lt;BR /&gt;&lt;BR /&gt;IF you set nbuf &amp;amp; leave bufpages at zero, you do two things:&lt;BR /&gt;&lt;BR /&gt;1) You negate the dynamic buffer allocation.&lt;BR /&gt;2) You set bufpages to nbuf*2 by default.&lt;BR /&gt;&lt;BR /&gt;Setting the buffer to a *fixed* value is somewhat of a gamble - I like to let the system allocate the buffer dynamically thereby letting the buffer grow when memory use is low &amp;amp; disk use high, but still letting memory use grow when needed.&lt;BR /&gt;So IF you must use static buffer allocation, then you need to look long &amp;amp; hard at just how much you need at all operating levels &amp;amp; set the value so you have enough for heavy disk usage, but not so high that you starve the apps for memory.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
    <pubDate>Mon, 07 Jul 2003 14:33:20 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2003-07-07T14:33:20Z</dc:date>
    <item>
      <title>Control-M and kernel parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016817#M912417</link>
      <description>Hello everybody,&lt;BR /&gt;&lt;BR /&gt;We're managing a hp-ux 11.0 system (L1000, 2 CPU, 3Gb RAM, 2.5 Gb swap) with an oracle 8.1.6 instance and a Control-M batch scheduler (with a Sybase db).&lt;BR /&gt;&lt;BR /&gt;Due to various problem with Control-M, customer ask to improve this kernel parameters:&lt;BR /&gt;&lt;BR /&gt;nbuf (from 0 to 646)&lt;BR /&gt;shmseg (from 32 to 36)&lt;BR /&gt;&lt;BR /&gt;At present tunable parameters are:&lt;BR /&gt;&lt;BR /&gt;STRMSGSZ        65535&lt;BR /&gt;dbc_max_pct     10&lt;BR /&gt;dst             4&lt;BR /&gt;max_thread_proc 256&lt;BR /&gt;maxdsiz         0X20000000&lt;BR /&gt;maxfiles        2048&lt;BR /&gt;maxfiles_lim    2048&lt;BR /&gt;maxswapchunks   1290&lt;BR /&gt;maxuprc         ((NPROC*9)/10)&lt;BR /&gt;maxusers        200&lt;BR /&gt;msgmap          (MSGTQL+2)&lt;BR /&gt;msgmax          32768&lt;BR /&gt;msgmnb          65535&lt;BR /&gt;msgmni          (NPROC)&lt;BR /&gt;msgseg          32767&lt;BR /&gt;msgssz          128&lt;BR /&gt;msgtql          (NPROC*10)&lt;BR /&gt;ncallout        (NPROC)&lt;BR /&gt;nfile           (15*NPROC+2048)&lt;BR /&gt;nflocks         (NPROC)&lt;BR /&gt;ninode          (8*NPROC+2048)&lt;BR /&gt;nkthread        ((NPROC*2)+16)&lt;BR /&gt;nproc           (2*(20+8*MAXUSERS))&lt;BR /&gt;npty            120&lt;BR /&gt;nstrpty         60&lt;BR /&gt;nstrtel         (MAXUSERS)&lt;BR /&gt;num_tachyon_adapters 5&lt;BR /&gt;semmni          (NPROC*5)&lt;BR /&gt;semmns          (SEMMNI*2)&lt;BR /&gt;semmnu          (NPROC-4)&lt;BR /&gt;semume          64&lt;BR /&gt;semvmx          32768&lt;BR /&gt;shmmax          0X40000000&lt;BR /&gt;shmmni          512&lt;BR /&gt;shmseg          32&lt;BR /&gt;timezone        (-60)&lt;BR /&gt;unlockable_mem  (MAXUSERS*10)&lt;BR /&gt;&lt;BR /&gt;Does anybody see any issue in modify nbuf and shmseg? Consider that this is a very important production system so we MUST act as much "conservative" as possible!&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;&lt;BR /&gt;Simone&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jul 2003 14:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016817#M912417</guid>
      <dc:creator>Simone Benzi_1</dc:creator>
      <dc:date>2003-07-07T14:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Control-M and kernel parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016818#M912418</link>
      <description>Simone,&lt;BR /&gt;&lt;BR /&gt;I can't see any problem with these modifications.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jul 2003 14:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016818#M912418</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-07T14:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Control-M and kernel parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016819#M912419</link>
      <description>Hi Simone:&lt;BR /&gt;&lt;BR /&gt;"Tunable" parameters are meant to be just that -- "tunable".  Be aware that that setting 'nbuf' to a non-zero value will disable dynamic buffer caching.  In general, see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 07 Jul 2003 14:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016819#M912419</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-07T14:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Control-M and kernel parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016820#M912420</link>
      <description>I would have no problems at all increasing shmseg - you could easily increase it to 256 or so. It's simply the per process number of allowed shared memory segment attachments.&lt;BR /&gt;&lt;BR /&gt;In almost all cases nbuf should be left at zero although it is impossible to tell you without also knowing the value of bufpages. Those two paramters interact. If bufpages is 0, dynamic buffer cache is enabled and nbuf should be left at zero; if bufpages is non-zero, in ALMOST all cases nbuf should still be left at zero because the default behavior is almost always optimal.&lt;BR /&gt;&lt;BR /&gt;I think you are the "victim" of Control-M's generic tuning suggestions.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jul 2003 14:27:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016820#M912420</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-07-07T14:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Control-M and kernel parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016821#M912421</link>
      <description>Might want to actaully measure performance to see if shmseg is being utilized.  We had ours at 256 for a while and were utilizing less than 10%&lt;BR /&gt;&lt;BR /&gt;I see no problems with the changes, they should not really take things out of whack, just wondering if anyone looked at data prior to making these decisions.&lt;BR /&gt;&lt;BR /&gt;I am attaching a background script that measures performance for a user defined period of time, collects the data in a nice file.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 07 Jul 2003 14:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016821#M912421</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-07T14:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Control-M and kernel parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016822#M912422</link>
      <description>Hi Simone,&lt;BR /&gt;&lt;BR /&gt;IF you set nbuf &amp;amp; leave bufpages at zero, you do two things:&lt;BR /&gt;&lt;BR /&gt;1) You negate the dynamic buffer allocation.&lt;BR /&gt;2) You set bufpages to nbuf*2 by default.&lt;BR /&gt;&lt;BR /&gt;Setting the buffer to a *fixed* value is somewhat of a gamble - I like to let the system allocate the buffer dynamically thereby letting the buffer grow when memory use is low &amp;amp; disk use high, but still letting memory use grow when needed.&lt;BR /&gt;So IF you must use static buffer allocation, then you need to look long &amp;amp; hard at just how much you need at all operating levels &amp;amp; set the value so you have enough for heavy disk usage, but not so high that you starve the apps for memory.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 07 Jul 2003 14:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016822#M912422</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-07-07T14:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Control-M and kernel parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016823#M912423</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for all your answers.&lt;BR /&gt;Is there any way to see how many buffer pages the system is currently (dinamically) allocate?&lt;BR /&gt;&lt;BR /&gt;Probably we do not modify nbuf since it looks like a not very "conservative" change, but we can start with an analysis with it.&lt;BR /&gt;&lt;BR /&gt;Simone</description>
      <pubDate>Mon, 07 Jul 2003 14:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016823#M912423</guid>
      <dc:creator>Simone Benzi_1</dc:creator>
      <dc:date>2003-07-07T14:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Control-M and kernel parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016824#M912424</link>
      <description>By far the best tool to view buffer cache is Glance. Just look under "Memory Report" and Buffer Cache is right there. If you do not have Glance, you can install the 60-day Trial Version from your Application CD's.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jul 2003 15:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016824#M912424</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-07-07T15:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Control-M and kernel parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016825#M912425</link>
      <description>Run gpm and from the "reports" option on the menu bar, select "system table reports".  Nbufs is reported as "Buffer Headers", and is the last entry of the top section.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Mon, 07 Jul 2003 15:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016825#M912425</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-07-07T15:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Control-M and kernel parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016826#M912426</link>
      <description>Hi Simone,&lt;BR /&gt;What version of what ControlM are you running?&lt;BR /&gt;If you were to generate a new kernel Id go and double maxdsiz =&amp;gt; 0x40000000 and yes pass shmseg to 50 (of course leave nbuf to 0)&lt;BR /&gt;What Im more concerned about is by the look of your params you dont seem to have a lot of swap this may be an issue depending what you are running contrlmserver with how many agents, or ctm/Em (can usequite some RAM)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Mon, 07 Jul 2003 15:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/control-m-and-kernel-parameters/m-p/3016826#M912426</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2003-07-07T15:51:36Z</dc:date>
    </item>
  </channel>
</rss>

