Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

# iostat -En

<---snip--->
c0t1d0 Soft Errors: 0 Hard Errors: 35 Transport Errors: 137630
Vendor: SEAGATE Product: ST914602SSUN146G Revision: 0400 Serial No:
<SERIAL_NUMBER>
Size: 146.81GB <146810535936 bytes>
<---snip--->

# zpool status -v
<---snip--->
c0t1d0s0 FAULTED 3 6.71K 0 too many errors
<---snip--->

# zpool detach rpool c0t1d0s0 << Faulty disk>>

# cfgadm -alv
Example 1:
<---snip--->
c0::dsk/c0t1d0 connected configured unknown SEAGATE ST914602SSUN146G

# cfgadm -c unconfigure c4::w5000cca07d4ada15,0


cfgadm -c unconfigure /dev/dsk/c0t5000CCA07D4BA6E8d0s0(sd6)

Then replace the faulty disk ---

# devfsadm -Cv
# cfgadm -c configure c4::w5000cca02f2cb579,0

# cfgadm -al
# echo | format

# zpool attach rpool c0t5000CCA02F5003F8d0 c0t5000CCA02F2CB578d0

# zpool status -v

# installboot -F zfs /usr/platform/sun4v/lib/fs/zfs/bootblk


/dev/rdsk/c0t5000CCA02F5003F8d0 >>> new dsik ID

Install the boot loader.

$ bootadm install-bootloader [-f] -P pool-name

You might also like