Xref: utzoo comp.sys.sun:11373 comp.periphs.scsi:931 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!cs.utexas.edu!rice!rice!sun-spots-request From: bnrgate!bcars53!mussar@uunet.uu.net (G. Mussar) Newsgroups: comp.sys.sun,comp.periphs.scsi Subject: Re: Moving shoebox to sparcstation Keywords: Hardware Message-ID: <1990Aug15.235545.7369@rice.edu> Date: 14 Aug 90 18:10:22 GMT Sender: sun-spots-request@rice.edu Organization: Sun-Spots Lines: 13 Approved: Sun-Spots@rice.edu Originator: spots@titan.rice.edu X-Sun-Spots-Digest: Volume 9, Issue 307, message 1 X-Refs: Original: v9n302 We have gotten shoeboxes running off a Sparc. You must be careful about the SCSI addresses assigned. In your kernel the various disks (sd0, sd1, etc.) are assigned to different drives. Bits 3-5 of the drive value represent the SCSI address of the SCSI controller. Bits 0-2 represent the LUN (logical Unit Number) of the drive within the SCSI controller. The error you got is the same type of error I've gotten when two SCSI controllers are configured at the same address. You should examine the internal drives of the Sparc to determine which SCSI addresses they use, then set the shoebox SCSI controller to be at a different address. You must make sure that the kernel has a disk (sd?) defined for the SCSI address. You should make sure that the /etc/format.dat file contains the disk (sd?) in its path, otherwise you will have some difficulties formating the drive. Hope this helps. --