2
Solution 255810 : How to replace a drive in a zpool Related Categories Home>Product>Software>Operatin g Systems Description This document describes how to replace a drive in a zpool. Steps to Follow How to replace a disk in zpool. You can replace a disk in zpool by zpool replace command. 1. Once you have determined that a device can be replaced, use the zpool replace command to replace the device. If you are replacing the damaged device ith another different device, use the folloing command! ex) "his is an e#ample for replacing c1t1d$ ith c%t$d$. tank is zpool name. # zpool replace tank c1t1d0 c2t0d0 %. If you have already removed the device and replaced it ith a ne device in same location, use the single device form of the command. ex) "his is an e#ample for replacing disks located at c1t1d$. tank is zpool name. # zpool replace tank c1t1d0

zpool

Embed Size (px)

DESCRIPTION

zpool

Citation preview

Solution 255810 : How to replace a drive in a zpool

Solution 255810 : How to replace a drive in a zpool Related Categories

Home>Product>Software>Operating Systems

DescriptionThis document describes how to replace a drive in a zpool.

Steps to FollowHow to replace a disk in zpool.

You can replace a disk in zpool by zpool replace command.

1. Once you have determined that a device can be replaced, use the zpool replace command to replace the device. If you are replacing the damaged device with another different device, use the following command:

ex) This is an example for replacing c1t1d0 with c2t0d0. tank is zpool name.# zpool replace tank c1t1d0 c2t0d02. If you have already removed the device and replaced it with a new device in the same location, use the single device form of the command.

ex) This is an example for replacing disks located at c1t1d0. tank is zpool name.# zpool replace tank c1t1d0