Disk go offline after upgrade to 9.2 from 8.3.1

Status
Not open for further replies.

naa41

Dabbler
Joined
Jan 28, 2014
Messages
18
Later you can run "smartctl -l selftest /dev/ada4" to check the result of the test.
Code:
[root@freenas ~]# smartctl -l selftest /dev/ada4                                                                                   
smartctl 6.2 2013-07-26 r3841 [FreeBSD 9.2-RELEASE amd64] (local build)                                                           
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org                                                       
                                                                                                                                   
=== START OF READ SMART DATA SECTION ===                                                                                           
SMART Self-test log structure revision number 1                                                                                   
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error                                   
# 1  Extended offline    Completed without error      00%      299        -

Looking good.
 

naa41

Dabbler
Joined
Jan 28, 2014
Messages
18
I will run the Memtest86+ by today.
 

naa41

Dabbler
Joined
Jan 28, 2014
Messages
18
Memtest86+ passed without errors.
The first attach picture was taken when test nearly finished.
2nd picture was taken when start 2nd test.

Look like my RAM did not run at 1600 MHz may be I need new MB BIOS?
 

Attachments

  • near completed test.JPG
    near completed test.JPG
    99.7 KB · Views: 204
  • after test passed.JPG
    after test passed.JPG
    98.5 KB · Views: 221

SmallGuy

Guru
Joined
Jun 7, 2013
Messages
560
Let it run 2 or 3 pass to be sure, and if the result is correct, replace the SATA cable of ada4, and then launch a scrub.
This is the only idea I have at the moment.
 

naa41

Dabbler
Joined
Jan 28, 2014
Messages
18
Thanks SmallGuy. Three pass test will be performed. Then, I will replace the ada4 SATA cable next.
 

naa41

Dabbler
Joined
Jan 28, 2014
Messages
18
After passed three times MEMtest86+ without error, I replaced ada4 SATA cable then alert warning go GREEN. In addition, "zpool status" showed no CKSUM error.
Code:
[root@freenas ~]# zpool status                                                                                                   
  pool: Punya_NAS                                                                                                               
state: ONLINE                                                                                                                   
status: The pool is formatted using a legacy on-disk format.  The pool can                                                       
        still be used, but some features are unavailable.                                                                       
action: Upgrade the pool using 'zpool upgrade'.  Once this is done, the                                                         
        pool will no longer be accessible on software that does not support feature                                             
        flags.                                                                                                                   
  scan: resilvered 11.9G in 0h7m with 0 errors on Thu Jan 30 03:28:26 2014                                                       
config:                                                                                                                         
                                                                                                                                 
        NAME                                            STATE    READ WRITE CKSUM                                               
        Punya_NAS                                      ONLINE      0    0    0                                               
          raidz2-0                                      ONLINE      0    0    0                                               
            gptid/5321c047-d64b-11e2-9807-0015173e3e75  ONLINE      0    0    0                                               
            gptid/537be8a4-d64b-11e2-9807-0015173e3e75  ONLINE      0    0    0                                               
            gptid/53d7a95a-d64b-11e2-9807-0015173e3e75  ONLINE      0    0    0                                               
            gptid/54326bf4-d64b-11e2-9807-0015173e3e75  ONLINE      0    0    0                                               
            gptid/548c8437-d64b-11e2-9807-0015173e3e75  ONLINE      0    0    0                                               
            gptid/5566d4bd-8921-11e3-b212-0015173e3e75  ONLINE      0    0    0                                               
            gptid/5543a681-d64b-11e2-9807-0015173e3e75  ONLINE      0    0    0                                               
            gptid/559fdcf2-d64b-11e2-9807-0015173e3e75  ONLINE      0    0    0                                               
                                                                                                                                 
errors: No known data errors

When I did "smartctl -a /dev/ada4", I noticed some UDMA error.
Code:
ID# ATTRIBUTE_NAME          FLAG    VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE                                 
  1 Raw_Read_Error_Rate    0x002f  200  200  051    Pre-fail  Always      -      0                                         
  3 Spin_Up_Time            0x0027  182  178  021    Pre-fail  Always      -      5900                                     
  4 Start_Stop_Count        0x0032  100  100  000    Old_age  Always      -      51                                       
  5 Reallocated_Sector_Ct  0x0033  200  200  140    Pre-fail  Always      -      0                                         
  7 Seek_Error_Rate        0x002e  200  200  000    Old_age  Always      -      0                                         
  9 Power_On_Hours          0x0032  100  100  000    Old_age  Always      -      319                                       
10 Spin_Retry_Count        0x0032  100  253  000    Old_age  Always      -      0                                         
11 Calibration_Retry_Count 0x0032  100  253  000    Old_age  Always      -      0                                         
12 Power_Cycle_Count      0x0032  100  100  000    Old_age  Always      -      51                                       
192 Power-Off_Retract_Count 0x0032  200  200  000    Old_age  Always      -      12                                       
193 Load_Cycle_Count        0x0032  200  200  000    Old_age  Always      -      38                                       
194 Temperature_Celsius    0x0022  112  106  000    Old_age  Always      -      38                                       
196 Reallocated_Event_Count 0x0032  200  200  000    Old_age  Always      -      0                                         
197 Current_Pending_Sector  0x0032  200  200  000    Old_age  Always      -      0                                         
198 Offline_Uncorrectable  0x0030  100  253  000    Old_age  Offline      -      0                                         
199 UDMA_CRC_Error_Count    0x0032  200  193  000    Old_age  Always      -      3464                                     
200 Multi_Zone_Error_Rate  0x0008  200  200  000    Old_age  Offline      -      0                                         
                                                                                                                                 
SMART Error Log Version: 1                                                                                                       
No Errors Logged

Anyway, I think, my problems were solved. Thanks to Dusan and SmallGuy a lot.
 

SmallGuy

Guru
Joined
Jun 7, 2013
Messages
560
Anyway, I think, my problems were solved. Thanks to Dusan and SmallGuy a lot.
Glad to heard it .
The lesson is: check your hardware before enter commands on your pool. ;)
 
Status
Not open for further replies.
Top