Building a scalable server

reiddar

Honorable
Aug 14, 2012
28
0
10,530
Hi,


I'm wondering if it's possible to connect two tower servers (or rack/blade) to "create" a more powerful system.

I'm looking to buy an i7 3960x or a Xeon processor with a high benchmark rating from passmark.

What I do want to know is, can I add other towers to this setup and have an environment whereby I'd eventually have 8,16, 24 etc cores and lots of RAM.

I'm running a threaded program that needs CPU power, RAM and an SSD drive.

I figure if I buy from HP/Dell etc, I'll blow my budget quickly.

Ideally, I'd like to build something for 2500-3000 and connect my i7 950 with it and have 10 physical cores running.

Then add cores quarterly as needed.

Thank you for your input :)
 

nigelren

Distinguished
May 20, 2011
86
0
18,660
A lot of it comes down to the software your running. If the software is happy to run on multiple machines and use networking to share data or control over machines then you can build up a cluster using separate machines. If your software is relying on everything being on one physical machine then it would be a problem. This I think is the first thing you need to look into. I play with virtual machines and so networking across several servers both virtual and real worked fine for what I wanted.

As for servers - I bought a cheap DL585 and upgraded the processors, you will have to look at what you need out of them. Do you want resilient servers or just sheer performance. Some servers have dual NIC's, PSU's etc. and RAID can also be a choice you have to make.

If networking speed is important then use either 10GB ethernet, or I've a cheap Infiniband connection between my desktop and my server - cost less than £50 to connect them and you can get 10GB speeds. The only thing is that either of these solutions becomes way more expensive when you need to add more machines as you might need a router - which ain't cheap! High speed networking could also mean you can centralise your storage and get a decent high throughput RAID setup ( or PCI-e SSD ) which is shared across all servers.
 

reiddar

Honorable
Aug 14, 2012
28
0
10,530
It's not 100% necessary to have my software run on 1 machine albeit, it would be much easier if it did.

I've been looking at Beowulf clusters today, I think this is basically what I've after.
We've already threaded the application, so if I could connect a handful of desktops, I assume the application would work across all the available cores.
 

nigelren

Distinguished
May 20, 2011
86
0
18,660
The idea of a cluster is that you can have several machines running on a network, as long as your application can communicate between threads using something like sockets then it should be OK. Or if there is no dependence on other threads then they can be run on different machines anyway.
The main thing is that they will still be distinct machines with their own CPU's ,RAM and drives - but they can easily communicate with each other via networking - this can be achieved without any clustering software!
I play with clustering of things like MySQL and Web stacks using multiple virtual machines, they are usually all based on the same machine, but sometimes over 2 machines. The main things is each virtual machine has a discrete role, but using the networking configuration, they all communicate with each other to form the cluster. The hardest part sometimes is ensuring the network routing works more than anything else.
 

sk1939

Distinguished
The other issue is what you plan to do with it, if it's for gaming, your better off with a single processor/multicore system, since most games can't utilize beyond four threads/cores anyways. If it's for research purposes, you might want to look at CUDA cards, or other graphics-based solutions like the TESLA platform for mathematical computations.
 

TRENDING THREADS