From owner-freebsd-stable@FreeBSD.ORG Wed Jan 17 14:49:26 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 50C4E16A412 for ; Wed, 17 Jan 2007 14:49:26 +0000 (UTC) (envelope-from richard@verwayen.de) Received: from mail.verwayen.com (mail.verwayen.com [88.198.161.26]) by mx1.freebsd.org (Postfix) with ESMTP id F34AC13C461 for ; Wed, 17 Jan 2007 14:49:25 +0000 (UTC) (envelope-from richard@verwayen.de) Received: from localhost (localhost [127.0.0.1]) by mail.verwayen.com (Postfix) with ESMTP id 9B8C458413 for ; Wed, 17 Jan 2007 14:22:30 +0000 (UTC) Received: from mail.verwayen.com ([127.0.0.1]) by localhost (mail.verwayen.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04793-06 for ; Wed, 17 Jan 2007 14:22:20 +0000 (UTC) Received: from [10.3.1.11] (gate.sntt.de [217.86.154.151]) by mail.verwayen.com (Postfix) with ESMTP id 0053E58399 for ; Wed, 17 Jan 2007 14:22:19 +0000 (UTC) From: Richard Verwayen To: freebsd-stable@freebsd.org In-Reply-To: <20070117140431.6b9eaca7.dom@helenmarks.co.uk> References: <1169038057.23831.24.camel@richard02> <20070117131603.2ca94466.dom@helenmarks.co.uk> <1169041663.23831.27.camel@richard02> <20070117140431.6b9eaca7.dom@helenmarks.co.uk> Content-Type: text/plain Date: Wed, 17 Jan 2007 15:20:32 +0100 Message-Id: <1169043632.23831.36.camel@richard02> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 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:49:26 -0000 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? Richard