<?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 Change - Reboot Later in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815329#M269082</link>
    <description>Brian,&lt;BR /&gt;&lt;BR /&gt;If you want to stage changes to the kernel and defer rebooting to a later time, I would suggest using the command line tools instead of SAM as they give you greater control. What server and OS are you using?&lt;BR /&gt;&lt;BR /&gt;~cheers</description>
    <pubDate>Thu, 29 Jun 2006 14:03:04 GMT</pubDate>
    <dc:creator>Sandman!</dc:creator>
    <dc:date>2006-06-29T14:03:04Z</dc:date>
    <item>
      <title>Kernel Change - Reboot Later</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815328#M269081</link>
      <description>I have two questions on kernel change&lt;BR /&gt;&lt;BR /&gt;1. I want to make changes on the kernel (using SAM) and then reboot later(may be weekend). I know this is possible, but when i am done with the changes it says (are u sure and it also says the system will reboot). i do not want to reboot now. Can i select "do not move the kernel into place" and reboot later?&lt;BR /&gt;&lt;BR /&gt;2. suppose i want to make some more changes after i select "do not move the kernel into place" how would i do it?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;brian</description>
      <pubDate>Thu, 29 Jun 2006 13:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815328#M269081</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2006-06-29T13:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Change - Reboot Later</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815329#M269082</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;If you want to stage changes to the kernel and defer rebooting to a later time, I would suggest using the command line tools instead of SAM as they give you greater control. What server and OS are you using?&lt;BR /&gt;&lt;BR /&gt;~cheers</description>
      <pubDate>Thu, 29 Jun 2006 14:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815329#M269082</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-06-29T14:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Change - Reboot Later</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815330#M269083</link>
      <description>well you can make the kernel manually without using sam. &lt;BR /&gt;&lt;BR /&gt;cd /stand/build&lt;BR /&gt;cp ../system system&lt;BR /&gt;/usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;vi system and make your changes&lt;BR /&gt;mk_kernel -s system&lt;BR /&gt;&lt;BR /&gt;Then move these into place and reboot later. &lt;BR /&gt;&lt;BR /&gt;mv /stand/system /stand/system.prev&lt;BR /&gt;mv /stand/vmunix /stand/vmunix.prev&lt;BR /&gt;mv /stand/build/system /stand&lt;BR /&gt;mv /stand/build/vmunix_test /stand/vmunix&lt;BR /&gt;shutdown -r now</description>
      <pubDate>Thu, 29 Jun 2006 14:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815330#M269083</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2006-06-29T14:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Change - Reboot Later</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815331#M269084</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;  I would not move the kernel using the mv command.&lt;BR /&gt;&lt;BR /&gt;  Assuming you are running 11.11, the followign is the process for rebduiling the kernel&lt;BR /&gt;&lt;BR /&gt;  # cd /stand/build&lt;BR /&gt;  # /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;  # kmtune -s &lt;OBJECT&gt;&lt;PARAM /&gt;=&lt;VALUE&gt; -S system&lt;BR /&gt;  # mk_kernel -s system&lt;BR /&gt;&lt;BR /&gt;  Now if you wanna move the kernel manually, the command kmupdate should be used&lt;BR /&gt;&lt;BR /&gt;  # kmupdate&lt;BR /&gt;&lt;BR /&gt;  This will create a .update_ux file in the /stand directory which is referred upon shutdown time. &lt;BR /&gt;&lt;BR /&gt;Sundar.&lt;/VALUE&gt;&lt;/OBJECT&gt;</description>
      <pubDate>Thu, 29 Jun 2006 14:22:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815331#M269084</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2006-06-29T14:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Change - Reboot Later</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815332#M269085</link>
      <description>Shalom brian,&lt;BR /&gt;&lt;BR /&gt;Even with sam you can choose not to boot.&lt;BR /&gt;&lt;BR /&gt;But the best practice is to do everything, including kmupdate and then not boot the system until planned.&lt;BR /&gt;&lt;BR /&gt;This does risk an accidental or power caused boot to mess things up, but its a perfectly legitimate practice.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 29 Jun 2006 14:37:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815332#M269085</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-06-29T14:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Change - Reboot Later</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815333#M269086</link>
      <description>If I rememeber right, SAM had a bug where it would reboot anyway even if you said to build the kernel and NOT reboot -- it may be fixed by now but I would not trust this choice on a production machine. Note also that if you replace the vmunix file, several commands will start failing, like ipcs. Some commands depend on looking inside the kernel as well as looking into the vmunix file and they must match. Use the comand line interface and leave the new kernel file as is until you reboot.</description>
      <pubDate>Thu, 29 Jun 2006 19:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815333#M269086</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-06-29T19:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Change - Reboot Later</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815334#M269087</link>
      <description>Follow the steps listed by Marvin, with one exception. Replace the "mv" with "cp" as some of the commands like ipcs, lanscan, lanadmin etc. will fail if they can't lookup the kernel. Don't attempt to move the new kernel and the system file manually, instead use "/usr/sbin/kmupdate" for this i.e.&lt;BR /&gt;&lt;BR /&gt;replace the commands below...&lt;BR /&gt;# mv /stand/system /stand/system.prev&lt;BR /&gt;# mv /stand/vmunix /stand/vmunix.prev&lt;BR /&gt;&lt;BR /&gt;...with&lt;BR /&gt;# cp /stand/system /stand/system.prev&lt;BR /&gt;# cp /stand/vmunix /stand/vmunix.prev&lt;BR /&gt;# cp -R /stand/dlkm /stand/dlkm.prev&lt;BR /&gt;&lt;BR /&gt;and the ones below...&lt;BR /&gt;# mv /stand/build/system /stand&lt;BR /&gt;# mv /stand/build/vmunix_test /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;...with&lt;BR /&gt;# kmupdate&lt;BR /&gt;&lt;BR /&gt;~cheers</description>
      <pubDate>Fri, 30 Jun 2006 06:05:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-change-reboot-later/m-p/3815334#M269087</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-06-30T06:05:38Z</dc:date>
    </item>
  </channel>
</rss>

