Most Cost Effetive Level Of RAID?

Sep 9, 2008

What is the most cost effetive level of RAID in your experience?

View 8 Replies


ADVERTISEMENT

Which RAID Level Should I Chose For An 8 Drive Setup

Oct 28, 2009

Which RAID level should I chose for an 8 drive setup? It is going to be a R1Soft server.

Should I get RAID 5, 6, 10, or a different level?

View 14 Replies View Related

Difference Between Level 1, Level 2 And Level 3 Tech Support

Oct 10, 2009

Is there any preset criteria for it like Level 1 includes a, b & c, Level 2 includes d, e & f and level includes x, y & z?

I know the difference in General but, I wanted a specific answer.

View 14 Replies View Related

400GB Hard Disk Drives In RAID 0, RAID 5 And RAID 10 Arrays: Performance Analysis

Mar 7, 2007

Quote:

Today we are going to conduct a detailed study of RAIDability of contemporary 400GB hard drives on a new level. We will take two "professional" drives from Seagate and Western Digital and four ordinary "desktop" drives for our investigation. The detailed performance analysis and some useful hints on building RAID arrays are in our new detailed article.

[url]

View 0 Replies View Related

Hardware Level Virtualization Or Software Level Virtualization

Jun 28, 2009

Which virtualization technology is better? Hardware level or software level? My friend suggested me to go for software level virtualization. However, I am still concerned about the technology as to which I should choose?

View 3 Replies View Related

Hardware Level Virtualization Or Software Level Virtualization ...?

Jun 28, 2009

Which virtualization technology is better? Hardware level or software level? My friend suggested me to go for software level virtualization. However, I am still concerned about the technology as to which I should choose?

View 0 Replies View Related

Hardware RAID: Is Motherboard RAID As Good As A Dedicated PCI-E Card

Mar 24, 2008

Is Motherboard RAID as good as a dedicated PCI-E card? I am guessing a dedicated card is the best option, though costs more.

We are looking at buying a barebones server from Supermicro. It features an onboard RAID controller which supports RAID 0, 1, 5 & 10 - but for some strange reason it will only support RAID 5 if you use Windows. Here is a link to the page detailing the RAID features.

[url]

We are going to be running Linux, CentOS 5.1, so we will only have the choice of RAID 0, 1 or 10. This isn't an issue, as having RAID 10 on 4x SAS (15k) drives will be fine for speed and stability. What is an issue is would this RAID controller be as fast or reliable compared to a dedicated PCI-E card? If it can only use RAID 5 in windows, does that suggest this controller is too reliant on software? It would be a nightmare to suffer downtime and data loss because the controller couldn't hack it during a drive failure, or one day it decided to bugger up the array when rebooting.

So that leads me to looking at this card, this looks very good for what we need. Are adaptec a reliable brand? I've seen it advertised for £200, which is a good price.

[url]

This card features RAID 5 and 6, would RAID 6 be better than RAID 10 for redundancy, or is it too slow to bother with? Also it seems to have a battery module available for it, what does this achieve? Cos surely if the power dies the hard drives and motherboard can't run off this little battery, or does it just help the controller stay alive long enough with some hard drive information in its memory if the power goes out during a rebuild?

View 14 Replies View Related

Any Experiences With Software-Raid 5 Vs Hardware-Raid 5? (e.g. Hetzner EQ9)

Sep 17, 2009

I could try the Software-RAID 5 of the EQ9 Server of Hetzner.

Does anyone here has experiences, how fast a hardware raid 5 compared against the software-Raid 5 is?

The i7-975 should have enough power to compute the redundnacy on the fly, so there would be a minimal impact on performance. But I have no idea.

I want to run the server under ubuntu 8.04 LTS x64.

On it a vitualisation like VMware the IO-Load could get really high.

View 14 Replies View Related

Whats The Best For Server With SATA Raid 1 And SCSI Raid 10

Jan 14, 2008

So I've just got a server with 2xSATA raid 1 (OS, cpanel and everything in here) and 4xSCSI raid 10 (clean).

Which one do you guys think will give the best performance:

1. Move mysql only to 4xSCSI raid 10
2. Move mysql and home folder to 4xSCSI raid 10

View 0 Replies View Related

How To Setup Software RAID-10 On Linux With /boot On RAID-1

Jul 8, 2007

I am in a somewhat complicated situation... I wanted to order a custom server with hardware 3Ware RAID controller but after over a month of waiting I was told the HW RAID controller, as well as any other 3Ware controller they tried, does not work with the motherboard used in the server from Fujitsu-Siemens and that they simply got a reply from FS that the controller is not certified to work with their motherboard.

