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
0
votes
0 answers

software 4x4tb raid 5 win 2008 r2 to 2012, server down

I have a server fujitsu econel 100 with 4x4tb in raid 5 configuration (software based with windows server 2008 r2) now the server is down (PSU and motherboard KO) and I will buy a new machine to recover the array. If I put the entire array in the…
0
votes
2 answers

HD crashed in Synology DS411+ (RAID5)

Today I got notified by email as one HD (out of 4 identical 2TB HDs) in my Synology NAS was "disconnected". I don't have any physical access to the NAS at the moment, but tomorrow someone will replace the defect HD. I have set up a weekly SMART fast…
Mattr
  • 3
  • 2
0
votes
1 answer

Recover data from 1 disk after broken raid 5

in a bit of an emergency. I am taking control of some servers that someone else had setup. One of them has crashed and it was critical. Here is what I found: The server (Dell r710) was operating with one hard disk, when checking the RAID…
0
votes
1 answer

RAID5 rescue with LVM2 running on it

I have a RAID5-array consisting out of 6 1TB drives. Recently with hardware changes i needed to recreate the raid to rewrite the bootloader on each drive. Now the problem starts. Starting the Debian rescue system, a mdadm --create occured. So far,…
roalter
  • 3
  • 3
0
votes
2 answers

Grow individual drive size in RAID5 array

My array is built of 3 hard drive of 2TB, I have 2 more free space and I would love to start to grow my array with 4TB hard drives, if I start to put 2 4TB hard drives and eventualy replace the 2TB hard drives and grow the arry too! Is it…
0
votes
3 answers

PERC H310 Raid 5 - Fault - Turn array into RAID 0

Yesterday one of the three Raid 5 disks I have configured into my DELL Server PERC H310 controller cannot be found anymore. I cannot replace the faulty driver now, so the thing I actually would like to do is to turn it into a RAID 0 for the time…
Scudelari
  • 1
  • 3
0
votes
1 answer

Would this RAID 5 solution work?

I have a question about RAID 5 rebuilding. Let's assume the following: A RAID 5, 3 disk (5TB each) array (i.e. 10TB useable). If a disk fails, the data remains accessible (e.g. employees could continue working) but in a 'crippled' state. It's widely…
0
votes
1 answer

Why is Win Server 2012 slow to read data with RAID 5?

We have new HP 350p server with 4x 900GB 10k SAS disks with RAID 5 (win server 2012). But disks performance to read data is to slow - it's to slow to read big directory structure on disk. Where can be a problem? 7-years old server (with old disks…
Radek
  • 111
  • 1
  • 5
0
votes
1 answer

How to solve performance problems with VMware ESXi 5.5 on old Dell PowerEdge 2900 hardware

I have a couple of old Dell PowerEdge 2900 servers that have come free and I would like to use them to host a mail server cluster. They are a bit old, but have been running workhorses for a while, and we have a 3rd one that we can use for spare…
0
votes
0 answers

Sata RAID5 Orphan Drive

so today, one of our hadware RAID5-controllers (Sil3124 (r5), 4x 2TB) went into degraded / legacy mode without any notifications. Additionally, automatically rebuilding the raid-group failed: Event log The SATARAID5 Array Manager displays the…
0
votes
1 answer

Analyze SMART self-test for broken disks

I recently came home from vacation only to wake up the following morgon with two disks in my RAID5 array marked as faulty. I was able to start the RAID by forcing it to use the faulty disks and run, and I were able to salvage some of the important…
0
votes
5 answers

Optimising a large array for use with Oracle

I have 20 hard disks the are going to be deployed into multiple RAID 5 arrays for use with Oracle on an AIX host. What is the optimal way to create/lay out the arrays?
Tomimak
0
votes
1 answer

Windows 2008 R2 server software RAID-5

After one of the reboots (normal one after windows update) Windows 2008 R2 marks software RAID-5 disks (OS-Based) as "Invalid". RAID structure is intact - I can see it via R-STUDIO. All data are OK and read by R-STUDIO correctly. However restoring…
Alex O
  • 1
  • 1
0
votes
1 answer

When exactly does a RAID5 reconstruction happen?

Let's assume the following scenario: A RAID5 array consisting of 3 disks is happy and running One of the disks crashes We replace the broken disk with a spare one The system is up and running again So, the question is: When exactly does the…
0
votes
1 answer

Is it possible to install OS during RAID scrubbing?

One of our servers crashed a few days ago. I had to recreate the RAID container with the remaining disks. Currently the system is running the scrubbing process (screenshot below). I would like to know if its okay to proceed with attempting to…