Hello, 

At first thanks for your answer.

In fact I used the following procedure to install all my components :

 

#get the latest stable kernel realease
[EMAIL PROTECTED] ~]# cd /usr/src
[EMAIL PROTECTED] src]#wget 
http://www.eu.kernel.org/pub/linux/kernel/v2.6/linux-2.6.26.2.tar.gz
[EMAIL PROTECTED] src]# tar -xvzf linux-2.6.26.3.tar.gz
[EMAIL PROTECTED] src]# cd linux-2.6.26.3
[EMAIL PROTECTED] src]# cp /boot/configurexxxxxx 
/usr/src/linux-2.6.26.3/.configure

#configure you kernel
[EMAIL PROTECTED] linux-2.6.26.3]# make menuconfig

#get & apply the lockproto patch
[EMAIL PROTECTED] linux-2.6.26.3]# wget 
ftp://sources.redhat.com/pub/cluster/releases/lockproto-exports.patch
[EMAIL PROTECTED] linux-2.6.26.3]# patch -p1 < lockproto-exports.patch
patching file fs/gfs2/locking.c

#compiling kernel
[EMAIL PROTECTED] linux-2.6.26.3]# make bzImage
[EMAIL PROTECTED] linux-2.6.26.3]# make modules
[EMAIL PROTECTED] linux-2.6.26.3]# make modules_install
[EMAIL PROTECTED] linux-2.6.26.3]# make install
[EMAIL PROTECTED] linux-2.6.26.3]# reboot

#installing openais
[EMAIL PROTECTED] openais]# tar -xvzf openais-0.80.3.tar.gz
[EMAIL PROTECTED] openais-0.80.3]# make
[EMAIL PROTECTED] openais-0.80.3]# make install

#trying to install cluster

[EMAIL PROTECTED] cluster]# wget 
ftp://sources.redhat.com/pub/cluster/releases/cluster-2.03.07.tar.gz
[EMAIL PROTECTED] cluster]# tar -xvzf cluster-2.03.07.tar.gz
[EMAIL PROTECTED] src]# cd cluster-2.03.07
[EMAIL PROTECTED] cluster-2.03.07]# ./configure 
kernel_src=/usr/src/linux-2.6.26.3
[EMAIL PROTECTED] cluster-2.03.07]# make install

 

In fact I just would like a reliable procedure to install all those components 
without having problems.
Just a simple procedure with all requirements and commands. I'm simply doing 
that to know if GFS is usable only on Redhat or if it's possible to install on 
other distribution

Thanks again for your help, regards


Greg

 

Hi,Are you sure openais-devel is installed?In rhel-5, openais-devel owns that 
header file. I'm not sure same goesfor centos but same or similar named package 
should be required, [EMAIL PROTECTED]@foo ~]# cat /etc/redhat-releaseRed Hat 
Enterprise Linux Server release 5.2 (Tikanga)[EMAIL PROTECTED]@foo ~]# rpm -qf 
$(locate openais/service/swab.h)openais-devel-0.80.3-15.el5- satoruOn Sat, Aug 
23, 2008 at 10:34:45AM +0200, gregory steulet wrote:> Hi folks,> > I'm a bit 
fed up with this project of red hat cluster. At first I triedto> compile 
cluster-2.03.07 on a 64 bits system... well I forgot it, it looksnot> possible. 
Now I switched on a centos 32 bits, other errors occured when Itry> to compile 
cluster-2.03.07> > My configuration is the following :> - centos 5.2 32 bits, 
last patches> - kernel 2.6.26.3> -openais-080.3> > I used the following 
procedure to compile cluster-2.03.07> > configure 
--kernel_src=/usr/src/linux-2.6.26.3> make> > There I got lot of errors 
regarding op!
 enais (cman/deamon/deamon.c:21:34:error:> openais/service/swab.h: no such file 
or directory, deamon.c:22:35: error:> openais/totem/aispool.h: nos such file or 
directory)> > However I had a look on http://sources.redhat.com/cluster/wiki/ 
and my set up> looks good... How do I have to proceed ???> > 
Greg--Linux-cluster mailing [EMAIL 
PROTECTED]://www.redhat.com/mailman/listinfo/linux-cluster

--
Linux-cluster mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-cluster

Reply via email to