So although I'd prefer a HW raid, I am forced to either choose a different webhost or setup a software RAID. The problem is, I haven't done that before and am somewhat moderately...scared

I have read a lot of the info about SW RAID on Linux that I could find through Google but there are some questions unanswered still. So I thought that perhaps some of the more knowledgeable WHT members could help me with this problem...

The server specs will be:

Core2Duo E6600 (2.4Ghz), 2GB RAM, 6-8x* 250GB SATA II HDDs, CentOS 4.4 or SuSe, DirectAdmin

* I prefer 8 HDDs (or actually 9) over 6 but I am not sure if their server chassis can hold that many HDDs, I am awaiting answer from them. They don't have any other drives beside the 250GB ones so I am limited to those.

The preferred SW RAID setup is to have everything in RAID 10, except for the /boot partition which has to be on RAID-1 or no RAID I believe, plus one drive as hot spare (that would be the 9th drive). I am quite sure they will not do the setup for me but will give me access to KVM over IP and a Linux image preinstalled on the first HDD so that I'll have a functional system that needs to be upgraded to RAID-10.

How do I do that? The big problem I see is that LILO or GRUB can't boot from a software RAID-5/10 so I will have to mount the /boot partition elsewhere. It's probably terribly simple...if you have done it before which I have not. I have read some articles on how to setup a RAID-5/10 with mdadm (e.g. [url] ) but they usually do not talk about how to setup the boot partition. Should it be setup as a small sized (100-200MB) RAID-1 partition spread over all of the drives in the otherwise RAID-10 array?

What about swap? Should I create a 4-8GB (I plan to upgrade the server RAM to 4GB in near future) RAID-1 swap partition on each of the disks or swap to a file on the main RAID-10 partitions. The second sounds simpler but what about performance? Is swapping to a file on RAID-10 array a bad idea, performance wise?

Is it possible to grow a RAID-10 array in a way similar to growing a RAID-5 array with mdadm (using two extra drives instead of one of course)? mdadm doesn't actually even mention RAID-10 despite it does support it without having to create RAID-0 on top of RAID-1 pairs if the support is in kernel, from what I know.

View 8 Replies View Related

Worth Having RAID 1 If Raid Arrays Break

Feb 25, 2009

How often do RAID arrays break? Is it worth having RAID if a servers hard drive goes down? I was thinking it may just be a better option to just have a backup drive mounted to my system and in the even of a system failure just pop in a new hard drive, reload the OS, and then reload all my backups?

View 14 Replies View Related

Software Raid 1 - Rather Slow During Raid 1 Recovery

May 20, 2009

I have a new server and it is rather slow during raid 1 recovery after system installed

CPU: Intel Core2Duo E5200 Dual Core, 2.5Ghz, 2MB Cache, 800Mhz FSB
Memory: 4GB DDR RAM
Hard Disk 1: 500GB SATA-2 16MB Cache
Hard Disk 2: 500GB SATA-2 16MB Cache

root@server [~]# cat /proc/mdstat
Personalities : [raid1]
md0 : active raid1 sdb1[1] sda1[0]
256896 blocks [2/2] [UU]

md1 : active raid1 sdb2[1] sda2[0]
2096384 blocks [2/2] [UU]

md2 : active raid1 sdb4[2] sda4[0]
480608448 blocks [2/1] [U_]
[=======>.............] recovery = 36.7% (176477376/480608448) finish=1437.6min speed=3445K/sec

the sync speed is just 3.4Mb/second and the total hours needs to be more than 40 hours

Also the server load is very high (nobody uses it)

root@server [~]# top
top - 07:00:14 up 16:55, 1 user, load average: 1.88, 1.41, 1.34
Tasks: 120 total, 1 running, 119 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.0%us, 0.2%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.0%hi, 0.2%si, 0.0%st
Mem: 4148632k total, 747768k used, 3400864k free, 17508k buffers
Swap: 5421928k total, 0k used, 5421928k free, 569252k cached

View 8 Replies View Related

RAID 5 Vs RAID 10 In Shared Hosting Server

Oct 22, 2009

I am in the process of restructuring the infrastructure on our servers. I am thinking of using either RAID 5 (1 hot spare) vs RAID 10 as my 1U server has 4 HDD tray.

RAID 5 would have better capacity but RAID 10 has better overall performance. Which one do you guys go for a shared hosting server?

View 14 Replies View Related

Turn Non Raid Into Raid On Live Server

Dec 23, 2008

Is it possible to turn a non raided setup into Linux software raid, while it is live, and if it's the OS drive? Can you even software raid the OS drive remotely? I've been thinking about doing it for the redundancy (and possible slight performance boost for reads, but doing it more for redundancy). I'm using CentOS.

View 12 Replies View Related

Read Raid-disk On Non-raid System

