Re: SMARTCTL NOT OK
Christian Franke <[email protected]> Sat, 26 Nov 2016 15:04:37 +0100
| Newsgroups | gmane.linux.utilities.smartmontools |
|---|---|
| Message-ID | <[email protected]> |
dinesh rajapaksha wrote: > Hi , > > I'm using below HDD. > But it cause sudden restarts to server blade. > > smartctl -a /dev/sda result is given below here. It shows SMART > Health Status: OK > But there are lots of uncorrected errors and delays. This is as expected. A device does not return a failed health status if (only) Read/Write error occured. It usually will return a failed status if the number of spare blocks for reallocation is below some threshold. > Could you please let me know on what basis SMART Health Status become > NOT OK ? Smartctl will report a non OK health status if the device firmware indicates failure in ASC/ASCQ from SCSI IE log page (if supported) or in result of REQUEST SENSE command (see -H on smartctl man page). Thanks, Christian ------------------------------------------------------------------------------