Finding the serial number of hard disk drives on a SuperMicro server running MegaRAID SAS 8708ELP

Solution 1:

Using storcli, the command is:

storcli /c0/eALL/sALL show all | egrep 'Device attributes|SN = '

will print something like:

Drive /c0/e252/s0 Device attributes :
SN =      WD-WMC1T4142955

The first line gives you the enclosure and slot, the second line is the serial number of the disk.