May 22, 2008

I want to take some data from a raid-disk (taken from a raid-1 sstem). Put it into a new system already, but this system doesn't have any raid.

When viewing "fdisk -l", it said /dev/sdb doesn't contain valid partition. Is there anyway I can mount it now? I am on CentOS 4 box

View 2 Replies View Related

3ware RAID Or Software RAID

Mar 24, 2009

MY server configure our drives with RAID-1.

How can I check it my server configure with 3ware or software raid ?

Also please advise me how can I monitor raid configuration that my raid is working fine or no ?

View 8 Replies View Related

RAID Or Not To RAID: Trying To Decide On A New Server

Jul 11, 2008

I've been talking to the Planet about trading in my four and a half year old "SuperCeleron" (from the old ServerMatrix days) Celeron 2.4 GHz system for something new. As part of their current promotions, I've configured a system that looks decent:

Xeon 3040, 1 gig of RAM, 2x250GB hard disks, RHEL 5, cPanel+Fantastico, and 10 ips for $162.

Not too bad. I could bump up the ram to 2 gb for, I think, $12 more, which I'm thinking about and wouldn't mind some thoughts on. But, the thing that has me really confused is RAID. I like the idea of doing a RAID 1 setup with those two hard disks. But, the Planet wants $40/month for a RAID controller to do it. I really don't want to go over $200 a month!

Any thoughts on alternative redundancy strategies that might avoid that cost? Software RAID does not seem to be offered by the Planet, unless I can figure out how to do it after installation (is that possible?) Better ideas in general on the server?

View 14 Replies View Related

Raid 1 SCSI Or Raid 10 SATA 10k

May 23, 2007

Just curious what your thoughts are on performance:

2 SCSI Drives 10k w/RAID 1

or

4 SATA 10k w/RAID 10

Prices are not too different with 4 drives just being a tad more.

View 5 Replies View Related

Software Raid Vs. Hardware Raid

Jun 5, 2007

how well software raid can perform and how it compares to hardware raid. How does software raid actually work and is it worth it?

How should I look at be setting up software raid if I was going to? Would you recommend just to use hardware raid instead?

View 2 Replies View Related

RAID 10 Or RAID 5 With Online Backup

Dec 10, 2007

Which do you guys recommend of the following?

4x 73GB 15,000rpm SAS drives in a RAID 10

or

4x 73GB 15,000rpm SAS drives in a RAID 5 w/ online backup

View 9 Replies View Related

Co Lo Cost

Sep 17, 2009

I have 5 desktop boxes that I need placed in a co-lo.

With minimum transfer requirements month to month, what is a ball park figure on costs?

I am betting it will take up a half rack.

I am just looking for a rough estimate, like 200 a month ot 2,000 a month?

View 10 Replies View Related

Why Does .NET Add So Much Cost

Jul 8, 2009

My current hosting company - hostmysite.com - offers two Windows (IIS) hosting plans, that are almost identical except that one supports ASP.NET and the other only supports old-fashioned ASP, but not ASP.NET. The former is $20/month and the latter is $12/month.

Why would adding support for .NET increase the price by 67%? I run IIS on my network here and it's not obvious to me why .NET per-se increases cost, server loads, etc, by anything like that.

View 4 Replies View Related

How Much This Will Cost

Oct 12, 2007

RAM: 256
Space: 10GB
BW: 100-150GB
IP: 2
CP: DA/CPanel

how much this will cost?

View 14 Replies View Related

How Much Would It Cost Me To Become My Own Host

Sep 28, 2009

I have developed a forum. I don't want it to be dependent on any commercial interest, so I want to at least look into how much it will cost to set up and become my own host.

an education is what I need to decide.

I am a neophyte to the hosting/forum world

View 14 Replies View Related

Cost Per GB Of Transfer

Jan 27, 2009

One of my clients just asked me if $4.50 per GB of transfer is a lot (as they just found out that's what their web host is charging them). I told them yes, because that seems ridiculously high to me, but I'd like to give them a ballpark figure for what that should cost. I can't find any hosts that charge per GB of transfer though. Any ideas what that should cost?

View 9 Replies View Related

Cost Or Support?

Aug 13, 2008

what is more important to you, the price of the hosting, or the support provided?

View 14 Replies View Related

How Much Does CPanel Cost

Apr 12, 2008

I own a few servers and looking to buy CPanel license. I place I could find is $43 /month, but I see many providers are offering it at a much lower price. What is the cheapest price I can get one and where can I get those?

View 10 Replies View Related

10GE Cost

Feb 7, 2008

Whats about the going monthly rate on a 10gbit commit from the various providers (OC-192)? I realize there is a regional difference, I'm just ball parking.

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved