<?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 parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567231#M372273</link>
    <description>i forgt...&lt;BR /&gt;&lt;BR /&gt;kmtune -s executable_stack=0&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
    <pubDate>Wed, 20 Jan 2010 04:12:41 GMT</pubDate>
    <dc:creator>Kapil Jha</dc:creator>
    <dc:date>2010-01-20T04:12:41Z</dc:date>
    <item>
      <title>kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567229#M372271</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Current executable_stack is 1 and i want to change this to 0.&lt;BR /&gt;&lt;BR /&gt;This is a static parameter.  Does it require reboot ?&lt;BR /&gt;&lt;BR /&gt;My OS version is HP-UX 11.11&lt;BR /&gt;model is rp3440&lt;BR /&gt;&lt;BR /&gt;I didn't find the kctune utility. Can we do it by using kmtune? &lt;BR /&gt;Please give me the steps to change the executable_stack parameter to 0 by using kmtune.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jan 2010 03:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567229#M372271</guid>
      <dc:creator>S.S.</dc:creator>
      <dc:date>2010-01-20T03:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567230#M372272</link>
      <description>Every static parameter require a reboot!!&lt;BR /&gt;dynamic not.&lt;BR /&gt;&lt;BR /&gt;if u not sure do it with SAM pretty simple.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Wed, 20 Jan 2010 04:05:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567230#M372272</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-01-20T04:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567231#M372273</link>
      <description>i forgt...&lt;BR /&gt;&lt;BR /&gt;kmtune -s executable_stack=0&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Wed, 20 Jan 2010 04:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567231#M372273</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-01-20T04:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567232#M372274</link>
      <description>&amp;gt;&amp;gt;This is a static parameter. Does it require reboot ?&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Yes, It require reboot (all Static parameter require reboot to take effect)&lt;BR /&gt;&lt;BR /&gt;better if you could you "SAM" -its easy and simple to use.&lt;BR /&gt;&lt;BR /&gt;one more important thing if you could "Ignite backup" for OS before you perform the "kernel parameter" change to in the safer side</description>
      <pubDate>Wed, 20 Jan 2010 05:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567232#M372274</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-20T05:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567233#M372275</link>
      <description>You have to recreate the kernel and then reboot.&lt;BR /&gt;&lt;BR /&gt;Make a copy /stand/vmunix and /stand/system before executing the below steps&lt;BR /&gt;&lt;BR /&gt;Below are command line steps&lt;BR /&gt;1)cd /stand/build ; rm -r *&lt;BR /&gt;2)/usr/lbin/sysadm/system_prep -v -s /stand/build/system&lt;BR /&gt;3)Change the required Kernel parameters&lt;BR /&gt;kmtune  -s executable_stack=0  -S /stand/build/system&lt;BR /&gt;4)cp /stand/build/system /stand/system&lt;BR /&gt;5)mk_kernel&lt;BR /&gt;6)km_update&lt;BR /&gt;7)cd / ; shutdown -ry 0 now&lt;BR /&gt;&lt;BR /&gt;Sagar</description>
      <pubDate>Wed, 20 Jan 2010 06:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567233#M372275</guid>
      <dc:creator>Sagar Sirdesai</dc:creator>
      <dc:date>2010-01-20T06:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567234#M372276</link>
      <description>"SAM" -its easy and simple to use&lt;BR /&gt;&lt;BR /&gt;Because "SAM" will automatically backup your current kernal and compile a new kernal and the Server will automatically reboot</description>
      <pubDate>Wed, 20 Jan 2010 06:53:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567234#M372276</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-20T06:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567235#M372277</link>
      <description>The steps given by Sagar looks good.&lt;BR /&gt;&lt;BR /&gt;If you are confident over command line go thru that and you will know what happens when you do the tuning. SAM does the same.Remember, all static parameters do need reboot but not for dynamic.Dynamic parameters can be changed as required.&lt;BR /&gt;==============&lt;BR /&gt;Do a copy of /stand/vmunix also incase you face any issue to boot with the new kernel,can be booted from the copied one. &lt;BR /&gt;&lt;BR /&gt;Eg. cp -p /stand/vmunix /stand/vmunix_date&lt;BR /&gt;&lt;BR /&gt;1)cd /stand/build ; rm -r *&lt;BR /&gt;2)/usr/lbin/sysadm/system_prep -v -s /stand/build/system&lt;BR /&gt;3)Change the required Kernel parameters&lt;BR /&gt;kmtune -s executable_stack=0 -S /stand/build/system&lt;BR /&gt;4)cp /stand/build/system /stand/system&lt;BR /&gt;5)mk_kernel&lt;BR /&gt;6)km_update&lt;BR /&gt;7)cd / ; shutdown -ry 0 now&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jan 2010 07:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567235#M372277</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2010-01-20T07:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567236#M372278</link>
      <description>Actually Oracle10g is running on the machine. May i know, if we reset the value of executable_stack parameter to 0, will there is any impact ?&lt;BR /&gt;&lt;BR /&gt;I have send an email to my TeamLead for the schedule of this to reset the parameter.&lt;BR /&gt;&lt;BR /&gt;Thanks!!</description>
      <pubDate>Wed, 20 Jan 2010 09:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567236#M372278</guid>
      <dc:creator>S.S.</dc:creator>
      <dc:date>2010-01-20T09:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567237#M372279</link>
      <description>What Are the Side Effects of Changing the Value&lt;BR /&gt;This tunable has no effect on system behavior unless an application attempts to execute instructions located on its stacks. The majority of HP-UX applications are not programmed to do this.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jan 2010 09:18:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567237#M372279</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-20T09:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567238#M372280</link>
      <description>Please take look at the below link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-60105/executable_stack.5.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-60105/executable_stack.5.html&lt;/A&gt;</description>
      <pubDate>Wed, 20 Jan 2010 09:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/4567238#M372280</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-01-20T09:18:42Z</dc:date>
    </item>
  </channel>
</rss>

