Obtaining the serial number for disks on LSI RAID cards via CentOS Linux

November 17th, 2010

This is just a quick reminder for myself basically. To get the serial number of the disks of a CentOS system, you can do:

yum install lsscsi sg3_utils
modprobe sg
/usr/bin/lsscsi -g
smartctl -a /dev/sg0

Unfortunately I couldn’t find a way to see the serial number via lsiutil, however lsiutil is still very useful.

Entry Filed under: General

Leave a Comment

Required

Required, hidden

Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Trackback this post  |  Subscribe to the comments via RSS Feed