View Single Post

   
  #2 (permalink)  
Old 03-17-2008, 06:04 AM
Trinean
 
Posts: n/a
Default Re: Recovery of RAID data

"wallymcdoogle" <willief@base-2.com> wrote in message
news:0aa344ea-ec2b-49e6-8f52-c7f4e08cea1d@59g2000hsb.googlegroups.com...
> d1 -r c1t0d0s6 c1t1d0s6 c1t5d0s6 -k -i 32b
> d0 -r c1t2d0s7 c1t3d0s7 c1t4d0s7 -k -i 32b


The following is probably what you need:

% metainit d0 -r c1t2d0s7 c1t3d0s7 c1t4d0s7 -k -i 32b
% metainit d1 -r c1t0d0s6 c1t1d0s6 c1t5d0s6 -k -i 32b

This should make your RAID 5 devices seen by the new computer.
The -k tells the metainit that data is there and not to zero out the
metadevice.

What about metadatabases? Do you have a slice on each disk to hold that?

Trinean


Reply With Quote