Hi, I installed percona XtraDB.
It works properly. I followed these guides:
[url]Configuring Nodes for Write-Set Replication - Percona XtraDB Cluster
[url]https://www.percona.com/files/presentations/WEBINAR-percona-xtradb-cluster-installation-and-setup.pdf[/url]
The first node is configured correctly.
Now I just can not figure out how to add new nodes? The guide is not clear for whos not skilled.
This is my /my.cnf
wsrep_provider=/usr/lib/libgalera_smm.so wsrep_cluster_name=pxc-cluster wsrep_cluster_address=gcomm://192.168.70.61,192.168.70.62,192.168.70.63 wsrep_node_name=pxc1 wsrep_node_address=192.168.70.61 wsrep_sst_method=xtrabackup-v2 wsrep_sst_auth=sstuser:passw0rd pxc_strict_mode=ENFORCING binlog_format=ROW default_storage_engine=InnoDB innodb_autoinc_lock_mode=2 Where i have to add this:
wsrep_node_name=pxc2 wsrep_node_address=192.168.70.62 wsrep_node_name=pxc3 wsrep_node_address=192.168.70.63 Thank you for help