Hi all.

How to reconfigure RAIDFrame to use another hdd? Earler I have such
configuration with NON-existent hdd (wd2):

...
START disks
/dev/wd1e
/dev/wd2e
...

Now, I need to replace non-existent wd2e with wd0e. Disklabel for wd0
identical to wd1e. After reading raidctl(8) I did following:

raidctl -a /dev/wd0e raid0
raidctl -vF component1 raid0
raidctl -P raid0

Again after reboot I've got failed ``component1':

# raidctl -vs raid0
raid0 Components:
           /dev/wd1e: optimal
          component1: failed
No spares.
Component label for /dev/wd1e:
   Row: 0, Column: 0, Num Rows: 1, Num Columns: 2
   Version: 2, Serial Number: 777, Mod Counter: 329
   Clean: No, Status: 0
   sectPerSU: 128, SUsPerPU: 1, SUsPerRU: 1
   Queue size: 100, blocksize: 512, numBlocks: 156038272
   RAID Level: 1
   Autoconfig: Yes
   Root partition: Yes
   Last configured as: raid0
component1 status is: failed.  Skipping label.
Parity status: DIRTY
Reconstruction is 100% complete.
Parity Re-write is 100% complete.
Copyback is 100% complete.
#

What's wrong? How to replace invalid component wd2e with wd0e?
Thanks for any advice.

-- 
Sincerely,
Dennis

Reply via email to