From owner-freebsd-stable@FreeBSD.ORG Wed Jan 17 14:04:36 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0476C16A412 for ; Wed, 17 Jan 2007 14:04:36 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from mailhost.graphdata.co.uk (mailhost.graphdata.co.uk [195.12.22.194]) by mx1.freebsd.org (Postfix) with ESMTP id 7ED1513C45E for ; Wed, 17 Jan 2007 14:04:35 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mailhost.graphdata.co.uk (Postfix) with ESMTP id 78675114026 for ; Wed, 17 Jan 2007 14:04:34 +0000 (GMT) X-Virus-Scanned: amavisd-new at graphdata.co.uk Received: from mailhost.graphdata.co.uk ([127.0.0.1]) by localhost (mailhost.graphdata.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HF0qb7TKPD7w for ; Wed, 17 Jan 2007 14:04:31 +0000 (GMT) Received: from gdc083.internal.graphdata.co.uk (gdc083.internal.graphdata.co.uk [192.168.0.86]) by mailhost.graphdata.co.uk (Postfix) with SMTP id A9A92114020 for ; Wed, 17 Jan 2007 14:04:31 +0000 (GMT) Date: Wed, 17 Jan 2007 14:04:31 +0000 From: Dominic Marks To: freebsd-stable@freebsd.org Message-Id: <20070117140431.6b9eaca7.dom@helenmarks.co.uk> In-Reply-To: <1169041663.23831.27.camel@richard02> References: <1169038057.23831.24.camel@richard02> <20070117131603.2ca94466.dom@helenmarks.co.uk> <1169041663.23831.27.camel@richard02> X-Mailer: Sylpheed 2.3.0 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Failover-HA-Setup X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jan 2007 14:04:36 -0000 On Wed, 17 Jan 2007 14:47:43 +0100 Richard wrote: > Am Mittwoch, den 17.01.2007, 13:16 +0000 schrieb Dominic Marks: > > 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? > > > > Why have the backup MySQL server stopped at all? > I am limited to an active/passive-Setup due to some Decisions in our > company.... But if the IP address is not assigned to the backup system it won't be active. I suppose it depends on your policy, whatever that may be. Cheers, Dom