码迷,mamicode.com
首页 > 其他好文 > 详细

HA高可用实验报错

时间:2016-06-12 16:59:41      阅读:321      评论:0      收藏:0      [点我收藏+]

标签:services   配置文件   error   command   started   

做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.

 

成功


HA高可用实验报错

标签:services   配置文件   error   command   started   

原文地址:http://xiongrunchu.blog.51cto.com/11696174/1788256

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!