[Drbd-dev] [PATCH 2/3] User's Guide: add section about Dolphin SuperSockets replication
Florian Haas
florian at hastexo.com
Wed Nov 16 18:38:24 CET 2011
---
users-guide/hp-transports.txt | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/users-guide/hp-transports.txt b/users-guide/hp-transports.txt
index 428e6ae..35fa5bd 100644
--- a/users-guide/hp-transports.txt
+++ b/users-guide/hp-transports.txt
@@ -87,3 +87,43 @@ SDP.
}
}
+=== Replication over Dolphin Express interconnects
+
+DRBD replicates over Dolphin Express interconnects using the
+SuperSockets protocol.
+
+In order to replicate over SuperSockets, DRBD requires that
+
+- you have a working Dolphin Express hardware interconnect between
+ nodes;
+- you have installed the SuperSockets driver and libraries from the
+ Self-Installing Archive (SIA) available from Dolphin;
+- you have configured your nodes as a Dolphin cluster with valid
+ +/etc/dis/dishosts+ and +/etc/dis/networkmanager.conf+ files;
+- the +dis_nodemgr+ service is running.
+
+NOTE: A convenient way to configure the Dolphin cluster is the
+graphical +dis_netconfig+ utility. For further information regarding
+the installation and initial configuration of Dolphin Express
+interconnects on Linux, please refer to the
+http://ww.dolphinics.no/download/IX_4_0_X_LINUX_DOC/index.html[Dolphin
+Express IX Installation and Reference Guide].
+
+Once SuperSockets are properly installed and configured, set the
++ssocks+ keyword on your resource configuration:
+
+ resource ssocks {
+ [...]
+ on alice {
+ address ssocks 192.168.144.111:7788;
+ }
+ on bob {
+ address ssocks 192.168.144.112:7788;
+ }
+ }
+
+IMPORTANT: SuperSockets provide transparent, seamless fallback to
+Ethernet in case the Dolphin Express interconnect is
+interrupted. Thus, the IPv4 address specified after the +address
+ssocks+ keywords _must_ be an address available and configured on an
+Ethernet interface.
--
1.7.5.4
More information about the drbd-dev
mailing list