Hi All,
I would appreciate a little help.
I have done everything how it is in the installation steps, but the galera service on the port 4567 is not starting.
No errors in mysql or syslog :( Tried on debian and centos as well.
Right now server version: 5.5.28a-MariaDB-a1~squeeze-log mariadb.org binary distribution, wsrep_23.7rc1.rXXXX but I have tried with relevant mysql binaries as well. Do you have any idea why is it not starting the cluster service?
wsrep.conf on node1:
root@mariaclu01:/etc/mysql# cat /etc/mysql/conf.d/wsrep.cnf
[wsrep]
wsrep_provider=/usr/lib/galera/libgalera_smm.so
wsrep_cluster_address="gcomm://"
wsrep_sst_auth=sst:sstpass123
wsrep.conf on node2:
root@mariaclu02:~# cat /etc/mysql/conf.d/wsrep.cnf
[wsrep]
wsrep_provider=/usr/lib/galera/libgalera_smm.so
wsrep_cluster_address="gcomm://192.168.1.30:4567"
wsrep_sst_auth=sst:sstpass123
MariaDB [(none)]> show status like 'wsrep%';
+--------------------------+----------------------+
| Variable_name | Value |
+--------------------------+----------------------+
| wsrep_cluster_conf_id | 18446744073709551615 |
| wsrep_cluster_size | 0 |
| wsrep_cluster_state_uuid | |
| wsrep_cluster_status | Disconnected |
| wsrep_connected | OFF |
| wsrep_local_index | 18446744073709551615 |
| wsrep_provider_name | |
| wsrep_provider_vendor | |
| wsrep_provider_version | |
| wsrep_ready | ON |
+--------------------------+----------------------+
root@mariaclu01:/etc/mysql# netstat -tulpn | grep -e 4567 -e 3306
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 3387/mysqld
Thank you in advance!
Cheers,
Daniel
dudu@ihd.hu