<?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: Error Buiding New Kernel in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493599#M19841</link>
    <description>Chris&lt;BR /&gt;Did we help at all? Or did you find an answer elsewhere? Is your problem fixed?  I am always curious when someone runs into trouble.  Will you post what happened and if we did help please assign points so we know - this helps the whole forum, especially newbies who might run into the same problem. I really do want to know what the outcome of your situation was - we can all learn from these problems we run into.  Thanks,&lt;BR /&gt;Peggy</description>
    <pubDate>Tue, 20 Feb 2001 18:33:24 GMT</pubDate>
    <dc:creator>Peggy Fong</dc:creator>
    <dc:date>2001-02-20T18:33:24Z</dc:date>
    <item>
      <title>Error Buiding New Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493594#M19836</link>
      <description>I am now having another problem.  I am trying to increase the number of semaphores allowed because Oracle will not start.  But when rebuilding the kernel I get the following error:&lt;BR /&gt;&lt;BR /&gt;Cannot build a kernel using /usr/sbin/config.  The standard output of the command is shown below:&lt;BR /&gt;Usage:  bstab input_data symbol_cnt strtbl_size kernel_file output_file&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;config:  make did an exit(1)&lt;BR /&gt;&lt;BR /&gt;The command exited with exitcode -71.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Chris Hinnen</description>
      <pubDate>Wed, 14 Feb 2001 16:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493594#M19836</guid>
      <dc:creator>Chris Hinnen</dc:creator>
      <dc:date>2001-02-14T16:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error Buiding New Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493595#M19837</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;To rebuild the HP-UX kernal, do the following:&lt;BR /&gt;&lt;BR /&gt;1. cd /stand/build&lt;BR /&gt;2. create the kernal parameter system file&lt;BR /&gt;   /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;3. make your changes to the system file&lt;BR /&gt;   vi system&lt;BR /&gt;4. build the new kernal&lt;BR /&gt;   /usr/sbin/mk_kernel -s ./system&lt;BR /&gt;5. back up the old kernel and sys files&lt;BR /&gt;   mv /stan/system /stand/system.prev&lt;BR /&gt;   mv /stand/vmunix /stand/vmunix.prev&lt;BR /&gt;6. install the new kernel&lt;BR /&gt;   cp /stand/build/system /stand&lt;BR /&gt;   cp /stand/build/vmunix_test /stand/vmunix&lt;BR /&gt;7. reboot system&lt;BR /&gt;8. verify the kernel changes using sysdef&lt;BR /&gt;&lt;BR /&gt;Check out the sysdef and mk_kernel man pages.  You can also use the SAM.  Hopefully this helps you.  &lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2001 16:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493595#M19837</guid>
      <dc:creator>Stan Britney</dc:creator>
      <dc:date>2001-02-14T16:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error Buiding New Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493596#M19838</link>
      <description>I used SAM to increase the parameter and had it rebuild the kernel for me but that is when I got this error message.  Would doing it manually be any different?&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2001 16:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493596#M19838</guid>
      <dc:creator>Chris Hinnen</dc:creator>
      <dc:date>2001-02-14T16:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error Buiding New Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493597#M19839</link>
      <description>Yes - building the kernel manually is different than through SAM.  If you can do it manually then there is a bug in SAM and no problem on your system...  I have experienced that situation once - a driver affected the ability for SAM to do the compile but it could be done without SAM...good luck and let us know. &lt;BR /&gt;thanks,&lt;BR /&gt;Peg</description>
      <pubDate>Wed, 14 Feb 2001 17:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493597#M19839</guid>
      <dc:creator>Peggy Fong</dc:creator>
      <dc:date>2001-02-14T17:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error Buiding New Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493598#M19840</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;Peggy is right.  There have been some problems in the past using SAM to rebuild the kernel.  If you have all the latest patches/updates for your server, SAM should work.  I have successfully rebuilt the kernel using SAM in the past but I prefer to use the manual method.  &lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2001 22:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493598#M19840</guid>
      <dc:creator>Stan Britney</dc:creator>
      <dc:date>2001-02-14T22:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error Buiding New Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493599#M19841</link>
      <description>Chris&lt;BR /&gt;Did we help at all? Or did you find an answer elsewhere? Is your problem fixed?  I am always curious when someone runs into trouble.  Will you post what happened and if we did help please assign points so we know - this helps the whole forum, especially newbies who might run into the same problem. I really do want to know what the outcome of your situation was - we can all learn from these problems we run into.  Thanks,&lt;BR /&gt;Peggy</description>
      <pubDate>Tue, 20 Feb 2001 18:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493599#M19841</guid>
      <dc:creator>Peggy Fong</dc:creator>
      <dc:date>2001-02-20T18:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error Buiding New Kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493600#M19842</link>
      <description>Yes rebuilding the kernel by hand seemed to fix the problem.  The kernel built fine and everything is OK now.  Thanks for the help.</description>
      <pubDate>Tue, 20 Feb 2001 19:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-buiding-new-kernel/m-p/2493600#M19842</guid>
      <dc:creator>Chris Hinnen</dc:creator>
      <dc:date>2001-02-20T19:01:21Z</dc:date>
    </item>
  </channel>
</rss>

