RPOOL Mirror

we need to fdisk the partition of the second drive with:

pfexec fdisk -B c13t1d1s0

Copy label from the original rpool member

pfexec prtvtoc /dev/rdsk/c13t1d0s0 | pfexec fmthard -s - /dev/rdsk/c13t1d1s0

Attach mirror drive to the pool

zpool attach -f rpool c13t1d0s0 c13t1d1s0

Install grub on the second drive.

installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c13t1d1s0

Comments are closed.