Tagged Questions

RAID (Redundant Array of Independent Disks) is a technology that provides increased storage functions and reliability through redundancy.

learn more… | top users | synonyms

13
votes
7answers
13k views

RAID verses LVM [closed]

If I were to consider between LVM (Logical Volume Management) and RAID, would I have to choose between the two, or would they go hand in hand? Which one would should I choose over the other, for ...
6
votes
8answers
914 views

What's the best database storage device?

So, the answer should probably be presented in tiers for the size of the application, but I'm wondering about people's experience with choosing where the disk drives used by the database should ...
5
votes
2answers
89 views

Optimizing massive writes to disk

I have a C app (VStudio 2010, win7 64bit) running on a machine with dual xeon chips, meaning 12 physical and 24 logical cores, and 192 gig of ram. EDIT: THE OS is win7 (ie, Windows 7, 64 bit). The ...
5
votes
9answers
3k views

Improve write speed for high speed file copy?

I've been trying to find out the fastest way to code a file copy routine to copy a large file onto a RAID 5 hardware. The average file size is around 2 GB. There are 2 windows boxes (both running ...
3
votes
1answer
102 views

cassandra replication or raid

With traditional RDBMS we are used to RAID10 in most cases but if using cassandra RF=2 then we exactly have one copy as backup then in this case why not or why to use RAID10. I think it will reduce ...
3
votes
2answers
412 views

Is RAID 1 portable between different RAID controllers? [closed]

I recently had a motherboard die, and used the on board RAID controller to do RAID 1 with two hard drives. I'm wondering if I can take one of the drives and access it normally, in a non-RAID setup. ...
2
votes
1answer
212 views

EBS to organize RAID array

We use EBS as a storage one volume per each instance. It's the default schema for most AMIs. It works fine until AWS outage (one in US in April 2011, the second in EU in August 2011). There is an ...
1
vote
1answer
100 views

do you know of a guide how to set up Raid 10 using EBS?

I found this article http://alestic.com/2009/06/ec2-ebs-raid but What should I do to setup Raid 10 on EBC ?
1
vote
0answers
179 views

sysfs or procfs info about raid status for dmraid

I am looking into getting raid status from dmraid. I know that it can be done using dmraid -s and dmraid -s -s. Though, I am looking for something similar to what mdadm does, where the user is able to ...
1
vote
1answer
366 views

Linux Raid: Can mdadm --grow a raid1 while mounted?

