HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > Storage > SCSI

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 06-13-2007, 02:33 PM
Al
 
Posts: n/a
Default replace a raid 5 array

Is there a how to that explains how to replace a raid 5 arrya with a
completely new set of disks? I currently have a 3 disks in a RAID5,
each disk is 36GB, giving me 72GB of space. I want to replace all
three disks with 74GB disks, giving me a new capacity of 148GB; and of
course, migrate all the data over. Can anyone point me in the right
direction? Thanks.

Al

Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 06-13-2007, 03:02 PM
Rob Turk
 
Posts: n/a
Default Re: replace a raid 5 array

"Al" <bernala@gmail.com> wrote in message
news:1181741632.194564.223900@i38g2000prf.googlegr oups.com...
> Is there a how to that explains how to replace a raid 5 arrya with a
> completely new set of disks? I currently have a 3 disks in a RAID5,
> each disk is 36GB, giving me 72GB of space. I want to replace all
> three disks with 74GB disks, giving me a new capacity of 148GB; and of
> course, migrate all the data over. Can anyone point me in the right
> direction? Thanks.
>
> Al
>


If you system allows, just add the new disks, create a new Raid-5 set
side-by-side with the old set and copy/migrate all data from the old to the
new array. After that, remove the old disks, or leave them in if you need
the space.

Rob


Reply With Quote
  #3  
Old 06-13-2007, 11:15 PM
Robert Heller
 
Posts: n/a
Default Re: replace a raid 5 array

At Wed, 13 Jun 2007 16:02:22 +0200 "Rob Turk" <wipe_this_r.turk@chello.nl> wrote:

>
> "Al" <bernala@gmail.com> wrote in message
> news:1181741632.194564.223900@i38g2000prf.googlegr oups.com...
> > Is there a how to that explains how to replace a raid 5 arrya with a
> > completely new set of disks? I currently have a 3 disks in a RAID5,
> > each disk is 36GB, giving me 72GB of space. I want to replace all
> > three disks with 74GB disks, giving me a new capacity of 148GB; and of
> > course, migrate all the data over. Can anyone point me in the right
> > direction? Thanks.
> >
> > Al
> >

>
> If you system allows, just add the new disks, create a new Raid-5 set
> side-by-side with the old set and copy/migrate all data from the old to the
> new array. After that, remove the old disks, or leave them in if you need
> the space.


Actually, all you need is one free 'slot'. Install one 74gig disk, copy
the existing RAID array over to this single disk, then pull all three of
the old disks, install three new 74 disks, create a new RAID-4 array,
copy from the single disk to the new RAID-5 array. Pull the extra disk
and have a static backup.

>
> Rob
>
>
>


--
Robert Heller -- 978-544-6933
Deepwoods Software -- Linux Installation and Administration
http://www.deepsoft.com/ -- Web Hosting, with CGI and Database
heller@deepsoft.com -- Contract Programming: C/C++, Tcl/Tk

Reply With Quote
  #4  
Old 06-14-2007, 06:27 AM
Rob Turk
 
Posts: n/a
Default Re: replace a raid 5 array

"Robert Heller" <heller@deepsoft.com> wrote in message
news:57c42$46706c92$404a99a1$10992@news.news-service.com...
> At Wed, 13 Jun 2007 16:02:22 +0200 "Rob Turk" <wipe_this_r.turk@chello.nl>
> >> If you system allows, just add the new disks, create a new Raid-5 set

>> side-by-side with the old set and copy/migrate all data from the old to
>> the
>> new array. After that, remove the old disks, or leave them in if you need
>> the space.

>
> Actually, all you need is one free 'slot'. Install one 74gig disk, copy
> the existing RAID array over to this single disk, then pull all three of
> the old disks, install three new 74 disks, create a new RAID-4 array,
> copy from the single disk to the new RAID-5 array. Pull the extra disk
> and have a static backup.
>


Would you mind explaining how you do this with only 3 new disks available
(see OP), and how your RAID-4 suddenly turns into a RAID-5?

Rob


Reply With Quote
  #5  
Old 06-14-2007, 01:56 PM
Robert Heller
 
Posts: n/a
Default Re: replace a raid 5 array

At Thu, 14 Jun 2007 07:27:17 +0200 "Rob Turk" <wipe_this_r.turk@chello.nl> wrote:

>
> "Robert Heller" <heller@deepsoft.com> wrote in message
> news:57c42$46706c92$404a99a1$10992@news.news-service.com...
> > At Wed, 13 Jun 2007 16:02:22 +0200 "Rob Turk" <wipe_this_r.turk@chello.nl>
> > >> If you system allows, just add the new disks, create a new Raid-5 set
> >> side-by-side with the old set and copy/migrate all data from the old to
> >> the
> >> new array. After that, remove the old disks, or leave them in if you need
> >> the space.

