Step by step instructions for director install on RH 7.3?
"Posts" <[email protected]>
| Newsgroups | gmane.linux.redhat.piranha |
|---|---|
| Message-ID | <000001c28472$8ed86640$6501a8c0@XP1> |
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
}
}