<?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: New Kernel does not boot, C3000, Hpux 11i, 11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/new-kernel-does-not-boot-c3000-hpux-11i-11-11/m-p/3130713#M804579</link>
    <description>thanks. Have you read my post? I am already&lt;BR /&gt;doing everything you say.</description>
    <pubDate>Thu, 27 Nov 2003 23:17:11 GMT</pubDate>
    <dc:creator>Hakan Eren</dc:creator>
    <dc:date>2003-11-27T23:17:11Z</dc:date>
    <item>
      <title>New Kernel does not boot, C3000, Hpux 11i, 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-kernel-does-not-boot-c3000-hpux-11i-11-11/m-p/3130711#M804577</link>
      <description>I build a new kernel w/o changing any parameter:&lt;BR /&gt;cd /stand/build&lt;BR /&gt;/usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;/usr/sbin/mk_kernel -s /stand/build/system&lt;BR /&gt;mv /stand/system /stand/system.old&lt;BR /&gt;mv /stand/vmunix /stand/vmunix.old&lt;BR /&gt;cp /stand/build/system /stand&lt;BR /&gt;cp /stand/build/vmunix_test /stand/vmunix&lt;BR /&gt;kmupdate /stand/build/vmunix_test&lt;BR /&gt;cd&lt;BR /&gt;shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;I reboot. It does not start. So I have to start with the backup kernel. Is it possible to debug or to find out what the problem is.&lt;BR /&gt;thanks.</description>
      <pubDate>Thu, 27 Nov 2003 22:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-kernel-does-not-boot-c3000-hpux-11i-11-11/m-p/3130711#M804577</guid>
      <dc:creator>Hakan Eren</dc:creator>
      <dc:date>2003-11-27T22:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: New Kernel does not boot, C3000, Hpux 11i, 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-kernel-does-not-boot-c3000-hpux-11i-11-11/m-p/3130712#M804578</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;Here is the steps to build the kernel on HP-UX 11.X :&lt;BR /&gt;&lt;BR /&gt;1.  Change directories to /stand/build.&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;&lt;BR /&gt;2.  Create a new system file from the running kernel.&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s /stand/build/system&lt;BR /&gt;&lt;BR /&gt;NOTE: HP-UX 11i introduces dynamic tunables to HP-UX.  The system_prep command will not currently capture dynamic tunable information, since this commands reads values directly from the kernel. For HP-UX 11i systems using dyanmic tunables the /stand/system file should be copied to /stand/build and used as the kernel template.  kmtune, the command used to query and alter dynamic kernel tunables, will update the /stand/system file by default anytime a dynamic tunable is changed. See the kmtune(1m) and 11.11 Release Notes manpage for more information.&lt;BR /&gt;&lt;BR /&gt;3.  Edit the kernel with the planned changes.&lt;BR /&gt;# vi /stand/build/system&lt;BR /&gt;&lt;BR /&gt;4.  Build the new kernel.&lt;BR /&gt;# /usr/sbin/mk_kernel -s /stand/build/system&lt;BR /&gt;&lt;BR /&gt;5.  Move the old system and vmunix files so if anything goes wrong, 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.  Move the new system file and new kernel into place, ready to be used when&lt;BR /&gt;rebooting the system.&lt;BR /&gt;# mv /stand/build/system /stand/system  &amp;lt;&amp;lt; NOTE&lt;BR /&gt;# kmupdate /stand/build/vmunix_test&lt;BR /&gt;&lt;BR /&gt;NOTE: The kmupdate command will move the /stand/vmunix kernel to /stand/vmunix.prev and the newly created kernel to /stand/vmunix as part of the shutdown process. &lt;BR /&gt;&lt;BR /&gt;7.  Reboot the system off the new kernel.&lt;BR /&gt;# shutdown -r&lt;BR /&gt;&lt;BR /&gt;More information is available in the HP-UX System Administration Tasks manual. man manuals will give you ordering information and part numbers.&lt;BR /&gt;&lt;BR /&gt;Most HP documentation is avaialable online at: &lt;A href="http://www.docs.hp.com" target="_blank"&gt;http://www.docs.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this info help you.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;AW&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2003 23:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-kernel-does-not-boot-c3000-hpux-11i-11-11/m-p/3130712#M804578</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2003-11-27T23:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: New Kernel does not boot, C3000, Hpux 11i, 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-kernel-does-not-boot-c3000-hpux-11i-11-11/m-p/3130713#M804579</link>
      <description>thanks. Have you read my post? I am already&lt;BR /&gt;doing everything you say.</description>
      <pubDate>Thu, 27 Nov 2003 23:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-kernel-does-not-boot-c3000-hpux-11i-11-11/m-p/3130713#M804579</guid>
      <dc:creator>Hakan Eren</dc:creator>
      <dc:date>2003-11-27T23:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: New Kernel does not boot, C3000, Hpux 11i, 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-kernel-does-not-boot-c3000-hpux-11i-11-11/m-p/3130714#M804580</link>
      <description>If you already booted using the old kernel. Try rebuilding the Kernel using SAM this time.&lt;BR /&gt;&lt;BR /&gt;Also, during the boot process interrupt it when you see the Press any key in 10 seconds&amp;gt;go to the ISL prompt&amp;gt;&lt;BR /&gt;bo pri&lt;BR /&gt;Interact with ISL &amp;gt; Yes&lt;BR /&gt;ISL&amp;gt;hpux ll /stand/*&lt;BR /&gt;&lt;BR /&gt;to list the current kernels in the /stand directory. then try to boot off the new one.&lt;BR /&gt;Go here and check your system for available patches!&lt;BR /&gt;&lt;A href="http://europe-support3.external.hp.com/estaff/bin/doc.pl/screen=estaffDocs/distrib_redir=2+1069998086" target="_blank"&gt;http://europe-support3.external.hp.com/estaff/bin/doc.pl/screen=estaffDocs/distrib_redir=2+1069998086&lt;/A&gt;|*?File=welcome%2Fsnf3_new_tools.htm&amp;amp;Log=SCR%3DHOME_SCREEN&lt;BR /&gt;&lt;BR /&gt;Hope this help!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Nov 2003 00:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-kernel-does-not-boot-c3000-hpux-11i-11-11/m-p/3130714#M804580</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-11-28T00:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: New Kernel does not boot, C3000, Hpux 11i, 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/new-kernel-does-not-boot-c3000-hpux-11i-11-11/m-p/3130715#M804581</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;Refer you to check the software fileset on your system, make sure all with 'configured' status :&lt;BR /&gt;&lt;BR /&gt;# swlist -l fileset -a state&lt;BR /&gt;&lt;BR /&gt;Also better you verify the software on your system with command below :&lt;BR /&gt;&lt;BR /&gt;# swverify -v \* &lt;BR /&gt;&lt;BR /&gt;Check on /var/adm/sw/swagent.log and makre sure there's no error found.&lt;BR /&gt;&lt;BR /&gt;Hope this informaiton can help you.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;AW</description>
      <pubDate>Fri, 28 Nov 2003 01:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/new-kernel-does-not-boot-c3000-hpux-11i-11-11/m-p/3130715#M804581</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2003-11-28T01:49:57Z</dc:date>
    </item>
  </channel>
</rss>

