IPVS碰到巨大难题,寻求帮助

系统 Freebsd 5.4 R + CARP +IPVS (ipvs-0.4.0)
结构 双CARP主机 做双机热备 并运行IPVS (DELL 1850 )
三台FreeBSD6.2 跑apache WEB 静态网站 (DELL 1850 )
三台windows2003 IIS 跑 .NET 动态网站 (DELL 1950)

IPVS 策略为:(假IP)
TCP 211.1.1.1:http lc ###静态网站####
-> 192.168.1.82:http Route 1 69 3276
-> 192.168.1.81:http Route 1 62 3777
-> 192.168.1.80:http Route 1 63 3331
TCP 211.1.1.2:http lc -p 300 ###动态网站###就是这个 -p
-> 192.168.1.86:http Route 1 46 23
-> 192.168.1.85:http Route 1 49 14
-> 192.168.1.84:http Route 1 49 30

由于动态网站要保存sessions 所以不能让clients在不同服务器之间跳来跳去,所以在动态网站策略上加了 -P 参数,也正是由于加了这个参数,致使本来一直跑得好好的负载均衡服务器,开机5分钟后,报错!并自动重启!!!没这个参数就没问题!!!
以下是报错信息:
Fatal trap 12: page fault while in kernel mode
Fault virtual address = 0*0
Fault code =supervisor read , page not present
instruction pointer = 0*8:0*0
stack pointer = 0*10:0*4eleccc
frame pointer = 0*10:0*4elecf4
code segment = base 0*0 , limit 0*fffff , type 0*1b
DPL 0 ,presl , def321 , granl
processor eflags = interrupt enable , resume , IOPL =0
current process = 83 (swi5:clock sio)
trap number = 12
panic:page fault
uptime:17m42s
cannot dump , no dump device defind
Automatic reboot in 15 seconds --press a key on the console to abort

以上信息为IPVS负载均衡服务器屏幕打印信息 系统日志内什么都没记录!!
想问问论坛的各位 帮忙看看啊 是什么原因出现这样的情况 是配置问题? 服务器系统问题? 还是 IPVS 本身软件的问题啊???
还有个问题 在应用策略时发现 选择 SH (即源地址散列)策略后,网站无法打开,即使打开了也非常慢!!肯定有问题,不知道大家对IPVS了解的多吗? 有经验的各位同行,给出出注意!! 谢谢大家啦!!!!

Forums:

没有人知道怎么回事吗?

是不是-p参数的设置的时间太长了 我也遇到过这样的问题 把-p 的时间设置的短了 就好了

randomness