Package: galera-arbitrator-3 Version: 25.3.19-2 I installed galera-arbitrator-3 and configured it like this:
# more /etc/default/garb # Copyright (C) 2012 Codership Oy # This config file is to be sourced by garb service script. # A comma-separated list of node addresses (address[:port]) in the cluster GALERA_NODES="192.26.134.11,192.26.134.12" # Galera cluster name, should be the same as on the rest of the nodes. GALERA_GROUP="test" # Optional Galera internal options string (e.g. SSL settings) # see http://galeracluster.com/documentation-webpages/galeraparameters.html # GALERA_OPTIONS="" # Log file for garbd. Optional, by default logs to syslog # LOG_FILE="" At start garbd writes this to syslog: Sep 2 10:12:36 rautu systemd[1]: Starting LSB: Galera Arbitrator Daemon... Sep 2 10:12:36 rautu garbd[17366]: CRC-32C: using hardware acceleration. Sep 2 10:12:36 rautu garbd[17366]: Read config: #012#011daemon: 1#012#011name: garb#012#011address: gcomm://192.26.134.11,192.26.134.12#012#011group: test#012#011sst: trivial#012#011donor: #012#011options: gcs.fc_limit=9999999; gcs.fc_factor=1.0; gcs.fc_master_slave=yes#012#011cfg: #012#011log: Sep 2 10:12:36 rautu garbd[17369]: protonet asio version 0 Sep 2 10:12:36 rautu garbd[17369]: Using CRC-32C for message checksums. Sep 2 10:12:36 rautu garbd[17369]: backend: asio Sep 2 10:12:36 rautu garbd[17369]: gcomm thread scheduling priority set to other:0 Sep 2 10:12:36 rautu garbd[17369]: access file(./gvwstate.dat) failed(No such file or directory) Sep 2 10:12:36 rautu garbd[17369]: restore pc from disk failed Sep 2 10:12:36 rautu garbd[17369]: GMCast version 0 Sep 2 10:12:36 rautu garbd[17369]: Exception in creating receive loop. Sep 2 10:12:37 rautu garb[17354]: Starting /usr/bin/garbd: : failed! Job for garb.service failed because the control process exited with error code. See "systemctl status garb.service" and "journalctl -xe" for details. Sep 2 10:12:37 rautu systemd[1]: garb.service: Control process exited, code=exited status=1 Sep 2 10:12:37 rautu systemd[1]: Failed to start LSB: Galera Arbitrator Daemon. Sep 2 10:12:37 rautu systemd[1]: garb.service: Unit entered failed state. Sep 2 10:12:37 rautu systemd[1]: garb.service: Failed with result 'exit-code'. Access to gvwstate.dat file should work out of the box. -- Juha