Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2007 15:45:50 -0800
From:      James Long <stable@museum.rain.com>
To:        freebsd-stable@freebsd.org, Richard <lists@leewelle.de>
Subject:   Re: Failover-HA-Setup
Message-ID:  <20070117234550.GA38730@ns.umpquanet.com>
In-Reply-To: <20070117191646.8B90816A552@hub.freebsd.org>
References:  <20070117191646.8B90816A552@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Wed, 17 Jan 2007 13:47:37 +0100
> From: Richard <lists@leewelle.de>
> Subject: Failover-HA-Setup
> To: freebsd-stable@freebsd.org
> Message-ID: <1169038057.23831.24.camel@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



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