I have to replace a device of my raid system, but I am not sure how to do it the right way.
My server occasionally hung up, and I found failures of one device ad10
As I unterstand I just have to replace the device physically and then by the replace command in the pool, like:
Is this right that way?
How can I find out which physical device is ad10? I have a HP ProLiant ML150 server.
How can I see the size of the disk (capacity)?
My pool looks like this:
(ad14 is another problem)
I also tried to offline the disk, in order to prevent the server from additional hangups, but it seems there is no way?
Thanks for any help!
Daniel
My server occasionally hung up, and I found failures of one device ad10
Code:
Aug 2 03:14:09 srvfbsd01 kernel: ad10: FAILURE - READ_DMA48 status=51<READY,DSC,ERROR> error=40<UNCORRECTABLE> LBA=1212353536
As I unterstand I just have to replace the device physically and then by the replace command in the pool, like:
Code:
zpool replace tank c1t1d0
Is this right that way?
How can I find out which physical device is ad10? I have a HP ProLiant ML150 server.
How can I see the size of the disk (capacity)?
My pool looks like this:
Code:
NAME STATE READ WRITE CKSUM
tank DEGRADED 0 0 0
raidz2 DEGRADED 0 0 0
ad4 ONLINE 0 0 0
ad6 ONLINE 0 0 0
ad8 ONLINE 0 0 0
ad10 ONLINE 0 0 0
ad12 ONLINE 0 0 0
replacing DEGRADED 0 0 0
ad14/old UNAVAIL 0 574K 0 cannot open
ad14 ONLINE 0 0 0
(ad14 is another problem)
I also tried to offline the disk, in order to prevent the server from additional hangups, but it seems there is no way?
Code:
zpool offline tank ad10
cannot offline ad10: no valid replicas
Thanks for any help!
Daniel