From owner-freebsd-questions Thu Nov 9 10:35:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 4BE8937B4E5 for ; Thu, 9 Nov 2000 10:35:16 -0800 (PST) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id eA9IW0Z65941; Thu, 9 Nov 2000 12:32:00 -0600 (CST) (envelope-from jlemon) Date: Thu, 9 Nov 2000 12:32:00 -0600 (CST) From: Jonathan Lemon Message-Id: <200011091832.eA9IW0Z65941@prism.flugsvamp.com> To: gdunn@mac.com, "Michael Vince" , questions@freebsd.org Subject: Re: Missing Compaq 12/24GB DDS3 DAT Tape Drive X-Newsgroups: local.mail.freebsd-questions In-Reply-To: References: Organization: Cc: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article you write: >On Wed, 08 Nov 2000, Michael Vince wrote: >> I have done a new install of freebsd 4.1.1 on a compaq proliat 360, check >> the url here if you need details. >> http://www5.compaq.com/products/servers/proliantdl360/index.html >> It has a compaq scsi smartstart raid controller card in it. >> http://www.compaq.com/smartstart.html >> The thing about this card is that it has some kind of special rom driver or >> something where you boot from a special compaq CD and choose what OS you >> want to optimize the scsi array raid card for, as you could guess its got >> just about everything but FreeBSD, I choose Unixware because I was told I >> must choose something if I want to be able to put the freebsd cd in and boot >> to start the install. Its in LINT the scsi card is called. >> device ida # Compaq Smart RAID >> >> The whole install went fine and installed freebsd on a hard drive of this >> card (ID0), but I also have a compaq 12/24GB DDS3 DAT Drive(ID6) which I >> read in another post is a re-badged Sony SDT 9000, its detected in the >> compaq CD scsi card boot software but it doesn't come up at all in anyway in >> dmesg, unlike the scsi card and hard drive which does show up in dmesg, I >> want to confirm that I am supposed to see a sign of the tape drive in dmesg >> (/dev/sa?) >> And if any one knows why I cant bring this tape device up? >> >> Thanks >> >I have a Proliant 800. I chose Linux. This is from /var/log/dmesg.today >Waiting 15 seconds >for SCSI devices to settle sa0 at sym0 bus 0 target 6 lun 0 >sa0: Removable Sequential Access SCSI-2 device >sa0: 10.000MB/s transfers (10.000MHz, offset 15) Note that the above shows your SCSI devices on sym0, which is the onboard Symbios SCSI card, not the Compaq RAID adapter. To the original poster: Compaq usually has two adapters in their machine: the Compaq RAID adapter, and an onboard SCSI adapter that is used for the CDROM/tape device. It's possible that you need to have "device sym0", or "device ahc0" in your kernel in order to recognize this controller. The Array Controller does not present a SCSI interface to the system, so I'm not really sure that you can connect a tape drive to it. (but I may be wrong here) -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message