I've done some searching but havn't found anything useful about the success rates of doing this while mounted (or if it's even possible). I have 2 500gb drives in a RAID1 setup that I needed to ...
1
vote
2answers
244 views

Programming a loopback-device consisting of several files in Linux

Hej, it is relatively easy to use a file for emulating a block-device using losetup in Linux: http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/ Can anyone ...
1
vote
1answer
1k views

How do I monitor the status of a RAID array on an Intel controller from a Windows application?

I need to check the status of a RAID array on an Intel controller from my Windows application periodically (or be notified about a status change). Specifically, what I need is to find out whether a ...
1
vote
5answers
2k views

SQL server : disk in raid or split DB and OS on different disk?

We are going to change our server with a new one with 2 scsi hard disk. My colleague proposed to install the OS windows 2003 on one disk and put the Databases with sql server 2008 (3 of 100 MB and 1 ...
1
vote
2answers
324 views

Redundancy implications of SSDs in servers

When configuring a database server with mechanical drives, mirroring hard drives or using RAID5 for redundancy in case of drive failure is the norm. Is this redundancy also required when using solid ...
1
vote
4answers
5k views

Installing Windows on a RAID system without a floppy drive

What is the best way to install Windows on a system without a Floppy drive, when RAID drivers are required for the installation? I'm specifically trying to get Windows 2003r2 64bit onto a rack-mount ...
0
votes
0answers
8 views

raid storage device with 8+ hdd's

I am looking for a raid storage device that can hold minimum 8 hdd's with ZFS RaidZ to store the data redundant without the need of drives of the same size etc. The software is not a problem, I just ...
0
votes
0answers
48 views

I need a very simple raid1 or raid0 block device driver

I'm trying to create a simple raid block device driver. i read how to create simple block device drivers like ramdisks. but i cant find any tutorial to how to redirect requests to other devices(like ...
0
votes
0answers
13 views

using the remaining disk space on RAID 1 differently sized disks [closed]

I have 2 hard disk drives: a 500GB drive, and a 1TB drive. I would like to configure these 2 disks in a RAID 1 configuration. Is it possible to use the remaining 500GB on the larger disk as a ...
0
votes
0answers
11 views

Unable to knock to Areca ARC-6020

Several months ago we got an RAID Areca ARC 6020, without any cable and instruction how to setup that. This device is real dinosaur but we would like to make it workable as storage array in our team. ...
0
votes
0answers
35 views

how to know raid 5 disk failed, server is in remote

the server is remote, cannot see the disk's LED light. The Raid Controller is motherboard integrated. 6 disks build a Raid 5. Windows 2003 Server system. so if one disk failed, how the admin get ...
0
votes
0answers
13 views

How to backup RAID1 server to install different OS? [closed]

I have a server with a physical access to it. it is using RAID1 - as I understood it is identical copy of the master hard drive. The server is running CentOS. What I want to do is clean up and ...
0
votes
0answers
40 views

Install Ubuntu on Sony Vaio Z with Bios FakeRaid [closed]

I have a Sony Vaio VPCZ122GX which have Bios fakeRaid (dm-raid). I want to install ubuntu but I use both normal and alternate version but it can not create boot loader. I did google and someone say ...
0
votes
2answers
38 views

scripting mdadm when a component device may contain ext2 file system already [closed]

I want to script the striping of the two ephemeral storage devices on m1.large EC2 instances using mdadm (apparently amis don't always include device information, so i can't just create a new ami once ...
0
votes
0answers
131 views

EC2 Ubuntu Raid0 Ephemeral - Reboot causes connection refused

I'm simply trying to raid an EC2 large ephemeral (non-EBS) instance and remount after the box has been rebooted (using ami-c162a9a8): #!/bin/bash # Run in sudo # Configure Raid - take into account ...
0
votes
1answer
84 views

Resizing Amazon EBS Raid0 storage

I have an instance with attached EBS storage running in Raid0-mode. I would like to increase the storage space. How can I do this? I know it works in the normal mode (take snapshot, dismount, create ...
0
votes
3answers
25 views

Is it possible to write to two separate disks at the same time without using RAID?

Is it possible to write to two separate disks at the same time without RAID? If we consider for instance a multicore processor or even a multiprocessor setup, it seems like it would be possible to at ...
0
votes
0answers
41 views

Booting from other hard disk with grub [closed]

I'm trying to boot my machine from other harddisk but the default and I'm not sure how to do it. I'm going to describe my machine: /dev/sda (SSD) /dev/sda1 -> / /dev/sda2 -> /home ...
0
votes
1answer
171 views

How to work around “DriverPackageInstall error 0x2” if installing IRST?

In advance to migrate my RAID configuration from 0 to 5 I tried to upgrade to the latest version (10.6.0.1022) of Intels Rapid-Storage-Technology. Unfortunately the installation process failed to ...
0
votes
3answers
40 views

Increasing capacity of RAID5 array [closed]

Assume that I built an 2TB RAID5 array and its running and some data is stored on it. Now I need to increase its size to 5TB. Can I increase capacity (By adding extra drives)? How? If Yes is it ...
0
votes
2answers
95 views

LVM-like snapshot on a normal block device

Skip to the question if not interested by the story After an unfortunate lost of 2 disk on a 4 disk raid 5 array I got into some voodoo to take as much data back as I can. The first drive giving ...
0
votes
0answers
137 views

Can i configure a RAID 1 on the Dell Poweredge 860 with the onboard SATA Controller

is there a way to set up a RAID 1 with two SATA HDD on a DELL Poweredge 860 that has no specific RAID Controller. So i want to use the on board SATA controller to set up my RAID 1. Has anybody a ...
0
votes
0answers
110 views

How to mount program RAID 5 on FreeNAS 7?

I have the file server on FreeNAS 7 established on CF and 4х2TB a disk in RAID 5. Yesterday "has died" CF with system, and the file with options was lost ( How to mount an old RAID 5 massive on such ...
0
votes
1answer
75 views

Using RAID0 in the cloud

I use Amazon Web Services, and I'm wondering if RAID0 is sufficient in the Amazon cloud as supposed to RAID1, RAID5, etc. Since the disks are virtualized, and Amazon maintains the disks in an already ...
0
votes
0answers
56 views

Can a raid 0 be “seen” but not accesed when a drive fails? [closed]

I'm not sure this is the correct forum for this (always come here for development issues), but I'm facing this problem, and I'm hoping someone can help me: I have a machine running windows xp sp3 ...
0
votes
0answers
184 views

Dell PowerEdge 2800 Logical Disk Failure: Any Possible Recovery?

I was noticing a issues with the server. Usually Microsoft Updates that have downloaded, but are waiting to be installed can cause this. Before applying the updates and restarting, I ran several ...
0
votes
0answers
371 views

Best RAID Configuration for HyperV VMS [closed]

I plan to make an HyperV server with 5 or 6 vms, here is the hardware : Xeon L3426 4core 8 thread 16 go ram 2*2To HDD Dell H200 Raid Controller (RAID 0 OR 1); and VMs contains that : 4 vms are ...
0
votes
0answers
230 views

Creating software RAID0 from multiple Truecrypt container files

Hypothetically, would it be possible to mount 10, 100, or even 1000 small (3GB) Truecrypt container files and create a single software RAID0 logical volume from them using linux lvm?
0
votes
0answers
206 views

Failed raid1 with mdadm

Actually I am playing around with a raid1 setup using mdadm in Ubuntu. I have already setup a raid1 using two identical harddisk and I can mount them successfully. root@localhost:~# mdadm --detail ...
0
votes
1answer
304 views

RAID5 Recovery: Resyncing with a loop mounted drive

I have a bit of a problem with my RAID 5 setup. I'll give you the whole story, and a tl;dr at the end. I set up a four-drive RAID5 using mdadm running on Ubuntu server edition. I'll label the drives ...
0
votes
1answer
107 views

one server disk or two normal in raid 0

I'm concerning situation, what will do the job quicker. One server hdd, for example WD VelociRaptor, 3.5'', 300GB, Serial ATA/300, 10000RPM, 16MB cache, or two WD Caviar Black, 3.5'', 1TB, SATA/600, ...
0
votes
1answer
248 views

Which Data Recovery software (for RAID 0 array) - R-Studio, UFS Explorer, VirtualLab, Quick Recovery, RAID recovery, other?

Which data recovery software would you purchase/use for the recovery of data from a damaged RAID 0 volume composed of two drives (one of which appears to have hardware failure of some kind)? ...
0
votes
1answer
1k views

SCSI Windows Setup on Dell Precision 670 Workstation…please help

Error Windows Setup: "setup did not find any hard disk drives installed in your computer" This is not exactly a programming question but I thought you guys might be able to help. I just received a ...
0
votes
2answers
677 views

Explain difference in SQLIO numbers for RAID 0 versus RAID 5 over 6 disks

When using the SQLIO benchmark tool on a 4-core Dell server with 6 15k 450GB (fast) drives, RAID 0, we found the max throughput was 2MB per second. But when configured as RAID 5, we get 30 MB per ...
0
votes
2answers
217 views

Can We Change the Filesystem of Already Configured RAID (No Need to Preserve Data)?

I would like to change the filesystem of my RAID-0 from ext3 to xfs. I use Centos. Do I have to remove the RAID first using mdadm? Or can I just change it? How to do that? I don't need to preserve ...
0
votes
2answers
2k views

How to check that a disk is RAID1 on Windows Server 2003/2008?

I am usually renting dedicated servers under Windows Server 2003/2008. Those servers are said to be "hardware RAID1"; yet I am wondering how can I verify this property of the server remotely? As far ...
0
votes
1answer
935 views

SAN disk layout [closed]

So we've decided on an EMC NX4 for our storage setup. Database workload Write: ~220 IOPS Read: ~6 IOPS Web workload Write: ~10 IOPS Read: ~55 IOPS I had planned to go for 5 x 15k SAS disks in RAID ...
0
votes
2answers
363 views

Similar to RAID config yet more like mirroring solution?

I have a project where I'm collecting data in vehicles on hot swappable SATA drives in low horsepower windows machine. Drives are 750G and 1 Terabyte and will likely get larger or expand to multiple ...
0
votes
1answer
507 views

External raid / network storage using IDE hard drives [closed]

Here's the situation: I have numerous old hard drives, all of which are at least 120GB. I'd like to be able to combine these together into a big network share with maybe some kind of RAID option. ...
0
votes
0answers
741 views

What is the best way to monitor RAID configuration on a Dell PowerEdge and IBM x335 [closed]

We have various servers running Ubuntu and Windows Server 2003 We use Nagios to monitor our systems. What is the best way to monitor the RAID configuration on these servers? I'm pretty sure the RAID ...
0
votes
2answers
2k views

How do I monitor RAID state on Adaptec cards under linux

How do I monitor RAID state on Adaptec cards (especially ASC-29320ALP) under linux ubuntu 8.04 with kernel 2.6.24-19? The ubuntu works with the BIOS configured RAID perfectly. I am concerned though, ...

1 2