* [Cluster-devel] cluster/doc usage.txt
@ 2007-07-24 19:34 teigland
0 siblings, 0 replies; 13+ messages in thread
From: teigland @ 2007-07-24 19:34 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: teigland at sourceware.org 2007-07-24 19:34:38
Modified files:
doc : usage.txt
Log message:
minor updates for cluster-2.01.00
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.37&r2=1.38
--- cluster/doc/usage.txt 2007/06/29 18:09:10 1.37
+++ cluster/doc/usage.txt 2007/07/24 19:34:38 1.38
@@ -8,7 +8,7 @@
-------
Install a Linux kernel with GFS2, DLM, configfs, IPV6 and SCTP,
- 2.6.19-rc1 or later
+ 2.6.23-rc1 or later
If you want to use gfs1 (from cluster/gfs-kernel), then you need to
export three additional symbols from gfs2 by adding the following lines
@@ -19,17 +19,11 @@
Install openais
get the latest "whitetank" (stable) release from
- http://developer.osdl.org/dev/openais/
+ http://openais.org/
or
svn checkout http://svn.osdl.org/openais
cd openais/branches/whitetank
- make; make install DESTDIR=/
-
-Install libvolume_id
- (this is already installed in recent distributions)
- from udev-094 or later, e.g.
- http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/udev-094.tar.bz2
- make EXTRAS="extras/volume_id" install
+ make; make install DESTDIR=/usr
Install gfs/dlm/fencing/etc components
get the latest cluster-2.xx.yy tarball from
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Cluster-devel] cluster/doc usage.txt
@ 2007-07-24 20:08 teigland
0 siblings, 0 replies; 13+ messages in thread
From: teigland @ 2007-07-24 20:08 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: teigland at sourceware.org 2007-07-24 20:08:10
Modified files:
doc : usage.txt
Log message:
sdake says that DESTDIR=/ is correct, not /usr
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.38&r2=1.39
--- cluster/doc/usage.txt 2007/07/24 19:34:38 1.38
+++ cluster/doc/usage.txt 2007/07/24 20:08:08 1.39
@@ -23,7 +23,7 @@
or
svn checkout http://svn.osdl.org/openais
cd openais/branches/whitetank
- make; make install DESTDIR=/usr
+ make; make install DESTDIR=/
Install gfs/dlm/fencing/etc components
get the latest cluster-2.xx.yy tarball from
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Cluster-devel] cluster/doc usage.txt
@ 2007-06-29 18:09 lhh
0 siblings, 0 replies; 13+ messages in thread
From: lhh @ 2007-06-29 18:09 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: lhh at sourceware.org 2007-06-29 18:09:12
Modified files:
doc : usage.txt
Log message:
Add note to usage.txt for configuring on 64-bit environments
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.36&r2=1.37
--- cluster/doc/usage.txt 2007/02/27 20:13:52 1.36
+++ cluster/doc/usage.txt 2007/06/29 18:09:10 1.37
@@ -42,6 +42,9 @@
./configure --kernel_src=/path/to/kernel
make install
+ NOTE: On 64-bit systems, you will usually need to add '--libdir=/usr/lib64'
+ to the configure line.
+
Install LVM2/CLVM (optional)
cvs -d :pserver:cvs at sources.redhat.com:/cvs/lvm2 login cvs
cvs -d :pserver:cvs at sources.redhat.com:/cvs/lvm2 checkout LVM2
@@ -51,6 +54,8 @@
./configure --with-clvmd=cman --with-cluster=shared
make; make install
+ NOTE: On 64-bit systems, you will usually need to add '--libdir=/usr/lib64'
+ to the configure line.
Load kernel modules
-------------------
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Cluster-devel] cluster/doc usage.txt
@ 2007-02-27 20:13 teigland
0 siblings, 0 replies; 13+ messages in thread
From: teigland @ 2007-02-27 20:13 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: teigland at sourceware.org 2007-02-27 20:13:52
Modified files:
doc : usage.txt
Log message:
updates
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.35&r2=1.36
--- cluster/doc/usage.txt 2006/10/05 16:44:33 1.35
+++ cluster/doc/usage.txt 2007/02/27 20:13:52 1.36
@@ -1,4 +1,4 @@
-How to install and run GFS2.
+How to install and run GFS.
Refer to the cluster project page for the latest information.
http://sources.redhat.com/cluster/
@@ -9,7 +9,14 @@
Install a Linux kernel with GFS2, DLM, configfs, IPV6 and SCTP,
2.6.19-rc1 or later
-
+
+ If you want to use gfs1 (from cluster/gfs-kernel), then you need to
+ export three additional symbols from gfs2 by adding the following lines
+ to the end of linux/fs/gfs2/locking.c:
+ EXPORT_SYMBOL_GPL(gfs2_unmount_lockproto);
+ EXPORT_SYMBOL_GPL(gfs2_mount_lockproto);
+ EXPORT_SYMBOL_GPL(gfs2_withdraw_lockproto);
+
Install openais
get the latest "whitetank" (stable) release from
http://developer.osdl.org/dev/openais/
@@ -19,11 +26,15 @@
make; make install DESTDIR=/
Install libvolume_id
+ (this is already installed in recent distributions)
from udev-094 or later, e.g.
http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/udev-094.tar.bz2
make EXTRAS="extras/volume_id" install
-Install the cluster CVS tree from source:
+Install gfs/dlm/fencing/etc components
+ get the latest cluster-2.xx.yy tarball from
+ ftp://sources.redhat.com/pub/cluster/
+ or
cvs -d :pserver:cvs at sources.redhat.com:/cvs/cluster login cvs
cvs -d :pserver:cvs at sources.redhat.com:/cvs/cluster checkout cluster
the password is "cvs"
@@ -45,6 +56,7 @@
-------------------
modprobe gfs2
+modprobe gfs
modprobe lock_dlm
modprobe lock_nolock
modprobe dlm
@@ -70,7 +82,7 @@
Example cluster.conf
--------------------
-This is a basic cluster.conf file that uses manual fencing. The node
+This is a basic cluster.conf file that requires manual fencing. The node
names should resolve to the address on the network interface you want to
use for openais/cman/dlm communication.
@@ -80,31 +92,21 @@
<clusternodes>
<clusternode name="node01" nodeid="1">
<fence>
- <method name="single">
- <device name="man" nodename="node01"/>
- </method>
</fence>
</clusternode>
<clusternode name="node02" nodeid="2">
<fence>
- <method name="single">
- <device name="man" nodename="node02"/>
- </method>
</fence>
</clusternode>
<clusternode name="node03" nodeid="3">
<fence>
- <method name="single">
- <device name="man" nodename="node03"/>
- </method>
</fence>
</clusternode>
</clusternodes>
<fencedevices>
- <fencedevice name="man" agent="fence_manual"/>
</fencedevices>
</cluster>
@@ -114,21 +116,21 @@
-----------------
Run these commands on each cluster node:
-debug/verbose options are in []
> mount -t configfs none /sys/kernel/config
-> ccsd -X
-> cman_tool join [-d]
-> groupd [-D]
-> fenced [-D]
+> ccsd
+> cman_tool join
+> groupd
+> fenced
> fence_tool join
-> dlm_controld [-D]
-> gfs_controld [-D]
+> dlm_controld
+> gfs_controld
> clvmd (optional)
> mkfs -t gfs2 -p lock_dlm -t <clustername>:<fsname> -j <#journals> <blockdev>
> mount -t gfs2 [-v] <blockdev> <mountpoint>
Notes:
+- replace "gfs2" with "gfs" above to use gfs1 instead of gfs2
- <clustername> in mkfs should match the one in cluster.conf.
- <fsname> in mkfs is any name you pick, each fs must have a different name.
- <#journals> in mkfs should be greater than or equal to the number of nodes
@@ -138,8 +140,8 @@
of them do fence_tool join.
- The cman_tool "status" and "nodes" options show the status and members
of the cluster.
-- The group_tool command shows all local groups which includes the
- fencing group, dlm lockspaces and gfs mounts.
+- The group_tool command shows the status of fencing, dlm and gfs groups
+ that the local node is part of.
- The "cman" init script can be used for starting everything up through
gfs_controld in the list above.
@@ -153,10 +155,6 @@
> fence_tool leave
> cman_tool leave
-Notes:
-- the util-linux 2.13-pre6 or later version of umount(8) is required,
- older versions do not call the umount.gfs2 helper.
-
Converting from GFS1 to GFS2
----------------------------
^ permalink raw reply [flat|nested] 13+ messages in thread* [Cluster-devel] cluster/doc usage.txt
@ 2006-10-05 16:44 teigland
0 siblings, 0 replies; 13+ messages in thread
From: teigland @ 2006-10-05 16:44 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: teigland at sourceware.org 2006-10-05 16:44:33
Modified files:
doc : usage.txt
Log message:
update
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.34&r2=1.35
--- cluster/doc/usage.txt 2006/10/05 14:20:29 1.34
+++ cluster/doc/usage.txt 2006/10/05 16:44:33 1.35
@@ -30,7 +30,6 @@
cd cluster
./configure --kernel_src=/path/to/kernel
make install
- (this builds and installs some optional things like gfs(1) also)
Install LVM2/CLVM (optional)
cvs -d :pserver:cvs at sources.redhat.com:/cvs/lvm2 login cvs
@@ -155,7 +154,7 @@
> cman_tool leave
Notes:
-- You need the util-linux 2.13-pre6 version of umount(8) or later,
+- the util-linux 2.13-pre6 or later version of umount(8) is required,
older versions do not call the umount.gfs2 helper.
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Cluster-devel] cluster/doc usage.txt
@ 2006-10-05 14:20 teigland
0 siblings, 0 replies; 13+ messages in thread
From: teigland @ 2006-10-05 14:20 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: teigland at sourceware.org 2006-10-05 14:20:29
Modified files:
doc : usage.txt
Log message:
updates
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.33&r2=1.34
--- cluster/doc/usage.txt 2006/08/11 15:18:06 1.33
+++ cluster/doc/usage.txt 2006/10/05 14:20:29 1.34
@@ -4,48 +4,42 @@
http://sources.redhat.com/cluster/
-Get source
-----------
+Install
+-------
-Get a kernel that has GFS2 and DLM.
- git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6.git
-
-Get the 'cluster' cvs tree, instructions at:
- http://sources.redhat.com/cluster/
-
-Optionally, get the LVM2 cvs from
- cvs -d :pserver:cvs at sources.redhat.com:/cvs/lvm2
-
-Build and install
------------------
-
-Compile kernel with GFS2, DLM, configfs, IPV6 and SCTP.
-
-Build and install the latest openais development from
+Install a Linux kernel with GFS2, DLM, configfs, IPV6 and SCTP,
+ 2.6.19-rc1 or later
+
+Install openais
+ get the latest "whitetank" (stable) release from
http://developer.osdl.org/dev/openais/
-or install subversion and type:
+ or
svn checkout http://svn.osdl.org/openais
-Then:
- cd /path/to/openais/branches/whitetank
+ cd openais/branches/whitetank
make; make install DESTDIR=/
-Build and install the latest libvolume_id from the udev tarball
+Install libvolume_id
+ from udev-094 or later, e.g.
http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/udev-094.tar.bz2
make EXTRAS="extras/volume_id" install
-Build and install from the cluster CVS tree:
-
- cd cluster
- ./configure --kernel_src=/path/to/kernel
- make ; make install
- depmod -a
-(New kernel module dependencies aren't automatically generated)
-
-To build LVM2 & clvm:
-
- cd LVM2
- ./configure --with-clvmd=cman --with-cluster=shared
- make; make install
+Install the cluster CVS tree from source:
+ cvs -d :pserver:cvs at sources.redhat.com:/cvs/cluster login cvs
+ cvs -d :pserver:cvs at sources.redhat.com:/cvs/cluster checkout cluster
+ the password is "cvs"
+ cd cluster
+ ./configure --kernel_src=/path/to/kernel
+ make install
+ (this builds and installs some optional things like gfs(1) also)
+
+Install LVM2/CLVM (optional)
+ cvs -d :pserver:cvs at sources.redhat.com:/cvs/lvm2 login cvs
+ cvs -d :pserver:cvs at sources.redhat.com:/cvs/lvm2 checkout LVM2
+ cvs -d :pserver:cvs at sources.redhat.com:/cvs/lvm2
+ the password is "cvs"
+ cd LVM2
+ ./configure --with-clvmd=cman --with-cluster=shared
+ make; make install
Load kernel modules
@@ -55,7 +49,7 @@
modprobe lock_dlm
modprobe lock_nolock
modprobe dlm
-modprobe gfs
+
Configuration
-------------
@@ -73,12 +67,13 @@
If you already have a cluster.conf file with no nodeids in it, then you can
use the 'ccs_tool addnodeids' command to add them.
+
Example cluster.conf
--------------------
This is a basic cluster.conf file that uses manual fencing. The node
names should resolve to the address on the network interface you want to
-use for cman/dlm communication.
+use for openais/cman/dlm communication.
<?xml version="1.0"?>
<cluster name="alpha" config_version="1">
@@ -120,7 +115,7 @@
-----------------
Run these commands on each cluster node:
-debug/verbose options in [] can be useful at this stage :)
+debug/verbose options are in []
> mount -t configfs none /sys/kernel/config
> ccsd -X
@@ -130,12 +125,10 @@
> fence_tool join
> dlm_controld [-D]
> gfs_controld [-D]
+> clvmd (optional)
> mkfs -t gfs2 -p lock_dlm -t <clustername>:<fsname> -j <#journals> <blockdev>
> mount -t gfs2 [-v] <blockdev> <mountpoint>
-> group_tool ls
- Shows registered groups, similar to what cman_tool services did.
-
Notes:
- <clustername> in mkfs should match the one in cluster.conf.
- <fsname> in mkfs is any name you pick, each fs must have a different name.
@@ -144,6 +137,12 @@
- To avoid unnecessary fencing when starting the cluster, it's best for
all nodes to join the cluster (complete cman_tool join) before any
of them do fence_tool join.
+- The cman_tool "status" and "nodes" options show the status and members
+ of the cluster.
+- The group_tool command shows all local groups which includes the
+ fencing group, dlm lockspaces and gfs mounts.
+- The "cman" init script can be used for starting everything up through
+ gfs_controld in the list above.
Shutdown procedure
@@ -151,13 +150,13 @@
Run these commands on each cluster node:
-> umount -t gfs2 [-v] <mountpoint>
+> umount [-v] <mountpoint>
> fence_tool leave
> cman_tool leave
Notes:
-- You need util-linux 2.13-pre6 version of umount(8), older versions do not
- call the umount.gfs2 helper.
+- You need the util-linux 2.13-pre6 version of umount(8) or later,
+ older versions do not call the umount.gfs2 helper.
Converting from GFS1 to GFS2
@@ -167,18 +166,16 @@
this procedure:
1. Back up your entire filesystem first.
-
e.g. cp /dev/your_vg/lvol0 /your_gfs_backup
-2. Run gfs_fsck to ensure filesystem integrity.
-
+2. Run fsck to ensure filesystem integrity.
e.g. gfs2_fsck /dev/your_vg/lvol0
3. Make sure the filesystem is not mounted from any node.
-
e.g. for i in `grep "<clusternode name" /etc/cluster/cluster.conf | cut -d '"' -f2` ; do ssh $i "mount | grep gfs" ; done
4. Make sure you have the latest software versions.
-5. Run gfs2_convert <blockdev> from one of the nodes.
+5. Run gfs2_convert <blockdev> from one of the nodes.
e.g. gfs2_convert /dev/your_vg/lvol0
+
^ permalink raw reply [flat|nested] 13+ messages in thread* [Cluster-devel] cluster/doc usage.txt
@ 2006-07-31 22:35 rpeterso
0 siblings, 0 replies; 13+ messages in thread
From: rpeterso @ 2006-07-31 22:35 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: rpeterso at sourceware.org 2006-07-31 22:35:32
Modified files:
doc : usage.txt
Log message:
Add useradd for ais user, added instructions for gfs (1).
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.31&r2=1.32
--- cluster/doc/usage.txt 2006/07/24 21:39:08 1.31
+++ cluster/doc/usage.txt 2006/07/31 22:35:32 1.32
@@ -23,6 +23,8 @@
Build and install the latest openais development tarball from
http://developer.osdl.org/dev/openais/
+ useradd -u 39 ais
+ cd branches/whitetank
make; make install DESTDIR=/
Build and install the latest libvolume_id from the udev tarball
@@ -42,6 +44,8 @@
cd cluster/group; make; make install
cd cluster/fence; make; make install
cd cluster/gfs2; make; make install
+ cd cluster/gfs-kernel; make; make install
+ cd cluster/gfs; make; make install
To build LVM2 & clvm:
^ permalink raw reply [flat|nested] 13+ messages in thread* [Cluster-devel] cluster/doc usage.txt
@ 2006-07-24 21:39 rohara
0 siblings, 0 replies; 13+ messages in thread
From: rohara @ 2006-07-24 21:39 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: rohara at sourceware.org 2006-07-24 21:39:08
Modified files:
doc : usage.txt
Log message:
Fixed typo. "ccstool" should be "ccs_tool".
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.30&r2=1.31
--- cluster/doc/usage.txt 2006/07/13 14:27:32 1.30
+++ cluster/doc/usage.txt 2006/07/24 21:39:08 1.31
@@ -73,7 +73,7 @@
<clusternode name="node12.mycluster.mycompany.com" votes="1" nodeid="12">
If you already have a cluster.conf file with no nodeids in it, then you can
- use the 'ccstool addnodeids' command to add them.
+ use the 'ccs_tool addnodeids' command to add them.
Example cluster.conf
--------------------
^ permalink raw reply [flat|nested] 13+ messages in thread* [Cluster-devel] cluster/doc usage.txt
@ 2006-07-13 14:27 teigland
0 siblings, 0 replies; 13+ messages in thread
From: teigland @ 2006-07-13 14:27 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: teigland at sourceware.org 2006-07-13 14:27:32
Modified files:
doc : usage.txt
Log message:
no more dlm_device module
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.29&r2=1.30
--- cluster/doc/usage.txt 2006/07/10 16:37:53 1.29
+++ cluster/doc/usage.txt 2006/07/13 14:27:32 1.30
@@ -57,7 +57,6 @@
modprobe lock_dlm
modprobe lock_nolock
modprobe dlm
-modprobe dlm_device
Configuration
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Cluster-devel] cluster/doc usage.txt
@ 2006-07-10 16:37 teigland
0 siblings, 0 replies; 13+ messages in thread
From: teigland @ 2006-07-10 16:37 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: teigland at sourceware.org 2006-07-10 16:37:54
Modified files:
doc : usage.txt
Log message:
set DESTDIR when installing openais
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.28&r2=1.29
--- cluster/doc/usage.txt 2006/06/30 19:34:48 1.28
+++ cluster/doc/usage.txt 2006/07/10 16:37:53 1.29
@@ -23,7 +23,7 @@
Build and install the latest openais development tarball from
http://developer.osdl.org/dev/openais/
- make; make install
+ make; make install DESTDIR=/
Build and install the latest libvolume_id from the udev tarball
http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/udev-094.tar.bz2
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Cluster-devel] cluster/doc usage.txt
@ 2006-06-30 19:34 teigland
0 siblings, 0 replies; 13+ messages in thread
From: teigland @ 2006-06-30 19:34 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: teigland at sourceware.org 2006-06-30 19:34:48
Modified files:
doc : usage.txt
Log message:
steps to download/build/install openais and libvolume_id tarballs
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.27&r2=1.28
--- cluster/doc/usage.txt 2006/06/14 19:58:41 1.27
+++ cluster/doc/usage.txt 2006/06/30 19:34:48 1.28
@@ -21,6 +21,14 @@
Compile kernel with GFS2, DLM, configfs, IPV6 and SCTP.
+Build and install the latest openais development tarball from
+ http://developer.osdl.org/dev/openais/
+ make; make install
+
+Build and install the latest libvolume_id from the udev tarball
+ http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/udev-094.tar.bz2
+ make EXTRAS="extras/volume_id" install
+
Build and install from cluster tree. Various parts of the tree aren't
updated yet, so just build the minimum bits shown here.
@@ -29,15 +37,12 @@
cd cluster/cman/lib; make; make install
cd cluster/ccs; make; make install
- cd cluster/cman; make; make install (*)
+ cd cluster/cman; make; make install
cd cluster/dlm; make; make install
cd cluster/group; make; make install
cd cluster/fence; make; make install
cd cluster/gfs2; make; make install
- (*) this step downloads and builds an openais tarball from
- http://people.redhat.com/pcaulfie/
-
To build LVM2 & clvm:
cd LVM2
^ permalink raw reply [flat|nested] 13+ messages in thread* [Cluster-devel] cluster/doc usage.txt
@ 2006-06-14 19:58 teigland
0 siblings, 0 replies; 13+ messages in thread
From: teigland @ 2006-06-14 19:58 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: teigland at sourceware.org 2006-06-14 19:58:41
Modified files:
doc : usage.txt
Log message:
update some of the build steps
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&r1=1.26&r2=1.27
--- cluster/doc/usage.txt 2006/06/05 15:15:02 1.26
+++ cluster/doc/usage.txt 2006/06/14 19:58:41 1.27
@@ -30,17 +30,10 @@
cd cluster/cman/lib; make; make install
cd cluster/ccs; make; make install
cd cluster/cman; make; make install (*)
+ cd cluster/dlm; make; make install
cd cluster/group; make; make install
cd cluster/fence; make; make install
- cd cluster/dlm; make; make install
- cd cluster/gfs/lock_dlm/daemon; make; make install
-
- edit INCLUDEPATH in cluster/gfs2/mkfs/Makefile
- cd cluster/gfs2/libgfs2; make; make install
- cd cluster/gfs2/convert; make; make install
- cd cluster/gfs2/fsck; make; make install
- cd cluster/gfs2/mkfs; make; make install
- cd cluster/gfs2/mount; make; make install
+ cd cluster/gfs2; make; make install
(*) this step downloads and builds an openais tarball from
http://people.redhat.com/pcaulfie/
^ permalink raw reply [flat|nested] 13+ messages in thread* [Cluster-devel] cluster/doc usage.txt
@ 2006-06-14 19:53 teigland
0 siblings, 0 replies; 13+ messages in thread
From: teigland @ 2006-06-14 19:53 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: teigland at sourceware.org 2006-06-14 19:53:58
Removed files:
doc : usage.txt
Log message:
this file is out of date, the copy on the web page is the correct one
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/doc/usage.txt.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.12&r2=NONE
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2007-07-24 20:08 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-24 19:34 [Cluster-devel] cluster/doc usage.txt teigland
-- strict thread matches above, loose matches on Subject: below --
2007-07-24 20:08 teigland
2007-06-29 18:09 lhh
2007-02-27 20:13 teigland
2006-10-05 16:44 teigland
2006-10-05 14:20 teigland
2006-07-31 22:35 rpeterso
2006-07-24 21:39 rohara
2006-07-13 14:27 teigland
2006-07-10 16:37 teigland
2006-06-30 19:34 teigland
2006-06-14 19:58 teigland
2006-06-14 19:53 teigland
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).