<?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 HP DL585 RHEL smp kernel boot in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hp-dl585-rhel-smp-kernel-boot/m-p/4136732#M31450</link>
    <description>Running into a bit of an issue on an DL585 G2 in which I just installed RHE 4 (AS).  I can successfully boot into the non-smp kernel.  However, if I attempt to boot into anything smp, I cannot boot at all.  I've noticed many 'unable to handle kernel paging request at" messages.&lt;BR /&gt;&lt;BR /&gt;I have installed the HP Support pack and done only a simple install.  The system has the following attributes:&lt;BR /&gt;&lt;BR /&gt;P400 SmartArray&lt;BR /&gt;4 dual-core AMD EMT64 proc's&lt;BR /&gt;12GB RAM&lt;BR /&gt;Kernel version:  2.6.9-5&lt;BR /&gt;&lt;BR /&gt;I can successfully boot from a non-smp kernel.  I err out only what attempting to boot from smp.  &lt;BR /&gt;&lt;BR /&gt;Any assistance would be greatly appreciated.</description>
    <pubDate>Mon, 28 Jan 2008 17:35:53 GMT</pubDate>
    <dc:creator>Tekmazter</dc:creator>
    <dc:date>2008-01-28T17:35:53Z</dc:date>
    <item>
      <title>HP DL585 RHEL smp kernel boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-dl585-rhel-smp-kernel-boot/m-p/4136732#M31450</link>
      <description>Running into a bit of an issue on an DL585 G2 in which I just installed RHE 4 (AS).  I can successfully boot into the non-smp kernel.  However, if I attempt to boot into anything smp, I cannot boot at all.  I've noticed many 'unable to handle kernel paging request at" messages.&lt;BR /&gt;&lt;BR /&gt;I have installed the HP Support pack and done only a simple install.  The system has the following attributes:&lt;BR /&gt;&lt;BR /&gt;P400 SmartArray&lt;BR /&gt;4 dual-core AMD EMT64 proc's&lt;BR /&gt;12GB RAM&lt;BR /&gt;Kernel version:  2.6.9-5&lt;BR /&gt;&lt;BR /&gt;I can successfully boot from a non-smp kernel.  I err out only what attempting to boot from smp.  &lt;BR /&gt;&lt;BR /&gt;Any assistance would be greatly appreciated.</description>
      <pubDate>Mon, 28 Jan 2008 17:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-dl585-rhel-smp-kernel-boot/m-p/4136732#M31450</guid>
      <dc:creator>Tekmazter</dc:creator>
      <dc:date>2008-01-28T17:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: HP DL585 RHEL smp kernel boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-dl585-rhel-smp-kernel-boot/m-p/4136733#M31451</link>
      <description>Please try these tips:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18004.www1.hp.com/products/servers/linux/k8-notes.html#rhel4u4x64" target="_blank"&gt;http://h18004.www1.hp.com/products/servers/linux/k8-notes.html#rhel4u4x64&lt;/A&gt;</description>
      <pubDate>Mon, 28 Jan 2008 18:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-dl585-rhel-smp-kernel-boot/m-p/4136733#M31451</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-01-28T18:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: HP DL585 RHEL smp kernel boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-dl585-rhel-smp-kernel-boot/m-p/4136734#M31452</link>
      <description>Hi and thank you for that.  I had already followed these notes prior to installation and post install.  My grub.conf file is pasted below:&lt;BR /&gt;&lt;BR /&gt;#boot=/dev/cciss/c0d0&lt;BR /&gt;# default=0 # commented out by Proliant HBA install script&lt;BR /&gt;default=2&lt;BR /&gt;fallback=0&lt;BR /&gt;timeout=10&lt;BR /&gt;splashimage=(hd0,0)/boot/grub/splash.xpm.gz&lt;BR /&gt;hiddenmenu&lt;BR /&gt;title Red Hat Enterprise Linux AS (2.6.9-5.ELsmp)&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /boot/vmlinuz-2.6.9-5.ELsmp ro root=LABEL=/ pci=nommconf rhgb quiet&lt;BR /&gt;        initrd /boot/initrd-2.6.9-5.ELsmp.img&lt;BR /&gt;title Red Hat Enterprise Linux AS-up (2.6.9-5.EL)&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /boot/vmlinuz-2.6.9-5.EL ro root=LABEL=/ pci=nommconf rhgb quiet&lt;BR /&gt;        initrd /boot/initrd-2.6.9-5.EL.img&lt;BR /&gt;&lt;BR /&gt;# This entry (no. 2) added by Proliant HBA install script&lt;BR /&gt;# in package cpq_cciss-2.6.18-5.rhel4&lt;BR /&gt;title HP-2.6.9-5.EL&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /boot/vmlinuz-2.6.9-5.EL ro root=LABEL=/ pci=nommconf rhgb quiet&lt;BR /&gt;        initrd /boot/HP-initrd-2.6.9-5.EL.img&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# This entry (no. 3) added by Proliant HBA install script&lt;BR /&gt;# in package cpq_cciss-2.6.18-5.rhel4&lt;BR /&gt;title HP-2.6.9-5.ELsmp&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /boot/vmlinuz-2.6.9-5.ELsmp ro root=LABEL=/  pci=nommconf rhgb quiet&lt;BR /&gt;        initrd /boot/HP-initrd-2.6.9-5.ELsmp.img&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Keep in mind, I can successfully boot from the non-smp kernel.  Is there something I missed in setup?&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jan 2008 18:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-dl585-rhel-smp-kernel-boot/m-p/4136734#M31452</guid>
      <dc:creator>Tekmazter</dc:creator>
      <dc:date>2008-01-28T18:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: HP DL585 RHEL smp kernel boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-dl585-rhel-smp-kernel-boot/m-p/4136735#M31453</link>
      <description>I would update this system. &lt;BR /&gt;&lt;BR /&gt;You are using the BUNDLED RHEL4 kernel, which was released in early 2005.   You apparently have no updates on this system. &lt;BR /&gt;&lt;BR /&gt;According to the certification matrix for DL585 G2  (&lt;A href="http://www.hp.com/go/linux," target="_blank"&gt;www.hp.com/go/linux,&lt;/A&gt; then look for certifications and then Proliant servers).  You will see that the MINIMUM kernel revision for RHEL4 is: &lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;Minimum Supported Red Hat Updates&lt;BR /&gt;   â ¢  Red Hat Enterprise Linux 5 initial release&lt;BR /&gt;   â ¢  Red Hat Enterprise Linux 4 Update 3&lt;BR /&gt;   â ¢  Red Hat Enterprise Linux 3 Update 8 + 2.4.21-47.0.1.EL kernel (x86)&lt;BR /&gt;   â ¢  Red Hat Enterprise Linux 3 Update 8 (AMD64/EM64T)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18004.www1.hp.com/products/servers/linux/dl585g2-drivers-cert.html" target="_blank"&gt;http://h18004.www1.hp.com/products/servers/linux/dl585g2-drivers-cert.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jan 2008 13:38:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-dl585-rhel-smp-kernel-boot/m-p/4136735#M31453</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2008-01-29T13:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: HP DL585 RHEL smp kernel boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-dl585-rhel-smp-kernel-boot/m-p/4136736#M31454</link>
      <description>Thank you very much for your reply.  I did somewhat suspect this.  However, I never bothered to look at the support matrix.  One funny thing is that I recently downloaded the latest release of RHE4 but never installed from that media (OOPS).  &lt;BR /&gt;&lt;BR /&gt;The system in this case was being put under support as of today in order to pull updates from RHN.  I'll post back with what I find after updating this system.  &lt;BR /&gt;&lt;BR /&gt;Thanks again!</description>
      <pubDate>Tue, 29 Jan 2008 14:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-dl585-rhel-smp-kernel-boot/m-p/4136736#M31454</guid>
      <dc:creator>Tekmazter</dc:creator>
      <dc:date>2008-01-29T14:08:40Z</dc:date>
    </item>
  </channel>
</rss>

