这里是LVS集群项目的中文社区。欢迎大家在这里讨论和交流LVS集群的安装、使用、维护与开发,以及相关技术,帮助完善LVS的中文文档。也欢迎您在这里建立您的博客!

lvs mysql负载均衡的问题ldirect日志checktype must be "connect", "negotiate", "on", "off", "ping", "external" or a positive number

我的配置如下:我要同时提供http和mysql的负载

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=yes

# Sample for an http virtual service
virtual=192.168.1.240:80
real=192.168.1.233:80 gate
real=192.168.1.234:80 gate
fallback=127.0.0.1:80 gate
service=http
request="helth.html"
receive="Ok"
virtualhost=192.168.1.240
scheduler=rr

Forums:

no arp 的问题,有点模糊了

看下面的文字:
To disable ARP for VIP at real servers, we just need to set arp_announce/arp_ignore sysctls at the interface connected to the VIP network. For example, real servers have eth0 connected to the VIP network with the VIP at interface lo, we will have the following commands.

echo 1 > /proc/sys/net/ipv4/conf/eth0/arp_ignore
echo 2 > /proc/sys/net/ipv4/conf/eth0/arp_announce

意思是如果在realserver有个VIP配在lo上,那么arp_announce/arp_ignore应该配在VIP_NET的那个网卡上。但是我从网上的很多文章上都是说配置lo上的

Forums:

使用LVS为radius server做load balance的问题

问题描述:
使用LVS+heartbeat+ldirector为radius server做load balance,结果用户通过VIP去认证时,认证请求无法转发到real server。
但是mysql的load balance没有问题。

配置文件:
VIP:192.168.1.240【部署在192.168.1.235上】
real server:192.168.1.247 192.168.1.209

/etc/ha.d/ldirectord.cf

# Global Directives
checktimeout=10
checkinterval=10
autoreload=no
logfile="/var/log/ldirectord.log"
logfile="local0"
quiescent=yes
virtual = 192.168.1.240:radius
service = radius
real = 192.168.1.247:radius gate

Forums:

LVS现有环境如何突破瓶颈

目前有一个这样的节点,LVS使用出现瓶颈。
架构:
1LVS+6Realserver
瓶颈出现在晚上高峰的时候;大致流量在1.4G;并发数在1.02W/秒
瓶颈现象:
LVS服务器ksoftirqd进程单cpu跑满,ipvsadm查看单个Realserver的ActiveConn值大致在5W多,6台总共在30W左右。这个时候就无法进行正常的调度,流量会跌到1.1G左右,高峰过后会恢复。
LVS服务器配置
2颗4核cpu(单核2G);内存4G;系统AS4.5,内核2.6.9-55.ELsmp

Forums:

有没有比较完整的LVS的配置文档

RT
有经验的童靴分享下。

Forums:

lvs配置正确,第一次访问成功,后续并再也不成功

LVS 配置正确,测试不成功
各位好!

我现在遇到这样一个问题:

1. 虚拟IP 为 16.173.241.49 (在vmware server 16.173.241.53创建的一个虚拟IP)
real Server 1: 16.173.242.116
real Server 2: 16.173.242.117

2. 116 和 117 的系统为 Vmare Linux 2.6.9-78.ELsmp i686 athlon i386 GNU/Linux

3. 53 上的LVS 配置文件 lvs.sh 如下:

[Copy to clipboard] [ - ]CODE:
#!/bin/bash
vip=16.173.241.49
rs1=16.173.242.116
rs2=16.173.242.117

#set virttual ip address

Forums:

Piranha下能均衡UDP应用么?!

应该如何配置呢,有什么资料没?!

还望大家指教

Forums:

LVS无法将请求发送到real server

我用一台机器安装LVS作为LBServer,另外两台安装了apache作为real server,已经测试过访问apache正常。
但是访问LVS的时候始终无响应。用ipvsadm --list可以查看到有请求已经发送到real server,但在apache的日志文件中却看不到。另外从LBServer无法ping通real server,但用别的机器却可以ping通real server。所以我怀疑是我找的教程有错,请各位指点一下。

我所做的步骤如下。
在LBServer:
配置虚拟IP
ifconfig eth0:0 10.45.8.100 netmask 255.255.252.0 broadcast 10.45.11.255

Forums:

persistent最大值问题

我现在想让一台服务器长时间接收访问,故需要设置persistent为较大的一个值。查阅了这个帖子http://zh.linuxvirtualserver.org/node/336,里边说时间可以设置为很大。比如我设置时间为100000,使用ipvsadm -ln显示persistent 10000。不知道显示是截取了字符串,还是最大值只能为5位数?

Forums:

ipvsadm 中 算法的改进

请问可以做ipvsadm 负载均衡调度算法的改进吗 有人在做吗
有人做过源码的研究嘛 希望可以请教下

Forums:

页面

Subscribe to LVS中文站点 RSS
randomness