LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Question on Backup node running pulse

To: "'lvs-users@xxxxxxxxxxxxxxxxxxxxxx'" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Question on Backup node running pulse
From: Kelly Sauke <ksauke@xxxxxxxxxxxx>
Date: Wed, 21 Jun 2000 10:55:12 -0500
I'm running RH6.2 and used the pirahna HOWTO on redhat.com to create the
lvs.cf file.  Everything works fine except I can't get pulse to start up on
the backup node.  My config file is below.  The error that gets logged when
I try to start the pulse deamon is this.  

Jun 21 10:52:45 two pulse[6859]: We are backup node and backup is marked
inactive -- exiting pulse 

Where do I mark it as active?

-----------------------------------------
primary = 192.168.200.29
backup = 192.168.200.28
keepalive = 6
deadtime = 18
heartbeat_port = 539
rsh_command = ssh
network = nat
nat_router = 192.168.2.10 eth0:1
virtual test {
     address = 192.168.200.30 eth1:1
     active = 1
     load_monitor = uptime
     timeout = 6
     reentry = 15
     port = 80
     scheduler = rr
     server one {
         address = 192.168.2.11
         active = 1
         weight = 1000
     }
     server four {
         address = 192.168.2.14
         active = 1
         weight = 2000
     }
}                




<Prev in Thread] Current Thread [Next in Thread>