<?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 string misimatch error while installing Driver for HP Controller in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kernel-string-misimatch-error-while-installing-driver-for-hp/m-p/5093466#M63618</link>
    <description>Well, it's not an issue easily "fixed" - it's the installer doing what it's supposed to do.  It does not believe that your kernel is in the "supported list" of kernels.&lt;BR /&gt;&lt;BR /&gt;It is, in fact, an Oracle fork as far as I can tell (but I'm no unbreakable guru).  So unbreakable appears... broken.&lt;BR /&gt;&lt;BR /&gt;I'd install the "genuine" RH kernel, but that will nuke your support from Oracle.  Time to open a ticket with Oracle and tell them to un-fork their kernel.&lt;BR /&gt;&lt;BR /&gt;Is there an older Oracle update kernel that you can fall back on that is in the support list?&lt;BR /&gt;&lt;BR /&gt;Don't know if setting any kind of env. vars will help - you may be able to "spoof" it with a sym link in /lib if that's what the script is doing - but my guess is they're using uname, and I am not sure how to spoof that.... You'd have to look at the install script that is failing to see if there's a way around.....&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;DV-LN</description>
    <pubDate>Thu, 21 Feb 2008 14:47:10 GMT</pubDate>
    <dc:creator>Don Vanco - Linux Ninja</dc:creator>
    <dc:date>2008-02-21T14:47:10Z</dc:date>
    <item>
      <title>Kernel string misimatch error while installing Driver for HP Controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-string-misimatch-error-while-installing-driver-for-hp/m-p/5093465#M63617</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The server appears to have problem accessing the internal drive/Smart Array. The server has Oracle Enterprise Linux 4 Update 5 (2.6.9-55.0.0.0.2.ELsmp)&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;The current version of ‘cciss’ driver is &lt;BR /&gt;&lt;BR /&gt;    filename:       /lib/modules/2.6.9-55.0.0.0.2.ELsmp/kernel/drivers/block/cciss.ko&lt;BR /&gt;&lt;BR /&gt;    license:        GPL&lt;BR /&gt;&lt;BR /&gt;    version:        2.6.14 7F7EF038ECE8DBCA04C6F57&lt;BR /&gt;&lt;BR /&gt;    description:    Driver for HP Controller SA5xxx SA6xxx version 2.6.14.RH2&lt;BR /&gt;&lt;BR /&gt;I downloaded the latest Proliant Support Package for RHEL 4  for AMD64/EM64T. All but the Smart Array Controller component were installed successfully.&lt;BR /&gt;&lt;BR /&gt;I tried to installe it using the RPM – It errored out stating the kernel version does not match: 2.6.9-55.0.0.0.2.ELsmp Vs 2.6.9.55.EL.&lt;BR /&gt;&lt;BR /&gt;Could you advice me how to resolve this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Senthil.&lt;BR /&gt;&lt;BR /&gt;P.S: Below is the log file.&lt;BR /&gt;--------------------------------- &lt;BR /&gt;[root@iop95 cciss]# rpm -ivh cpq_cciss-2.6.18-5.rhel4.x86_64.rpm&lt;BR /&gt;Preparing...                ########################################### [100%]&lt;BR /&gt;The currently running kernel (2.6.9-55.0.0.0.2.ELsmp) is not supported by this rpm.  The supported kernels are: &lt;BR /&gt;&lt;BR /&gt;2.6.9-11.EL&lt;BR /&gt;2.6.9-11.ELsmp&lt;BR /&gt;2.6.9-22.EL&lt;BR /&gt;2.6.9-22.ELsmp&lt;BR /&gt;2.6.9-34.EL&lt;BR /&gt;2.6.9-34.ELlargesmp&lt;BR /&gt;2.6.9-34.ELsmp&lt;BR /&gt;2.6.9-42.0.3.EL&lt;BR /&gt;2.6.9-42.0.3.ELlargesmp&lt;BR /&gt;2.6.9-42.0.3.ELsmp&lt;BR /&gt;2.6.9-42.EL&lt;BR /&gt;2.6.9-42.ELlargesmp&lt;BR /&gt;2.6.9-42.ELsmp&lt;BR /&gt;2.6.9-5.0.3.EL&lt;BR /&gt;2.6.9-5.0.3.ELsmp&lt;BR /&gt;2.6.9-55.EL&lt;BR /&gt;2.6.9-55.ELlargesmp&lt;BR /&gt;2.6.9-55.ELsmp&lt;BR /&gt;2.6.9-5.EL&lt;BR /&gt;2.6.9-5.ELsmp&lt;BR /&gt;&lt;BR /&gt;Please boot into a supported kernel before installing this rpm&lt;BR /&gt;error: %pre(cpq_cciss-2.6.18-5.x86_64) scriptlet failed, exit status 1&lt;BR /&gt;error:   install: %pre scriptlet failed (2), skipping cpq_cciss-2.6.18-5</description>
      <pubDate>Wed, 20 Feb 2008 04:28:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-string-misimatch-error-while-installing-driver-for-hp/m-p/5093465#M63617</guid>
      <dc:creator>prakasse</dc:creator>
      <dc:date>2008-02-20T04:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel string misimatch error while installing Driver for HP Controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-string-misimatch-error-while-installing-driver-for-hp/m-p/5093466#M63618</link>
      <description>Well, it's not an issue easily "fixed" - it's the installer doing what it's supposed to do.  It does not believe that your kernel is in the "supported list" of kernels.&lt;BR /&gt;&lt;BR /&gt;It is, in fact, an Oracle fork as far as I can tell (but I'm no unbreakable guru).  So unbreakable appears... broken.&lt;BR /&gt;&lt;BR /&gt;I'd install the "genuine" RH kernel, but that will nuke your support from Oracle.  Time to open a ticket with Oracle and tell them to un-fork their kernel.&lt;BR /&gt;&lt;BR /&gt;Is there an older Oracle update kernel that you can fall back on that is in the support list?&lt;BR /&gt;&lt;BR /&gt;Don't know if setting any kind of env. vars will help - you may be able to "spoof" it with a sym link in /lib if that's what the script is doing - but my guess is they're using uname, and I am not sure how to spoof that.... You'd have to look at the install script that is failing to see if there's a way around.....&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;DV-LN</description>
      <pubDate>Thu, 21 Feb 2008 14:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-string-misimatch-error-while-installing-driver-for-hp/m-p/5093466#M63618</guid>
      <dc:creator>Don Vanco - Linux Ninja</dc:creator>
      <dc:date>2008-02-21T14:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel string misimatch error while installing Driver for HP Controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-string-misimatch-error-while-installing-driver-for-hp/m-p/5093467#M63619</link>
      <description>Also - are you _sure_ that's the latest CCISS driver?  I am pretty sure I've installed those that support the .55 family of kernels....&lt;BR /&gt;&lt;BR /&gt;Run your model # through the HP Support and Downloads tool and make sure you have the latest driver, and not just that from the PSP&lt;BR /&gt;&lt;BR /&gt;D</description>
      <pubDate>Thu, 21 Feb 2008 14:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-string-misimatch-error-while-installing-driver-for-hp/m-p/5093467#M63619</guid>
      <dc:creator>Don Vanco - Linux Ninja</dc:creator>
      <dc:date>2008-02-21T14:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel string misimatch error while installing Driver for HP Controller</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-string-misimatch-error-while-installing-driver-for-hp/m-p/5093468#M63620</link>
      <description>Mismatched driver</description>
      <pubDate>Fri, 22 Feb 2008 07:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-string-misimatch-error-while-installing-driver-for-hp/m-p/5093468#M63620</guid>
      <dc:creator>prakasse</dc:creator>
      <dc:date>2008-02-22T07:32:46Z</dc:date>
    </item>
  </channel>
</rss>

