I’m using Ubuntu 12.04 LTS x64 and installed the latest garbd package:
percona-xtradb-cluster-garbd-3.x 207.precise
However, I can’t figure out how to get it working. I’ve tried the command “garbd -a gcomm://192.168.128.203 -g mycluster” which results in the gu::NotSet error.
I read in lp someone suggested the -o gmcast.listen parameter below (I assume to use the ip address of the node running garbd), however, that appears to have the same results. Please advise.
garbd -a gcomm://192.168.128.203 -g mycluster -o gmcast.listen_addr=tcp://192.168.128.75
2014-03-14 01:43:27.550 INFO: protonet asio version 0
2014-03-14 01:43:27.551 INFO: Using CRC-32C (optimized) for message checksums.
2014-03-14 01:43:27.551 INFO: backend: asio
2014-03-14 01:43:27.552 INFO: GMCast version 0
terminate called after throwing an instance of ‘gu::NotSet’
Aborted
2014-03-27 17:12:56.132 INFO: protonet asio version 0
2014-03-27 17:12:56.132 INFO: Using CRC-32C (optimized) for message checksums.
2014-03-27 17:12:56.132 INFO: backend: asio
2014-03-27 17:12:56.133 INFO: GMCast version 0
terminate called after throwing an instance of ‘gu::NotSet’
Aborted