freenas:replace_a_drive
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
freenas:replace_a_drive [2020/12/21 18:25] – peter | freenas:replace_a_drive [2020/12/21 18:45] (current) – peter | ||
---|---|---|---|
Line 25: | Line 25: | ||
<code bash> | <code bash> | ||
zpool status Pool1 | zpool status Pool1 | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
pool: Pool1 | pool: Pool1 | ||
- | | + | |
- | | + | status: One or more devices has experienced an unrecoverable error. |
+ | attempt was made to correct the error. | ||
+ | action: Determine if the device needs to be replaced, and clear the errors | ||
+ | using 'zpool clear' or replace the device with 'zpool replace' | ||
+ | see: http:// | ||
config: | config: | ||
Line 34: | Line 43: | ||
raidz1-0 | raidz1-0 | ||
gptid/ | gptid/ | ||
- | gptid/ | + | gptid/ |
gptid/ | gptid/ | ||
Line 42: | Line 51: | ||
<WRAP info> | <WRAP info> | ||
**NOTE: | **NOTE: | ||
+ | |||
+ | It also shows that device 2d41dcbd-b611-11ea-be33-00d861fcb7d8 has errors. | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Determine the actual disk connected to that device ===== | ||
+ | |||
+ | <code bash> | ||
+ | glabel status | grep 2d41dcbd | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | gptid/ | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Determine the Serial Number of the Disk ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo camcontrol identify ada3 | grep serial | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | serial number | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | * Power off the system. | ||
+ | * Pull the failed drive and replace it with a new drive. | ||
+ | * Reboot. | ||
+ | * Navigate back and find the OFFLINE disk. | ||
+ | * <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | Since this drive is entirely new and unpartitioned, | ||
+ | |||
+ | After that, it's just a matter of sitting back while the volume performs the resilver operation. | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Estimate how long it will take to resilver ===== | ||
+ | |||
+ | <code bash> | ||
+ | zpool status -v Pool1 | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | pool: Pool1 | ||
+ | | ||
+ | tatus: One or more devices is currently being resilvered. | ||
+ | continue to function, possibly in a degraded state. | ||
+ | action: Wait for the resilver to complete. | ||
+ | scan: resilver in progress since Wed Jan 12 12:34:19 2014 | ||
+ | 16.3G scanned out of 15.85T at 592M/s, 8h12m to go | ||
+ | 1.4G resilvered, 9.82% done | ||
+ | config: | ||
+ | |||
+ | NAME STATE READ WRITE CKSUM | ||
+ | Pool1 | ||
+ | raidz1-0 | ||
+ | gptid/ | ||
+ | gptid/ | ||
+ | gptid/ | ||
+ | |||
+ | errors: No known data errors | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
freenas/replace_a_drive.1608575133.txt.gz · Last modified: 2020/12/21 18:25 by peter