Re: Step by step instructions for director install on RH 7.3?
Mike McLean <[email protected]>
| Newsgroups | gmane.linux.redhat.piranha |
|---|---|
| Organization | Red Hat |
| Message-ID | <[email protected]> |
I just copied your lvs.cf onto a test machine and tweaked just the ip addresses.
Pulse starts fine and the service comes up. This machine is running Red Hat
Advanced Server 2.1.
ipvsadm-1.18-8
piranha-0.7.0-3
kernel-2.4.9-e.8
Now where are you getting your packages from? Did you compile them yourself?
Posts wrote:
> Hi, I got one LVS-DR director up and to prove my procedure I started
> from scratch and now I'm back to pulse not starting with "pulse: no
> active lvs services defined in /etc/sysconfig/ha/lvs.cf" error again.
> Essentially I used a stock RH 7.3 (2.4.18-3 kernel) and loaded
> ipvsadm-1.20-7.i386.rpm, scsi_reserve-0.7-6.i386.rpm, and
> piranha-0.6.0-19.i386.rpm. lvs.cf is below. Thanks for any URLs to
> instructions for installing an LVS-DR director using RH7.3 is
> appreciated. Kawika
>
> primary = 192.168.1.26
> service = lvs
> rsh_command = ssh
> backup = 0.0.0.0
> heartbeat = 1
> heartbeat_port = 539
> keepalive = 6
> deadtime = 18
> network = direct
> debug_level = NONE
> virtual 50 {
> active = 1
> address = 192.168.1.50 eth0:50
> port = 80
> send = "GET / HTTP/1.0\r\n\r\n"
> expect = "HTTP"
> load_monitor = rup
> scheduler = rr
> protocol = tcp
> timeout = 6
> reentry = 15
> server rs1 {
> address = 192.168.1.131
> active = 1
> weight = 1
> }
> }
>