LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   SCSI ids (https://www.linuxquestions.org/questions/linux-newbie-8/scsi-ids-793221/)

listener 03-04-2010 01:27 PM

SCSI ids
 
Is there a file in a native linux system that contains the scsi ids? And the mapping of these scsi ids to the HBAs or Disk Drives on the system?

Something like

scsi0 hba3
scsi1 mptsas

thanks,
-h

jkzfixme 03-04-2010 02:43 PM

Quote:

cat /proc/scsi/scsi
will list the scsi id's

optionally you can search dmesg and look for " channel "

Regards ,
JKZfixme

listener 03-04-2010 03:51 PM

Thanks...is that the only one? I was hoping for something under /etc

jkzfixme 03-05-2010 07:06 AM

there is /etc/scsi_id.config , then you can get a uuid using # scsi_id -g -s /block/sd* however that really isn't quite what you were looking for.

Regards,
JKZfixme


All times are GMT -5. The time now is 09:53 PM.