LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

How do you test one of your realservers when in production?

To: "'LinuxVirtualServer.org users mailing list.'" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: How do you test one of your realservers when in production?
From: "Randy Paries" <randy.paries@xxxxxxxxxxx>
Date: Sat, 10 Apr 2004 15:42:43 -0500
Hello

I have got my LVS-DR up and running.(see config at bottom)

I seem to be having problems with my second realserver.

How do you guys force your selfs to go to to a particular realserver?

Thanks
Randy

=====================================================================
# Global Directives
checktimeout=3
checkinterval=10
fallback=127.0.0.1:80
autoreload=yes
logfile="/var/log/ldirectord.log"
#logfile="local0"
quiescent=no

# 
virtual=66.208.187.10:80
        real=192.168.0.203:80 gate
        real=192.168.0.204:80 gate
        fallback=127.0.0.1:80 gate
        service=http
        request="ldirectordping.html"
        receive="Test Page"
        scheduler=wlc
        persistent=1800
        netmask=255.255.255.0
        protocol=tcp
#SSL part
virtual=66.208.187.10:443
        real=192.168.0.203:443 gate
        service=https
        request="ldirectordping.html"
        receive="Test Page"
        scheduler=wlc
        persistent=1800
        netmask=255.255.255.0
        protocol=tcp


<Prev in Thread] Current Thread [Next in Thread>