All of lore.kernel.org
 help / color / mirror / Atom feed
From: pcaulfield@sourceware.org <pcaulfield@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/cman/man cman.5
Date: 22 Aug 2007 15:13:58 -0000	[thread overview]
Message-ID: <20070822151358.14727.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield at sourceware.org	2007-08-22 15:13:58

Modified files:
	cman/man       : cman.5 

Log message:
	Add some information about setting up multi-home (redundant ring)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&r1=1.8&r2=1.9

--- cluster/cman/man/cman.5	2007/08/22 15:13:11	1.8
+++ cluster/cman/man/cman.5	2007/08/22 15:13:58	1.9
@@ -86,6 +86,27 @@
 
   <clusternode name="nd1" nodeid="1">
   </clusternode>
+
+.in -7
+\fIMulti-home configuration\fR
+.in +7
+It is quite common to use multiple ethernet adaptors for cluster nodes, so
+they will tolerate the failure of one link. A common way to do this is to use
+ethernet bonding. Alternatively you can get openais to run in redundant ring
+mode by specifying an 'altname' for the node. This is an alternative name by
+which the node is known, that resolves to another IP address used on the 
+other ethernet adaptor(s). You can optionally specify a different port and/or 
+multicast address for each altname in use. Up to 9 altnames (10 interfaces 
+in total) can be used.
+
+Note that if you are using the DLM with cman/openais then you MUST tell it 
+to use SCTP as it's communications protocol as TCP does not support multihoming.
+
+  <clusternode name="nd1" nodeid="1"> 
+     <altname name="nd1a" port="6809" mcast="229.192.0.2"/>
+  </clusternode>
+
+  <dlm protocol="sctp"/>
 .in -7
 
 



             reply	other threads:[~2007-08-22 15:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-22 15:13 pcaulfield [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-08-23 14:40 [Cluster-devel] cluster/cman/man cman.5 teigland
2007-08-23 14:37 teigland
2007-08-23  8:43 pcaulfield
2007-08-23  8:42 pcaulfield
2007-08-22 15:48 pcaulfield
2007-08-22 15:43 pcaulfield
2007-08-22 15:13 teigland
2007-08-22 15:13 teigland
2007-08-22  8:36 pcaulfield
2007-08-22  8:35 pcaulfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070822151358.14727.qmail@sourceware.org \
    --to=pcaulfield@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.