Questions tagged [raid5]

RAID (redundant array of independent disks, originally redundant array of inexpensive disks[1][2]) is a storage technology that combines multiple disk drive components into a logical unit. Data is distributed across the drives in one of several ways called "RAID levels", depending on what level of redundancy and performance (via parallel communication) is required. RAID 5 is a specific implementation.

RAID 5 (block-level striping with distributed parity) distributes parity along with the data and requires all drives but one to be present to operate; the array is not destroyed by a single drive failure. Upon drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the end user. However, a single drive failure results in reduced performance of the entire array until the failed drive has been replaced and the associated data rebuilt. Additionally, there is the potentially disastrous RAID 5 write hole. RAID 5 requires at least three disks.

enter image description here

Source: wikipedia

530 questions
5
votes
5 answers

Is it safe to mark a disk ok, in a degraded RAID 5 array?

Intel Matrix Storage Console 8.9 showed a degraded array with one disk failure. Yet it offers the option to mark the disk as ok and rebuild the array? When would it be appropriate to do this? Does it assess disk failure incorrectly? Why offer this…
datatoo
  • 351
  • 3
  • 12
5
votes
3 answers

How can I view Server 2008 Software RAID 5 Resync Progress?

Skipping over the pros/cons of RAID 5, I have a software RAID-5 array made from 3x 2TB disks. I started the sync and nearly 12 hours later the sync is still going. Is there any way that I can view the progress of the sync? Most screenshots I've seen…
tombull89
  • 2,964
  • 8
  • 41
  • 52
5
votes
4 answers

mdadm: Swapping out small hard drives for bigger ones in a RAID5, How to partition?

So I got the gist of swapping out smaller hard drivers for bigger ones in an MDADM RAID5: Fail and remove one drive. mdadm -f /dev/md0 /dev/sdd1 mdadm -r /dev/md0 /dev/sdd1 Shutdown, swap the hard drive, partition and add back to array mdadm --add…
JD Frias
  • 153
  • 1
  • 1
  • 7
5
votes
3 answers

How do I calculate the disk subsystem i/o capacity

I am trying to figure out the number of 8K page i/o capacity for a disk subsystem. The drives are SATA 7200 RPM - 4 drives in a RAID-5 configuration. I am not sure about the SCSI controller but the server is about 5 years old.
5
votes
1 answer

Why do I get a DegradedArray event with mdadm

Just so we're clear on what's happening: I bought 4 new sata 2 drives, with the intent of using them in a raid5 all drive are fully recognised by both my bios and my linux box (gentoo) I created a raid5 array, fiddled a bit with it to understand…
azera
5
votes
4 answers

How to grow a hardware Raid 5?

I have a Dell PowerEdge 2970. Currently it runs as a ESXi server with a handful of VM's on it. I have 3 300GB drives plugged in to it, and 5 open trays across the front. It is setup as a hardware Raid5 from the factory. My question is if I start…
Skaughty
  • 733
  • 1
  • 5
  • 12
5
votes
7 answers

Raid 5 with hot spare or RAID 10 with no hot spare?

Yes, this is on of those "do my job for me" questions, have some pity:) I'm at the limit for what I can do with the number of hard drives in a server without spending a substantial amount of money. I have four drives left to configure, and I can…
Boden
  • 4,968
  • 12
  • 49
  • 70
4
votes
1 answer

Storage Spaces with Parity vs RAID 5 contoller without cache

RAID 5 has gotten some bad rep lately mainly because disks got so big and that in a rebuild case a bit failure on the remaining disks is likely. Nevertheless, I'm curious about something: I read that when using RAID 5 with a hardware controller that…
matthias_buehlmann
  • 488
  • 1
  • 6
  • 19
4
votes
1 answer

Recover data from RAID 5 with VMFS data store

I own an HP Proliant Gen-6 ML350 server which is not turning on again after a power outage. According to my research it is most likely due to a failue of the power supply backplane or the power supply, alternatively the mainboard, a CPU or a…
RosA
  • 41
  • 2
4
votes
8 answers

Which is more standard in large enterprises: RAID5 or RAID10?

Which is more standard in large enterprises: RAID5 or RAID10?
Hugh Perkins
  • 1,075
  • 7
  • 9
4
votes
1 answer

Server hangs on file copy

We are having an issue with one of our servers. When we copy bigger files (large means 50MB and larger in that case), the copy operation (C:\ to C:) starts normally, but then starts to lag, going down to 100kb/s and making the whole server hang (our…
LueTm
  • 101
  • 1
  • 8
4
votes
2 answers

Raid 5 Recovery Process

I just recently setup a 3 drive 4TB MDRAID 5 array for mirroring and an online backup of our server. I am preparing for a future hardware (drive) failure and wanted to mitigate a recovery failure from a URE. Typically I think of the process for…
Damon
  • 429
  • 2
  • 12
4
votes
2 answers

Failed Dell PowerEdge T410: Move Hardware RAID PERC H700: 3 x 300GB SAS (1 faulty) to 2nd T410 for Disk Cloning & Boot

Failed Dell PowerEdge T410: Move Hardware RAID PERC H700: 3 x 300GB SAS (1 faulty) to 2nd T410 for Disk Cloning & Boot FYI - PRE QUESTION CONTEXT: We barely got the original T410 up once where it was flagging CMOS battery errors, which we changed…
4
votes
1 answer

HP Code 341 "Physical Drive State: Predictive failure. This physical drive is predicted to fail soon."

this is my first post so bear with me here :-) Background: I have a RAID5 setup with 4 disks that have been working perfect for years. After one drive failed, I installed new drives which where rebuilding but it will mark new drives as smart status…
4
votes
2 answers

Extended raid 5 is not expanding

I have a D2700 with 25 1Tb disks with a P421 raid card in a dl360p gen8 HP server. It was raided as two raid 5 with 2 spare each. I decided to make one raid 5 out of them, deleted one raid and added the disk to the other. Now weeks later looking at…