<?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 build - parameter re-specification  kernel build aborted in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build-parameter-re-specification-kernel-build-aborted/m-p/3087332#M144002</link>
    <description>Eeek.&lt;BR /&gt; &lt;BR /&gt;At this point, you might want to patch sam and get it working. &lt;BR /&gt; &lt;BR /&gt;It would appear that you have with kumtune violated a formula in your changed kernel parameters.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_28123&amp;amp;context=hpux:800:11:11" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_28123&amp;amp;context=hpux:800:11:11&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Thats a good candidate.&lt;BR /&gt; &lt;BR /&gt;SEP&lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Tue, 07 Oct 2003 14:37:35 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-10-07T14:37:35Z</dc:date>
    <item>
      <title>kernel build - parameter re-specification  kernel build aborted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build-parameter-re-specification-kernel-build-aborted/m-p/3087331#M144001</link>
      <description>Hi all:&lt;BR /&gt;&lt;BR /&gt;Got HPUX 11.11 on an L class system.&lt;BR /&gt;Needing to modify a couple of kernel parameters.&lt;BR /&gt;I am unable to SAM - keep getting a memory fault&lt;BR /&gt;Doing this the manual way. Did a system_prep -s Have modified the /stand/build/system and then doing the mkkernel -s command. The error response I get is:&lt;BR /&gt;&lt;BR /&gt;config: Parameter re-specification&lt;BR /&gt;Configuration aborted&lt;BR /&gt;&lt;BR /&gt;What is going on?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Oct 2003 14:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build-parameter-re-specification-kernel-build-aborted/m-p/3087331#M144001</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2003-10-07T14:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: kernel build - parameter re-specification  kernel build aborted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build-parameter-re-specification-kernel-build-aborted/m-p/3087332#M144002</link>
      <description>Eeek.&lt;BR /&gt; &lt;BR /&gt;At this point, you might want to patch sam and get it working. &lt;BR /&gt; &lt;BR /&gt;It would appear that you have with kumtune violated a formula in your changed kernel parameters.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_28123&amp;amp;context=hpux:800:11:11" target="_blank"&gt;http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_28123&amp;amp;context=hpux:800:11:11&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Thats a good candidate.&lt;BR /&gt; &lt;BR /&gt;SEP&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 07 Oct 2003 14:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build-parameter-re-specification-kernel-build-aborted/m-p/3087332#M144002</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-07T14:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: kernel build - parameter re-specification  kernel build aborted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build-parameter-re-specification-kernel-build-aborted/m-p/3087333#M144003</link>
      <description>There are two ways in building kernel in hpux11.11&lt;BR /&gt;1. kcweb &lt;BR /&gt;2. kmtune &lt;BR /&gt; &lt;BR /&gt;1. In case of kcweb &lt;BR /&gt;- Install Apache depot (download from &lt;A href="http://hpux.cs.utah.edu" target="_blank"&gt;http://hpux.cs.utah.edu&lt;/A&gt; ) &lt;BR /&gt;- stop apache demon.&lt;BR /&gt;- # kcweb -c  ( with root authority )&lt;BR /&gt;- # kcweb -F &lt;BR /&gt;- If Kernel management Web is displayed, you can modify kernel.&lt;BR /&gt;&lt;BR /&gt;2. In case of kmtune &lt;BR /&gt;&lt;BR /&gt;- Display the status of kernel values. &lt;BR /&gt; #kmtune &lt;BR /&gt;- Modify kernel that you want&lt;BR /&gt;  For example, &lt;BR /&gt; #kmtune -s shmmax=0x08000000 &lt;BR /&gt; #kmtune -s nproc=2048 &lt;BR /&gt;  ... and so on &lt;BR /&gt;- Backup the current kernal values.&lt;BR /&gt;#cp -p /stand/vmunix /stand/vmunix.org &lt;BR /&gt;&lt;BR /&gt;- Compile the kernel.&lt;BR /&gt;#cd /stand/build &lt;BR /&gt;#mk_kernel &lt;BR /&gt;- update the kernel&lt;BR /&gt;#kmupdate /stand/build/vmunix_test &lt;BR /&gt;- Reboot the system.&lt;BR /&gt;#shutdown -ry 0 &lt;BR /&gt;&lt;BR /&gt;That's all...&lt;BR /&gt;&lt;BR /&gt;Have a good day~~&lt;BR /&gt;Good luck~~</description>
      <pubDate>Tue, 07 Oct 2003 20:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build-parameter-re-specification-kernel-build-aborted/m-p/3087333#M144003</guid>
      <dc:creator>Lee Tae-kyung</dc:creator>
      <dc:date>2003-10-07T20:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: kernel build - parameter re-specification  kernel build aborted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build-parameter-re-specification-kernel-build-aborted/m-p/3087334#M144004</link>
      <description>Rick,&lt;BR /&gt;&lt;BR /&gt;the error "Parameter re-specification" means that a tunable is listed more than once in the system file. Usually the tunable in queston is printed just before the error message.&lt;BR /&gt;&lt;BR /&gt;Check for duplicates using e.g.:&lt;BR /&gt;# sort -uk 1 /stand/system&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Wed, 08 Oct 2003 04:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build-parameter-re-specification-kernel-build-aborted/m-p/3087334#M144004</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-10-08T04:41:30Z</dc:date>
    </item>
  </channel>
</rss>

