Disks behind Adaptec Raid Controller
Posted: 2018.10.18. 03:33
I can't speak for the non-Linux version, but the Linux version doesn't seem to report on the state of individual drives attached to an Adaptec Raid controller.
I have configured smartd.conf to monitor them:
Is this because I need to do something to tell HDSentinel, or is this just not supported?
TIA Dave
I have configured smartd.conf to monitor them:
Code: Select all
/dev/sdb -d aacraid,0,0,0 -n standby -m root -M exec /usr/share/smartmontools/smartd-runner
/dev/sdb -d aacraid,0,0,1 -n standby -m root -M exec /usr/share/smartmontools/smartd-runner
/dev/sdb -d aacraid,0,0,2 -n standby -m root -M exec /usr/share/smartmontools/smartd-runner
/dev/sdb -d aacraid,0,0,3 -n standby -m root -M exec /usr/share/smartmontools/smartd-runner
/dev/sdb -d aacraid,0,0,4 -n standby -m root -M exec /usr/share/smartmontools/smartd-runner
/dev/sdb -d aacraid,0,0,5 -n standby -m root -M exec /usr/share/smartmontools/smartd-runner
/dev/sdb -d aacraid,0,0,6 -n standby -m root -M exec /usr/share/smartmontools/smartd-runner
/dev/sdb -d aacraid,0,0,7 -n standby -m root -M exec /usr/share/smartmontools/smartd-runner
TIA Dave