From owner-freebsd-cluster Tue Dec 10 1:53:30 2002 Delivered-To: freebsd-cluster@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0115437B401 for ; Tue, 10 Dec 2002 01:53:29 -0800 (PST) Received: from vps.vitalit.com (vps.vitalit.com [64.105.194.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4378F43EA9 for ; Tue, 10 Dec 2002 01:53:28 -0800 (PST) (envelope-from car@vitalit.com) Received: from LAPTOP (gso167-138-145.triad.rr.com [24.167.138.145]) by vps.vitalit.com (8.12.3/8.12.3) with SMTP id gBA9rGhQ062372 for ; Tue, 10 Dec 2002 04:53:17 -0500 (EST) (envelope-from car@vitalit.com) Message-ID: <00c601c2a031$e527aee0$0301000a@LAPTOP> From: "Rouzer, Charles A (Chuck)" To: References: <200212100854.gBA8s6508847@splat.grant.org> Subject: Re: sharing fules within a cluster Date: Tue, 10 Dec 2002 04:52:46 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-cluster@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The configuration you provided is not like the configuration I discussed with Greg in regards to using Vinum to mirror between machines. He agreed this should work using Vinum as a software mirror for iSCSI and I assume local shared SCSI: HostA harddrive1 is mirrored with harddrive1 on HostB. HostB does not mount harddrive1 and start HostAs applications until HostA is determined down hard. HostB harddrive2 is mirrored with harddrive2 on HostA. HostA does not mount harddrive2 and start HostBs applications until HostB is determined down hard. At the moment I have not investigated mirror syncing and recovery procedures for this type of fail-over cluster. > On Tuesday, 12 November 2002 at 13:54:03 +0100, Michael Grant wrote: > > I'm trying to add some redundency to my box by adding a second box > > creating a sort of cluster. > > > > I would like /home to be available on both boxes and be in sync, i.e. > > mirrored over a lan or via double-ended scsi. Is it possible to use > > vinum to do this? > > > > +---------+ +---------+ > >>| box 1 | | box 2 | > >>| disk1a |---scsi-cable---| disk1b | > >>| disk2a | | disk2b | > > +---------+ +---------+ > > > > run vinum on box 1 to create a mirror using disk1a and disk2a. on box > > 2, same thing, have a mirror between disk1a and disk2a. Then mount r/w > > the vinum partition on box1 and box2 simultaneously. > > > > It seems dangerous to have 2 machines mount the same disk(s) read-write. > > But maybe this is a solved problem. > > Not really. The problem is that each system caches disk data locally, > and they don't know about each other. There are solutions, but not in > the space we're talking about here. > > > If vinum can't cope with this, do you have any suggestions? > > That's what NFS is for. > > Greg > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-cluster" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-cluster" in the body of the message