MariaDB Cluster with Galera
วิธีทำ
อ้างจาก: my.cnf (สำหรับ 3 เครื่อง) เครื่อง 192.168.100.254
เครื่อง 1
wsrep_provider=/usr/lib64/libgalera_smm.so
wsrep_cluster_address=gcomm://192.168.100.254 #ip เครื่องแรกที่บูต
wsrep_slave_threads=3 #จำนวนเครื่องcluster ตอนนี้ทดสอบ 3 เครื่อง
wsrep_sst_method=rsync_wan
wsrep_cluster_name=mariadb_test_cluster
binlog_format=ROW
default_storage_engine=InnoDB
innodb_autoinc_lock_mode=2
innodb_locks_unsafe_for_binlog=1
wsrep_node_name=node1
อ้างจาก: my.cnf (สำหรับ 3 เครื่อง) เครื่อง 192.168.100.253
เครื่อง 2
wsrep_provider=/usr/lib64/libgalera_smm.so
wsrep_cluster_address=gcomm://192.168.100.254 #ip เครื่องแรกที่บูต
wsrep_slave_threads=3 #จำนวนเครื่องcluster ตอนนี้ทดสอบ 3 เครื่อง
wsrep_sst_method=rsync_wan
wsrep_cluster_name=mariadb_test_cluster
binlog_format=ROW
default_storage_engine=InnoDB
innodb_autoinc_lock_mode=2
innodb_locks_unsafe_for_binlog=1
wsrep_node_name=node2
อ้างจาก: my.cnf (สำหรับ 3 เครื่อง) เครื่อง 192.168.100.252
เครื่อง 3
wsrep_provider=/usr/lib64/libgalera_smm.so
wsrep_cluster_address=gcomm://192.168.100.254 #ip เครื่องแรกที่บูต
wsrep_slave_threads=3 #จำนวนเครื่องcluster ตอนนี้ทดสอบ 3 เครื่อง
wsrep_sst_method=rsync_wan
wsrep_cluster_name=mariadb_test_cluster
binlog_format=ROW
default_storage_engine=InnoDB
innodb_autoinc_lock_mode=2
innodb_locks_unsafe_for_binlog=1
wsrep_node_name=node3
คำสัง ไว้สำหรับดู
SHOW STATUS LIKE 'wsrep_%';
http://danhos.thaiddns.com/smf/index.php?PHPSESSID=kjl7a3h6ha2ggmpqjbtpvt0dn0;topic=216.msg420#msg420Galera project files
https://launchpad.net/galera/+downloadhttps://downloads.mariadb.org/mariadb-galera/https://kb.askmonty.org/en/getting-started-with-mariadb-galera-cluster/