您的位置:首页 > 运维架构 > 网站架构

HA高可用实验报错

2016-06-12 14:52 387 查看
做HA实验时,启动heartbeat出现错误:
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.

成功
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: