Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2007 15:10:29 +0100
From:      Richard <lists@leewelle.de>
To:        freebsd-stable@freebsd.org
Subject:   Re: Failover-HA-Setup
Message-ID:  <1169043029.23831.32.camel@richard02>
In-Reply-To: <6b3582f60701170547l13f387dalf594e2c0895a49d9@mail.gmail.com>
References:  <1169038057.23831.24.camel@richard02> <6b3582f60701170547l13f387dalf594e2c0895a49d9@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Am Mittwoch, den 17.01.2007, 17:47 +0400 schrieb Rauf Kuliyev:
> Try '/usr/local/etc/rc.d/mysql-server forcestart'
> 
> .
> > I am running heartbeat on a STABLE-system, the failover works fine for
> > IP-adresses and I am able to see that a
> > '/usr/local/etc/rc.d/mysql-server start' statement is issued. BUT since
> > the variables for mysql are not set in rc.conf (Otherwise it would be
> > started at startup), it isn't starting at all.

Hm, that's only a temporary solution.

As a background:

Heartbeat monitors the HA nodes via a UDP ping (or other method) and if
one of the nodes goes down, it takes over a clustered IP and then starts
services by issuing the corresponding scripts in [/usr/local|]/etc/rc.d
with the argument start...

So your solution will not really work....

With best regards


Richard




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1169043029.23831.32.camel>