<?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 Changes get Rest in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880304#M937802</link>
    <description>Get the patch bundle(s) from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/SUPPORT_PLUS/info.html" target="_blank"&gt;http://www.software.hp.com/SUPPORT_PLUS/info.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Mon, 13 Jan 2003 15:08:39 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2003-01-13T15:08:39Z</dc:date>
    <item>
      <title>Kernel Changes get Rest</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880298#M937796</link>
      <description>I am rebuilding a box from scratch (hp-ux 10.20).  I have the OS installed and everything is configured except my kernel.  I am tuning for oracle.  I have an old oracle application that still needs oracle 7.3.4 on Hp-ux 10.20.  I am trying to modify my semaphore parameters and I after I make the changes, I elect to rebuild the kernel and reboot.  After the reboot, the old parameters are there.  Nothing changed!  I thought perhaps I didn't know what I was doing with the semaphores so I changed another parameter by one value to see if perhaps I am just crazy.  I rebuilt the kernel and again, they are reset to they way they were.  I went to /stand to see if I can see any core dumps.  There aren't any.  Further, the kernel file has been modified to the current date and time.  Any thoughts?</description>
      <pubDate>Mon, 13 Jan 2003 14:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880298#M937796</guid>
      <dc:creator>Michael Gretton</dc:creator>
      <dc:date>2003-01-13T14:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Changes get Rest</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880299#M937797</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#kmtune -s &lt;SEM parameter=""&gt;=value&lt;BR /&gt;eg: #kmtune -s semmin=1&lt;BR /&gt;&lt;BR /&gt;set for all parameters that you needs change&lt;BR /&gt;&lt;BR /&gt;#cp -p /stand/vmunix /stand/vmunix (kernel backup)&lt;BR /&gt;&lt;BR /&gt;#cd /stand/build&lt;BR /&gt;#mk_kernel&lt;BR /&gt;#mv vmunix_test /stand/vmunix&lt;BR /&gt;#reboot&lt;BR /&gt;#kmtune|grep -i sem&lt;BR /&gt;&lt;BR /&gt;all semaphores parameters are set to new values&lt;/SEM&gt;</description>
      <pubDate>Mon, 13 Jan 2003 14:46:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880299#M937797</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-01-13T14:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Changes get Rest</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880300#M937798</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#kmtune -s &lt;SEM parameter=""&gt;=value&lt;BR /&gt;eg: #kmtune -s semmin=1&lt;BR /&gt;&lt;BR /&gt;set for all parameters that you needs change&lt;BR /&gt;&lt;BR /&gt;#cp -p /stand/vmunix /stand/vmunix.org (kernel backup)&lt;BR /&gt;&lt;BR /&gt;#cd /stand/build&lt;BR /&gt;#mk_kernel&lt;BR /&gt;#mv vmunix_test /stand/vmunix&lt;BR /&gt;#reboot&lt;BR /&gt;#kmtune|grep -i sem&lt;BR /&gt;&lt;BR /&gt;all semaphores parameters are set to new values&lt;/SEM&gt;</description>
      <pubDate>Mon, 13 Jan 2003 14:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880300#M937798</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-01-13T14:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Changes get Rest</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880301#M937799</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;unbeliefable ;-(&lt;BR /&gt;&lt;BR /&gt;Please try following:&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# rm -r *&lt;BR /&gt;# cp /stand/system /stand/sytem.prev&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s /stand/system&lt;BR /&gt;# diff /stand/system /stand/system.prev&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;# vi /stand/system&lt;BR /&gt;and update the kernel parameter&lt;BR /&gt;&lt;BR /&gt;# mk_kernel&lt;BR /&gt;# kmupdate&lt;BR /&gt;# cd /&lt;BR /&gt;# shutdown -r 0&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
      <pubDate>Mon, 13 Jan 2003 14:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880301#M937799</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-01-13T14:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Changes get Rest</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880302#M937800</link>
      <description>Why can't I just use sam?  Why is this happening now?  I have been using this box and other Hp-ux boxes for years and have not had this problem.</description>
      <pubDate>Mon, 13 Jan 2003 15:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880302#M937800</guid>
      <dc:creator>Michael Gretton</dc:creator>
      <dc:date>2003-01-13T15:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Changes get Rest</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880303#M937801</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;You should take care of this:&lt;BR /&gt;&lt;BR /&gt;This member has assigned points to 55 of 232 responses to his/her questions.&lt;BR /&gt;&lt;BR /&gt;You can find your previous posts in your profile:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/TopSolutions/1,,CA400109!1!questions,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/TopSolutions/1,,CA400109!1!questions,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As to your problem, after you reloaded HPux 10.20, you should have installed the latest patch bundle, which would have taken care of the issue. Therefore you need to install the latest patch bundle, and "sam" will work just fine!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 13 Jan 2003 15:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880303#M937801</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-01-13T15:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Changes get Rest</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880304#M937802</link>
      <description>Get the patch bundle(s) from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/SUPPORT_PLUS/info.html" target="_blank"&gt;http://www.software.hp.com/SUPPORT_PLUS/info.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 13 Jan 2003 15:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-changes-get-rest/m-p/2880304#M937802</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-01-13T15:08:39Z</dc:date>
    </item>
  </channel>
</rss>

