From owner-freebsd-stable@FreeBSD.ORG Wed Jan 17 15:01:14 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 C6AB816A4A7 for ; Wed, 17 Jan 2007 15:01:14 +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 D93B113C459 for ; Wed, 17 Jan 2007 15:01:02 +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 CE7B211402E for ; Wed, 17 Jan 2007 15:01:01 +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 CetLrHxk29nC for ; Wed, 17 Jan 2007 15:00:57 +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 D25F2114023 for ; Wed, 17 Jan 2007 15:00:57 +0000 (GMT) Date: Wed, 17 Jan 2007 15:00:57 +0000 From: Dominic Marks To: freebsd-stable@freebsd.org Message-Id: <20070117150057.3ba0d2eb.dom@helenmarks.co.uk> In-Reply-To: <1169043632.23831.36.camel@richard02> References: <1169038057.23831.24.camel@richard02> <20070117131603.2ca94466.dom@helenmarks.co.uk> <1169041663.23831.27.camel@richard02> <20070117140431.6b9eaca7.dom@helenmarks.co.uk> <1169043632.23831.36.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 15:01:14 -0000 On Wed, 17 Jan 2007 15:20:32 +0100 Richard Verwayen wrote: > Am Mittwoch, den 17.01.2007, 14:04 +0000 schrieb Dominic Marks: > > 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. > > > > 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. > Oh, should I have mentioned that it is a shared SCSI-Storage in between? Probably :-) > Richard Dom