首页 > 其他 > 详细

HA 简单报错总结

时间:2016-03-26 08:26:35      阅读:260      评论:0      收藏:0      [点我收藏+]

问题日志:/var/log/ha-log ERROR: Message hist queue is filling up (451 messages in queue)

解决方法:将集群中的设备防火墙清空,service iptables stop即可



问题日志:ERROR: Client child command [/usr/lib/heartbeat/ipfail] is not executable

ERROR: Heartbeat not started: configuration error.

ERROR: Configuration error, heartbeat not started.

解决方法:因为Linux是64位的,ha.cf 配置文件里

/usr/lib/heartbeat/ipfail 这一句要改为:

/usr/lib64/heartbeat/ipfail

再次启动/etc/init.d/heartbeat start

Starting High-Availability services: INFO:  Resource is stopped

Done.


问题日志:Missing auth directive in keyfile [/etc/ha.d/authkeys]

解决方法:

auth 1
#1 crc
#2 sha1 HI!
#3 md5 Hello!

改成

auth 3
#1 crc
#2 sha1 HI!
3 md5 Hello!


本文出自 “linux基础” 博客,请务必保留此出处http://chaoyuezhangsan.blog.51cto.com/7176886/1755244

HA 简单报错总结

原文:http://chaoyuezhangsan.blog.51cto.com/7176886/1755244

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!