Allow make from the exec directory.
[openais.git] / man / openais.conf.5
blob1dfe136ef46400c7f2f5be804d843f7448bf2308
1 .\"/*
2 .\" * Copyright (c) 2005 MontaVista Software, Inc.
3 .\" * Copyright (c) 2006 Red Hat, Inc.
4 .\" *
5 .\" * All rights reserved.
6 .\" *
7 .\" * Author: Steven Dake (sdake@mvista.com)
8 .\" *
9 .\" * This software licensed under BSD license, the text of which follows:
10 .\" * 
11 .\" * Redistribution and use in source and binary forms, with or without
12 .\" * modification, are permitted provided that the following conditions are met:
13 .\" *
14 .\" * - Redistributions of source code must retain the above copyright notice,
15 .\" *   this list of conditions and the following disclaimer.
16 .\" * - Redistributions in binary form must reproduce the above copyright notice,
17 .\" *   this list of conditions and the following disclaimer in the documentation
18 .\" *   and/or other materials provided with the distribution.
19 .\" * - Neither the name of the MontaVista Software, Inc. nor the names of its
20 .\" *   contributors may be used to endorse or promote products derived from this
21 .\" *   software without specific prior written permission.
22 .\" *
23 .\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
24 .\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 .\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 .\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
27 .\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
28 .\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
29 .\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30 .\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
31 .\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
32 .\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
33 .\" * THE POSSIBILITY OF SUCH DAMAGE.
34 .\" */
35 .TH OPENAIS_CONF 5 2006-03-28 "openais Man Page" "Openais Programmer's Manual"
36 .SH NAME
37 openais.conf - openais executive configuration file
39 .SH SYNOPSIS
40 /etc/ais/openais.conf
42 .SH DESCRIPTION
43 The openais.conf instructs the openais executive about various parameters
44 needed to control the openais executive.  The configuration file consists of
45 bracketed top level directives.  The possible directive choices are
46 .IR "totem  { } , logging { } , event { } , and amf { }".
47  These directives are described below.
49 .TP
50 totem { }
51 This top level directive contains configuration options for the totem protocol.
52 .TP
53 logging { }
54 This top level directive contains configuration options for logging.
55 .TP
56 event { }
57 This top level directive contains configuration options for the event service.
58 .TP
59 amf { }
60 This top level directive contains configuration options for the AMF service.
62 .PP
63 .PP
64 Within the 
65 .B totem
66 directive, an interface directive is required.  There is also one configuration
67 option which is required:
68 .PP
69 .PP
70 Within the 
71 .B interface
72 sub-directive of totem there are four parameters which are required:
74 .TP
75 ringnumber
76 This specifies the ring number for the interface.  When using the redundant
77 ring protocol, each interface should specify separate ring numbers to uniquely
78 identify to the membership protocol which interface to use for which redundant
79 ring.
81 .TP
82 bindnetaddr
83 This specifies the address which the openais executive should bind.
84 This address should always end in zero.  If the totem traffic should
85 be routed over 192.168.5.92, set bindnetaddr to 192.168.5.0.
87 This may also be an IPV6 address, in which case IPV6 networking will be used.
88 In this case, the full address must be specified and there is no automatic
89 selection of the network interface within a specific subnet as with IPv4.
91 If IPv6 networking is used, the nodeid field must be specified.
93 .TP
94 mcastaddr
95 This is the multicast address used by openais executive.  The default
96 should work for most networks, but the network administrator should be queried
97 about a multicast address to use.  Avoid 224.x.x.x because this is a "config"
98 multicast address.
100 This may also be an IPV6 multicast address, in which case IPV6 networking
101 will be used.  If IPv6 networking is used, the nodeid field must be specified.
104 mcastport
105 This specifies the UDP port number.  It is possible to use the same multicast
106 address on a network with the openais services configured for different
107 UDP ports.
111 Within the 
112 .B totem 
113 directive, there are seven configuration options of which one is required,
114 five are optional, and one is required when IPV6 is configured in the interface
115 subdirective.  The required directive controls the version of the totem
116 configuration.  The optional option unless using IPV6 directive controls
117 identification of the processor.  The optional options control secrecy and
118 authentication, the redundant ring mode of operation, maximum network MTU,
119 and number of sending threads, and the nodeid field.
122 version
123 This specifies the version of the configuration file.  Currently the only
124 valid version for this directive is 2.
129 nodeid
130 This configuration option is optional when using IPv4 and required when using
131 IPv6.  This is a 32 bit value specifying the node identifier delivered to the
132 cluster membership service.  If this is not specified with IPv4, the node id
133 will be determined from the 32 bit IP address the system to which the system
134 is bound with ring identifier of 0.  The node identifier value of zero is
135 reserved and should not be used.
138 secauth
139 This specifies that HMAC/SHA1 authentication should be used to authenticate
140 all messages.  It further specifies that all data should be encrypted with the
141 sober128 encryption algorithm to protect data from eavesdropping.
143 Enabling this option adds a 36 byte header to every message sent by totem which
144 reduces total throughput.  Encryption and authentication consume 75% of CPU
145 cycles in aisexec as measured with gprof when enabled.
147 For 100mbit networks with 1500 MTU frame transmissions:
148 A throughput of 9mb/sec is possible with 100% cpu utilization when this
149 option is enabled on 3ghz cpus.
150 A throughput of 10mb/sec is possible wth 20% cpu utilization when this
151 optin is disabled on 3ghz cpus.
153 For gig-e networks with large frame transmissions:
154 A throughput of 20mb/sec is possible when this option is enabled on
155 3ghz cpus.
156 A throughput of 60mb/sec is possible when this option is disabled on
157 3ghz cpus.
159 The default is on.
162 rrp_mode
163 This specifies the mode of redundant ring, which may be none, active, or
164 passive.  Active replication offers slightly lower latency from transmit
165 to delivery in faulty network environments but with less performance.
166 Passive replication may nearly double the speed of the totem protocol
167 if the protocol doesn't become cpu bound.  The final option is none, in
168 which case only one network interface will be used to operate the totem
169 protocol.
171 If only one interface directive is specified, none is automatically chosen.
172 If multiple interface directives are specified, only active or passive may
173 be chosen.
176 netmtu
177 This specifies the network maximum transmit unit.  To set this value beyond
178 1500, the regular frame MTU, requires ethernet devices that support large, or
179 also called jumbo, frames.  If any device in the network doesn't support large
180 frames, the protocol will not operate properly.  The hosts must also have their
181 mtu size set from 1500 to whatever frame size is specified here.
183 Please note while some NICs or switches claim large frame support, they support
184 9000 MTU as the maximum frame size including the IP header.  Setting the netmtu
185 and host MTUs to 9000 will cause totem to use the full 9000 bytes of the frame.
186 Then Linux will add a 18 byte header moving the full frame size to 9018.  As a
187 result some hardware will not operate properly with this size of data.  A netmtu 
188 of 8982 seems to work for the few large frame devices that have been tested.
189 Some manufacturers claim large frame support when in fact they support frame
190 sizes of 4500 bytes.
192 Increasing the MTU from 1500 to 8982 doubles throughput performance from 30MB/sec
193 to 60MB/sec as measured with evsbench with 175000 byte messages with the secauth 
194 directive set to off.
196 When sending multicast traffic, if the network frequently reconfigures, chances are
197 that some device in the network doesn't support large frames.
199 Choose hardware carefully if intending to use large frame support.
201 The default is 1500.
204 threads
205 This directive controls how many threads are used to encrypt and send multicast
206 messages.  If secauth is off, the protocol will never use threaded sending.
207 If secauth is on, this directive allows systems to be configured to use
208 multiple threads to encrypt and send multicast messages.
210 A thread directive of 0 indicates that no threaded send should be used.  This
211 mode offers best performance for non-SMP systems. 
213 The default is 0.
216 vsftype
217 This directive controls the virtual synchrony filter type used to identify
218 a primary component.  The preferred choice is YKD dynamic linear voting,
219 however, for clusters larger then 32 nodes YKD consumes alot of memory.  For
220 large scale clusters that are created by changing the MAX_PROCESSORS_COUNT 
221 #define in the C code totem.h file, the virtual synchrony filter "none" is
222 recommended but then AMF and DLCK services (which are currently experimental)
223 are not safe for use.
225 The default is ykd.  The vsftype can also be set to none.
227 Within the 
228 .B totem 
229 directive, there are several configuration options which are used to control
230 the operation of the protocol.  It is generally not recommended to change any
231 of these values without proper guidance and sufficient testing.  Some networks
232 may require larger values if suffering from frequent reconfigurations.  Some
233 applications may require faster failure detection times which can be achieved
234 by reducing the token timeout.
237 token
238 This timeout specifies in milliseconds until a token loss is declared after not
239 receiving a token.  This is the time spent detecting a failure of a processor
240 in the current configuration.  Reforming a new configuration takes about 50
241 milliseconds in addition to this timeout.
243 The default is 1000 milliseconds.
246 token_retransmit
247 This timeout specifies in milliseconds after how long before receiving a token
248 the token is retransmitted.  This will be automatically calculated if token
249 is modified.  It is not recommended to alter this value without guidance from
250 the openais community.
252 The default is 238 milliseconds.
255 hold
256 This timeout specifies in milliseconds how long the token should be held by
257 the representative when the protocol is under low utilization.   It is not
258 recommended to alter this value without guidance from the openais community.
260 The default is 180 milliseconds.
263 retransmits_before_loss
264 This value identifies how many token retransmits should be attempted before
265 forming a new configuration.  If this value is set, retransmit and hold will
266 be automatically calculated from retransmits_before_loss and token.
268 The default is 4 retransmissions.
271 join
272 This timeout specifies in milliseconds how long to wait for join messages in 
273 the membership protocol.
275 The default is 100 milliseconds.
278 send_join
279 This timeout specifies in milliseconds an upper range between 0 and send_join
280 to wait before sending a join message.  For configurations with less then
281 32 nodes, this parameter is not necessary.  For larger rings, this parameter
282 is necessary to ensure the NIC is not overflowed with join messages on
283 formation of a new ring.  A reasonable value for large rings (128 nodes) would
284 be 80msec.  Other timer values must also change if this value is changed.  Seek
285 advice from the openais mailing list if trying to run larger configurations.
287 The default is 0 milliseconds.
290 consensus
291 This timeout specifies in milliseconds how long to wait for consensus to be
292 achieved before starting a new round of membership configuration.
294 The default is 200 milliseconds.
297 merge
298 This timeout specifies in milliseconds how long to wait before checking for
299 a partition when no multicast traffic is being sent.  If multicast traffic
300 is being sent, the merge detection happens automatically as a function of
301 the protocol.
303 The default is 200 milliseconds.
306 downcheck
307 This timeout specifies in milliseconds how long to wait before checking
308 that a network interface is back up after it has been downed.
310 The default is 1000 millseconds.
313 fail_to_recv_const
314 This constant specifies how many rotations of the token without receiving any
315 of the messages when messages should be received may occur before a new
316 configuration is formed.
318 The default is 50 failures to receive a message.
321 seqno_unchanged_const
322 This constant specifies how many rotations of the token without any multicast
323 traffic should occur before the merge detection timeout is started.
325 The default is 30 rotations.
328 heartbeat_failures_allowed
329 [HeartBeating mechanism]
330 Configures the optional HeartBeating mechanism for faster failure detection. Keep in
331 mind that engaging this mechanism in lossy networks could cause faulty loss declaration 
332 as the mechanism relies on the network for heartbeating. 
334 So as a rule of thumb use this mechanism if you require improved failure in low to 
335 medium utilized networks.
337 This constant specifies the number of heartbeat failures the system should tolerate
338 before declaring heartbeat failure e.g 3. Also if this value is not set or is 0 then the
339 heartbeat mechanism is not engaged in the system and token rotation is the method
340 of failure detection
342 The default is 0 (disabled).
345 max_network_delay
346 [HeartBeating mechanism]
347 This constant specifies in milliseconds the approximate delay that your network takes
348 to transport one packet from one machine to another. This value is to be set by system
349 engineers and please dont change if not sure as this effects the failure detection
350 mechanism using heartbeat.
352 The default is 50 milliseconds.
355 window_size
356 This constant specifies the maximum number of messages that may be sent on one
357 token rotation.  If all processors perform equally well, this value could be
358 large (300), which would introduce higher latency from origination to delivery
359 for very large rings.  To reduce latency in large rings(16+), the defaults are
360 a safe compromise.  If 1 or more slow processor(s) are present among fast
361 processors, window_size should be no larger then 256000 / netmtu to avoid
362 overflow of the kernel receive buffers.  The user is notified of this by
363 the display of a retransmit list in the notification logs.  There is no loss
364 of data, but performance is reduced when these errors occur.
366 The default is 50 messages.
369 max_messages
370 This constant specifies the maximum number of messages that may be sent by one
371 processor on receipt of the token.  The max_messages parameter is limited to
372 256000 / netmtu to prevent overflow of the kernel transmit buffers.
374 The default is 17 messages.
377 rrp_problem_count_timeout
378 This specifies the time in milliseconds to wait before decrementing the
379 problem count by 1 for a particular ring to ensure a link is not marked
380 faulty for transient network failures.
382 The default is 1000 milliseconds.
385 rrp_problem_count_threshold
386 This specifies the number of times a problem is detected with a link before
387 setting the link faulty.  Once a link is set faulty, no more data is
388 transmitted upon it.  Also, the problem counter is no longer decremented when
389 the problem count timeout expires.
391 A problem is detected whenever all tokens from the proceeding processor have
392 not been received within the rrp_token_expired_timeout.  The
393 rrp_problem_count_threshold * rrp_token_expired_timeout should be atleast 50
394 milliseconds less then the token timeout, or a complete reconfiguration
395 may occur.
397 The default is 20 problem counts.
400 rrp_token_expired_timeout
401 This specifies the time in milliseconds to increment the problem counter for
402 the redundant ring protocol after not having received a token from all rings
403 for a particular processor.
405 This value will automatically be calculated from the token timeout and
406 problem_count_threshold but may be overridden.  It is not recommended to
407 override this value without guidance from the openais community.
409 The default is 47 milliseconds.
412 Within the 
413 .B logging
414 directive, there are seven configuration options which are all optional:
416 to_stderr
418 to_file
420 to_syslog
421 These specify the destination of logging output. Any combination of
422 these options may be specified. Valid options are
423 .B yes
425 .B no.
427 The default is syslog and stderr.
431 logfile
432 If the 
433 .B to_file
434 directive is set to
435 .B yes
436 , this option specifies the pathname of the log file.
438 No default.
441 debug
442 This specifies whether debug output is logged for all services.  This is
443 generally a bad idea, unless there is some specific bug or problem that must be
444 found in the executive. Set the value to 
445 .B on
446 to debug, 
447 .B off
448 to turn off debugging. If enabled, individual loggers can be disabled using a
449 .B logger_subsys
450 directive.
452 The default is off.
455 timestamp
456 This specifies that a timestamp is placed on all log messages.
458 The default is off.
461 fileline
462 This specifies that file and line should be printed instead of logger name.
464 The default is off.
466 .TP 
467 syslog_facility
468 This specifies the syslog facility type that will be used for any messages
469 sent to syslog. options are daemon, local0, local1, local2, local3, local4, 
470 local5, local6 & local7. 
472 The default is daemon.
476 Within the 
477 .B logging
478 directive, logger directives are optional.
481 Within the 
482 .B logger_subsys
483 sub-directive of logging there are three configuration options:
486 subsys
487 This specifies the subsystem identity (name) for which logging is specified. This is the
488 name used by a service in the log_init () call. E.g. 'CKPT'. This directive is
489 required.
492 debug
493 This specifies whether debug output is logged for this particular logger.
495 The default is off.
498 tags
499 This specifies which tags should be traced for this particular logger.
500 Set debug directive to
501 .B on
502 in order to enable tracing using tags.
503 Values are specified using a vertical bar as a logical OR separator:
505 enter|leave|trace1|trace2|trace3|...
507 The default is none.
510 Within the 
511 .B event
512 directive, there are two configuration options which are all optional:
514 delivery_queue_size
515 This directive describes the full size of the outgoing delivery queue to the
516 application.  If applications are slow to process messages, they will be 
517 delivered event loss messages.  By increasing this value, the applications
518 that are slowly processing messages may have an opportunity to catch up.
521 delivery_queue_resume
522 This directive describes when new events can be accepted by the event service
523 when the delivery queue count of pending messages has reached this value. 
524 Please note this is not cluster wide.
527 Within the 
528 .B amf
529 directive, there is one configuration option which is optional:
531 mode
532 This can either contain the value enabled or disabled.  When enabled, AMF will
533 start the applications specified in the /etc/ais/amf.conf file.
534 The default is disabled.
536 .SH "FILES"
538 /etc/ais/openais.conf
539 The openais executive configuration file.
541 /etc/ais/amf.conf
542 The openais AMF configuration file.
544 .SH "SEE ALSO"
545 .BR openais_overview (8), README.amf