From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 30 Jun 2006 19:34:49 -0000 Subject: [Cluster-devel] cluster/doc usage.txt Message-ID: <20060630193449.20419.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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