
打算做个lvs 一台director 3太real server 假如我上传一个html页面 如何能够将这个页面同时传到这3台real server呢 谢谢 各位大人 [ 本帖最后由 cuijie 于 2007-6-18 15:56 编辑 ]
192.168.1.118 是VIP 192.168.1.112是real server。 操作系统都是linux as3 u5 发现均衡不起作用,后来把112换成一台windows的机器,抓包。发现当另外一台机器访问http://192.168.1.118时,没有任何的包被转发给112。是怎么回事呢?forward已经打开了啊。以下是在118上ipvsadm的结果 Prot LocalAddress:Port Scheduler Flags -> RemoteAddress:Port Forward Weight ActiveConn InActConn TCP 192.168.1.118:http wl...
目前我用的是NFS,但感觉性能不太好.负载很高,高得恐怖. 因为文件读写比较实时,主要是一些些缓存类文件,是一个php+mysql的系统. 感觉对比较实时读写的文件共享都没有比较好的方案. 版主推荐一下,最好是开源,优秀的产品也介绍下.
http://www.austintek.com/lvs/lvs-HOWTO/HOWTO/ 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/31266/showart_261066.html
http://www.linuxvirtualserver.org/ http://www.linuxvirtualserver.org/zh/index.html 关键 http://zh.linuxvirtualserver.org/handbooks http://lcic.org/load_balancing.html 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/7198/showart_272861.html
安装以后运行ipvsadm [root@localhost ipvsadm-1.21]# ipvsadm Can't initialize ipvs: Protocol not available Are you sure that IP Virtual Server is built in the kernel or as module? 可以确定内核那块绝对是按照文档来的 手动加 [root@localhost log]# modprobe ip_vs /lib/modules/2.4.18-3/kernel/net/ipv4/ipvs/ip_vs.o: unresolved symbol ip_mc_join_group_R094e86fa /lib/modules/2.4.18-3/kernel/net/ipv4/ipvs/i...