|
| ||||||||||
| Tags: freebsd, linux, mac os x, netbsd, openbsd, solaris |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to use Linux standard tools for monitoring
|
|
#2
| |||
| |||
| Re: How to use Linux standard tools for monitoring
Hard drives are not an integral part of the computer world. It is often neglected, that they do not work forever - in fact, sometimes they hang from one moment to another. Sometimes they give but also signals that they will reach the end of their deployment. With the right resources can monitor hard drives, and administrators can be automatically informed about defects. Linux brings some free agent with the board to provide, properly configured, well. |
|
#3
| |||
| |||
| Re: How to use Linux standard tools for monitoring
SMART is an acronym for Self-Monitoring, Analysis and Reporting Technology - a technology that is included in all modern hard disks. In Linux, these services can be with the smartmontools claim take. The package provides two programs to the daemon smartd and smartctl command line program. By his own statement, the software supports ATA, ATAPI, SATA -3 - to 8-SATA and SCSI hard drives. Likewise, the tools supported tape drives. The smartmontools are not only for Linux. You can also Mac OS X, FreeBSD, OpenBSD, NetBSD, Solaris, OS / 2, Cygwin, QNX, eComStation and Windows to be usable. With most Linux distributions, see the software package in the repositories. With the usual suspects such as YaST, aptitude, apt-get and Synaptic, the tools should be easily re-install itself. |
|
#4
| |||
| |||
| Re: How to use Linux standard tools for monitoring
Those who only occasionally on the condition of their hard drives will inquire, not in the background of the smartd daemon must have run. Information obtained alternatively in smartctl. This can also find out if the hard drive is used at all SMART capable and supported. Under Linux, this would go as root for the hard disk / dev / sda for example, like this (you want to look at other mass storage, you have to / dev / sda with the appropriate designation replace you): Code: smartctl -i /dev/sda |
|
#5
| |||
| |||
| Re: How to use Linux standard tools for monitoring
Since, you also wanted to know about the automated monitoring, I thought to provide some information about it. In Ubuntu 8.04 and Debian-based distributions probably all you need to edit two files, for example. The leaves smartd in the file /etc/default/smartmontools activate. The configuration itself is done through /etc/smartd.conf . Fortunately, this file is filled with examples explained. You basically just need the appropriate line search. Next, remove the double cross that line and adjust as desired yet. Now you can start the service manually. On Ubuntu, it works like this: /etc/init.d/smartmontools start. This start command can vary from distribution to distribution. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to use Linux standard tools for monitoring" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Stress testing, monitoring and benchmarking tools for both Intel and AMD rigs | AlpAnA$ | Windows Software | 6 | 02-10-2011 11:38 PM |
| Linux Live Tools | kAMARAJA | Operating Systems | 6 | 09-11-2010 09:12 AM |
| Linux Containers Tools | Barsha | Operating Systems | 5 | 01-04-2010 06:32 AM |
| Need System Monitoring Tools for Linux | WinSlayer | Operating Systems | 5 | 09-02-2010 05:53 AM |
| Overclocking Tools for Linux | ABBOTT | Overclocking & Computer Modification | 3 | 13-04-2009 11:30 PM |