depasseg
FreeNAS Replicant
- Joined
- Sep 16, 2014
- Messages
- 2,874
I get the following in /var/log/messages when I try to start Smartd. I'm Running 9.3-RELEASE (updated to 12/10/2014).
I can view the Smart data from the drive:
SMART is enabled:
Code:
[root@freenas1] ~# tail /var/log/messages Dec 10 21:12:48 freenas1 notifier: Starting smartd. Dec 10 21:12:48 freenas1 smartd[11390]: Unable to register SCSI device /dev/da0 at line 4 of file /usr/local/etc/smartd.conf Dec 10 21:12:48 freenas1 smartd[11390]: Unable to register device /dev/da0 (no Directive -d removable). Exiting. Dec 10 21:12:48 freenas1 root: /usr/local/etc/rc.d/smartd: WARNING: failed to start smartd Dec 10 21:12:48 freenas1 notifier: /usr/local/etc/rc.d/smartd: WARNING: failed to start smartd [root@freenas1] ~#
I can view the Smart data from the drive:
Code:
[root@freenas1] ~# smart
smartctl smartd
[root@freenas1] ~# smartctl -a /dev/da0
smartctl 6.3 2014-07-26 r3976 [FreeBSD 9.3-RELEASE-p5 amd64] (local build)
Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: WD
Product: WD4001FYYG-01SL3
Revision: VR07
Compliance: SPC-4
User Capacity: 4,000,787,030,016 bytes [4.00 TB]
Logical block size: 512 bytes
Rotation Rate: 7200 rpm
Form Factor: 3.5 inches
Logical Unit id: 0x50000c0f012b10d0
Serial number: WMCdeleted99
Device type: disk
Transport protocol: SAS (SPL-3)
Local Time is: Wed Dec 10 21:20:17 2014 EST
SMART support is: Available - device has SMART capability.
SMART support is: Disabled
Temperature Warning: Enabled
=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK
Current Drive Temperature: 28 C
Drive Trip Temperature: 69 C
Manufactured in week 10 of year 2014
Specified cycle count over device lifetime: 1048576
Accumulated start-stop cycles: 407
Specified load-unload count over device lifetime: 1114112
Accumulated load-unload cycles: 2
Elements in grown defect list: 0
Error counter log:
Errors Corrected by Total Correction Gigabytes Total
ECC rereads/ errors algorithm processed uncorrected
fast | delayed rewrites corrected invocations [10^9 bytes] errors
read: 9108 33 33 9141 33 35283.562 0
write: 0 0 0 0 0 0.144 0
Non-medium error count: 890
SMART Self-test log
Num Test Status segment LifeTime LBA_first_err [SK ASC ASQ]
Description number (hours)
# 1 Background short Completed - 1100 - [- - -]
Long (extended) Self Test duration: 31120 seconds [518.7 minutes]
[root@freenas1] ~#
SMART is enabled:
Code:
[root@freenas1] ~# more /usr/local/etc/smartd.conf ################################################ # smartd.conf generated by /etc/ix.rc.d/ix-smartd ################################################ /dev/da0 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. /dev/da1 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. /dev/da2 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. /dev/da3 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. /dev/da4 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. /dev/da5 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. /dev/da6 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. /dev/da7 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. /dev/da8 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. /dev/da9 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. /dev/da10 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. /dev/da11 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. /dev/da12 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. /dev/ada0 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. /dev/ada1 -a -n never -W 0,0,0 -s S/(00)/../(7)/.. [root@freenas1] ~#