Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
heartbeat:pacemaker [2019/07/24 10:06] – [Installation] tmadeheartbeat:pacemaker [2019/10/22 16:08] (current) – [Ubuntu 12.04] tmade
Line 24: Line 24:
   xorg-x11-xauth   xorg-x11-xauth
      
-Installation for Ubuntu Server 12.4, 16.04, 18.04:+Installation for Ubuntu Server 12.04, 16.04, 18.04:
  
   apt-get install pacemaker   apt-get install pacemaker
Line 374: Line 374:
                 tags: enter|leave|trace1|trace2|trace3|trace4|trace6                 tags: enter|leave|trace1|trace2|trace3|trace4|trace6
         }         }
 +}
 +</code>
 +
 +===Ubuntu 16.04 ====
 +
 +<code>
 +totem {
 +  version: 2
 +  cluster_name: lbcluster
 +  transport: udpu
 +  interface {
 +    ringnumber: 0
 +    bindnetaddr: 192.168.150.128
 +    broadcast: yes
 +    mcastport: 5405
 +  }
 +}
 +
 +quorum {
 +  provider: corosync_votequorum
 +  expected_votes: 3
 +  #two_node: 1
 +}
 +
 +nodelist {
 +  node {
 +    ring0_addr: 192.168.150.230
 +    name: node002
 +    nodeid: 1
 +  }
 +  node {
 +    ring0_addr: 192.168.150.239
 +    name: node006
 +    nodeid: 2
 +  }
 +  node {
 +    ring0_addr: 192.168.150.243
 +    name: node007
 +    nodeid: 3
 +  }
 +}
 +
 +logging {
 +  # Log the source file and line where messages are being
 +  # generated. When in doubt, leave off. Potentially useful for
 +  # debugging.
 +  # Log with syslog facility daemon.
 +  #syslog_facility: daemon
 +  fileline: off
 +  to_logfile: yes
 +  to_stderr: no
 +  debug: off
 +  logfile: /var/log/corosync/corosync.log
 +  to_syslog: yes
 +  timestamp: on
 } }
 </code> </code>
heartbeat/pacemaker.txt · Last modified: 2019/10/22 16:08 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki