<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; reporting technology</title> <atom:link href="http://www.cyberciti.biz/tips/tag/reporting-technology/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Linux: Monitor Hard Disks Temperature With hddtemp</title><link>http://www.cyberciti.biz/tips/howto-monitor-hard-drive-temperature.html</link> <comments>http://www.cyberciti.biz/tips/howto-monitor-hard-drive-temperature.html#comments</comments> <pubDate>Mon, 08 Oct 2007 19:17:34 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[abcd]]></category> <category><![CDATA[command line tool]]></category> <category><![CDATA[computer hard disks]]></category> <category><![CDATA[directory cd]]></category> <category><![CDATA[hard disk temperature]]></category> <category><![CDATA[hddtemp command]]></category> <category><![CDATA[monitoring system]]></category> <category><![CDATA[netcat]]></category> <category><![CDATA[reading data]]></category> <category><![CDATA[remote server]]></category> <category><![CDATA[reporting technology]]></category> <category><![CDATA[sata hard disk temperature]]></category> <category><![CDATA[scsi drives]]></category> <category><![CDATA[sdd]]></category> <category><![CDATA[shutdown linux]]></category> <category><![CDATA[source code installation]]></category> <category><![CDATA[sudo command]]></category> <category><![CDATA[tar ball]]></category> <category><![CDATA[temperature sensor]]></category> <category><![CDATA[untar]]></category> <category><![CDATA[wget command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-monitor-hard-drive-temperature.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux/' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">T</span>here is a nice utility to monitor hard drive temperature. Most modern x86 computer hard disk comes with S.M.A.R.T  (Self-Monitoring, Analysis, and Reporting Technology). It is a monitoring system for computer hard disks to detect and report on various indicators of reliability, in the hope of anticipating failures. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-monitor-hard-drive-temperature.html/feed</wfw:commentRss> <slash:comments>26</slash:comments> </item> <item><title>Test If Linux Server SCSI / SATA Hard Disk Going Bad</title><link>http://www.cyberciti.biz/tips/linux-find-out-if-harddisk-failing.html</link> <comments>http://www.cyberciti.biz/tips/linux-find-out-if-harddisk-failing.html#comments</comments> <pubDate>Wed, 04 Jul 2007 20:16:21 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[ata ide]]></category> <category><![CDATA[drive failures]]></category> <category><![CDATA[error logs]]></category> <category><![CDATA[hard disk]]></category> <category><![CDATA[hard drive]]></category> <category><![CDATA[hard drives]]></category> <category><![CDATA[log messages]]></category> <category><![CDATA[reporting technology]]></category> <category><![CDATA[scsi_3]]></category> <category><![CDATA[self test]]></category> <category><![CDATA[self tests]]></category> <category><![CDATA[smart disks]]></category> <category><![CDATA[smart self]]></category> <category><![CDATA[smart system]]></category> <category><![CDATA[something is wrong]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-find-out-if-harddisk-failing.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> One of our regular sends us a question:<blockquote>How can I test if my hard disk is going bad? I see few errors in /var/log/messages file.</blockquote> I/O errors in /var/log/messages indicates that something is wrong with the hard disk and it may be failing.
You can check hard disk errors using smartctl command, which is control and monitor utility for SMART disks under Linux / UNIX like operating systems.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-find-out-if-harddisk-failing.html/feed</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Monitoring hard disk health with smartd under Linux or UNIX operating systems</title><link>http://www.cyberciti.biz/tips/monitoring-hard-disk-health-with-smartd-under-linux-or-unix-operating-systems.html</link> <comments>http://www.cyberciti.biz/tips/monitoring-hard-disk-health-with-smartd-under-linux-or-unix-operating-systems.html#comments</comments> <pubDate>Wed, 03 May 2006 14:37:00 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[acronym]]></category> <category><![CDATA[ata ide]]></category> <category><![CDATA[bsd]]></category> <category><![CDATA[daemon]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[drive failures]]></category> <category><![CDATA[hard drive]]></category> <category><![CDATA[hard drives]]></category> <category><![CDATA[operating systems]]></category> <category><![CDATA[reliability]]></category> <category><![CDATA[reporting technology]]></category> <category><![CDATA[scsi_3]]></category> <category><![CDATA[self tests]]></category> <category><![CDATA[smart disk]]></category> <category><![CDATA[smart system]]></category> <category><![CDATA[Solaris]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/monitoring-hard-disk-health-with-smartd-under-linux-or-unix-operating-systems.html</guid> <description><![CDATA[smartd is SMART Disk Monitoring Daemon for Linux. SMART is acronym for Self-Monitoring, Analysis and Reporting Technology (SMART) system built into many ATA-3 and later ATA, IDE and SCSI-3 hard drives. The purpose of SMART is to monitor the reliability of the hard drive and predict drive failures, and to carry out different types of [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/monitoring-hard-disk-health-with-smartd-under-linux-or-unix-operating-systems.html/feed</wfw:commentRss> <slash:comments>11</slash:comments> </item> </channel> </rss>
