知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

HA高可用

发布时间:2015-11-06 16:48:17作者:知识屋

做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.
 
成功
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