LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

[lvs-users] Problem in FOS setup

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: [lvs-users] Problem in FOS setup
From: "Adnan Rizvi" <ar0431@xxxxxxxxx>
Date: Sat, 19 Apr 2008 10:18:34 +0500
Dear All,
         Here is my configuration of simple FOS setup between two systems.

service = fos
primary = 192.168.130.4
#primary_private = 192.168.130.4
#primary_shared = /dev/sdb
backup = 192.168.130.3
backup_active = 1
#backup_private = 192.168.130.61
#backup_shared = /dev/sdb
#backup_active = 1
heartbeat = 1
heartbeat_port = 1050
keepalive = 8
deadtime = 24
#reservation_conflict_action = preempt
debug_level = MAX

rsh_command = ssh

network = nat

#This is a dummy address
nat_router = 192.168.10.100 eth1:1
nat_nmask = 255.255.255.255

failover web1 {
     active = 1
     address = 192.168.130.1 bond0:1
     vip_nmask = 255.255.255.0
     port = 8009
     #send = "GET / HTTP/1.0\r\n\r\n"
     #expect = "HTTP"
     timeout = 24
     start_cmd = "/root/start.sh"
     stop_cmd = "/root/shutdown.sh"
}


         But after 5 to 6 days the VIP address goes on both machines.
and it gives error ( pulse [6085]: partner active.)

        please help how I can solve it.

regards,

s. adnan ali rizvi


<Prev in Thread] Current Thread [Next in Thread>
  • [lvs-users] Problem in FOS setup, Adnan Rizvi <=