> >
> > Actually, all you need is one free 'slot'. Install one 74gig disk, copy
> > the existing RAID array over to this single disk, then pull all three of
> > the old disks, install three new 74 disks, create a new RAID-4 array,
> > copy from the single disk to the new RAID-5 array. Pull the extra disk
> > and have a static backup.
> >

>
> Would you mind explaining how you do this with only 3 new disks available


I am assuming the OP is getting some spares. If this is the same poster
who had a RAID system using 36gig Maxtor disks, that are no longer
available and was running out of spares and was looking for new spares.

> (see OP), and how your RAID-4 suddenly turns into a RAID-5?


The 'RAID-4' above was a typo. I meant RAID-5.

>
> Rob
>
>
>


--
Robert Heller -- 978-544-6933
Deepwoods Software -- Linux Installation and Administration
http://www.deepsoft.com/ -- Web Hosting, with CGI and Database
heller@deepsoft.com -- Contract Programming: C/C++, Tcl/Tk

Reply With Quote
  #6  
Old 06-14-2007, 04:58 PM
Al
 
Posts: n/a
Default Re: replace a raid 5 array

Robert,

Yes, I was the guy posting about the Maxtor disks. I ordered some
74GB Cheetah drives from Seagate to have as spares (sitting on a
shelf, not installed). For now, the next time a Maxtor drive fails, it
will be replaced with a Seagate.

When one of the two remaining maxtors fail, it will also be
replaced with a Seagate drive. At which point, we'll do as you
suggested... copy data to new disk, remake raid 5 and copy data back.

Thanks everyone for your help.

Reply With Quote
  #7  
Old 06-14-2007, 10:30 PM
Michael Hawes
 
Posts: n/a
Default Re: replace a raid 5 array


"Al" <bernala@gmail.com> wrote in message
news:1181836711.132622.189370@a26g2000pre.googlegr oups.com...
> Robert,
>
> Yes, I was the guy posting about the Maxtor disks. I ordered some
> 74GB Cheetah drives from Seagate to have as spares (sitting on a
> shelf, not installed). For now, the next time a Maxtor drive fails, it
> will be replaced with a Seagate.
>
> When one of the two remaining maxtors fail, it will also be
> replaced with a Seagate drive. At which point, we'll do as you
> suggested... copy data to new disk, remake raid 5 and copy data back.
>
> Thanks everyone for your help.
>

If you have a suitable IDE drive, conect it and use GHOST to clone the
array onto the IDE. Change the RAID drives and create new array, then clone
IDE onto array, shutdown and remove IDE. Job done!

Mike.


Reply With Quote
  #8  
Old 06-25-2007, 10:08 PM
CptDondo
 
Posts: n/a
Default Re: replace a raid 5 array

Rob Turk wrote:
> "Robert Heller" <heller@deepsoft.com> wrote in message
> news:57c42$46706c92$404a99a1$10992@news.news-service.com...
>> At Wed, 13 Jun 2007 16:02:22 +0200 "Rob Turk" <wipe_this_r.turk@chello.nl>
>> >> If you system allows, just add the new disks, create a new Raid-5 set
>>> side-by-side with the old set and copy/migrate all data from the old to
>>> the
>>> new array. After that, remove the old disks, or leave them in if you need
>>> the space.

>> Actually, all you need is one free 'slot'. Install one 74gig disk, copy
>> the existing RAID array over to this single disk, then pull all three of
>> the old disks, install three new 74 disks, create a new RAID-4 array,
>> copy from the single disk to the new RAID-5 array. Pull the extra disk
>> and have a static backup.
>>

>
> Would you mind explaining how you do this with only 3 new disks available
> (see OP), and how your RAID-4 suddenly turns into a RAID-5?
>
> Rob
>
>

Isn't there a way to create a RAID-5 with a "failed disk" with mdadm?

I know this could be done with raidtools...

Then you can create a RAID-5 w/ 2 74 GB drives and no spares, but with
one "failed" drive. Then copy your data from the third 74 GB drive (the
"failed" one), verify, bring the "failed" drive on line, and you're done....

--Yan
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sata Storage Array andrew22@gmail.com Storage 0 05-04-2007 04:54 PM
nvidia RAID 10 broken into two RAID 10 drive sets tomschleis Windows Vista 4 04-11-2007 03:46 PM
Extend Existing Disk Into a RAID 1 Array mtl@lhtg.net Storage 0 04-05-2007 12:57 AM
which Sun SCSI array can do LVD-160? Thomas Maier-Komor SUN 2 03-29-2007 01:10 PM


All times are GMT. The time now is 09:04 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger