aisexec { #Group to run aisexec as. Needs to be root for Pacemaker group: root #User to run aisexec as. Needs to be root for Pacemaker user: root } service { #Default to start mgmtd with pacemaker use_mgmtd: yes #Use logd for pacemaker use_logd: yes #Version ver: 0 #The name of the service name: pacemaker } totem { #The mode for redundant ring. None is used when only 1 interface specified, otherwise, only active or passive may be choosen rrp_mode: none #How long to wait for join messages in membership protocol. in ms join: 1000 #The maximum number of messages that may be sent by one processor on receipt of the token. max_messages: 20 #The virtual synchrony filter type used to indentify a primary component. Change with care. vsftype: none #Timeout for a token lost. in ms token: 5000 #How long to wait for consensus to be achieved before starting a new round of membership configuration. consensus: 2500 #This timeout specifies in milliseconds an upper range between 0 and send_join to wait before sending a join message. send_join: 45 #HMAC/SHA1 should be used to authenticate all message secauth: on #How many token retransmits should be attempted before forming a new configuration. token_retransmits_before_loss_const: 10 #How many threads should be used to encypt and sending message. Only have meanings when secauth is turned on threads: 4 #The only valid version is 2 version: 2 interface { #Network Address to be bind for this interface setting bindnetaddr: 192.168.1.0 #The multicast address to be used mcastaddr: 226.94.1.1 #The multicast port to be used mcastport: 5405 #The ringnumber assigned to this interface setting ringnumber: 0 } #To make sure the auto-generated nodeid is positive clear_node_high_bit: yes } logging { #Log to the standard error output to_stderr: off #Log to syslog to_syslog: yes #Whether or not turning on the debug information in the log debug: off #Log timestamp as well timestamp: on #Log to a specified file to_file: no #Logging file line in the source code as well fileline: off #Facility in syslog syslog_facility: daemon } amf { #Enable or disable AMF mode: disabled }