<?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 Kernel build in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build/m-p/4968651#M417323</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I need to generate a new kernel on a HP-UX 11.11 server.&lt;BR /&gt;&lt;BR /&gt;I'd like to know if it's safe enough to save both /stand/vmunix and /stand/system or if I have to backup more files in order to put things back &lt;EXACTLY&gt; the way they were. I checked HP docs and I couldn't get accurate information about this specific point.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;Yann&lt;/EXACTLY&gt;</description>
    <pubDate>Tue, 21 Mar 2006 10:53:41 GMT</pubDate>
    <dc:creator>Yann Lambret</dc:creator>
    <dc:date>2006-03-21T10:53:41Z</dc:date>
    <item>
      <title>Kernel build</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build/m-p/4968651#M417323</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I need to generate a new kernel on a HP-UX 11.11 server.&lt;BR /&gt;&lt;BR /&gt;I'd like to know if it's safe enough to save both /stand/vmunix and /stand/system or if I have to backup more files in order to put things back &lt;EXACTLY&gt; the way they were. I checked HP docs and I couldn't get accurate information about this specific point.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;Yann&lt;/EXACTLY&gt;</description>
      <pubDate>Tue, 21 Mar 2006 10:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build/m-p/4968651#M417323</guid>
      <dc:creator>Yann Lambret</dc:creator>
      <dc:date>2006-03-21T10:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel build</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build/m-p/4968652#M417324</link>
      <description>Making sure you have a copy of /stand/vmunix  and /stand/system before you make any changes because if you cannot boot off your newly compiled kernel then you can always boot off the old one by interrupting the boot process and interacting with your IPL to boot off your saved copy of /stand/vmunix.prev.</description>
      <pubDate>Tue, 21 Mar 2006 10:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build/m-p/4968652#M417324</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-03-21T10:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel build</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build/m-p/4968653#M417325</link>
      <description>Hello Yann, &lt;BR /&gt;&lt;BR /&gt;You can check this thread for how to rebuild the kernel, read Michael Tully's reply, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=63788" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=63788&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Mar 2006 11:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build/m-p/4968653#M417325</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-21T11:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel build</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build/m-p/4968654#M417326</link>
      <description>Normally, yes, those two files are all you need; however, if in your kernel build you also have custom device drivers (not common these days) then you would also need the system.d directory and possibly the build directory. &lt;BR /&gt;&lt;BR /&gt;In general, as long as you have a vmunix.prev that is known to be bootable, you can safely boot if things go terribly wrong. Normally, vmunix.prev gets overwritten with each kernel build so its a good idea to have something like "vmunix.SAFE" as a known good fallback. Once you have copied your current vmunix to vmunix.SAFE, the best possible way of insuring that you can put things back just like they were is to tar or cpio the entire /stand directory tree.</description>
      <pubDate>Tue, 21 Mar 2006 11:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build/m-p/4968654#M417326</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-03-21T11:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel build</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build/m-p/4968655#M417327</link>
      <description>Thanks for your answers. I close this thread.</description>
      <pubDate>Tue, 21 Mar 2006 11:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build/m-p/4968655#M417327</guid>
      <dc:creator>Yann Lambret</dc:creator>
      <dc:date>2006-03-21T11:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel build</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build/m-p/4968656#M417328</link>
      <description>Ok, this time I REALLY close this thread :)</description>
      <pubDate>Tue, 21 Mar 2006 11:23:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-build/m-p/4968656#M417328</guid>
      <dc:creator>Yann Lambret</dc:creator>
      <dc:date>2006-03-21T11:23:03Z</dc:date>
    </item>
  </channel>
</rss>

