From owner-freebsd-scsi Wed Feb 25 05:54:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA11884 for freebsd-scsi-outgoing; Wed, 25 Feb 1998 05:54:46 -0800 (PST) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA11878; Wed, 25 Feb 1998 05:54:42 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (ala-ca34-52.ix.netcom.com [207.93.143.180]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id FAA14257; Wed, 25 Feb 1998 05:54:32 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id FAA18637; Wed, 25 Feb 1998 05:54:20 -0800 (PST) Date: Wed, 25 Feb 1998 05:54:20 -0800 (PST) Message-Id: <199802251354.FAA18637@silvia.HIP.Berkeley.EDU> To: tom@sdf.com CC: blkirk@float.eli.net, hackers@FreeBSD.ORG, scsi@FreeBSD.ORG Reply-to: scsi@FreeBSD.ORG In-reply-to: (message from Tom on Tue, 24 Feb 1998 21:29:27 -0800 (PST)) Subject: Re: SCSI Bus redundancy... From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (Redirected to -scsi) * SCSI adapter rarely fail. I've seen one that fried itself. Adaptec 3940UW (the fried chip was actually the PCI-PCI bridge). * It is possible to have up to two host adapters per channel. Yes. We've tried it before, with a couple of patches from Justin (since merged to the main source), we could get it to work. (The same single-ended controllers as above.) * Someone the freebsd-scsi list is working on this. Rather than a simple * backup design, he is working on simultanous use of both host adapters at * the same time, by two separate computers. The two systems communicate to * make sure they don't step on each others toes when accessing the disks. * The idea is to make a fully fault-tolerant cluster. We're working on something similar, although not as extensible as what you described. The plan is to have all disks mounted read-only from both systems during normal operation. When there is a write, it first gets unmounted from one machine before it gets written on the other. Note we haven't actually done anything about this (except making sure both systems boot and we can at least get disks to work if we only mount it from one system at a time). Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message