LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: [Linux-HA] [ANNOUNCE] Ultra Monkey 3

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [Linux-HA] [ANNOUNCE] Ultra Monkey 3
From: Horms <horms@xxxxxxxxxxxx>
Date: Wed, 13 Apr 2005 13:02:57 +0900
On Tue, Apr 12, 2005 at 09:41:11AM -0700, Peter Mueller wrote:
> The RHEL3 note is still correct, or was last time I looked (few months ago).
> On a set of RHEL LVS servers I'm using this script, called via haresources:
>  
> #!/bin/sh
> # script to set the sync state properly on both LVS servers.
> case "$1" in
>   start)
>     /sbin/ipvsadm --stop-daemon
>     /sbin/ipvsadm --start-daemon master
>   ;;
>   stop) 
>     /sbin/ipvsadm --stop-daemon
>     /sbin/ipvsadm --start-daemon backup
>   ;;
> esac    

I recently added the LVSSyncDaemonSwap resource to the linux-ha tree to
do about the same thing. Its really just for systems with older kernels,
but I thought I may as well add it in as I was doing some RHEL3 work and
Alan acked the idea.

-- 
Horms

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