From owner-freebsd-fs Thu Jan 29 06:23:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14037 for freebsd-fs-outgoing; Thu, 29 Jan 1998 06:23:35 -0800 (PST) (envelope-from owner-freebsd-fs@FreeBSD.ORG) Received: from gate.iterated.com (gate.iterated.com [206.30.188.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14030 for ; Thu, 29 Jan 1998 06:23:33 -0800 (PST) (envelope-from CSagar@exchange.iterated.com) Received: from [198.242.115.150] by gate.iterated.com for id JAA26506; Thu Jan 29 09:23:33 1998 Received: by exchange.iterated.com with Internet Mail Service (5.5.1664.3) id ; Thu, 29 Jan 1998 09:23:32 -0500 Message-ID: Subject: ccd problems / part 4 Date: Thu, 29 Jan 1998 09:23:31 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1664.3) Content-Type: text/plain; charset="iso-8859-1" To: "'freebsd-fs@freebsd.org'" From: Chris Sagar Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-fs" OK guys, I have finally gotten one ccd volume up and stable. Now my next problem - I am setting up the second ccd volume and I can not get all the disks labeled. Here is what I've got. 8 4-GB scsi disks in a rack mounted chassis that is back-planed. No interconnecting cables between disks. Disk scsi ID numbers are: 1 2 3 4 11 12 13 14 At bootup, BIOS sees the disks correctly, Adaptec SCSI-Select sees the disks correctly, OS boot sees the disks correctly. When I do disklabel on disk sd001 thru sd004, they are tagged ( as evidenced by the activity light) correctly. When I disklabel sd011, the target disk of ID 13 activates. When I disklabel sd012, disk ID 14 lights. I can not get disk Ids 11 and 12 to light. I have the following wired-down statements in kernel config file - controller scbus0 at ahc0 controller scbus1 at ahc1 disk sd001 at scbus0 target 1 disk sd002 at scbus0 target 2 disk sd003 at scbus0 target 3 disk sd004 at scbus0 target 4 disk sd011 at scbus0 target 11 disk sd012 at scbus0 target 12 disk sd013 at scbus0 target 13 disk sd014 at scbus0 target 14 These are disks that have never been attached to the FreeBSD system before. They were on an SGI server. The other ccd volume is exactly the same configuration, with devices names of /dev/sd1xx where xx is the target ID number. It is working fine. How do I get the disklabeling to access the drives I want. I have moved the drives around in the mounting chassis, I have changed the cable connecting to the chassis. Thanks again for your help and patience in dealing with an old SVR4 person.