You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mha version : node-0.54 manager-0.55
mysql version : 5.6.15-rel63.0-log
OS version : centos 6.4 x_85 64
1,some parameters in my.cnf on both master and slave
relay_log_info_repository=TABLE
master_info_repository=TABLE
2, MHA app1.cnf
[server default]
manager_log=/var/log/managemha.log
manager_workdir=/var/log/managemha
master_ip_failover_script="/usr/local/bin/master_ip_failover"
master_ip_online_change_script="/usr/local/bin/master_ip_online_change"
password=xxxooo
ping_interval=4
ssh_connection_timeout=15
ping_type=CONNECT
remote_workdir=/data/nodemha
repl_password=xxxx
repl_user=repl
ssh_port=22
ssh_user=root
user=root
[server1]
candidate_master=1
ignore_fail=1
hostname=192.168.100.55
master_binlog_dir=/data/percona-data-3307
port=3307
[server2]
candidate_master=1
ignore_fail=1
hostname=192.168.100.55
master_binlog_dir=/data/percona-data-3306
port=3306
when i executed "masterha_check_repl --conf=/etc/masterha/app1/app1.cnf"
i got some errors like followings:
Fri Jun 6 15:58:12 2014 - [warning] Global configuration file
/etc/masterha_default.cnf not found. Skipping.
Fri Jun 6 15:58:12 2014 - [info] Reading application default configurations
from /etc/masterha/app1/app1.cnf..
Fri Jun 6 15:58:12 2014 - [info] Reading server configurations from
/etc/masterha/app1/app1.cnf..
Fri Jun 6 15:58:12 2014 - [info] MHA::MasterMonitor version 0.55.
Fri Jun 6 15:58:12 2014 - [error][/usr/share/perl5/vendor_perl/MHA/Server.pm,
ln241] Getting relay log directory or current relay logfile from replication
table failed on 192.168.100.55(192.168.100.55:3306)!
Fri Jun 6 15:58:12 2014 -
[error][/usr/share/perl5/vendor_perl/MHA/MasterMonitor.pm, ln386] Error happend
on checking configurations. at
/usr/share/perl5/vendor_perl/MHA/ServerManager.pm line 269
Fri Jun 6 15:58:12 2014 -
[error][/usr/share/perl5/vendor_perl/MHA/MasterMonitor.pm, ln482] Error
happened on monitoring servers.
Fri Jun 6 15:58:12 2014 - [info] Got exit code 1 (Not master dead).
MySQL Replication Health is NOT OK!
need your help
thanks !
Original issue reported on code.google.com by [email protected] on 6 Jun 2014 at 9:05
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 6 Jun 2014 at 9:05The text was updated successfully, but these errors were encountered: