[Ocfs2-tools-commits] khackel commits r412 - branches/dlm-glue/dlmtools

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Nov 18 16:13:27 CST 2004


Author: khackel
Date: 2004-11-18 16:13:25 -0600 (Thu, 18 Nov 2004)
New Revision: 412

Added:
   branches/dlm-glue/dlmtools/README
   branches/dlm-glue/dlmtools/cluster.conf
Log:
first checkin of the two main dlm tools.  the headers here will live in an external svn project at some point, not here.

Added: branches/dlm-glue/dlmtools/README
===================================================================
--- branches/dlm-glue/dlmtools/README	2004-11-18 22:08:00 UTC (rev 411)
+++ branches/dlm-glue/dlmtools/README	2004-11-18 22:13:25 UTC (rev 412)
@@ -0,0 +1,16 @@
+Here's how to get the basics working:
+  * plunk down otcp.o, onm.o, ohb.o and odlm.o somewhere in your
+      module path and run depmod (or better yet, symlink each to
+      your build tree and run depmod -ar)
+  * make an /etc/cluster.conf.  example:
+	cluster_name=foofers
+	0,ca-test31,139.185.118.131,8765
+	1,ca-test32,139.185.118.132,7654
+	2,ca-test33,139.185.118.133,9977
+    the node format is <nodenum>,<nodename>,<ip>,<port>
+  * run clusterbo as root
+  * run "mount -t ocfs2 /dev/device /mount/point"
+    -o options: hbdev=different-device -or-
+                hbuuid=different-uuid
+                to heartbeat on a different device than
+                the one you are mounting

Added: branches/dlm-glue/dlmtools/cluster.conf
===================================================================
--- branches/dlm-glue/dlmtools/cluster.conf	2004-11-18 22:08:00 UTC (rev 411)
+++ branches/dlm-glue/dlmtools/cluster.conf	2004-11-18 22:13:25 UTC (rev 412)
@@ -0,0 +1,4 @@
+cluster_name=foofers
+0,ca-test31,139.185.118.131,8765
+1,ca-test32,139.185.118.132,7654
+2,ca-test33,139.185.118.133,9977



More information about the Ocfs2-tools-commits mailing list