<?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 Create a Tuneable Parameter Set in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523069#M220217</link>
    <description>This link got me going towards setting tuneable parameters via SAM, &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=855045" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=855045&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My next question is can I create my own tunaeble parameter set?  Can I modify those that are included with SAM? If either answer is yes, where are the parameter sets located on the file system?</description>
    <pubDate>Tue, 12 Apr 2005 09:29:34 GMT</pubDate>
    <dc:creator>Ray Evans</dc:creator>
    <dc:date>2005-04-12T09:29:34Z</dc:date>
    <item>
      <title>Create a Tuneable Parameter Set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523069#M220217</link>
      <description>This link got me going towards setting tuneable parameters via SAM, &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=855045" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=855045&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My next question is can I create my own tunaeble parameter set?  Can I modify those that are included with SAM? If either answer is yes, where are the parameter sets located on the file system?</description>
      <pubDate>Tue, 12 Apr 2005 09:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523069#M220217</guid>
      <dc:creator>Ray Evans</dc:creator>
      <dc:date>2005-04-12T09:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Tuneable Parameter Set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523070#M220218</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Once you have changed your parameters you can print the parameters to a file from SAM-&amp;gt;Kernel Configuration-&amp;gt;Configurable Parameters-File-&amp;gt;print-&amp;gt;File and Give target path.&lt;BR /&gt;&lt;BR /&gt;On the host where you want to appy these parameters you can do &lt;BR /&gt;&lt;BR /&gt;SAM-&amp;gt;Kernel Configuration-&amp;gt;Configurable Parameters-&amp;gt;Action-&amp;gt;Templates-&amp;gt;load a template file and Apply template values.&lt;BR /&gt;&lt;BR /&gt;It will change all parameters in one go.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2005 09:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523070#M220218</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-04-12T09:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Tuneable Parameter Set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523071#M220219</link>
      <description>How do you go about creating the template file?  Is there a man page I can look for?</description>
      <pubDate>Tue, 12 Apr 2005 10:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523071#M220219</guid>
      <dc:creator>Ray Evans</dc:creator>
      <dc:date>2005-04-12T10:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Tuneable Parameter Set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523072#M220220</link>
      <description>This is how we do it.&lt;BR /&gt;&lt;BR /&gt;First create a file of tuned kernel parameters - example below:&lt;BR /&gt;&lt;BR /&gt;11.00 tuned kernel parameters&lt;BR /&gt;#&lt;BR /&gt;# Format:&lt;BR /&gt;#    1st line = title of tuned parameter set&lt;BR /&gt;#&lt;BR /&gt;#    Lines or words (delimited by white space) beginning with # are comments.&lt;BR /&gt;#&lt;BR /&gt;#    Blank lines are ignored.&lt;BR /&gt;#&lt;BR /&gt;#    Parameter defs can take either of two forms:&lt;BR /&gt;#        1.  parameter   min   max&lt;BR /&gt;#            The parameter's value must fall into the range of min-max,&lt;BR /&gt;#            inclusive.  If parameter is less than min, it is raised to&lt;BR /&gt;#            min; if greater than max, it is lowered to max.  Otherwise&lt;BR /&gt;#            it is left unchanged.&lt;BR /&gt;#&lt;BR /&gt;#            Min and/or max can be "--" (two dashes), indicating there is no&lt;BR /&gt;#            corresponding lower and/or upper bound, respectively.&lt;BR /&gt;#&lt;BR /&gt;#            Min and/or max can be arithmetic formulas, and can reference&lt;BR /&gt;#            other parameters.  Any parameters referenced in a formula must&lt;BR /&gt;#            already be defined earlier in the parameter set.  No white&lt;BR /&gt;#            space may occur within a formula.  Parentheses are recognized&lt;BR /&gt;#            and can be nested.&lt;BR /&gt;#&lt;BR /&gt;#        2.  parameter   value&lt;BR /&gt;#            The parameter's value will be set to the value given.  Value&lt;BR /&gt;#            can be an arithmetic formula as described above.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;STRCTLSZ                           0&lt;BR /&gt;STRMSGSZ                        65535&lt;BR /&gt;maxusers                         124    &lt;BR /&gt;nproc                           1024 &lt;BR /&gt;bufpages                           0 &lt;BR /&gt;nbuf                               0&lt;BR /&gt;dbc_min_pct                        4&lt;BR /&gt;dbc_max_pct                       10 &lt;BR /&gt;maxfiles                         200&lt;BR /&gt;maxfiles_lim                    2048&lt;BR /&gt;nfile                           2800 &lt;BR /&gt;nflocks                       (nproc)&lt;BR /&gt;ninode                         15000 &lt;BR /&gt;msgtql                     (nproc*10)&lt;BR /&gt;msgmap                     (msgtql+2)&lt;BR /&gt;add as needed ...&lt;BR /&gt;&lt;BR /&gt;Second - copy this file to /usr/sam/lib/kc/tuned&lt;BR /&gt;&lt;BR /&gt;Third - apply using sam&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;B</description>
      <pubDate>Tue, 12 Apr 2005 10:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523072#M220220</guid>
      <dc:creator>Robert Bennett_3</dc:creator>
      <dc:date>2005-04-12T10:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Tuneable Parameter Set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523073#M220221</link>
      <description>Robert -&lt;BR /&gt;&lt;BR /&gt;Thanks for the info, this is definately what I am looking for.  But being the conservative folk that I am and not having a development box available, is there any additional documentation that I can reference for guidance?&lt;BR /&gt;&lt;BR /&gt;Ray</description>
      <pubDate>Tue, 12 Apr 2005 13:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523073#M220221</guid>
      <dc:creator>Ray Evans</dc:creator>
      <dc:date>2005-04-12T13:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Tuneable Parameter Set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523074#M220222</link>
      <description>well that's a how-to on creating a tunable parameter set.  The research on what values to make the paramters is the real question - and the real answer is - it depends.&lt;BR /&gt;&lt;BR /&gt;I'm being vague on purpose - as it depends on so many different variables (application, OS, memory, cpu ...)&lt;BR /&gt;&lt;BR /&gt;This is the best document I could direct you to answer those types of questions.&lt;BR /&gt;It's called the HP-UX Performance Cookbook.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.peoplesoft-hp.com/salestools/whitepapers/%5Bfiles%5D/Technical/HPUX%20Performance%20Cookbook.pdf" target="_blank"&gt;http://www.peoplesoft-hp.com/salestools/whitepapers/%5Bfiles%5D/Technical/HPUX%20Performance%20Cookbook.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;B&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2005 13:36:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523074#M220222</guid>
      <dc:creator>Robert Bennett_3</dc:creator>
      <dc:date>2005-04-12T13:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Tuneable Parameter Set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523075#M220223</link>
      <description>What happens if a value is not specified?  The default or previous setting remains?</description>
      <pubDate>Wed, 13 Apr 2005 12:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523075#M220223</guid>
      <dc:creator>Ray Evans</dc:creator>
      <dc:date>2005-04-13T12:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Tuneable Parameter Set</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523076#M220224</link>
      <description>yes - this is a list of specified values to change - nothing else will change - unless another parameter is a formula using the chnaged value, then that value will change accordingly.&lt;BR /&gt;&lt;BR /&gt;I looked for documentation on creating a tuneable parameter set, but couldn't find anything published.  I've been using that how-to for 10.20, 11.00 and 11i without any problems.&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;B</description>
      <pubDate>Wed, 13 Apr 2005 13:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-tuneable-parameter-set/m-p/3523076#M220224</guid>
      <dc:creator>Robert Bennett_3</dc:creator>
      <dc:date>2005-04-13T13:17:57Z</dc:date>
    </item>
  </channel>
</rss>

