Raid 10 Performance Increase

Nov 4, 2009

althogh the cpu is very powerful now,

i feel the sata speed and io is the bottleneck of server,

if we use four SATAII HDs to do raid10,

about the hd performance,

will take how many more than original one sata hd?

View 14 Replies


ADVERTISEMENT

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

What Increase In Performance To Expect

May 2, 2009

I'm considering upgrading our company's server. We run an ecommerce site php/mysql based, we have about 12,000 visitors per day and we use up about 1500 gig per month. Simple ecommerce site, nothing fancy. We had some complains from people that our site is "slow" (despite it running smoothly for us, but these people claimed that only our site was "slow" and that they use fast connections) so that's why now I'm thinking maybe its time to upgrade.

We are using softlayer, for an extra $50 per month they recommended that we upgrade from our Opteron 1216 to "Xeon 3220 - 2.40GHz (Kentsfield) - 2 x 4MB cache"

Are we going to see a serious increase in performance? Will the increase be enough that most visitors will actually be able to feel it?

View 14 Replies View Related

Dramatically Increase Your Performance Of Web Server By Disk Cache

Jun 22, 2009

it took me one year to develop the disk cache tool which can dramatically boost your host and save your harddisk. it is like supercache,but more cheap and better speed.

check picture to see what it can do.

i will offer free download to test the tool by first 10 people. if u host huge traffic website, do not hesitate to try it. i already test it for half a year. it is time to publish it. pm me or post here to get free download.

i open to any opinion about the tool.

View 14 Replies View Related

Compiling Mod_security With PCRE (significant Performance Increase)

Jan 27, 2007

From the ModSecurity manual:

Quote:

By default ModSecurity relies on the regular expression library built into Apache for pattern matching.
This works well with Apache 2.x but not so much with Apache 1.x. The Apache 1.x regular expression
engine is several times slower. Since 1.9.2 it is possible to compile ModSecurity for Apache 1.x against
an external regular expression library (PCRE, [url] the same library used in Apache 2.x)
and achieve significant performance increase. This is achieved with the USE_PCRE compile-time flag.

If you have PCRE already installed on your system it may be sufficient to compile ModSecurity like this:

Code:
# <apache1-home>/bin/apxs -DUSE_PCRE -cia mod_security.c

Ok, so I tried and got this error:

Code:
[root@servidor1 customapache]# apxs -DUSE_PCRE -cia mod_security.c
gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DMOD_SSL=208128 -DUSE_HSREGEX -DEAPI -fpic -DSHARED_MODULE -I/usr/include/apache -DUS
E_PCRE -c mod_security.c
mod_security.c:37:18: pcre.h: No such file or directory
mod_security.c: In function `my_pregcomp':
mod_security.c:929: error: `PCRE_CASELESS' undeclared (first use in this function)
mod_security.c:929: error: (Each undeclared identifier is reported only once
mod_security.c:929: error: for each function it appears in.)
mod_security.c:929: warning: assignment makes pointer from integer without a cast
mod_security.c: In function `my_regexec':
mod_security.c:940: error: `PCRE_ERROR_NOMATCH' undeclared (first use in this function)
apxs:Break: Command failed with rc=1
I double checked if I have PCRE installed:

Code:
[root@servidor1 customapache]# yum search pcre
pcre.i386 4.5-3.2.RHEL4 installed
Matched from:
pcre
Perl-compatible regular expression library.
PCRE has its own native API, but a set of "wrapper" functions that are based on
the POSIX API are also supplied in the library libpcreposix. Note that this
just provides a POSIX calling interface to PCRE: the regular expressions
themselves still follow Perl syntax and semantics. The header file
for the POSIX-style functions is called pcreposix.h.
[url]
And I even located the /lib/libpcre.so.0.0.1 and copied it to /usr/lib/apache/libpcre.so, with no sucess. Got the same error.

Has anyone sucessfully compiled mod_security with PCRE and can help me?

More info on this slow down issue here: [url]

View 6 Replies View Related

RAID 5/6 Performance

Sep 30, 2009

Im planning on buying a NAS from my provider for using as a backend to my VPSes (around 15). The plan is to put the server images on the NAS so the VPSes can be moved without interruption between different nodes.

The server i have looked on so far is the following:

CPU: Xeon 3330 2,67Ghz
RAM: 4GB DDR2
HDD: 8*Barracuda 7200.12 1000GB, 7200rpm, 32MB, SATA-II
RAID: 3Ware 9650SE
Network: Intel 2*1Gbit

Would it be enough to fill the Gbit-line?

The budget is pretty tight so if it's possible to do this with SATA drives it would be great, otherwise it could be a possibilty to go down in diskspace and switch the SATA drives to SCSI/SAS drives.

View 3 Replies View Related

RAID Performance?

Jul 25, 2008

Is there any RAID performance decrease if per say you have a 24-RAID 3ware hardware card and you already have a 6x RAID partion on RAID 5 but then you are now adding per say 18x of HDD and your going to make it to another partion of RAID 5 does the performance stay the same or decrease?

