Piranha hangs

Ritesh Agrawal ritesh.a at net4india.net
Wed May 18 18:23:12 UTC 2005



Hi ,
   i am facing strange problem in implmenting load balancer using 
piranha,  i make loadbalancer LB1 with following configurations
LB1:
private ip: 192.168.35.253
public ip:192.168.24.126
floating VIP:192.168.35.254
service ip : 192.168.24.60

and spam2 is my real server  with ip 192.168.35.22 providing http service.
after staring pulse, when  i send  the request from outside world to 
192.168.24.60:80. it works fine,but after some time my LB1 hanged 
displaying no error no clue,
unable to find the proper reason of hanging.


my lvs.cf file

serial_no = 59
primary = 192.168.24.126
primary_private = 192.168.35.253
service = lvs
backup_active = 0
backup = 192.168.24.57
backup_private = 192.168.35.57
heartbeat = 1
heartbeat_port = 539
keepalive = 6
deadtime = 18
network = nat
nat_router = 192.168.35.254 eth1:1
nat_nmask = 255.255.255.0
debug_level = NONE
virtual spam {
      active = 1
      address = 192.168.24.60 eth0:1
      vip_nmask = 255.255.255.0
      port = 80
      send = "GET / HTTP/1.0\r\n\r\n"
      expect = "HTTP"
      use_regex = 0
      load_monitor = none
      scheduler = lc
      protocol = tcp
      timeout = 6
      reentry = 15
      quiesce_server = 0
      server spam2 {
          address = 192.168.35.22
          active = 1
          weight = 1
      }
}




More information about the Piranha-list mailing list