<?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: linux PSP rpm installation problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-psp-rpm-installation-problem/m-p/4214993#M32853</link>
    <description>Hi,&lt;BR /&gt;Ivan, I rebooted the server with 2.6.9-22.ELsmp kernel, the compilation of rpm was good but it modified the grub file cause the system boot with kernel 2.6.9-22.ELsmp by default instead of 2.6.9-22.0.2.ELsmp.&lt;BR /&gt;I modified the grub file to start with 2.6.9-22.0.2.ELsmp again but now I don't know if now the system is in stable and good condition. This system will be production server and I dont want have bad surprise.&lt;BR /&gt;&lt;BR /&gt;Colin, on the server is installed the 32 bit version of RedHat, 64 is not certified (supported)&lt;BR /&gt;&lt;A href="https://hardware.redhat.com/show.cgi?id=148889" target="_blank"&gt;https://hardware.redhat.com/show.cgi?id=148889&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Paolo</description>
    <pubDate>Mon, 16 Jun 2008 14:06:57 GMT</pubDate>
    <dc:creator>Paolo Gilli</dc:creator>
    <dc:date>2008-06-16T14:06:57Z</dc:date>
    <item>
      <title>linux PSP rpm installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-psp-rpm-installation-problem/m-p/4214990#M32850</link>
      <description>I'm installing PSP791 on a proliant DL380G4 with linux RH 4 (kernel 2.6.9-22.0.2.ELsmp)&lt;BR /&gt;The installation of cpq_cciss-2.6.18-5.rhel4.i686.rpm fail cause this error:&lt;BR /&gt; rpm -Uvh cpq_cciss-2.6.18-5.rhel4.i686.rpm&lt;BR /&gt;Preparing...                ########################################### [100%]&lt;BR /&gt;The currently running kernel (2.6.9-22.0.2.ELsmp) is not&lt;BR /&gt;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.ELhugemem&lt;BR /&gt;2.6.9-11.ELsmp&lt;BR /&gt;2.6.9-22.EL&lt;BR /&gt;2.6.9-22.ELhugemem&lt;BR /&gt;2.6.9-22.ELsmp&lt;BR /&gt;2.6.9-34.EL&lt;BR /&gt;2.6.9-34.ELhugemem&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.ELhugemem&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.ELhugemem&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.ELhugemem&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.ELhugemem&lt;BR /&gt;2.6.9-55.ELsmp&lt;BR /&gt;2.6.9-5.EL&lt;BR /&gt;2.6.9-5.ELhugemem&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.i686) scriptlet failed, exit status 1&lt;BR /&gt;error:   install: %pre scriptlet failed (2), skipping cpq_cciss-2.6.18-5&lt;BR /&gt;&lt;BR /&gt;I have Kernel 2.6.9-22.0.2.ELsmp and rpm says that supported kernel is 2.6.9-22.ELsmp.&lt;BR /&gt;I think this is not a problem so, what do you think if I run the installation with the "--nopre" option?&lt;BR /&gt;rpm -ivh --nopre cpq_cciss-2.6.18-5.rhel4.i686.rpm&lt;BR /&gt;&lt;BR /&gt;Any other suggestions?&lt;BR /&gt;Thankyou&lt;BR /&gt;Paolo</description>
      <pubDate>Wed, 11 Jun 2008 15:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-psp-rpm-installation-problem/m-p/4214990#M32850</guid>
      <dc:creator>Paolo Gilli</dc:creator>
      <dc:date>2008-06-11T15:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: linux PSP rpm installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-psp-rpm-installation-problem/m-p/4214991#M32851</link>
      <description>What I would do is to install the kernel source for your current kernel, edit the MAKEFILE, and change the EXTRAVERSION to match the version needed by PSP, and using the /boot/config-&lt;VERSION&gt; file to "run make oldconfig".&lt;BR /&gt;&lt;BR /&gt;After your kernel compilation and installation, you will have your current kernel, and PSP will be happy to install on it.&lt;/VERSION&gt;</description>
      <pubDate>Wed, 11 Jun 2008 18:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-psp-rpm-installation-problem/m-p/4214991#M32851</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-06-11T18:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: linux PSP rpm installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-psp-rpm-installation-problem/m-p/4214992#M32852</link>
      <description>The G4 is a 64 bit machine - yet you are trying to install the 32 bit version of cpq_cciss?&lt;BR /&gt;&lt;BR /&gt;That's OK as long as you've also installed the 32 bit version of RedHat.... if you haven't, then things might not be where you might expect.&lt;BR /&gt;&lt;BR /&gt;Colin.</description>
      <pubDate>Fri, 13 Jun 2008 22:25:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-psp-rpm-installation-problem/m-p/4214992#M32852</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2008-06-13T22:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: linux PSP rpm installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-psp-rpm-installation-problem/m-p/4214993#M32853</link>
      <description>Hi,&lt;BR /&gt;Ivan, I rebooted the server with 2.6.9-22.ELsmp kernel, the compilation of rpm was good but it modified the grub file cause the system boot with kernel 2.6.9-22.ELsmp by default instead of 2.6.9-22.0.2.ELsmp.&lt;BR /&gt;I modified the grub file to start with 2.6.9-22.0.2.ELsmp again but now I don't know if now the system is in stable and good condition. This system will be production server and I dont want have bad surprise.&lt;BR /&gt;&lt;BR /&gt;Colin, on the server is installed the 32 bit version of RedHat, 64 is not certified (supported)&lt;BR /&gt;&lt;A href="https://hardware.redhat.com/show.cgi?id=148889" target="_blank"&gt;https://hardware.redhat.com/show.cgi?id=148889&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Paolo</description>
      <pubDate>Mon, 16 Jun 2008 14:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-psp-rpm-installation-problem/m-p/4214993#M32853</guid>
      <dc:creator>Paolo Gilli</dc:creator>
      <dc:date>2008-06-16T14:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: linux PSP rpm installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-psp-rpm-installation-problem/m-p/4214994#M32854</link>
      <description>&amp;gt;&amp;gt;&amp;gt; I modified the grub file to start with 2.6.9-22.0.2.ELsmp again but now I don't know if now the system is in stable and good condition. This system will be production server and I dont want have bad surprise.&lt;BR /&gt;&lt;BR /&gt;By default, when you install a kernel rpm, the system will boot the old kernel unless you modify the grub file. So, your procedure was correct. Now, to identify if the system is "stable", the system up with the new kernel is a good advance. Now, you should stress test your system using a load generator tool.&lt;BR /&gt;&lt;BR /&gt;The tool to be used depends of the service that will provide your server, for example, for database services, you could use hammerora, for web service, you have a lot of  stress tools.</description>
      <pubDate>Mon, 16 Jun 2008 18:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-psp-rpm-installation-problem/m-p/4214994#M32854</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-06-16T18:49:41Z</dc:date>
    </item>
  </channel>
</rss>

