Questions tagged [hardware-raid]

RAID solution with hardware assistance. RAID parity calculations can be performed by either the main CPU, or by a separate processor on the RAID controller card.

674 questions
107
votes
8 answers

How can a single disk in a hardware SATA RAID-10 array bring the entire array to a screeching halt?

Prelude: I'm a code-monkey that's increasingly taken on SysAdmin duties for my small company. My code is our product, and increasingly we provide the same app as SaaS. About 18 months ago I moved our servers from a premium hosting centric vendor to…
Stu Thompson
  • 3,339
  • 6
  • 30
  • 47
36
votes
7 answers

ZFS best practices with hardware RAID

If one happens to have some server-grade hardware at ones disposal, is it ever advisable to run ZFS on top of a hardware-based RAID1 or some such? Should one turn off the hardware-based RAID, and run ZFS on a mirror or a raidz zpool instead? With…
cnst
  • 12,948
  • 7
  • 51
  • 75
32
votes
6 answers

Why is RAID 0 classed as RAID when it's not redundant?

I've worked in IT quite a number of years, so I know what a RAID array is, what RAID 0 is, RAID 1, 5, 6, 10, 50, 60, etc., but something sprung to mind in a recent conversation at work; if RAID stands for redundant array of independent (or…
Gavin Burke
  • 361
  • 3
  • 7
29
votes
3 answers

Linux - real-world hardware RAID controller tuning (scsi and cciss)

Most of the Linux systems I manage feature hardware RAID controllers (mostly HP Smart Array). They're all running RHEL or CentOS. I'm looking for real-world tunables to help optimize performance for setups that incorporate hardware RAID controllers…
ewwhite
  • 194,921
  • 91
  • 434
  • 799
28
votes
7 answers

How to monitor the hard disk status behind Dell PERC H710 Raid Controller with CentOS 6?

I have a Dell server running CentOS 6 using PERC H710 Raid Controller card with Raid 5 setup and I want to monitor the hard disk failure/working status behind the Raid Controller. Then I should be able to use a bash script to monitor the hard disk…
Xianlin
  • 635
  • 4
  • 14
  • 21
27
votes
5 answers

What is the difference between a HBA card and a RAID card?

I thought I knew the difference between HBA and RAID. In my mind, HBA is offloading from the main motherboard/CPU and is simply JBOD... usually has an external SAS ports, whilst a RAID card does the same job as HBA but adds all the nice RAID levels…
William Hilsum
  • 3,506
  • 5
  • 28
  • 39
26
votes
5 answers

BBWC: in theory a good idea but has one ever saved your data?

I'm familiar with what a BBWC (Battery-backed write cache) is intended to do - and previously used them in my servers even with good UPS. There are obvously failures it does not provide protection for. I'm curious to understand whether it actually…
symcbean
  • 19,931
  • 1
  • 29
  • 49
25
votes
4 answers

Do raid controllers syncronize HDD platter rotation?

I'm in the market for a new storage solution. While researching various specs one of my coworkers said that some raid controllers can synchronize HDD rotation to the effect of all drives' sector/block 0 passes under the reading head at the same…
Mxx
  • 2,312
  • 2
  • 26
  • 40
24
votes
6 answers

Can I detect hardware RAID infromation from inside Linux?

When I'm inside of Linux, I can get the following information from lsblk (irrelevant drives removed from output): NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 298G 0 disk sdb 8:16 0 2.7T 0 disk When I manually pull the…
IQAndreas
  • 1,480
  • 2
  • 19
  • 39
22
votes
8 answers

RAID-5: Two disks failed simultaneously?

We have a Dell PowerEdge T410 server running CentOS, with a RAID-5 array containing 5 Seagate Barracuda 3 TB SATA disks. Yesterday the system crashed (I don't know how exactly and I don't have any logs). Upon booting up into the RAID controller…
Mike Furlender
  • 434
  • 1
  • 5
  • 17
22
votes
4 answers

How effective is LSI CacheCade SSD storage tiering?

LSI offers their CacheCade storage tiering technology, which allows SSD devices to be used as read and write caches to augment traditional RAID arrays. Other vendors have adopted similar technologies; HP SmartArray controllers have their SmartCache.…
ewwhite
  • 194,921
  • 91
  • 434
  • 799
22
votes
2 answers

Server motherboard died and took Intel RAID controller configuration with it. How do I recover the data?

Old server using a S1200BTS Intel mobo died and has been sitting in a closet for several years. I replaced the motherboard and found that it was originally configured using an onboard hardware raid controller. Harddrives are still in their original…
19
votes
6 answers

Should I 'run in' one disk of a new RAID 1 pair to decrease the chance of a similar failure time?

I'm setting up a RAID1 array of two new 4TB hard drives. I heard somewhere previously, that making a RAID1 array of new identical hard drives bought at the same time, increased the chance that they would fail at a similar point in time. I am…
a_henderson
  • 291
  • 1
  • 6
17
votes
3 answers

Suddenly slow RAID performance

We recently noticed our database queries have been taking much longer than usual to run. After some investigation, it looks like we're getting very slow disk reads. We've run into a similar problem in the past caused by the RAID controller…
danpelota
  • 341
  • 1
  • 3
  • 11
16
votes
4 answers

Low-end hardware RAID vs Software RAID

I want to build a low-end 6TB RAID 1 archive, on an old pc. MB: Intel d2500hn 64bit CPU: Intel Atom D2500 RAM: 4GB DDR3 533 MHz PSU: Chinese 500W NO GPU 1x Ethernet 1Gbps 2x SATA2 ports 1x PCI port 4x USB 2.0 I want to build a RAID1 archive on…
Igor Z.
  • 289
  • 2
  • 7
1
2 3
44 45