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
3
votes
2 answers

How to choose the number of nfsd threads

I have an 8-core linux-based server dedicated to serving NFS to 80 linux clients that run batch jobs. The clients have 400 cores in total, and so are generally running 400 single-core batch jobs concurrently. Occasionally, lots of batch jobs try to…
lukecyca
  • 2,205
  • 13
  • 20
3
votes
11 answers

Most resilient form of (private) DNS clustering?

I'm working on a setup with two datacenters linked by a MAN (bridged) and everything is doubled between them, in fail-over mode with RedHat Cluster, DRBD and that kinf of things. I have one DNS server for each location, but it turns out that having…
niXar
  • 2,043
  • 17
  • 23
3
votes
3 answers

MSSQL Two Database Servers 1 Database

We have two servers. They are both HP DL 380 G6 servers with the same hardware and specs running Windows Server 2008. Currently the second server is a warm standby for the first with an automatic fail over cluster for SQL 2008 Enterprise. I would…
Campo
  • 1,609
  • 17
  • 33
3
votes
1 answer

Clustering on cloud/VPS providers

I'm wondering if anyone can give some clustering recommendations to me. I'm currently on Linode, which I'm impressed and happy with, but they (along with just about every other VPS provider I know of) don't allow broadcast/multicast addressing, only…
andrew
  • 299
  • 4
  • 11
3
votes
2 answers

SQL 2008 R2 Clustering options

I am looking to setup SQL 2008 R2 clustering on Windows Server 2008 R2. Can someone give me some options available for installing SQL Server clustering or best practices? I thought SQL had clustering built in, but after doing research, it looks…
JacksOrBetter99
3
votes
6 answers

SQL Clustering on Hyper V - is a cluster within a cluster a benefit

This is a re-hash of a question I asked a while back - after a consultant has come in firing ideas in to other teams in the department the whole issue has been raised again hence I'm looking for more detailed answers. We're intending to set-up a…
Chris W
  • 2,670
  • 1
  • 23
  • 32
3
votes
2 answers

Failover Cluster Quorum Failing

I have two nodes which boots from iscsi to implement windows 2008 cluster. And I'm using disk majority option as quorum over iscsi. But when the quorum's iscsi connection failed(May be san server reset), the failover cluster is failed too. If I…
oruchreis
  • 179
  • 3
  • 12
3
votes
2 answers

Server Clustering (Django, Apache, Nginx, Postgres)

I have a project deployed with django, Apache, Nginx and Postgres. The project has requirement of live data viewable to customers. The projects main points are: 1. Devices in field send data to server(devices are also like website users) after…
user38827
  • 145
  • 2
  • 5
3
votes
3 answers

3 Servers, is this is a cluster?

At the moment I have one Ubuntu server, 9.10, running with a simple Samba share, a mail server, DNS server and DHCP server. Mostly its just there for file sharing and email server. I also have 2 other servers that are exactly the same hardware and…
Schodemeiss
  • 230
  • 1
  • 2
  • 7
3
votes
4 answers

Cloning/copying traffic from production web cluster to test web cluster

We have 10 machine web cluster with approximately 1500 req/seq. How can we copy/clone all user traffic that comes to this production cluster in order to test new version of software, which is installed on a little bit smaller test cluster? It should…
Marko Kevac
  • 255
  • 1
  • 3
  • 6
3
votes
2 answers

Gotchas when building a Beowulf Cluster

I am creating a beowulf cluster on a very limited budget which will be used to simulate fluid flow problems. I have never created a beowulf cluster before and am looking for suggestions and gotchas that I will run into.
Eldila
  • 255
  • 2
  • 5
3
votes
2 answers

SQL Cluster install on Hyper V options

I've been reading up on running a SQL Cluster in a Hyper V environment and there seems to be a couple of options: Install guest cluster on 2 VMs that are themselves part of a fail over cluster. Install SQL cluster on 2 VMs but the VMs themselves…
Chris W
  • 2,670
  • 1
  • 23
  • 32
3
votes
3 answers

HYPER-V R2 Can not mount ISO from network location (UNC Path)

So, as the name suggest I'm trying to mount a ISO from a network share using the UNC path to a HYPER-V R2 Cluster. This is a pure Demo / test case setup with: 2x HYPER-V R2 1X NAS/iSCSI CSV Cluster Management is happening through the MMC with RSAT…
Entity_Razer
  • 475
  • 1
  • 5
  • 17
3
votes
1 answer

What applications can be used in a Red Hat/CentOS cluster?

When I look at the Red Hat cluster manuals 1 2, they only explain how to install it but not what applications can use it. I am new to clusters, so I don't know these things =) Let's say I want to 3 node high performance cluster; What applications…
Sandra
  • 10,303
  • 38
  • 112
  • 165
3
votes
4 answers

How to implement clustering for Windows XP SP3 PCs

In a nutshell, how should this be implemented? Basically, I want to cluster a file and web server running apache2.
setzamora
  • 306
  • 3
  • 11