From owner-freebsd-questions@FreeBSD.ORG Wed Dec 3 18:52:58 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 706CF16A4CE for ; Wed, 3 Dec 2003 18:52:58 -0800 (PST) Received: from dns10.mail.yahoo.co.jp (dns10.mail.yahoo.co.jp [210.81.151.143]) by mx1.FreeBSD.org (Postfix) with SMTP id 5859A43F3F for ; Wed, 3 Dec 2003 18:52:56 -0800 (PST) (envelope-from ayakokiko@ybb.ne.jp) Received: from unknown (HELO gorgon.near.this) (219.11.234.11 with poptime) by dns10.mail.yahoo.co.jp with SMTP; 4 Dec 2003 02:52:54 -0000 X-Apparently-From: Received: from ghost.near.this (ghost.near.this [10.0.3.9]) by gorgon.near.this (Postfix) with ESMTP id 3702B7F81; Thu, 4 Dec 2003 11:52:49 +0900 (JST) Received: by ghost.near.this (Postfix, from userid 100) id F3A9619320; Thu, 4 Dec 2003 11:52:47 +0900 (JST) Date: Thu, 4 Dec 2003 11:52:45 +0900 From: horio shoichi To: horio shoichi In-Reply-To: <20031204.014906.e38c73b3480fc268.10.0.3.9@bugsgrief.net> References: <1070426249.1333.10.camel@dual.mmercer.com> <010a01c3b959$f9f8b5c0$f4f0a8c0@pcmedx.com> <1070428325.1333.14.camel@dual.mmercer.com> <20031204.014906.e38c73b3480fc268.10.0.3.9@bugsgrief.net> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20031204.025246.7c54dfb7b9443173.10.0.3.9@bugsgrief.net> cc: freebsd-questions@freebsd.org cc: Mike Maltese Subject: Re: SCSI Disk not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 02:52:58 -0000 On Thu, 4 Dec 2003 10:49:05 +0900 horio shoichi wrote: > On Wed, 03 Dec 2003 00:12:06 -0500 > "Michael E. Mercer" wrote: > > Ok. I have what looks to be two host adapters. > > The one on the motherboard and a PCI? card. > > > > Not sure what exactly I am supposed to do for I have never > > had a PC with SCSI before... > > > > Any help is appreciated. > > > > Thanks > > MeM > > > > On Tue, 2003-12-02 at 23:57, Mike Maltese wrote: > > > > I was given a Compaq Proliant 800 machine...its a pentium pro > > > > 200 MHz. I got 4.9-Stable installed and everything is running > > > > smooth. > > > > > > > > However, I noticed that is does indeed have two scsi disks, > > > > but freebsd only finds one. > > > > > > > > Attached is the dmesg... notice the sym0 and sym1. > > > > Does this supposed to tell me anything? > > > > > > Yes, it is. Either the host adapter has two channels or you have two host > > > adapters in the machine. I'm not sure what card you have exactly, but my > > > guess is that it's the former. I would crack the box open and see what's > > > what with the SCSI configuration. > > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > Having two (or more) controllers is just a common practice. It is by no means > any wrong per se. And, hooking drives in whatever controllers you have in any > order is, again, no wrong, PROVIDED each controller sees the drives connected > to it have respective distinguishing signatures, i.e., each drive has distinct > target id (and unit id, but somehow disks are always assigned unit id zero). > > Looking back the thread, my guess is that you connected the two drives in one > controller (whichever, I don't know) giving the drives identical target id > (i.e., zero). So you violated the last condition. > > See target id on one of the drives (maybe 3-4 dipswitches if the drives are > internal ones). Change it within [1 - 6] range. (Leave one drive with target > zero (to speed up bootstrapping, doh) and seven since it is the id controller > has assigned to itself). > > > > horio shoichi > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Not that what I wrote doesn't work, I might have overlooked the possibility of vendor conspir..er..discretion. It might be that you are expected to hook each disk into respective controller, thus all the drives have target id zero. This would make sense if the vendor counted the failure of one of controllers, in raid (1 ?) configuration. Try connect disks as such if you could locate another connector and one more scsi cable. horio shoichi