sele 发表于 2019-1-6 15:00:51

centos 6.2 下heartbeat 安装

  1准备工作
  heartbeat3.0版本有三部分组成:Heartbeat、Cluster Glue、Resource Agents
  下载可以到 http://www.linux-ha.org/wiki/Download
  2.开始安装
  先创建用户和用户组
  groupadd haclient
  useradd hacluster -g haclient -s /sbin/nologin
  安装glue
  出现如下错误
  gmake: *** Error 4
gmake: Leaving directory `/tmp/Reusable-Cluster-Components-glue--0c0bd21916ce/doc'
gmake: *** Error 1
gmake: Leaving directory `/tmp/Reusable-Cluster-Components-glue--0c0bd21916ce/doc'
make: *** Error 1
  http://lists.linux-ha.org/pipermail/linux-ha/2011-November/044379.html
  解决 yum install docbook-style-xsl
  安装heartbeat 3.05
  报错:configure: error: Core development headers were not found
解决 :使用./ConfigureMe configure
  最简单滴直接yum
   rpm -ivh http://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm

  




页: [1]
查看完整版本: centos 6.2 下heartbeat 安装