maanas
2013-Mar-19 05:49 UTC
[Ocfs2-users] Unable to Install Ocfs2 in Oracle Linux 5 Machine.
Hi, I was trying to install OCFS 2 in my Oracle Linux 5 Machine. I created a mount point for cluster file system: # mkdir /u02 My Kernel version is : # uname -r 2.6.18-308.4.1.0.1.el5xen I am downloading the appropriate version of the kernel module from this location: https://oss.oracle.com/projects/ocfs2/files/RedHat/RHEL5/x86_64/1.4.10-1/2.6.18-308.4.1.el5/ When I am trying to execute this cmd for installing : # rpm -Uvh ocfs2-2.6.18-308.4.1.el5-1.4.10-1.el5.x86_64.rpm ocfs2-2.6.18-308.4.1.el5debug-1.4.10-1.el5.x86_64.rpm ocfs2-2.6.18-308.4.1.el5xen-1.4.10-1.el5.x86_64.rpm I am getting this error: warning: ocfs2-2.6.18-308.4.1.el5-1.4.10-1.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 error: Failed dependencies: kernel-debug = 2.6.18-308.4.1.el5 is needed by ocfs2-2.6.18-308.4.1.el5debug-1.4.10-1.el5.x86_64 kernel-xen = 2.6.18-308.4.1.el5 is needed by ocfs2-2.6.18-308.4.1.el5xen-1.4.10-1.el5.x86_64 Can anyone point out what error is there in this process? Thanks, Maanas.
Herbert van den Bergh
2013-Mar-19 15:11 UTC
[Ocfs2-users] Unable to Install Ocfs2 in Oracle Linux 5 Machine.
The kernel and ocfs2 versions don't match. You can manually download the correct ocfs2 package from here: http://public-yum.oracle.com/repo/OracleLinux/OL5/latest/x86_64/ocfs2-2.6.18-308.4.1.0.1.el5xen-1.4.10-1.el5.x86_64.rpm Or you can follow the instructions on http://public-yum.oracle.com/ to configure yum on your system, and use yum to automatically install the package and dependencies with: yum install ocfs2-`uname -r` Thanks, Herbert. On 3/18/13 10:49 PM, maanas wrote:> Hi, > > I was trying to install OCFS 2 in my Oracle Linux 5 Machine. > > I created a mount point for cluster file system: > > # mkdir /u02 > > My Kernel version is : > # uname -r > 2.6.18-308.4.1.0.1.el5xen > > I am downloading the appropriate version of the kernel module from this > location: > > https://oss.oracle.com/projects/ocfs2/files/RedHat/RHEL5/x86_64/1.4.10-1/2.6.18-308.4.1.el5/ > > > When I am trying to execute this cmd for installing : > > # rpm -Uvh ocfs2-2.6.18-308.4.1.el5-1.4.10-1.el5.x86_64.rpm > ocfs2-2.6.18-308.4.1.el5debug-1.4.10-1.el5.x86_64.rpm > ocfs2-2.6.18-308.4.1.el5xen-1.4.10-1.el5.x86_64.rpm > > I am getting this error: > > warning: ocfs2-2.6.18-308.4.1.el5-1.4.10-1.el5.x86_64.rpm: Header V3 DSA > signature: NOKEY, key ID 1e5e0159 > error: Failed dependencies: > kernel-debug = 2.6.18-308.4.1.el5 is needed by > ocfs2-2.6.18-308.4.1.el5debug-1.4.10-1.el5.x86_64 > kernel-xen = 2.6.18-308.4.1.el5 is needed by > ocfs2-2.6.18-308.4.1.el5xen-1.4.10-1.el5.x86_64 > > Can anyone point out what error is there in this process? > > Thanks, > Maanas. > > _______________________________________________ > Ocfs2-users mailing list > Ocfs2-users at oss.oracle.com > https://oss.oracle.com/mailman/listinfo/ocfs2-users
Ulf Zimmermann
2013-Mar-21 03:15 UTC
[Ocfs2-users] Unable to Install Ocfs2 in Oracle Linux 5 Machine.
To be move exact to the other replies: You are trying to install 3 packages: ocfs2-2.6.18-308.4.1.el5-1.4.10-1.el5.x86_64.rpm ocfs2-2.6.18-308.4.1.el5debug-1.4.10-1.el5.x86_64.rpm ocfs2-2.6.18-308.4.1.el5xen-1.4.10-1.el5.x86_64.rpm The el5debug package is only needed if you are running the Debug kernel, most people will not run that one. The el5xen package is for the kernel with XEN support. Based on that there is no error message for the first package, you only need to install that particular package.> -----Original Message----- > From: ocfs2-users-bounces at oss.oracle.com [mailto:ocfs2-users- > bounces at oss.oracle.com] On Behalf Of maanas > Sent: Monday, March 18, 2013 22:50 > To: ocfs2-users at oss.oracle.com > Cc: Ranga Babu; Raju Pasagadi > Subject: [Ocfs2-users] Unable to Install Ocfs2 in Oracle Linux 5 Machine. > > Hi, > > I was trying to install OCFS 2 in my Oracle Linux 5 Machine. > > I created a mount point for cluster file system: > > # mkdir /u02 > > My Kernel version is : > # uname -r > 2.6.18-308.4.1.0.1.el5xen > > I am downloading the appropriate version of the kernel module from this > location: > > https://oss.oracle.com/projects/ocfs2/files/RedHat/RHEL5/x86_64/1.4.10- > 1/2.6.18-308.4.1.el5/ > > > When I am trying to execute this cmd for installing : > > # rpm -Uvh ocfs2-2.6.18-308.4.1.el5-1.4.10-1.el5.x86_64.rpm > ocfs2-2.6.18-308.4.1.el5debug-1.4.10-1.el5.x86_64.rpm > ocfs2-2.6.18-308.4.1.el5xen-1.4.10-1.el5.x86_64.rpm > > I am getting this error: > > warning: ocfs2-2.6.18-308.4.1.el5-1.4.10-1.el5.x86_64.rpm: Header V3 DSA > signature: NOKEY, key ID 1e5e0159 > error: Failed dependencies: > kernel-debug = 2.6.18-308.4.1.el5 is needed by > ocfs2-2.6.18-308.4.1.el5debug-1.4.10-1.el5.x86_64 > kernel-xen = 2.6.18-308.4.1.el5 is needed by > ocfs2-2.6.18-308.4.1.el5xen-1.4.10-1.el5.x86_64 > > Can anyone point out what error is there in this process? > > Thanks, > Maanas. > > _______________________________________________ > Ocfs2-users mailing list > Ocfs2-users at oss.oracle.com > https://oss.oracle.com/mailman/listinfo/ocfs2-users