LVS集群

LVS集群技术、系统、安装和使用

LVS 能控制总的连接数吗?

请问LVS能对连接数进行控制吗?例如当连接数达到一个预定的值后就放回给客户端一个超时或其他什么错误

Forums:

发觉这个网形同虚设!

如题~~~~~~~~~```

Forums:

请问一个ipvsadm的问题。

我的内核版本是2.6.9,于是下载了ipvsadm-1.24-6.src.rpm,但是只有41k大小,请问这个正常吗?是不是没有下载完全,怎么这么小?谢谢。

Forums:

mon不能启动。

大家好:

我想请教你们一个问题,我的平台是slackware 10.2 我在启动mon时,出现以下错误提示:
unix dgram connect: Connection refused at /usr/local/mon/mon line 4192
no connection to syslog available at /usr/local/mon/mon line 4192
导致mon不能启动,不知是为什么?

Forums:

求教:章博士, 三台机器做LVS系统,但不知道什么原因,流量一大,就挂! 或者哪位朋友知道的,帮一下

三台机器做LVS系统,但不知道什么原因,流量一大,就挂!

不知道是哪出问题了,流量一大点,就挂
整个系统都挂,好点的情况只有网卡一挂,但内网卡还可以工作,系统资源还是正常的。
不好的情况,全部不工作,系统资源是否正常暂还没有监测到。
其实流量原来三台机器分开用,是可以胜任的,现在三台做成LVS,反倒顶不了多久。

机器硬件环境:
A、2 * Xeon 5110 + 2 * 1 G DDR2 FB + 3 * 73 SCSI 硬盘
B、Xeon 5110 + 2 * 1 G DDR2 FB + sata 140 sata 硬盘

Forums:

LVS/DR 一定要路由器支持Arp协议吗?

我想做在局域网内做LVS/DR负载均衡,
但是网关路由器(DI-707P)不支持arp协议。
能在这个局域网LVS/DR负载均衡?

Forums:

希望大家通过我的日志帮我看看ldirector 是哪地方没对

ldirector 配置
# Global Directives
checktimeout=3
checkinterval=1
#fallback=127.0.0.1:80
autoreload=yes
logfile="/var/log/ldirectord.log"
#logfile="local0"
#emailalert="admin@x.y.z"
#emailalertfreq=3600
#emailalertstatus=all
quiescent=no

# Sample for an http virtual service
virtual=192.168.10.100:80
real=192.168.10.102:80 gate
real=192.168.10.104:80 gate
real=192.168.10.115:80 gate
real=192.168.10.117:80 gate
fallback=127.0.0.1:80 gate
service=http
request="index.html"
receive="Test Page"

Forums:

章博士 LVS/DR +RealServer(Win2003)问题?为何总指向director

我是刚刚接触LVS的,请各位帮忙!谢了!
我要搭建的框架为:
LVS/DR +RealServer(Win2003)
只有一台服务器做均衡测试。

1。我的内核为2.6.10
director的真实IP为192.168.0.123

director端的配置脚本内容如下:

#!/bin/sh
VIP=192.168.0.200
/sbin/ifconfig eth0:0 $VIP broadcast $VIP netmask 255.255.255.255 up
###/sbin/route add -host $VIP dev eth0:0
echo 1 >/proc/sys/net/ipv4/conf/all/send_redirects
echo 1 >/proc/sys/net/ipv4/conf/default/send_redirects
echo 1 >/proc/sys/net/ipv4/conf/eth0/send_redirects

Forums:

请教FIN_WAIT状态

我的集群环境是:lvs+heartbeat+ldirectord,
[root@lb /]# ipvsadm -lcn
IPVS connection entries
pro expire state source virtual destination
TCP 01:57 FIN_WAIT 192.168.98.203:3875 192.168.98.130:80 192.168.98.122:80
TCP 01:58 FIN_WAIT 192.168.98.203:3878 192.168.98.130:80 192.168.98.121:80
TCP 01:57 FIN_WAIT 192.168.98.203:3877 192.168.98.130:80 192.168.98.122:80
TCP 01:51 FIN_WAIT 192.168.98.203:3873 192.168.98.130:80 192.168.98.122:80
TCP 01:56 FIN_WAIT 192.168.98.203:3874 192.168.98.130:80 192.168.98.121:80

Forums:

Ldirectord检测不到真实服务器(已解决)

1、/etc/ha.d/ldirectord.cf
checktimeout=3
checkinterval=1
fallback=127.0.0.1:80
autoreload=yes
logfile="/var/log/ldirectord.log"
#logfile="local0"
#emailalert="admin@x.y.z"
#emailalertfreq=3600
#emailalertstatus=all
quiescent=no

# Sample for an http virtual service
virtual=192.168.98.130:80
real=192.168.98.121:80 gate
real=192.168.98.122:80 gate
fallback=127.0.0.1:80 gate
service=http
request="www.html"
receive="Test Page"
virtualhost=lb.backup.com
scheduler=rr
persistent=600

Forums:

页面

Subscribe to RSS - LVS集群