Drives come up as /dev/da0 to da5.
I sussed out how to read SMART from the command line:
Code: Select all
smartctl -a -d hpt,1/1/1 /dev/hpt27xxsmartctl -a -d hpt,1/1/1 /dev/hpt27xx
smartctl -a -d hpt,1/2/1 /dev/hpt27xx
smartctl -a -d hpt,1/3/1 /dev/hpt27xx
smartctl -a -d hpt,1/4/1 /dev/hpt27xx
smartctl -a -d hpt,1/5/1 /dev/hpt27xx
smartctl -a -d hpt,1/6/1 /dev/hpt27xx
Were 1/1/1 is drive /dev/da0, 1/2/1 is da1, 1/3/1 is da2 etc. and /dev/hpt27xx is the card, not a drive.
Now looking at /etc/rc.d/smartd there is no code to cater for this card. and this syntax. I cant simply add to the "extra options" on the SMART page for each drive either, as the config built from /etc/rc.local/smartd always sets up as "scsi" type devices.
/etc/rc.local/smartd needs some work. Is this something the devs are aware of? I would assume this also affects the 3ware cards also as they follow similar syntax.

