<?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 redhat cluster suite installation. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860364#M25161</link>
    <description>I am trying to install redhat cluster suite v 4.0 for 64bit intel itanium. The OS is RHEL AS 4. During the cluster installation, its says the below package is required by the cman &amp;amp; dlm kernel. I brought the kernel revision to 2.6.9-22.EL, yet I am getting the same error. Thanks in anticipation.&lt;BR /&gt;&lt;BR /&gt;[root@dbnode1 RPMS]# rpm -ivh *.rpm&lt;BR /&gt;error: Failed dependencies:&lt;BR /&gt;        /lib/modules/2.6.9-22.EL is needed by cman-kernel-2.6.9-39.5.ia64&lt;BR /&gt;        /lib/modules/2.6.9-22.EL is needed by dlm-kernel-2.6.9-37.7.ia64&lt;BR /&gt;[root@dbnode1 RPMS]# uname -a&lt;BR /&gt;Linux dbnode1 2.6.9-22.EL #1 SMP Mon Sep 11 16:48:38 AST 2006 ia64 ia64 ia64 GNU/Linux&lt;BR /&gt;[root@dbnode1 RPMS]# uname -r&lt;BR /&gt;2.6.9-22.EL&lt;BR /&gt;[root@dbnode1 RPMS]#</description>
    <pubDate>Mon, 11 Sep 2006 09:16:12 GMT</pubDate>
    <dc:creator>avik</dc:creator>
    <dc:date>2006-09-11T09:16:12Z</dc:date>
    <item>
      <title>redhat cluster suite installation.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860364#M25161</link>
      <description>I am trying to install redhat cluster suite v 4.0 for 64bit intel itanium. The OS is RHEL AS 4. During the cluster installation, its says the below package is required by the cman &amp;amp; dlm kernel. I brought the kernel revision to 2.6.9-22.EL, yet I am getting the same error. Thanks in anticipation.&lt;BR /&gt;&lt;BR /&gt;[root@dbnode1 RPMS]# rpm -ivh *.rpm&lt;BR /&gt;error: Failed dependencies:&lt;BR /&gt;        /lib/modules/2.6.9-22.EL is needed by cman-kernel-2.6.9-39.5.ia64&lt;BR /&gt;        /lib/modules/2.6.9-22.EL is needed by dlm-kernel-2.6.9-37.7.ia64&lt;BR /&gt;[root@dbnode1 RPMS]# uname -a&lt;BR /&gt;Linux dbnode1 2.6.9-22.EL #1 SMP Mon Sep 11 16:48:38 AST 2006 ia64 ia64 ia64 GNU/Linux&lt;BR /&gt;[root@dbnode1 RPMS]# uname -r&lt;BR /&gt;2.6.9-22.EL&lt;BR /&gt;[root@dbnode1 RPMS]#</description>
      <pubDate>Mon, 11 Sep 2006 09:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860364#M25161</guid>
      <dc:creator>avik</dc:creator>
      <dc:date>2006-09-11T09:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: redhat cluster suite installation.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860365#M25162</link>
      <description>Did you build the 2.9.9-22.EL kernel from the source?&lt;BR /&gt;&lt;BR /&gt;Probably, you do have installed the kernel but is not in the rpm database, that's why it complains about it.&lt;BR /&gt;&lt;BR /&gt;What is the output of?&lt;BR /&gt;&lt;BR /&gt;rpm -qa |grep kernel&lt;BR /&gt;&lt;BR /&gt;If the directory /lib/modules/2.6.9-22.EL do exits (and it should because of the output of uname -r), but in the output of rpm -qa you don't see the package, then you can install the packages using:&lt;BR /&gt;&lt;BR /&gt;rpm -Uvh *.rpm --nodeps</description>
      <pubDate>Mon, 11 Sep 2006 09:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860365#M25162</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-09-11T09:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: redhat cluster suite installation.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860366#M25163</link>
      <description>hey again,&lt;BR /&gt;&lt;BR /&gt;[root@dbnode2 linux]# rpm -qa | grep kernel&lt;BR /&gt;kernel-devel-2.6.9-11.EL&lt;BR /&gt;kernel-utils-2.4-13.1.66&lt;BR /&gt;kernel-2.6.9-11.EL&lt;BR /&gt;[root@dbnode2 linux]# cd /lib/modules&lt;BR /&gt;[root@dbnode2 modules]# ls&lt;BR /&gt;2.6.9-11.EL  2.6.9-22.EL  kabi-4.0-0&lt;BR /&gt;[root@dbnode2 modules]# ls -lrt&lt;BR /&gt;total 24&lt;BR /&gt;drwxr-xr-x  2 root root 4096 May 21  2005 kabi-4.0-0&lt;BR /&gt;drwxr-xr-x  3 root root 4096 Aug 19 16:35 2.6.9-11.EL&lt;BR /&gt;drwxr-xr-x  3 root root 4096 Sep 10 16:55 2.6.9-22.EL&lt;BR /&gt;[root@dbnode2 modules]# &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Sep 2006 10:07:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860366#M25163</guid>
      <dc:creator>avik</dc:creator>
      <dc:date>2006-09-11T10:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: redhat cluster suite installation.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860367#M25164</link>
      <description>hi, are you suggesting to execute the below command for the cluster packages ?&lt;BR /&gt;&lt;BR /&gt;rpm -Uvh *.rpm --nodeps&lt;BR /&gt;&lt;BR /&gt;what does the --nodeps mean ?</description>
      <pubDate>Mon, 11 Sep 2006 10:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860367#M25164</guid>
      <dc:creator>avik</dc:creator>
      <dc:date>2006-09-11T10:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: redhat cluster suite installation.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860368#M25165</link>
      <description>So for now you run -11 or -22 kernel?&lt;BR /&gt;for your running kernel you should have appropriate kernel-devel package.&lt;BR /&gt;&lt;BR /&gt;As for "--nodeps" option, it asks  RPM don't check for dependencies. I don't think this will help in you case.</description>
      <pubDate>Mon, 11 Sep 2006 10:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860368#M25165</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-09-11T10:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: redhat cluster suite installation.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860369#M25166</link>
      <description>I am soo sorry, that output was collected from the second node. Here is the output from the machine in question.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@dbnode1 RPMS]# rpm -qa | grep kernel&lt;BR /&gt;kernel-2.6.9-42.0.2.EL&lt;BR /&gt;kernel-2.6.9-42.EL&lt;BR /&gt;kernel-module-ntfs-2.6.9-22.EL-2.1.20-0.rr.10.0&lt;BR /&gt;kernel-utils-2.4-13.1.83&lt;BR /&gt;kernel-devel-2.6.9-42.0.2.EL&lt;BR /&gt;kernel-module-ntfs-2.6.9-22.ELsmp-2.1.20-0.rr.10.0&lt;BR /&gt;kernel-devel-2.6.9-11.EL&lt;BR /&gt;kernel-devel-2.6.9-42.EL&lt;BR /&gt;kernel-2.6.9-11.EL&lt;BR /&gt;[root@dbnode1 RPMS]# cd /lib/modules&lt;BR /&gt;[root@dbnode1 modules]# ls -lrt&lt;BR /&gt;total 48&lt;BR /&gt;drwxr-xr-x  2 root root 4096 Aug 18 01:07 kabi-4.0-0&lt;BR /&gt;drwxr-xr-x  3 root root 4096 Aug 19 14:42 2.6.9-11.EL&lt;BR /&gt;drwxr-xr-x  3 root root 4096 Sep  6 12:48 2.6.9-42.EL&lt;BR /&gt;drwxr-xr-x  3 root root 4096 Sep  6 12:48 2.6.9-22.ELsmp&lt;BR /&gt;drwxr-xr-x  3 root root 4096 Sep  6 14:19 2.6.9-42.0.2.EL&lt;BR /&gt;drwxr-xr-x  3 root root 4096 Sep 11 16:55 2.6.9-22.EL&lt;BR /&gt;[root@dbnode1 modules]#</description>
      <pubDate>Mon, 11 Sep 2006 10:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860369#M25166</guid>
      <dc:creator>avik</dc:creator>
      <dc:date>2006-09-11T10:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: redhat cluster suite installation.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860370#M25167</link>
      <description>You can safely run:&lt;BR /&gt;&lt;BR /&gt;rpm -Uvh *.rpm --nodeps&lt;BR /&gt;&lt;BR /&gt;In this way, you will install the packages wihtout checking dependencies, as you do have the files needed but the package is not in the database.&lt;BR /&gt;&lt;BR /&gt;Just ensure that all other dependencies are meet. Normally, all dependencies needed are displayed in the rpm command, so --nodeps should be safe.</description>
      <pubDate>Mon, 11 Sep 2006 10:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-cluster-suite-installation/m-p/3860370#M25167</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-09-11T10:42:20Z</dc:date>
    </item>
  </channel>
</rss>

