<?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: how to  modify  more than one kernel parameter at the same time? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-more-than-one-kernel-parameter-at-the-same-time/m-p/4012579#M298950</link>
    <description>Edit in the file /stand/system&lt;BR /&gt;&lt;BR /&gt;When this is done, execute&lt;BR /&gt;&lt;BR /&gt;mk_kernel&lt;BR /&gt;kmupdate&lt;BR /&gt;&lt;BR /&gt;reboot your server</description>
    <pubDate>Mon, 04 Jun 2007 08:52:03 GMT</pubDate>
    <dc:creator>Luk Vandenbussche</dc:creator>
    <dc:date>2007-06-04T08:52:03Z</dc:date>
    <item>
      <title>how to  modify  more than one kernel parameter at the same time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-more-than-one-kernel-parameter-at-the-same-time/m-p/4012578#M298949</link>
      <description>i want to modify more than kermel parameter at the same time ,but i do not want to use sam.is there a feasible procedure(script) to complete this task?thank you.</description>
      <pubDate>Mon, 04 Jun 2007 08:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-more-than-one-kernel-parameter-at-the-same-time/m-p/4012578#M298949</guid>
      <dc:creator>leelangco_1</dc:creator>
      <dc:date>2007-06-04T08:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to  modify  more than one kernel parameter at the same time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-more-than-one-kernel-parameter-at-the-same-time/m-p/4012579#M298950</link>
      <description>Edit in the file /stand/system&lt;BR /&gt;&lt;BR /&gt;When this is done, execute&lt;BR /&gt;&lt;BR /&gt;mk_kernel&lt;BR /&gt;kmupdate&lt;BR /&gt;&lt;BR /&gt;reboot your server</description>
      <pubDate>Mon, 04 Jun 2007 08:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-more-than-one-kernel-parameter-at-the-same-time/m-p/4012579#M298950</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-06-04T08:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to  modify  more than one kernel parameter at the same time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-more-than-one-kernel-parameter-at-the-same-time/m-p/4012580#M298951</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105739" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105739&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;More complete procedures.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 04 Jun 2007 09:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-more-than-one-kernel-parameter-at-the-same-time/m-p/4012580#M298951</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-04T09:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to  modify  more than one kernel parameter at the same time?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-more-than-one-kernel-parameter-at-the-same-time/m-p/4012581#M298952</link>
      <description>hey;&lt;BR /&gt;&lt;BR /&gt;Primarily depends on your OS level.  Check &lt;A href="http://www.olearycomputers.com/ll/hpkernel.html" target="_blank"&gt;http://www.olearycomputers.com/ll/hpkernel.html&lt;/A&gt; for a checklist for 11.11 and below.  11.23 made kernel updates much easier.&lt;BR /&gt;&lt;BR /&gt;Regardless which version, though, you can create a datafile of your kernel parms and values then loop through it with a simple inline loop:&lt;BR /&gt;&lt;BR /&gt;11.11:  Assumes you followed the directions in the checklist.  ${system} is the /stand/build/system file.&lt;BR /&gt;&lt;BR /&gt;cat ${file} | while read p v&lt;BR /&gt;do&lt;BR /&gt;   kmtune -s ${p}=${v} -S ${system}&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Follow the rest of the checklist for kmupdate/reboots&lt;BR /&gt;&lt;BR /&gt;11.23:&lt;BR /&gt;&lt;BR /&gt;cat ${file} | while read p v&lt;BR /&gt;do&lt;BR /&gt;   kctune ${p}=${v}&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Reboot if necessary.&lt;BR /&gt;&lt;BR /&gt;HTH;&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Mon, 04 Jun 2007 11:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-modify-more-than-one-kernel-parameter-at-the-same-time/m-p/4012581#M298952</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2007-06-04T11:24:26Z</dc:date>
    </item>
  </channel>
</rss>

