<?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: /stand/build not found when building kernel in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stand-build-not-found-when-building-kernel/m-p/4986447#M421091</link>
    <description>I'm using HP-UX 11v2.  I think I am using the instructions for pre 11v2.  How do I rebuild the kernel for HP-UX 11v2?&lt;BR /&gt;&lt;BR /&gt;Phil</description>
    <pubDate>Tue, 20 Jun 2006 08:52:48 GMT</pubDate>
    <dc:creator>Phillip Thayer</dc:creator>
    <dc:date>2006-06-20T08:52:48Z</dc:date>
    <item>
      <title>/stand/build not found when building kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stand-build-not-found-when-building-kernel/m-p/4986444#M421088</link>
      <description>Every time I try to rebuild the kernel the first thing I do is 'cd /stand/build' but it never finds this folder.  So I create the folder and try to rebuild the kernel but it never seems to work quite right.  Should the /stand/build folder already exist when I go to rebuild the kernel?  If so what is it supposed to have in it?&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Tue, 20 Jun 2006 08:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stand-build-not-found-when-building-kernel/m-p/4986444#M421088</guid>
      <dc:creator>Phillip Thayer</dc:creator>
      <dc:date>2006-06-20T08:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: /stand/build not found when building kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stand-build-not-found-when-building-kernel/m-p/4986445#M421089</link>
      <description>&lt;!--!*#--&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;what's your hpux version?&lt;BR /&gt;&lt;BR /&gt;what's your way for building new kernel? (sam or command line)?&lt;BR /&gt;&lt;BR /&gt;for command line building, here is an example:&lt;BR /&gt;&lt;BR /&gt;Sometimes the kernel needs to be built manually, using the command line.&lt;BR /&gt;1. cd /stand/build&lt;BR /&gt;2. Have HPUX create a new system file from the active kernel.&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/sysadm/system_prep -s /stand/build/system&lt;BR /&gt;NOTE: The command system_prep captures values directly from the kernel.&lt;BR /&gt;Therefore, for HP-UX 11i systems using the newly introduced dynamic tunable parameters, create a kernel template by copying the /stand/system to /stand/build/system.  By default, the command, kmtune, updates the /stand/system file for any dynamic tunable parameter changes. (See the kmtune(1m) and 11.11&lt;BR /&gt;Release Notes manpage for more information.)&lt;BR /&gt;&lt;BR /&gt;3. Edit the template system file for the recommended values with&lt;BR /&gt;vi /stand/build/system or kmtune(1m).&lt;BR /&gt;&lt;BR /&gt;Example setting nfile tunable to 3000:&lt;BR /&gt;kmtune -s nfile=3000 -S /stand/build/system&lt;BR /&gt;&lt;BR /&gt;4. Create the proposed kernel.&lt;BR /&gt;/usr/sbin/mk_kernel -s /stand/build/system&lt;BR /&gt;&lt;BR /&gt;5. Archive the old system and vmunix files so if needed, the system can be booted from the old kernel.&lt;BR /&gt;mv /stand/system /stand/system.prev&lt;BR /&gt;&lt;BR /&gt;6. Place the newly created system and kernel files for system boot strap.&lt;BR /&gt;mv /stand/build/system /stand/system&lt;BR /&gt;kmupdate /stand/build/vmunix_test&lt;BR /&gt;&lt;BR /&gt;NOTE: kmupdate renames /stand/vmunix to /stand/vmunix.prev and moves the new&lt;BR /&gt;kernel to /stand/vmunix.&lt;BR /&gt;&lt;BR /&gt;7. Boot the system to use the new kernel.&lt;BR /&gt;cd /&lt;BR /&gt;shutdown -r&lt;BR /&gt;&lt;BR /&gt;hope this helps you.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Cheers,&lt;BR /&gt;CÃ©drick Gaillard</description>
      <pubDate>Tue, 20 Jun 2006 08:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stand-build-not-found-when-building-kernel/m-p/4986445#M421089</guid>
      <dc:creator>totoperdu</dc:creator>
      <dc:date>2006-06-20T08:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: /stand/build not found when building kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stand-build-not-found-when-building-kernel/m-p/4986446#M421090</link>
      <description>/stand/build is standard on HP-UX 11.11 and earlier, so someone has removed this directory and it's contents. For 11v2, the build directory does not exist and the directories and files are different, so using 11v1 or 11.00 instructions for building the kernel won't be completely accurate.</description>
      <pubDate>Tue, 20 Jun 2006 08:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stand-build-not-found-when-building-kernel/m-p/4986446#M421090</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-06-20T08:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: /stand/build not found when building kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stand-build-not-found-when-building-kernel/m-p/4986447#M421091</link>
      <description>I'm using HP-UX 11v2.  I think I am using the instructions for pre 11v2.  How do I rebuild the kernel for HP-UX 11v2?&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Tue, 20 Jun 2006 08:52:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stand-build-not-found-when-building-kernel/m-p/4986447#M421091</guid>
      <dc:creator>Phillip Thayer</dc:creator>
      <dc:date>2006-06-20T08:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: /stand/build not found when building kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stand-build-not-found-when-building-kernel/m-p/4986448#M421092</link>
      <description>&lt;!--!*#--&gt;you can follow this link:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90950/ch03s11.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90950/ch03s11.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and if you want to have more knowledge, you can see "Managing kernel configurations": &lt;BR /&gt;&lt;A href="http://h71028.www7.hp.com/ERC/downloads/c00563213.pdf" target="_blank"&gt;http://h71028.www7.hp.com/ERC/downloads/c00563213.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Regards,&lt;BR /&gt;CÃ©drick Gaillard</description>
      <pubDate>Wed, 21 Jun 2006 02:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stand-build-not-found-when-building-kernel/m-p/4986448#M421092</guid>
      <dc:creator>totoperdu</dc:creator>
      <dc:date>2006-06-21T02:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: /stand/build not found when building kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stand-build-not-found-when-building-kernel/m-p/4986449#M421093</link>
      <description>Thanks for all the help on this one.  I wouldn't have been able to do it without the help.&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Wed, 28 Jun 2006 09:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stand-build-not-found-when-building-kernel/m-p/4986449#M421093</guid>
      <dc:creator>Phillip Thayer</dc:creator>
      <dc:date>2006-06-28T09:43:31Z</dc:date>
    </item>
  </channel>
</rss>

