Failover-HA-Setup

James Long stable at museum.rain.com
Wed Jan 17 23:58:02 UTC 2007


> Date: Wed, 17 Jan 2007 13:47:37 +0100
> From: Richard <lists at leewelle.de>
> Subject: Failover-HA-Setup
> To: freebsd-stable at freebsd.org
> Message-ID: <1169038057.23831.24.camel at richard02>
> Content-Type: text/plain
> 
> Hi there!
> 
> I am looking for a solution for a small problem regarding a high
> availability setup.
> 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.
> 
> So my question: How to set those rc.conf-variables in order to start
> services in such an setup? Or is there a better solution?
> 
> 
> cu!
> 
> Richard

export mysql_enable="YES" && /usr/local/etc/rc.d/mysql-server start


More information about the freebsd-stable mailing list