欢迎来到天天文库
浏览记录
ID:22632259
大小:80.50 KB
页数:11页
时间:2018-10-30
《redhatas4.2 安装集群lvs》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、redhatAS4.2安装集群LVS redhatAS4.2 安装集群LVS createin20060812byghbspecial 环境描述:本文在配置LVS时使用三台linux,一台做Directorserver(192.168.0.25),两台做realserver(192.168.0.127192.168.0.128),在配置lvs+heartbeat时又添加了一台(192.168.0.126)做为备份主节点,虚拟VIP:192.168.0.100 软件列表: ipvsadm-1.24.tar.gz lib.tar 下载lib 稳定
2、版本是:1.1.2.1 e2fsprogs 可以用rpm安装光盘 heartbeat-2.0.2.tar.gz 2.6内核已经集成IPVS内核补订了,所以不再需要重新编译内核. 配置此集群分以下几种情况 一、配置基于DR模式Lvs集群 二、配置基于隧道模式Lvs集群 三、配置基于高可用Lvs+heartbeat 四、此种配置方式可以加强LVS的主节点的高安全性前提下(主节点简称DR,备份主节点DRbak),考虑充分利用资源可以将DRbak做为realserver 一、配置基于DR模式Lvs集群 1、下载ipvsadm管理程序 i
3、pv4/conf/lo/arp_ignoreecho2>/proc/sys/ipv4/conf/lo/arp_announceecho1>/proc/sys/ipv4/conf/all/arp_ignoreecho2>/proc/sys/ipv4/conf/all/arp_announcesysctl-p#end 此脚本使realserver不响应arp请求,将此脚本分别在realserver123456下一页....,。上执行就可以了。 测试:分别启动realserver上的ipv4/conf/tunl0/arp_ignore
4、 echo2>/proc/sys/ipv4/conf/tunl0/arp_announce echo1>/proc/sys/ipv4/conf/all/arp_ignore echo2>/proc/sys/ipv4/conf/all/arp_announce sysctl-p ;; stop) echoTunlportclosing ifconfigtunl0doore/etc/init.d/tunlvs#!/bin/sh#description:startLVS of Directorserve
5、rVIP=1上一页123456下一页....,。92.168.0.100RIP1=192.168.0.127RIP2=192.168.0.128#RIPn=192.168.0.nGeconfigure--disable-sp-subagentmakemakeinstallcp/ha.cf/haresources/authkeys/etc/ha.d/cpldirectord/ldirectord.cf/etc/ha.d/ 配置: 主配置文件(/etc/ha.d/ha.cf) #debugfile/var/log/ha-debug logfile/v
6、ar/log/ha-log #指名heartbeat的日志存放位置 #crmyes#支持ClusterResourceManager(集群资源管理)功能 #bcasteth1#指明心跳方式使用以太广播方式,并且是在eth1接口上进行广播。 logfacilitylocal0 keepalive2#指明心跳时间为2秒(即每两秒钟在eth1上发送一次广播)。 deadtime30#指定在30秒内没有心跳信号,则立即切换服务。 e10#指明心跳延迟的时间为十秒。当10秒钟内备份机不能联系上主机(当前活动的服务器,即无心跳信号),就会往日志中写入一个
7、警告日志,但此时不会切换服务。initdead120 #econfigurations,theetimetostarteto handlethatcase.Itshouldbeatleasttaldeadtime.udpport694#Useportnumber694forbcastorucastmunication.Thisisthedefault,andtheofficialIANAregisteredportnumber.baud19200serial/dev/ttyS0mcasteth0225.0.0.169410 #当主节点恢复后,是否自动切
8、回 auto_failbackon #stonith用来保证共享存储环境中的
此文档下载收益归作者所有