Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ linux smartd [FAILED] appears at startup     - Singleton (Linux)

- 64-bit Windows Server 2012 R2 install Oracle 10g Second Edition (Database)

- RVM installation instructions (Linux)

- Android memory optimization of the disk cache (Linux)

- LNMP summary of the issues common 502 Bad Gateway (Server)

- Briefly explain the invasion of the four-level denial of service attack DoS Linux server (Linux)

- After you change the GRUB boot disk partition repair (Linux)

- Pydev installed and configured on the Eclipse (Linux)

- Memcached distributed caching (Server)

- Let 32 Linux / CentOS system to support more than 4G memory (Linux)

- numpy and SciPy installation under Python for scientific computing package (Linux)

- Deb package installation method under ubuntu (Linux)

- Linux Log Clear (Linux)

- pscp use Detailed Windows and Linux each file transfer tool (Linux)

- Give your photos Instagram style filters plus program in ubuntu (Linux)

- Differential test piece using MongoDB performance YCSB (Database)

- Oracle restrict certain IP, the malicious user actions on important table (Database)

- xCAT install and update software (Linux)

- Linux garbled file delete method (Linux)

- Linux Systemd-- To start / stop / restart services in RHEL / CentOS 7 (Linux)

 
         
  linux smartd [FAILED] appears at startup
     
  Add Date : 2018-11-21      
         
         
         
  Recently I fell in love RedHat Linux, because his spirit GUN, so trying to learn, is to use a virtual machine installed, be afraid of the wood there are ways to control the character directly little strange but very attractive system, boot time is always displayed smartd process fails, so find technical articles, share with you.

In fact, there is a problem with my Linux no sound, the sound card is normal, but the test is not sound, the next goal is to solve this, huh, huh ~ ~

smartd is a daemon (a helper), it has a self-monitoring monitoring, analysis and reporting technology (Self-Monitoring,
Analysis, and Reporting Technology - SMART) hard disk.
SMART system makes hard to monitor and report on their health. It is an important feature is the ability to predict failure, so that the system administrator
To avoid data loss.
smartd by the kernel-utils packages installed by default. With the command rpm -ql kernel-utils kernel-utils package can list the files.
smartd daemon is normally open when the system starts, its configuration file is /etc/smartd.conf.
For example, suppose you have two hard drives are installed, / dev / hda and / dev / hdb. A device is CD_ROM, another hard disk. In order to detect them
Support SMART, use the command smartctl -i / dev / hda and smartctl -i / dev / hdb:
# / Usr / sbin / smartctl -i / dev / hda
smartctl version 5.1-11 Copyright (C) 2002-3 Bruce Allen
Home page is
http://smartmontools.sourceforge.net/

=== START OF INFORMATION SECTION ===
Device Model: ST380011A
Serial Number: 3JVB672N
Firmware Version: 8.01
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: 6
ATA Standard is: ATA / ATAPI-6 T13 1410D revision 2
Local Time is: Fri Aug 20 14:09:16 2004 EST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
"SMART support is:. Available - device has SMART capability" which explained support SMART. "SMART
support is: Enabled "explained SMART line has been opened.
CD-ROM device and the old hard drive does not support SMART, which can be seen smartctl -i / dev / hdb output from:
# / Usr / sbin / smartctl -i / dev / hdb
smartctl version 5.1-11 Copyright (C) 2002-3 Bruce Allen
Home page is
http://smartmontools.sourceforge.net/

=== START OF INFORMATION SECTION ===
Device Model: LTN526D
Serial Number: [No Information Found]
Firmware Version: 9S03
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: 1
ATA Standard is: Exact ATA specification draft version not indicated
Local Time is: Fri Aug 20 14:24:43 2004 EST
SMART is only available in ATA Version 3 Revision 3 or greater.
We will try to proceed in spite of this.
SMART support is: Unavailable - device lacks SMART capability.
A mandatory SMART command has failed:. Exiting To continue, use the -T
option to set the tolerance level to 'permissive'
Note that some of the hard disk controller does not support SMART. For example, some hardware RAID controller does not support or does not pass SMART information, even with the addition
HDD support SMART.
/etc/smartctl.conf Can modify the file so that only monitors smartd you want to monitor equipment. Assuming only / dev / hda needs to be monitored,
On the device if there is a warning message occurs, you need to send it to the root user, then the need for such /etc/smartd.conf Review:

# /etc/smartd.conf
# Sample configuration file for smartd. See man 5 smartd.conf.
# Home page is:
http://smartmontools.sourceforge.net
...
# A very silent check. Only report SMART health status if it fails
# But send an email in this case
/ Dev / hda -a -m
root@localhost.localdomain
...
Finished editing /etc/smartd.conf, restart the daemon:

# / Sbin / service smartd restart
Shutting down smartd: [FAILED]
Starting smartd: [OK]
To set smartd be activated at boot time, under the root user with chkconfig smartd on command.

Close smartd service starts automatically
root LINUX smartd is a daemon that monitors the 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
drive self-tests. This
  version of smartd is compatible with ATA / ATAPI-7 and earlier standards
Simply put, smartd is hard to monitor and predict the reliability of its failure, a daemon perform testing!
A closer look smartd instructions can! (Man smartd)
#chkconfig smartd off
This is close smartd service starts automatically when the machine is restarted smartd not run!
     
         
         
         
  More:      
 
- To install Emacs under CentOS 6.5 (Linux)
- Simple and fast sorting (Programming)
- PHP call a Python program (Programming)
- CentOS install Memcached (Server)
- Generic mechanism C11 standard (Programming)
- Linux Samba server-side structures and the use of the client (Server)
- Port is not being used, how will bind failure? (Server)
- Why learn and use C language (Programming)
- iptables using summary (Linux)
- Ubuntu installation under Scrapy (Linux)
- String JavaScript type system (Programming)
- Build a Linux development environment under STC89C52RC (Linux)
- Install Java JDK 8 in CentOS 7 / 6.5 / 6.4 (Linux)
- Java coding conventions (Programming)
- Zabbix Agent (Server)
- Based shell: using read, the command-line script to achieve mass participation and input two integer calculation (Programming)
- Hibernate Search and Lucene quick introduction (Linux)
- Teach you to diagnose problems with strace (Linux)
- Linux kernel source tree to establish load module hello (Linux)
- MySQL Data Types (Database)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.