• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

smartctl doesn't work in Nexenta

horemachet

n00b
Joined
Nov 19, 2012
Messages
13
Hi Folks,

I just changed the hardware of my NAS. I just try to monitor disk health status with smartmontools. But unlike my former hardware it does not work.

Anytime i do smartctl I get an error message like below. I have six disks installed. All the same.

Here is some configuration information:

The hardware:
The mainboard is an Asus M2N-SLI Deluxe.
CPU: AMD Athlon X2 4400

The menu item "Serial ATA-Controller" is enabled.
The menu item "JMicron SATAII Controller" is disabled.


The operation system:
Option ? appliance
Option ? sysinfo
SunOS SMBNAS 5.11 NexentaOS_134f i86pc i386 i86pc Solaris

==== System Information ====
PROPERTY VALUE
model : Open Storage Appliance (Community Edition)
model_id : STOR_UNIFIED
nmc_version : 3.1.3.5 (r10417)
nms_version : 3.1.3.5 (r10429)
nmv_version : 3.1.3.5 (r10417)
num_cpu_cores : 2
os_version : 3.1.3.5
product_family : NexentaStor
release_date : Oct 14 14:10:52 2012
timezone : Europe/Berlin
x86_instruction_set : 64bit

==== Processor Information ====
64-bit amd64 applications
tscp ahf cx16 sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov
amd_sysc cx8 tsc fpu


Do I need to install anything else than the smartmontools? There is no according plugin at least. Does anybody has an idea why it does not work?

The error message:

root@SMBNAS:/volumes# smartctl -a /dev/rdsk/c0t0d0s0 -d sat,12 smartctl 5.42 2011-10-20 r3458 [i386-pc-solaris2.11] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION === Model Family: Hitachi Deskstar T7K500 Device Model: Hitachi HDT725032VLA360 Serial Number: VFM201R8091PRN LU WWN Device Id: 5 000cca 317c41db9 Firmware Version: V54OA7EA User Capacity: 320,072,933,376 bytes [320 GB] Sector Size: 512 bytes logical/physical Device is: In smartctl database [for details use: -P show] ATA Version is: 7 ATA Standard is: ATA/ATAPI-7 T13 1532D revision 1 Local Time is: Sat Nov 17 22:06:34 2012 CET SMART support is: Available - device has SMART capability. SMART support is: Enabled

Error SMART Values Read failed: scsi error aborted command Smartctl: SMART Read Values failed.

=== START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: UNKNOWN! SMART Status, Attributes and Thresholds cannot be read.

Read SMART Log Directory failed.

Error SMART Error Log Read failed: scsi error aborted command Smartctl: SMART Error Log Read Failed Error SMART Error Self-Test Log Read failed: scsi error aborted command Smartctl: SMART Self Test Log Read Failed Device does not support Selective Self Tests/Logging
 
It sounded like you meant that the controller was enabled. SMART usually is a setting that is separate from the controller enable / disable setting.
 
I don't think so, but let me check. I assume it's set to IDE because I thaught AHCI is just for SSDs.
 
So, did the check.

There is acutally no SATA setting like that on the regular controller.
There is only an according setting to the JMicron RAID Controller.

So I enabled the controller set it to AHCI but doesn't change anything.
Would have been crazy if it did anyway since the disks are not connected to that controller ;)
 
Meanwhile the issues is solved.

smartctl -a /dev/rdsk/c2t1d0p4 -d scsi | grep -i 'Current Drive Temperature'

provides the needed information.
 
Back
Top