On Wed, Oct 29, 2003 at 10:54:16AM -0000, ilclaudio@xxxxxxxxxxx wrote:
>
> Hi,
> I know it isn't a great question, but I've a doubt.
> If on a Linux Red-Hat server in
> "/lib/modules/2.4.18-14rlx2/kernel/net/ipv4/ipvs/"
> I've these files:
> ip_vs_dh.o ip_vs_lblc.o ip_vs_lc.o ip_vs_rr.o ip_vs_wlc.o
> ip_vs_ftp.o ip_vs_lblcr.o ip_vs.o ip_vs_sh.o ip_vs_wrr.o
> Can I say that the kernel was patched with the lvs patch?
> If I run "insmod ip_vs" and "insmod ip_vs_rr" the modules are loaded
> correctly.
> Have I to load only this two modules?
Probably. Acutally running ipvsadm should load the modules
for you, with the exception of ip_vs_ftp. Here is what
the modules do.
ip_vs: The core of LVS. You need this.
ip_vs_ftp: FTP Helper module for LVS-NAT
all the others are the different schedulers
as per the ipvsadm man page.
--
Horms
|