baby27784
Dabbler
- Joined
- May 12, 2019
- Messages
- 22
hi everyone
in my freenas server, each disk is on Raid0 Hardware Raid P410i separate raid0 disk present to zfs.(i know this is not recommended)
when I want get disk serial number for fail time, all disk have same serial in freenas.
but confusion is that :
smartctl -a /dev/da1 ( or da2 and so on)
i see all serial number are same and SMART support is: Unavailable - device lacks SMART capability.
but when i run " smartctl -d cciss,0 -a /dev/ciss0"
i get correct serial number as Logical unit id and SMART support is: Available - device has SMART capability.
1- How Can I get disk serial number for replace in failing time?
2- is SMART functioning properly for failing detection? if no, what is alternative solution?
3- in my implementation how can i find failed drive?
thanks
	
		
			
		
		
	
			
			in my freenas server, each disk is on Raid0 Hardware Raid P410i separate raid0 disk present to zfs.(i know this is not recommended)
when I want get disk serial number for fail time, all disk have same serial in freenas.
but confusion is that :
smartctl -a /dev/da1 ( or da2 and so on)
i see all serial number are same and SMART support is: Unavailable - device lacks SMART capability.
Code:
root@freenas:~ # smartctl -a /dev/da1 smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-STABLE amd64] (local build) Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Vendor: HP Product: RAID 0 Revision: OK User Capacity: 146,778,685,440 bytes [146 GB] Logical block size: 512 bytes Logical Unit id: 0x600508b1001ce1a22350a816a4976db2 Serial number: 5001438018C8E650 Device type: disk Local Time is: Wed Jul 24 04:18:31 2019 PDT SMART support is: Unavailable - device lacks SMART capability. === START OF READ SMART DATA SECTION === Current Drive Temperature: 0 C Drive Trip Temperature: 0 C Error Counter logging not supported Device does not support Self Test logging
but when i run " smartctl -d cciss,0 -a /dev/ciss0"
i get correct serial number as Logical unit id and SMART support is: Available - device has SMART capability.
Code:
root@freenas:~ # smartctl -d cciss,1 -a /dev/ciss0
smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.2-STABLE amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor:               HP
Product:              EH0146FARWD
Revision:             HPDD
User Capacity:        146,815,737,856 bytes [146 GB]
Logical block size:   512 bytes
Rotation Rate:        15030 rpm
Form Factor:          2.5 inches
Logical Unit id:      0x5000cca00b7b6dec
Serial number:        PLX5WAEE
Device type:          disk
Transport protocol:   SAS (SPL-3)
Local Time is:        Wed Jul 24 04:24:04 2019 PDT
SMART support is:     Available - device has SMART capability.
SMART support is:     Enabled
Temperature Warning:  Enabled
=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK
Current Drive Temperature:     29 C
Drive Trip Temperature:        65 C
Manufactured in week 05 of year 2012
Specified cycle count over device lifetime:  50000
Accumulated start-stop cycles:  100
Elements in grown defect list: 0
Vendor (Seagate) cache information
  Blocks sent to initiator = 1625038809726976
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:          0   787711         0    787711          0    1699748.818           0
write:         0   320525         0    320525          0       3421.644           0
verify:        0       30         0        30          0        146.816           0
Non-medium error count:      435
SMART Self-test log
Num  Test              Status                 segment  LifeTime  LBA_first_err [SK ASC ASQ]
     Description                              number   (hours)
# 1  Background long   Completed                   -      44                 - [-   -    -]
# 2  Background short  Completed                   -      23                 - [-   -    -]
# 3  Background short  Completed                   -      19                 - [-   -    -]
# 4  Background short  Completed                   -       0                 - [-   -    -]
Long (extended) Self Test duration: 1394 seconds [23.2 minutes]1- How Can I get disk serial number for replace in failing time?
2- is SMART functioning properly for failing detection? if no, what is alternative solution?
3- in my implementation how can i find failed drive?
thanks
			
				Last edited: 
			
		
	
								
								
									
	
		
			
		
		
	
	
		
			
		
	
	
		
			
		
		
	
								
							
							 
				 
 
		 
			
		
	
	
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		