Summary of replies to:
> I just got a DS10, at power up:
> >>>show dev
> dka0.0.0.15.0 DKA0 COMPAQ BB00921B91 3B05
> dka100.1.0.15.0 DKA100 SEAGATE ST446452W 0001
> dqa0.0.0.13.0 DQA0 COMPAQ CDR-8435 0013
> dva0.0.0.0.0 DVA0
> ewa0.0.0.9.0 EWA0 08-00-2B-86-32-0F
> ewb0.0.0.11.0 EWB0 08-00-2B-86-31-FD
> pka0.7.0.15.0 PKA0 SCSI Bus ID 7 5.57
>
> dka0 turns out to be rz16, dka100 is rz17. I seem to need to do a
> /dev/MAKEDEV
> to get the CD-ROM to mount, so what device is
> dqa0.0.0.13.0 DQA0 COMPAQ CDR-8435 0013
> and what's an easy way to determine that info?
I guess I should have mentioned that I'm putting up dms, so I did try
# file /dev/rrz*c
/dev/rrz16c: character special (8/32770) SCSI #2 BB00921B disk #128 (SCSI ID #0) (SCSI LUN #0)
/dev/rrz17c: character special (8/33794) SCSI #2 ST446452 disk #136 (SCSI ID #1) (SCSI LUN #0)
but it didn't show the CD.
The easiest way to determine that the device is rz0 is probably:
1. # cat /var/adm/messages | grep -i cd
Oct 28 10:28:01 unxc03 vmunix: rz0 at scsi0 target 0 lun 0 (LID=0) (COMPAQ CDR-8435 0013)
These two suggestions also worked:
2. # scu
scu> scan edt
Scanning all available buses, please be patient...
scu> sho edt
CAM Equipment Device Table (EDT) Information:
Device: CDR-8435 Bus: 0, Target: 0, Lun: 0, Type: Read-Only Direct Access
Device: BB00921B91 Bus: 2, Target: 0, Lun: 0, Type: Direct Access
Device: ST446452W Bus: 2, Target: 1, Lun: 0, Type: Direct Access
3. # uerf -Rr 300 | more
.
.
.
rz0 at scsi0 target 0 lun 0 (LID=0)
_(COMPAQ CDR-8435 0013)
Thanks to all who replies so promptly:
David Hull, Niels Roetert, Marco Luchini, Sean O'Connell, Marcelo Alonso Mondragon
Harvey Goldman
Received on Fri Oct 29 1999 - 14:03:17 NZDT