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

heartbeat启动问题

为什么启动的时候出现这个错误,在网上找不到这个错误的信息啊,大家帮我看看,你们有没有遇到过,help me

[root@localhost ha.d]# /etc/init.d/heartbeat start
logd is already running
Starting High-Availability services:
[FAILED]
heartbeat[13098]: 2007/09/06_16:04:05 ERROR: Client child command [/path/name/to/run] is not executable

Forums:

Heartbeat中ha.cf文件该怎样配置?

我所有redhat都是用虚拟机来跑的,出现一些问题,希望大家能够帮助我.

两台Loadbalance,一台主,一台备.当同时将这两台机器开机后,主机上的heartbeat进程起来了,但资源没有跑起来,过段时间,备机监测到主机down了,将资源成功接管过来.

以上是现象.我的问题:
heartbeat是如何监测到主机down了呢?本人这里不明白?我想应该是ha.cf文件配置问题,但又找不到原因.ha.cf中的各项值是什么意思?尤其是ping之类的.

多谢各位为小弟的解答.

Forums:

HeartBeat,为什么我的资源不会随heartbeat启动而启动?

我的资源文件如下配置(ipvsadm.sh,这个文件在/etc/ha.d/resource.d/ 目录下,启动方式支持 start|stop)
[root@redhat5 log]# tail /etc/ha.d/haresources
#
#node1 10.0.0.170 Filesystem::/dev/sda1::/data1::ext2
#
# Regarding the node-names in this file:
#
# They must match the names of the nodes listed in ha.cf, which in turn
# must match the `uname -n` of some node in the cluster. So they aren't
# virtual in any sense of the word.
#
redhat5 192.168.3.150/24/eth0:150 ipvsadm.sh

Forums:

关于LVS/DR中VIP的问题

我做的一个服务器集群的规划如下:
三台主机做集群,每台主机都是双网卡,其中一个绑定公网地址,一个绑定内网地址.可是研究了好久都没法实现LVS/DR.所以请教下大家在这种情况下是否可以用LVS/DR,VIP该如何设置?
这个问题我搜了很久都没找到解决方法,希望大家能帮我一下.非常感谢.

Forums:

持久连接和客户端切换有什么关系么?

最近做了一个带有https的集群,这个需要设置持久连接。
当我停止掉正在操作的服务器的443端口的时候,我的连接也断掉了。然后我再次刷新,还是连接不到好的服务器。

如果我没有设置持久连接的话,则不会出现这个问题。

请问现在存在这个问题么?我可以通过什么来解决呢?

Forums:

请教各位,director不转发包是什么问题?

director: Centos 内核版本2.6.9
RS:ubuntu7.04 (在centos上用虚拟机安装的,安装时ubuntu的联网方式选的NAT)

director上的脚本:
#!/bin/bash
VIP=192.168.25.200
RIP1=192.168.97.1
GW=192.168.25.1
# set the Virtual IP Address
/sbin/ifconfig eth0:0 $VIP broadcast $VIP netmask 255.255.255.255 up
/sbin/route add -host $VIP dev eth0:0
#Clear IPVS table
/sbin/ipvsadm -C
#set LVS
/sbin/ipvsadm -A -t $VIP:23 -s rr
/sbin/ipvsadm -a -t $VIP:23 -r $RIP1:23 -g
#Run LVS
/sbin/ipvsadm

RS上的脚本:
echo 1 > /proc/sys/net/ipv4/conf/lo/arp_ignore

Forums:

heartbeat的cpu占用率近于100%,日志在不停报错,大家帮忙看下

heartbeat的日志里一直报这个错误:
heartbeat[4004]: 2007/08/22_09:39:26 info: Gmain_timeout_dispatch: started at 557437928 should have started at 557293220
heartbeat[4004]: 2007/08/22_09:39:27 WARN: Gmain_timeout_dispatch: Dispatch function for retransmit request was delayed 1447060 ms before being called (GSource: 0x15b89798)
而且cpu已经占用了很高,我的ha.cf是这样的:
debugfile /var/log/ha-debug
logfile /var/log/ha-log
logfacility local0
keepalive 2
deadtime 30
warntime 10
initdead 120
udpport 694
baud 19200
ucast eth1 192.168.1.2

Forums:

KTCPVS能否指定HTTP头字段进行Hash负载均衡?

看了一下KTCPVS的资料,提到了以下四种配置方法:
Content-based scheduler for simple HTTP service
Content-based scheduler for persistent HTTP service
Content-based scheduler for cookie-based HTTP service
Content-based scheduler for hash-based HTTP service
但都是基于URI来进行调度的。

不知有没有基于HTTP头字段来进行调度的?就是把基于cookie的方法扩展一下,让用户可以自行指定头字段。

如果有的话,应该如何配置?

Forums:

是否有比较权威的lvs性能评测

各位

是否有比较权威的lvs性能评测?

比如多少内存 可以支持到多少连接

lvs同时的并发连接可以支持到多少?

每秒可以处理多少个请求?

考虑报文大小的情况下,测试又会如何?

目前我有个项目

有20万个并发请求,且连接后会持续保持连接状态

每个连接每20秒发送100个字节

所以想问下lvs处理并发的能力和吞吐量

Forums:

Linux LVS Direct routing VIP address

linux kernel 2.6中,lvs direct routing时,VIP可不可以就是eth0(外部接口)的地址

即有不有必要建个eth0:1 ,然后再指定个VIP地址,他的作用是什么.

我试着使用同一个地址(按照http://kb.linuxvirtualserver.org/wiki/Mini_Mini_Howto),却不通.

请问是这样吗?谁有合理的解释.

Forums:

页面

Subscribe to LVS中文站点 RSS
randomness