The question as to why you would have different RAID partions is because if you were to buy a 8U you would want it as an investment to avoid buying smaller cases to eliminate the amount of money on new motherboard/cpu/ram per each system and add hard drives whenever you can and RAID them.

View 3 Replies View Related

RAID 0 Performance

Oct 24, 2008

A couple sources with RAID performance numbers:

[url]
[url]

RAID 0 is the fastest by far, excluding RAID 10 on the F2 layout (which is significantly faster than RAID 10).

Do these numbers match up with your experience?

I haven't been able to find any dedicated servers with RAID 10 F2, so this doesn't seem to be a viable option.

View 7 Replies View Related

Soft Raid 1 Performance

Oct 21, 2009

I have a question about soft raid 1 performance, what's the normal IO speed for a two disk soft raid 1.

We have two servers, and we have run following command in each server,
dd if=/dev/zero of=test.bin bs=1000M count=1

In one server we can get about 80MB/s, another one is about 40-45MB/s
Which one is normal?

View 1 Replies View Related

How Much Of A Performance Hit Is Software Raid 1

Jun 1, 2007

Currently I am building a budget server. And the one thing I didn't buy is a raid card. How much of a performance hit do you think I will take with software raid? The server specs are

AMD Athlon 64 X2 4800+ AM2
2GB of DDR2 800ram
x2 160GB 16MB cache Western Digital Hard Drives

I plan on running software Raid 1 unless there is a good reason not to. The whole server cost was $500.

View 14 Replies View Related

JaguarPC Performance VS. LiquidWeb Performance

Jul 13, 2007

I am using dreamhost host 3 of my web sites and 1 blog. Dreamhost is great, offers alot space and bandwidth.

but I think they are oversellling their space, sometimes it gets really slow. (overselling ? ok, I dont really know, but sometimes its really slow, and most my asian readers said need to refresh to load the page. I am wondering if theres a way to check if they are overselling or not.)

I am thinking about buying vps, even tho, I still got 5 month left with dreamhost.

I found 2 vps companies are highly recommanded on this forum, JaguarPC and LiquidWeb.

theres already a post compared both companies in terms of price and service. I say I will pick JagarPc, cuz, its basic plan just 20 USD, and htey got promotion now, its even cheaper. and basic Liquidweb vps plan is 60 bucks.

I am wondering why Jagarpc is so cheap , are they overselling? how can we check if they are overselling.

I found a few posts saying how good jaguarPc is. and they are not overselling, but those members just signed up this month, and only have 1-3 posts. I cannot really trust those new members.

Can someone share their experience with JaguarPC? compare JaguarPc performance and liquidweb performance. antoher question is switch from dreamhost to JaguarPC basic vPS plan, will performance gets better?

last question: VPS account allows 3 IP, 3ip = 3 domains? if not, how many domains can I have?

View 14 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

Increase Hdd In Vmware?

Jul 7, 2009

we have problem with increase HDD for VPS in vmware

when i increase HDD show this error:

"Reconfigure Virtual Machine" failed to complete OK
If these problems persist, please contact your system administrator.
DetailsOperation failed because file already exists.

View 6 Replies View Related

Increase Nf_conntrack Value

Jul 10, 2007

I want to edit the nf_conntrack value 'cause I'm being DDoSed and my /var/log/messages says nf_conntrack is full...

I know how ip_conntrack can be modified.. but I can't figure out how to edit nf_conntrack (installed FC 7...)

if there are any additional settings i must edit on apf to work with nf_conntrack please warn me about it.

View 6 Replies View Related

How To Increase FTP Timeout

May 23, 2007

Is there a way to increase FTP timeouts to 60 minutes within WHM? Otherwise, how would one do it via SSH?

View 5 Replies View Related

CPanel VPS License Increase

Jul 18, 2008

Just received this from cPanel... it is a substantial price increase (33%). Should be fun explaining to customers why they will start to be billed more...


Earlier this year we released cPanel VPS Optimized as part of our ongoing effort to provide quality web hosting automation software. You can learn more about this optimization of our software for VPS environments on our website at:

http://www.cpanel.net/products/cpvps/

In order to provide optimized software and ensure continuous updates for your virtual server customers, effective September 1, 2008 the monthly pricing for all internal virtual server licenses will be increased by $2 per license.

This price increase is for virtual server licensing only and will not affect your dedicated server license pricing.

View 14 Replies View Related

How Can I Increase My Terminal Connections

Jul 13, 2009

i have a dedicated server windows 2008

and i created users on the group (remote desktop users)

but only 2 users can join online

how can i increase this?

View 4 Replies View Related

Increase In Fraud Orders

Jul 28, 2009

Anyone else see an influx of fraudulent CC orders with all valid information? Even the IP of these orders matches or comes close to matching the address. What's in common is that email correspondence reveals Asia-based IP addresses and the phone number never checks out.

Could this be due to the recent Network Solutions breach? I've never seen so many fraudulent orders with nearly everything checking out.

View 6 Replies View Related







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