From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 22 Aug 2007 15:43:55 -0000 Subject: [Cluster-devel] cluster/cman/man cman.5 Message-ID: <20070822154355.1566.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: pcaulfield at sourceware.org 2007-08-22 15:43:55 Modified files: cman/man : cman.5 Log message: Add some info about openais.conf parameters Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&r1=1.9&r2=1.10 --- cluster/cman/man/cman.5 2007/08/22 15:13:58 1.9 +++ cluster/cman/man/cman.5 2007/08/22 15:43:55 1.10 @@ -153,14 +153,51 @@ Note that this only applies to cluster communication. The DLM does not encrypt traffic. - .in -7 +\fIOther OpenAIS parameters\fR +.in +7 +In addition to the cman-specific sections, cman also loads in configuration for openAIS from CCS from the following keys: + + + + + + + +See the +.B openais.conf(5) +man page for more information on keys that are valid for these sections. +Note that the section will overwrite things in these sections +and options on the cman_tool command line will override both. +In particular setting things like bindnetaddr, mcastaddr, mcastport & +nodeid in this section will always be replaced by the values in . + +cman does not use the openais.conf file at all. What it does do is +load the values from CCS into internal OpenAIS data structures that +map onto the entries to openais.conf. So that's why you can add an +entry in a section in CCS and it will be used by totem. + +Here's how to increase the token timeout to five seconds: + + + +And this is how to add extra AIS logging options to cman & CPG: + + + + + + + + +.in -7 + .sp .in -7 \fBSEE ALSO\fP .in +7 -cluster.conf(5), ccs(7), cman_tool(8) +cluster.conf(5), openais.conf(5), ccs(7), cman_tool(8)