LVS负载均衡集群之DR模式一、环境4台虚拟机:1台Client、1台DirectorServer、2台RealServer。IP地址分别如下:Client:192.168.12.22DS:VIP:192.168.12.100,DIP:192.168.12.10RealServer1:192.168.12.80RealServer2:192.168.12.81二、安装配置RealServerRealServer1:yum-yinstal..
分类:
其他好文 时间:
2015-03-13 14:40:42
阅读次数:
205
记得2011年mvc3刚出来的时候,我们就有幸将 mvc3 用在我们团购项目上,当时老大让我们用一个星期时间来熟悉mvc,幸好园子里面的老朋友DR正在写mvc3系列,也恭喜这个系列文章被整理成专题供后来者学习,详见:http://www.cnblogs.com/highend/archive/2.....
分类:
Web程序 时间:
2015-03-13 14:18:20
阅读次数:
305
EvolutionTime Limit:5 Seconds Memory Limit:32768 KBDescriptionEvolution is a long, long process with extreme complexity and involves many species. Dr....
分类:
其他好文 时间:
2015-03-10 21:06:23
阅读次数:
218
#!/bin/bash ?
# ??
# Script to start LVS DR real server. ??
# description: LVS DR real server ??
# ??
. ?/etc/rc.d/init.d/functions
VIP=192.168.1.207 ? #这里根据需要改成自己的VIP地址
ho...
分类:
其他好文 时间:
2015-03-09 16:23:53
阅读次数:
128
Problem Description
Have you ever heard the story of Blue.Mary, the great civil engineer? Unlike Mr. Wolowitz, Dr. Blue.Mary has accomplished many great projects, one of which is the Guanghua Building.
The public opinion is that Guanghua Building is no...
分类:
编程语言 时间:
2015-03-05 22:24:55
阅读次数:
265
【背景说明】在7层负载均衡上,查询网络状态发现timewait太多,于是开始准备优化事宜整体的拓扑结构,前面是lvs做dr模式的4层负载均衡,后端使用(nginx、orhaproxy)做7层负载均衡【优化效果】修改前,建立连接的有29个,timewait的就达到了900个,如下图所示修改后,建立连接..
分类:
其他好文 时间:
2015-03-01 22:28:33
阅读次数:
217
实验平台 : CentOS release5.2 (Final)
实验目标 : 快速撑握和理解Piranha方案.
结构:
LVS-ACTIVE:10.10.42.201
LVS-BACKUP: 10.10.42.202
LVS-VIP: 10.10.42.22
Realsever: 10.10.42.203,10.10.42.205
一.Piranha方案基本简绍.
1.P...
分类:
其他好文 时间:
2015-02-28 10:17:06
阅读次数:
192
一、系统中的文件类型。类型:①‘d’代表目录文件,dr-xr-xr-x.5rootroot10242月2700:15boot‘dr-xr-xr-x.’中的‘d’,就是表示这个文件为目录文件。②‘-’代表普通文件,-rwxr-xr-x.1rootroot2340810月1512:45arch‘-rwxr-xr-x.’中的‘-’,就是表示这个文件为普通文件。..
分类:
其他好文 时间:
2015-02-28 00:24:25
阅读次数:
238
LVS无论NAT及DR模式,均要求LVS server和real server在同一个网段内,NAT需要把lvs server当作各个realserver的默认网关,DR模式采用修改mac地址直接从数据链路层转发、要求必须在同一个物理网段内LVS-NAT的实验网络拓扑: 采用青云1个Router、1...
分类:
其他好文 时间:
2015-02-28 00:15:21
阅读次数:
347
IEnumerable DetailRows() { foreach (DataRow dr in EditData.Tables[tb_AttendLeaveDate._TableName].Rows) yield return dr; }