Is this any good?

Associate
Joined
20 Aug 2003
Posts
2,446
Location
London
Hi,

The company I work for is going for new server from our CMS provider and they are offering server with:

HP2* quad core 2.3GHZ opterons, 8* 36.5GB SAS 15k, 512MB cache disk controller

Now I know what the quad core 2.3GHZ is but rest of the spec is alien to me and also is this server any good for websites with combined total of 120,000k visitors a month with around 10,000 + webpages?

Cheers.
 
well the specs good, but to be honest it all depends on your CMS system.

Theres no mention of memory on that specification, only disks (of which theres 8), which potentially will give good disk performance, depending on how its configured. I would guess that if the CMS provider recommends that as a specification, then you would hope they know what there on about.

I would ask yourself the following question:-

How does this specification match to your current hardware?
Does the new version of your CMS software require higher spec hardware?
How much fault tolerance is required?
How much fault tolerance does this configuration give? (theres no mention of redundant power supplys etc)
Ask your provider if they have other case studies for uses with similar specification hardware?

Hope this helps.
 
Thank for the reply.

The new server will have 8 gig memory and apperantly RAID 10. Not sure what the difference is between RAID1 and RAID 10.

Our current server spec is:
Dual Xeon 3.0GHz/2M, 800MHz, Memory: 4.0GB DDR-2 800MHz ECC, Hard Drive: Dual 73GB Ultra320 SCSI RAID 1.

The current server works fine but we had few downtimes in the past couple months and decided to upgrade our server + support package.


The CMS is Squiz MySource Matrix.
 
Ok, firstly I'll try and explain Raid 1 and Raid 10.

In terms of disk resilience, the most resiliant is a mirror, in its simplest case the contents of 1 disk mirrored to the other (2 disks), if 1 disk fails the other has all the data and can operate as normal. (all automatically). You can only use 50% of your total disk space. 2 x 500GB disk, on 500GB usable.

In terms of disk performance, the fastest is Raid 0,when the data is written accross all the disk available, which means that if you have 10 disk, the write is written to 10 disks instead of 1, been 10 times as fast (in theory), although, if you loose 1 of these disk, you loose the lot (no Resilence).

The midway between this (although not the cheapest), is raid 1+0 or raid 10, you take example 5 disk, and set them as raid 0, fastest write performance, and the automatically mirror the contents to the other 5 disk, providing resilency, just mean you actually only get half the storage of the 10 disk, but have resilence and performance.

Theres loads of articals online if you want to read further on RAID configurations.

As for the server specification, yeah its better than you current server, although your current servers not bad, and it appears your not having performance issues, but sometimes availabilty issues.

A new server will only leave you with the same issues, as a single server is a single point of failure, ok, the hardware may be more reliable, but if that server fails you have no access to the system, there are work arounds for this, but there not cheap.

Ask your CRM provider how to scale the system for resilency in the even of a single server failure, I can garentee you it won't be cheap, but it depends on how-much the downtime actually costs you.

Generally, these kind of systems scale with multiple front end servers (web access, and application servers), and a shared database cluster back-end. totaling a minimum of 4 servers (told you it would be more expensive). This would mean that you could lose 1 of the database server, or one of the web servers and the system will still be available.

There are other methods of clustering these services now, a link of which I've provided below. But resilience isn't cheap, but you need to calculate the loss of business caused by downtime, balanced with the system costs.

http://www.stratustechnologies.com/products/ftserver/index.htm

Cheers
 
I'd stick with Intel at this level of servers, the Xeons still offer the best performance going in just about every app at the moment.
 
Thanks again for your help.

I understand where you coming from and you are probably right about the single server issues.

We havn't put the pen on paper, so still need to research this before going ahead.

thanks.
 
Back
Top Bottom