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
[root@localhost ~]# cd /usr/src
[root@localhost src]#wget http://www.eu.kernel.org/pub/linux/kernel/v2.6/linux-2.6.26.2.tar.gz
[root@localhost src]# tar -xvzf linux-2.6.26.3.tar.gz
[root@localhost src]# cd linux-2.6.26.3
[root@localhost src]# cp /boot/configurexxxxxx /usr/src/linux-2.6.26.3/.configure
#configure you kernel
[root@localhost linux-2.6.26.3]# make menuconfig
#get & apply the lockproto patch
[root@localhost linux-2.6.26.3]# wget ftp://sources.redhat.com/pub/cluster/releases/lockproto-exports.patch
[root@localhost linux-2.6.26.3]# patch -p1 < loc!
kproto-exports.patch
patching file fs/gfs2/locking.c
#compiling kernel
[root@localhost linux-2.6.26.3]# make bzImage
[root@localhost linux-2.6.26.3]# make modules
[root@localhost linux-2.6.26.3]# make modules_install
[root@localhost linux-2.6.26.3]# make install
[root@localhost linux-2.6.26.3]# reboot
#installing openais
[root@localhost openais]# tar -xvzf openais-0.80.3.tar.gz
[root@localhost openais-0.80.3]# make
[root@localhost openais-0.80.3]# make install
#trying to install cluster
[root@localhost cluster]# wget ftp://sources.redhat.com/pub/cluster/releases/cluster-2.03.07.tar.gz
[root@localhost cluster]# tar -xvzf cluster-2.03.07.tar.gz
[root@localhost src]# cd cluster-2.03.07
[root@localhost cluster-2.03.07]# ./configure kernel_src=/usr/src/linux-2.6.26.3
[root@localhost 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 goes
for centos but same or similar named package should be required, I
guess.
[root@cluster-1@foo ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.2 (Tikanga)
[root@cluster-1@foo ~]# rpm -qf $(locate openais/service/swab.h)
openais-devel-0.80.3-15.el5
- satoru
On 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 tried
to
> compile cluster-2.03.07 on a 64 bits system... well I forgot it, it looks
not
> possible. Now I switched on a centos 32 bits, other errors occured when I
try
> 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 openais (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 list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster
--
Linux-cluster mailing list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster