<?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: What files kernel files do i backup before changing kernel parameter? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-files-kernel-files-do-i-backup-before-changing-kernel/m-p/3096906#M146053</link>
    <description>thank you</description>
    <pubDate>Mon, 20 Oct 2003 03:15:16 GMT</pubDate>
    <dc:creator>Chew Sang Poh</dc:creator>
    <dc:date>2003-10-20T03:15:16Z</dc:date>
    <item>
      <title>What files kernel files do i backup before changing kernel parameter?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-files-kernel-files-do-i-backup-before-changing-kernel/m-p/3096901#M146048</link>
      <description>I just want to find out before i change any kernel parameters, what file do i backup in case i need to revert?</description>
      <pubDate>Sun, 19 Oct 2003 23:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-files-kernel-files-do-i-backup-before-changing-kernel/m-p/3096901#M146048</guid>
      <dc:creator>Chew Sang Poh</dc:creator>
      <dc:date>2003-10-19T23:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: What files kernel files do i backup before changing kernel parameter?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-files-kernel-files-do-i-backup-before-changing-kernel/m-p/3096902#M146049</link>
      <description>The kernel will already have a backup file. That is the existing kernel. Once you have told the system to boot with a new kernel, the old kernel will be renamed to 'vmunix.prev'&lt;BR /&gt;&lt;BR /&gt;I as a matter of practise always create an ignite tape prior to booting off a new kernel or loading patches.&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/?mn&lt;BR /&gt;&lt;BR /&gt;To create new kernel (not using SAM. SAM will create a backup kernel as well)&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# vi system (make your changes)&lt;BR /&gt;Save the file&lt;BR /&gt;# mk_kernel -s system (generates new kernel)&lt;BR /&gt;if no errors&lt;BR /&gt;# kmupdate (which will return information as to the booting kernel and the backup kernel)</description>
      <pubDate>Sun, 19 Oct 2003 23:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-files-kernel-files-do-i-backup-before-changing-kernel/m-p/3096902#M146049</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-10-19T23:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: What files kernel files do i backup before changing kernel parameter?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-files-kernel-files-do-i-backup-before-changing-kernel/m-p/3096903#M146050</link>
      <description>/stand/vmunix --&amp;gt; Ker&lt;BR /&gt;/stand/system --&amp;gt; Kernel parameters file.&lt;BR /&gt;/stand/dlkm   --&amp;gt; Dynamically loaded modules.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Oct 2003 23:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-files-kernel-files-do-i-backup-before-changing-kernel/m-p/3096903#M146050</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-10-19T23:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: What files kernel files do i backup before changing kernel parameter?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-files-kernel-files-do-i-backup-before-changing-kernel/m-p/3096904#M146051</link>
      <description>Always a good idea to backup up /stand/vmunix&lt;BR /&gt; &lt;BR /&gt;If you use sam it handles backups for you.&lt;BR /&gt;&lt;BR /&gt;The normal thing to do is cp vmunix to vmunix.prev&lt;BR /&gt;&lt;BR /&gt;vmunix must be on an HFS filesystem to boot off of it, but if you need to keep a few of them handy, you can store them on a vxfs filesystem.&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Sun, 19 Oct 2003 23:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-files-kernel-files-do-i-backup-before-changing-kernel/m-p/3096904#M146051</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-19T23:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: What files kernel files do i backup before changing kernel parameter?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-files-kernel-files-do-i-backup-before-changing-kernel/m-p/3096905#M146052</link>
      <description>Also prepare ignite recovery tape.</description>
      <pubDate>Sun, 19 Oct 2003 23:43:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-files-kernel-files-do-i-backup-before-changing-kernel/m-p/3096905#M146052</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-10-19T23:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: What files kernel files do i backup before changing kernel parameter?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-files-kernel-files-do-i-backup-before-changing-kernel/m-p/3096906#M146053</link>
      <description>thank you</description>
      <pubDate>Mon, 20 Oct 2003 03:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-files-kernel-files-do-i-backup-before-changing-kernel/m-p/3096906#M146053</guid>
      <dc:creator>Chew Sang Poh</dc:creator>
      <dc:date>2003-10-20T03:15:16Z</dc:date>
    </item>
  </channel>
</rss>

