SmartdCheck to see if smartmontools is installed rpm -qa | grep smart # You should get the following or similar result: smartmontools-5.33-1.5 If it is not installed then run: apt-get install smartmontools Edit /etc/smartd.conf : If it doesnt exist copy the sample like this: cp /usr/share/doc/smartmontools-5.33/smartd.conf /etc/smartd.conf Add or change the following lines to look like this: /dev/hda -a -r 194 /dev/hdc -a -r 194
/dev/sda -a -r 194 Proceed to PDC Docs "Reboot machine so only necessary services are running." |