WEB开发网
开发学院服务器服务器方案 redhatAS4.2 安装集群LVS 阅读

redhatAS4.2 安装集群LVS

 2008-11-26 11:00:32 来源:WEB开发网   
核心提示: ns.ghb.com IPaddr::192.168.0.127/24/eth0 httpd#设置ns.ghb.com为主节点,集群服务器的ip地址为192.168.0.100 netmask 为255.255.255.240集群的服务有httpd认证文件(/etc/ha.d/authke

ns.ghb.com IPaddr::192.168.0.127/24/eth0 httpd

#设置ns.ghb.com为主节点,集群服务器的ip地址为192.168.0.100 netmask 为255.255.255.240集群的服务有httpd

认证文件(/etc/ha.d/authkeys),选取一种认证方式,这个文件的权限必须是600

auth 1

1 crc

#2 sha1 sha1_any_password

#3 md5 md5_any_password

使用同样的方法配置节点2

备份节点192.168.0.126 上的heartbeat和apache的配置与节点1要完全相同,lvs配置也要相同。

2.2

完装完毕进行测试,关闭主节点机器,另一台自动接管,主节点恢复后自动接管回服务。如果以上测试没有问题,那么开始和lvs整合。

配置Ldirectord

Ldirectord的作用是监测Real Server,当Real Server失效时,把它从Load Balancer列表中删除,恢复时重新添加,在安装heartbeat时已经安装了Ldirectord。

配置(/etc/ha.d/ldirectord.cf):

# Global Directives
checktimeout=3
checkinterval=1
fallback=127.0.0.1:80
autoreload=yes
logfile="/var/log/ldirectord.log"
quiescent=yes
# A sample virual with a fallback that will override the gobal setting
virtual=192.168.0.100:80
    real=192.168.0.127:80 gate
    real=192.168.0.128:80 gate
    fallback=127.0.0.1:80  gate
    service=http
    request="test.html"
    receive="Test Page"
    virtualhost=www.funbsd.net
    scheduler=rr
    #persistent=600
    #netmask=255.255.255.255
    protocol=tcp

上一页  2 3 4 5 6 7 8 9  下一页

Tags:redhatAS 集群

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接