Re: Difference of threshold check: atactl smartstatus vs atactl readattr

2010-04-01 Thread Alexander Yurchenko
2010/3/31 Vincent : > The output of /sbin/atactl /dev/wd0c smartstatus on that server is: No SMART > threshold exceeded > However, if i use: /sbin/atactl /dev/wd0c readattr > One or more threshold values exceeded! > > I had a look at atactl.c and noticed, that the threshold check is completely > d

Difference of threshold check: atactl smartstatus vs atactl readattr

2010-03-31 Thread Vincent
Hi folks, One of my servers has a problem with its harddrive. To receive a warning on harddrive failures, I usually have the following as a cronjob: /sbin/atactl /dev/wd0c smartstatus >> /dev/null 2>&1 The output of /sbin/atactl /dev/wd0c smartstatus on that server is: No SMART threshold exceeded