Questions tagged [cluster]

A computer cluster consists of a set of loosely connected computers that work together so that in many respects they can be viewed as a single system.

A computer cluster consists of a set of loosely connected computers that work together so that in many respects they can be viewed as a single system.

The components of a cluster are usually connected to each other through fast local area networks, each node running its own instance on an operating system. Computer clusters emerged as a result of convergence of a number of computing trends including the availability of low cost microprocessors, high speed networks, and software for high performance distributed computing.

Clusters are usually deployed to improve performance and availability over that of a single computer, while typically being much more cost-effective than single computers of comparable speed or availability.

Computer clusters have a wide range of applicability and deployment, ranging from small business clusters with a handful of nodes to some of the fastest supercomputers in the world such as the K computer.

Source: Wikipedia.

1360 questions
4
votes
4 answers

Hadoop cluster. 2 Fast, 4 Medium, 8 slower machines?

We're going to purchase some new hardware to use just for a Hadoop cluster and we're stuck on what we should purchase. Say we have a budget of $5k should we buy two super nice machines at $2500/each, four at around $1200/each or eight at around $600…
Ryan Detzel
  • 707
  • 3
  • 7
  • 21
4
votes
1 answer

relation between heartbeat,openais,corosync

i am planning for high availability on lucid ubuntu, i started with drbd after a simple configuration on drbd I went to heartbeat and had a simple config on it too. on drbd official site a document told me heartbeat is legacy and i should meet…
amin
  • 225
  • 2
  • 11
4
votes
2 answers

GNU Queue - alternatives

I'm tried to build a grid-cluster based on CentOS. All the machines will have a somewhat similar structure (some with more processors than others) and I will just need to push jobs to a queue and have then run on the available nodes. One job per CPU…
Frankie
  • 429
  • 1
  • 6
  • 20
4
votes
1 answer

Red Hat/CentOS cluster compared to HeartBeat?

What are the main differences (other then UI) between RH/CentOS cluster and heartbeat? I have some experience using heartbeat, but wondered what the RH/CentOS provides, and looking at docs it seems more or less the same, plus shared storage support…
SyRenity
  • 3,179
  • 11
  • 57
  • 79
4
votes
1 answer

Migrating Windows 2003 File Server Cluster to Windows 2008 R2 Standalone?

We have a situation where we have an aging Windows 2003 File Server Cluster that we'd like to move to a standalone Windows Server 2008 R2 VM that resides in our Hyper-V R2 installation. We see no need to keep the Clustering as Hyper-V is now…
Tatas
  • 2,081
  • 1
  • 13
  • 19
4
votes
1 answer

SQL Server 2008 R2 100% availability

Is there any way to provide 100% uptime on SQL Server 2008 R2? From my experience, the downtimes for the different replication methods are: Log Shipping: Lots (for DR only) Mirroring w. NLB: ~ 45 seconds Clustering: ~ 5-15 seconds And all of these…
Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
4
votes
1 answer

Mysql ndb cluster - node restart

I just setup a mysql cluster on a fairly decent baby (IBM x3650 M3) with 24GB memory, xeon 6core, SAS 6Gbps HDD. Running Debian Lenny 5. 64bits. Ndb version is 7.1.9a. Our database size on MyISAM is around 3.2 GB. Ndb_size estimation is 58GB for…
Arafat
  • 53
  • 6
4
votes
1 answer

Windows Server 2008 Cluster Errors

We have a couple dozen Win2008 and 2008R2 Enterprise clusters that are used for SQL Server 2008 and 2008 R2 Enterprise/Datacenter. In the past we have had many issues with random failovers and "Network is Partitioned" errors on several servers on…
4
votes
3 answers

SQL Server 2008 Fail-over Cluster

I am using SQL Server 2008 Enterprise and I want to install SQL Server 2008 fail-over Cluster. I am wondering, (1) do I need an active directory domain? (2) what is the minimal number of machines do I need (suppose I do not have an active directory…
George2
  • 1,137
  • 6
  • 22
  • 41
4
votes
1 answer

Looking for advice on Hyper-v storage replication

I am designing a 2-host Hyper-V R2 cluster with 6-10 guests stored on a SMB iSCSI SAN device (probably Promise VessRAID). I will be getting at least two of the SAN devices and need to eliminate the storage a single point of failure. Ideally, that…
Notre1
  • 161
  • 4
4
votes
4 answers

Medium office fileserver: One professional server or multiple cheaper servers in cluster?

What would you recommend for a medium office fileserver? By medium office I mean roughly 100-150 users that connect to the fileserver sporadically during the day. We're talking about 2TB of data and rising. File sizes ranging from a lot of small…
lpfavreau
  • 439
  • 2
  • 8
  • 19
4
votes
1 answer

Puppet master and resources graph

I've setup rrd reporting + graph on my puppet master, my nodes report as expected and I can see the 'changes' and 'time' graphs, but I miss the 'resources' (html and daily weekly monthly yearly graphs) elements. Note resources.rrd files are there,…
jnrg
  • 269
  • 1
  • 6
4
votes
2 answers

MySQL Clustering and replication

I want to setup a MySQL cluster setup of two servers (M1-M2). I also want to setup MySQL replication between two servers (M1-M3). Is it possible to setup both clustering and replication as above. Is it a good idea to have a setup like this ? I want…
Santhosh S
  • 263
  • 2
  • 11
4
votes
7 answers

What's the best way in Windows to manage multiple ssh sessions (via putty?) to look at clustered servers?

There's a tool called cssh for linux that has simular use to what I'd like to have on Windows. Basically I'm logging into servers that are identical to each other and I'd like to be able to type the same thing in both windows at the same time to…
Alex Argo
  • 171
  • 1
  • 3
  • 5
4
votes
2 answers

puppetrun not reporting client errors

puppetrun doesn't report errors my puppetclients encounter. for instance, if I put jibberish into site.pp and run puppetd --test on the clients I get an error. if I run puppetrun on the puppetmaster it says the client finished with exit code 0. …
razor