LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices


Reply
  Search this Thread
Old 03-07-2007, 05:05 AM   #1
aix_tiger
LQ Newbie
 
Registered: Mar 2007
Posts: 14

Rep: Reputation: 0
Unhappy Cman and DLM RPMS installtion failure!! Please help


Guys

While trying to install latest Redhat cluster suite RPMS on RHEL V4U4 , i am facing some strange problems.

I was able to install follwoing RPMS easily ( related on Red Hat
cluster suite - latest update ) :

fence-1.32.25-1.i686.rpm
gulm-1.0.7-0.i686.rpm
iddev-2.0.0-3.i686.rpm
ipvsadm-1.24-6.i386.rpm
magma-1.0.6-0.i686.rpm
perl-Net-Telnet-3.03-3.noarch.rpm
piranha-0.8.3-1.i386.rpm
rgmanager-1.9.53-0.i386.rpm
system-config-cluster-1.0.27-1.0.noarch.rpm

But I am not able to install DLM and Cman relatde filesets and face same kind of errors.

#ls -al cman*

-rw-r--r-- 11 root root 57665 Aug 8 2006 cman-1.0.11-0.i686.rpm
-rw-r--r-- 11 root root 7644 Aug 8 2006 cman-devel-1.0.11-0.i686.rpm
-rw-r--r-- 6 root root 131530 Aug 8 2006 cman-kernel-2.6.9-45.2.i686.rpm
-rw-r--r-- 6 root root 128936 Aug 8 2006 cman-kernel-hugemem-2.6.9-45.2.i686.rpm
-rw-r--r-- 6 root root 129651 Aug 8 2006 cman-kernel-smp-2.6.9-45.2.i686.rpm
-rw-r--r-- 6 root root 7864 Aug 8 2006 cman-kernheaders-2.6.9-45.2.i686.rpm

# rpm -i cman-1.0.11-0.i686.rpm
error: Failed dependencies:
cman-kernel-modules >= 2.6.9 is needed by cman-1.0.11-0.i686

And when try to install cman-kernel

#rpm -i cman-kernel-2.6.9-45.2.i686.rpm
error: Failed dependencies:
/lib/modules/2.6.9-42.EL is needed by cman-kernel-2.6.9-45.2.i686

And same problem is happening to DLM rpms.

How can i solve this dependency problem.. From where to arrange these modules ?? Please advice and guide me ??

Thanks for support

Regards

Polani
 
Old 03-07-2007, 06:04 AM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
You do have the 2.6.9-42 kernel(this one exactly) installed?? I did not see the css package listed, perhaps an oversite on your part??

Try installing all at the same time: rpm -ivh *.rpm

Code:
$ ls
ccs-1.0.7-0.x86_64.rpm             dlm-kernel-2.6.9-44.3.x86_64.rpm
cman-1.0.11-0.x86_64.rpm           kernel-2.6.9-42.0.3.EL.x86_64.rpm
cman-kernel-2.6.9-45.8.x86_64.rpm  magma-1.0.6-0.x86_64.rpm
dlm-1.0.1-1.x86_64.rpm
(I'm running SL5 and the result is expected);
Code:
$ rpm -ivh *.rpm --test
warning: ccs-1.0.7-0.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies:
        kernel < 2.6.12 conflicts with initscripts-8.45.7-1.x86_64
        kernel < 2.6.17 conflicts with hal-0.5.8.1-16.el5.i386
        kernel < 2.6.17 conflicts with hal-0.5.8.1-16.el5.x86_64
        kernel < 2.6.13 conflicts with kudzu-1.2.57.6-1.x86_64
        kernel < 2.6.17 conflicts with autofs-5.0.1-0.rc3.23.x86_64
 
Old 03-08-2007, 01:15 AM   #3
aix_tiger
LQ Newbie
 
Registered: Mar 2007
Posts: 14

Original Poster
Rep: Reputation: 0
Unhappy

Hi

First of all many thanks for help!

Yeah ccs is already installed , but for Cman and DLM rpms , as you said infact it seems to be missing required kernel version issue ... as i dont have kernel 2.6.9-42 installed. When i ran rpm command with test parameter , it showed me failed dependency error for Kernel version 2.6.9-42

#rpm -ivh *.rpm --test
warning: ccs-1.0.7-0.i686.rpm: V3 DSA signature: NOKEY, key ID db42a60e
error: Failed dependencies:
/lib/modules/2.6.9-42.EL is needed by cman-kernel-2.6.9-45.2.i686
/lib/modules/2.6.9-42.ELhugemem is needed by cman-kernel-hugemem-2.6.9-45.2.i686
kernel-hugemem = 2.6.9-42.EL is needed by cman-kernel-hugemem-2.6.9-45.2.i686
/lib/modules/2.6.9-42.ELsmp is needed by cman-kernel-smp-2.6.9-45.2.i686
kernel-smp = 2.6.9-42.EL is needed by cman-kernel-smp-2.6.9-45.2.i686
/lib/modules/2.6.9-42.EL is needed by dlm-kernel-2.6.9-42.10.i686
/lib/modules/2.6.9-42.ELhugemem is needed by dlm-kernel-hugemem-2.6.9-42.10.i686
kernel-hugemem = 2.6.9-42.EL is needed by dlm-kernel-hugemem-2.6.9-42.10.i686
/lib/modules/2.6.9-42.ELsmp is needed by dlm-kernel-smp-2.6.9-42.10.i686
kernel-smp = 2.6.9-42.EL is needed by dlm-kernel-smp-2.6.9-42.10.i686

And in /lib/modules directory , i dont have 2.6.9-42 available, only 2.6.9-5 available

ls -al /lib/modules
total 56
drwxr-xr-x 7 root root 4096 Feb 26 10:56 .
drwxr-xr-x 11 root root 4096 Mar 3 04:02 ..
drwxr-xr-x 3 root root 4096 Feb 26 10:56 2.6.9-5.EL
drwxr-xr-x 2 root root 4096 Feb 26 10:56 2.6.9-5.ELhugemem
drwxr-xr-x 3 root root 4096 Feb 26 10:56 2.6.9-5.ELsmp
drwxr-xr-x 2 root root 4096 Jan 6 2005 kabi-4.0-0
drwxr-xr-x 2 root root 4096 Jan 6 2005 kabi-4.0-0smp

Question: what should be the procedure to upgrade this kernel to 2.6.9-42, any procedure ?? From where i can get this upgraded kernel rpm ?? Please advice ???

Thanks again for help and guidance to me !!!


Regards

Polani
 
Old 03-08-2007, 05:52 AM   #4
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
With your RHN subscription download the new kernel and install it. Might as well grab all the other updates as well, a fair number of updates have been released since RHEL4 update 4 was released. In fact RHEL4 update 5 is due out shortly.

https://www.redhat.com/rhn/rhndetails/update/

If you do not have a valid subscription then you really should consider getting one or switching to one of the 100% binary compatible freely available Enterprise-class Linux Distributions like CentOS or Scientific Linux.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Telnet : Temporary failure in name resolution : Host name lookup failure koodoo Linux - Newbie 10 02-11-2008 07:59 PM
installtion help scdp Linux - Newbie 4 12-08-2005 04:44 AM
PostScript failure result in printing failure cawwt Linux - General 2 10-01-2004 01:06 PM
Help on Antivirus Installtion s_diptiman General 1 03-27-2003 04:42 AM
Red Hat RPMs vs Mandrake RPMs pioniere Linux - Distributions 4 02-27-2003 12:38 PM

LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise

All times are GMT -5. The time now is 09:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration