garbd installation - Arbitrator for Galera
-
Upon following the instructions above I get the following:
# ./s9s_galera --install-garbd -i 1 -h localhost
load opts 1
No vendor was specified
./s9s-galera --install-garbd -V [percona|mariadb|codership]
So I added the vendor parameter using one of the options given and get the following:
# ./s9s_galera --install-garbd -i 1 -h localhost -V mariadb
load opts 1
Not a supported vendor -
Hi,
The mariadb was indeed missing.
Please do:
cd s9s-admin
git pull
cd cluster
./s9s_galera --install-garbd -i 1 -h <ip address> -V mariadb
Please don't use "localhost" or "127.0.0.1", use instead the actual ip or hostname (hostname must not resolve to 127.0.0.1) of the server where you want to install haproxy.Best regards
Johan
-
Hello,
i try install garbd, but got this error:
./s9s_galera --install-garbd -i 1 -h 10.1.0.105
load opts 1
Hostname: 10.1.0.105
Donor: 10.1.0.102
Galera port: 4567
Cluster name: my_wsrep_cluster
10.1.0.105: Executing 'mkdir -p /root/s9s_tmp/'Ok: 10.1.0.105: Executed mkdir -p /root/s9s_tmp/
[ok]
s9s_galera --install-garbd -f <galera package missing> -
Hi,
Yes we changed this:
s9s_galera --install-garbd -i <clusterid> -h<hostname> -f<path to galera package>
Path to galera package can be:
/var/www/html/cmon/upload/galera-23.2.4-1.rhel6.x86_64.rpm
or
/var/www/html/cmon/upload/galera-23.2.4-amd64.debThe galera package is also in you deployment folder.
E.g, in s9s-galera-codership-2.4.0/mysql/repo/galera..
Best regards
Johan
-
Hello,
CentOS release 6.4, Percona-XtraDB-Cluster-galera-2.6-1.152.rhel6.x86_64
# touch /etc/cmon.cnf
# ./s9s_galera --install-garbd -i 1 192.168.36.27
s9s_galera --install-garbd -p missingCould you please describe what is cmon and how I can install garbd in my case. Let me know if garbd is a part of extended support package,
Thanks.
-
Hi, could I just ask if this is meant to be run on a clean system? I'm presuming not as when I run the following -
./s9s_galera --install-garbd -i 1 -h<hostname>
I get the following error -
Could not find /etc/cmon.cnf
I have added the repos and installed the
percona-xtradb-cluster-galera-2.x
package but am presuming that's not enough?
Any advice appreciated.Many thanks,
RichB
Please sign in to leave a comment.
Comments
18 comments