I understand now. Once the module loaded the vs directory was their but
no expire_quiescent_template file in the directory. What am I doing
wrong? I need to run "echo 1 >
/proc/sys/net/ipv4/vs/expire_quiescent_template"
Here is the output for the modprobe.
# /sbin/modprobe -v ip_vs
insmod /lib/modules/2.6.9-5.0.5.ELsmp/kernel/net/ipv4/ipvs/ip_vs.ko
-----Original Message-----
From: lvs-users-bounces@xxxxxxxxxxxxxxxxxxxxxx
[mailto:lvs-users-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Graeme
Fowler
Sent: Tuesday, August 30, 2005 11:53 AM
To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: How to install patch
On Tue 30 Aug 2005 16:39:08 BST , Brad Taylor <btaylor@xxxxxxxxxxxx>
wrote:
> I don't have folder /proc/sys/net/ipv4/vs for some reason. I'm using
> CentOS 4.0 and kernel 2.6.9-5.0.5.ELsmp
>
> I don't understand the kernel is somewhat recent.
Run "ipvsadm -Ln" - it should automagically load the right kernel
modules for you according to requirement.
Alternatively, do "/sbin/modprobe -v ip_vs" and see if it completes
successfully.
Only with the module loaded (or code compiled statically in kernel)
will you see those sysctls.
Graeme
|