Hello,
My system:
FreeNAS-9.10.2-U6 (561f0d7a1)
5 x 3 TB raidz2
8 GB RAM
Recently I got the alert: 'ada1 has too many errors'. Since the drive has warranty I ordered an RMA (WD red) and got it fast. The drive was already offline, so when reading https://www.ixsystems.com/documentation/freenas/9.10/storage.html#replacing-a-failed-drive I jumped directly to "shut down the system to physically replace the disk". I did so and when starting it up again the ada1 showed 'UNAVAIL'. After that I've been searching this forum up and down without any success - probably I've done something preventing me from succeeding... So now I'm back at this 'UNAVAIL' state and I'm asking for my next step. Some info:
I think I'll update the system when I'm back on track, but right now I'd like a hint or two to get there. Thank you!
	
		
			
		
		
	
			
			My system:
FreeNAS-9.10.2-U6 (561f0d7a1)
5 x 3 TB raidz2
8 GB RAM
Recently I got the alert: 'ada1 has too many errors'. Since the drive has warranty I ordered an RMA (WD red) and got it fast. The drive was already offline, so when reading https://www.ixsystems.com/documentation/freenas/9.10/storage.html#replacing-a-failed-drive I jumped directly to "shut down the system to physically replace the disk". I did so and when starting it up again the ada1 showed 'UNAVAIL'. After that I've been searching this forum up and down without any success - probably I've done something preventing me from succeeding... So now I'm back at this 'UNAVAIL' state and I'm asking for my next step. Some info:
Code:
[root@freenas ~]# zpool status                                                                                                     
  pool: freenas-boot                                                                                                               
 state: ONLINE                                                                                                                     
  scan: scrub repaired 0 in 0h2m with 0 errors on Tue Apr  2 03:47:23 2019                                                         
config:                                                                                                                             
                                                                                                                                    
        NAME        STATE     READ WRITE CKSUM                                                                                     
        freenas-boot  ONLINE       0     0     0                                                                                   
          da0p2     ONLINE       0     0     0                                                                                     
                                                                                                                                    
errors: No known data errors                                                                                                       
                                                                                                                                    
  pool: storage                                                                                                                     
 state: DEGRADED                                                                                                                   
status: One or more devices could not be opened.  Sufficient replicas exist for                                                     
        the pool to continue functioning in a degraded state.                                                                       
action: Attach the missing device and online it using 'zpool online'.                                                               
   see: http://illumos.org/msg/ZFS-8000-2Q                                                                                         
  scan: scrub repaired 0 in 6h15m with 0 errors on Sun Apr 28 06:15:02 2019                                                         
config:                                                                                                                             
                                                                                                                                    
        NAME                                          STATE     READ WRITE CKSUM                                                   
        storage                                       DEGRADED     0     0     0                                                   
          raidz2-0                                    DEGRADED     0     0     0                                                   
            ada0                                      ONLINE       0     0     0                                                   
            6753909526819114032                       UNAVAIL      0     0     0  was /dev/ada1                                     
            ada2                                      ONLINE       0     0     0                                                   
            ada3                                      ONLINE       0     0     0                                                   
            ada4                                      ONLINE       0     0     0                                                   
          gptid/5886bff8-6f81-11e9-ab7f-001d60a7173e  ONLINE       0     0     0                                                   
                                                                                                                                    
errors: No known data errors                               
[root@freenas ~]# sysctl kern.disks                                                                                                 
kern.disks: da0 ada4 ada3 ada2 ada1 ada0   
[root@freenas ~]# gpart show ada1                                                                                                   
=>        34  5860533101  ada1  GPT  (2.7T)                                                                                         
          34          94        - free -  (47K)                                                                                     
         128     4194304     1  freebsd-swap  (2.0G)                                                                               
     4194432  5856338696     2  freebsd-zfs  (2.7T)                                                                                 
  5860533128           7        - free -  (3.5K)       
 
[root@freenas ~]# zpool replace 6753909526819114032 /dev/ada1                                                                       
cannot open '6753909526819114032': name must begin with a letter           I think I'll update the system when I'm back on track, but right now I'd like a hint or two to get there. Thank you!