LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: Question on Backup node running pulse

To: Kelly Sauke <ksauke@xxxxxxxxxxxx>
Subject: Re: Question on Backup node running pulse
Cc: "'lvs-users@xxxxxxxxxxxxxxxxxxxxxx'" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
From: Keith Barrett <kbarrett@xxxxxxxxxx>
Date: Thu, 22 Jun 2000 12:24:37 -0400
Kelly Sauke wrote:
> 
> 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
>      }
> }

You are missing a "backup_active = 1" line in the first section.


-- 

Keith Barrett
Red Hat Inc. HA Team
kbarrett@xxxxxxxxxx


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