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
|