Archive for 'Smartmontools'
While perusing the web a few weeks back, I came across SMARTReporter. SMARTReporter is a wicked cool software package that can be used to monitor hard drive SMART data under OS X, and it is 100% free (you should probably send a small donation to the author if you decide to use it). Now that [...]
While attempting to run the smartctl utility a few weeks back on an x86 Solaris 10 host with IDE disk drives, I received the following error:
$ smartctl -a /dev/dsk/c1d0s0
smartctl version 5.36 [i386-pc-solaris2.10] Copyright (C) 2002-6 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
#######################################################################
ATA command routine ata_command_interface() NOT IMPLEMENTED under Solaris.
Please contact smartmontools-support@lists.sourceforge.net if
you want to help in porting [...]
I posted a blog entry a while back that showed how to setup smartd on a Solaris system. Two individuals left comments indicating that smartmontools wouldn’t build, and one individual (Peter) received the following errors during the build process:
gcc -g -O2 -Wall -W -c `test -f ‘os_solaris_ata.s’ || echo ‘./’`os_solaris_ata.s
gcc -g -O2 -Wall [...]
While booting up my x86 laptop this week, I noticed the following errors on the console:
Feb 26 18:16:54 zebox smartd[492]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Feb 26 18:16:54 zebox smartd[492]: Device: /dev/ad0, 1 Offline uncorrectable sectors
Feb 26 18:46:55 zebox smartd[492]: Device: /dev/ad0, 1 Currently unreadable (pending) sectors
Feb 26 18:46:55 zebox smartd[492]: Device: /dev/ad0, 1 [...]
I first ran across smartmontools about a year ago, and like to install it on all of the systems I manage. This helps me understand the current health of the hard drives in the servers and desktops I manage, and allows me to predict when disk drives are about to fail (this of course assumes [...]
In my article Out S.M.A.R.T your hard drive, I talked about how smartctl can be used to monitor the SMART attributes in modern disk drives. One item I didn’t cover was smartd. This nifty little daemon can be used to automatically run drive self tests, check for SMART attributes that have changed, and to report [...]