Welcome to WebmasterWorld Guest from 3.214.184.124
Forum Moderators: bakedjake
cat /proc/scsi/scsi sees 2 disks, but mount shows only /sda.
And DF shows 73 gig, when there's two 73 gig drives in there.
So I assume I'm looking at a RAID 1 box, but just wondered if there was a command that details this?
Thanks,
TJ
Here's one with a 3ware RAID card and 2 attached devices:
# cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: 3ware Model: Logical Disk 0 Rev: 1.2
Type: Direct-Access ANSI SCSI revision: ffffffff
And an IBM blade with 2 SCSI drives on the internal RAID controller:
$ cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: LSILOGIC Model: 1030 IM IM Rev: 1000
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 08 Lun: 00
Vendor: IBM Model: 48P7098a S320 1 Rev: 1
Type: Processor ANSI SCSI revision: 02
(The first one is a disk, the second is the CD)
Almost sounds like one of the disks is unused.
Sean
There must be some way that I can ask the SCSI card BIOS? I can't reboot the machine and view the BIOS output when it starts up as the server is 4,000 miles away :)
Is "Fusion" the brand of the card here?
Fusion MPT SCSI Host driver 3.02.18
scsi0 : ioc0: LSI53C1030, FwRev=01000c00h, Ports=1, MaxQ=203, IRQ=185
Vendor: FUJITSU Model: MAP3735NP Rev: 5605
Type: Direct-Access ANSI SCSI revision: 03
SCSI device sda: 143374650 512-byte hdwr sectors (73408 MB)
SCSI device sda: drive cache: write through
sda: sda1 sda2 sda3 sda4 < sda5 >
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Vendor: FUJITSU Model: MAP3735NP Rev: 5605
Type: Direct-Access ANSI SCSI revision: 03
SCSI device sdb: 143374650 512-byte hdwr sectors (73408 MB)
SCSI device sdb: drive cache: write through
sdb: unknown partition table
Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0
Thanks,
TJ
That fusion card seems to be made by LSI, I found a manual at [lsilogic.com...]
It implies there is a command line utility, limcu, that you can get to get info off the device.
Sean