From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 22 Aug 2007 15:48:04 -0000 Subject: [Cluster-devel] cluster/cman/man cman.5 Message-ID: <20070822154804.17052.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 Branch: RHEL5 Changes by: pcaulfield at sourceware.org 2007-08-22 15:48:03 Modified files: cman/man : cman.5 Log message: Add openais.conf information to man page Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.6.2.2&r2=1.6.2.3 --- cluster/cman/man/cman.5 2007/08/22 15:13:37 1.6.2.2 +++ cluster/cman/man/cman.5 2007/08/22 15:48:03 1.6.2.3 @@ -136,10 +136,49 @@ .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)