Check the status of the SCSI host adapter.
To find out the manufacturer, model name, model number, and connection status of the SCSI card in a system with a SCSI card installed, you can check the status of the SCSI card by viewing the information in the "/proc/scsi/scsi" file.
[root@Lion ~]# cat /proc/scsi/scsi Attached devices: Host: scsi2 Channel: 00 Id: 00 Lun: 00 Vendor: ATA Model: WDC WDS120G2G0A- Rev: 0000 Type: Direct-Access ANSI SCSI revision: 05 Host: scsi4 Channel: 00 Id: 00 Lun: 00 Vendor: hp Model: DVDROM DH41N Rev: S100 Type: CD-ROM ANSI SCSI revision: 05 Host: scsi6 Channel: 00 Id: 00 Lun: 00 Vendor: HP iLO Model: LUN 00 Media 0 Rev: 2.10 Type: Direct-Access ANSI SCSI revision: 00 |