First, I installed Redhat 7.2
then i installed the following RPMs
ipvsadm-1.18-8.i386.rpm
piranha-0.6.0-19.i386.rpm
piranha-0.6.0-19.src.rpm
scsi_reserve-0.7-6.i386.rpm
scsi_reserve-devel-0.7-6.i386.rpm
then i did not do any kernel patch but i have made some configuration via
piranha-gui...
After that i have started the lvs. ( i use lvs command)
then when i wrote ipvsadm i got the foolowing out :
[root@lvs root]# ipvsadm
IP Virtual Server version 0.8.1 (size=65536)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP lvs.cc.itu.edu.tr:http wlc
-> lvs.cc.itu.edu.tr:http Local 1 0 0
-> AONTWS4052.cc.itu.edu.tr:http Route 1 0 0
[root@lvs root]#
This means that my LVS is running ?
if so how can implement this to LPRNG ...
if LVS is not running what i must do for it to run...
Please give me some explanation step by step....
THANKS :=)
my lvs.cf is this :
---------------------------------------------
serial_no = 44
primary = 160.75.5.141
service = lvs
backup_active = 0
backup = 0.0.0.0
heartbeat = 1
heartbeat_port = 539
keepalive = 6
deadtime = 18
network = direct
nat_nmask = 255.255.255.0
reservation_conflict_action = preempt
debug_level = NONE
virtual lvs {
active = 1
address = 160.75.5.141 eth0:1
vip_nmask = 255.255.255.0
port = 80
send = "GET / HTTP/1.0\r\n\r\n"
expect = "HTTP"
load_monitor = none
scheduler = wlc
protocol = tcp
timeout = 6
reentry = 15
quiesce_server = 0
server savash {
address = 160.75.5.52
active = 1
weight = 1
}
server lvs {
address = 160.75.5.141
active = 1
weight = 1
}
}
---------------------------------------------
THANKS
-------------------------------------------------
This mail sent through IMP: http://webmail.students.itu.edu.tr/
|