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.549 INFO: CRC-32C: using hardware acceleration.
2014-03-14 01:43:27.549 INFO: Read config:
daemon: 0
name: garb
address: gcomm://192.168.128.203
group: mycluster
sst: trivial
donor:
options: gmcast.listen_addr=tcp://192.168.128.75; gcs.fc_limit=9999999; gcs.fc_factor=1.0; gcs.fc_master_slave=yes
cfg:
log:
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