Thanks Richard,
I tried removing the replacement drive and received the same error.
Output of zdb -l /dev/rdsk/c5d1s0 results in:
ke...@opensolaris:~# zdb -l /dev/rdsk/c5d1s0
cannot open '/dev/rdsk/c5d1s0': No such device or address
All other drives have 4 readable labels 0-3
I even attempted the o
zpool import can be a little pessimistic about corrupted labels.
First, try physically removing the problem disk and try to import again.
If that doesn't work, then verify the labels on each disk using:
zdb -l /dev/rdsk/c5d1s0
each disk should have 4 readable labels.
-- richard
On Apr 15,
After attempting unsuccessfully to replace a failed drive in a 10 drive raidz2
array and reading as many forum entries as I could find I followed a suggestion
to export and import the pool.
In another attempt to import the pool I reinstalled the OS, but I have so far
been unable to import the p