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
5
votes
5 answers

Clustering F5 Big-IP Devices; Is it Possible?

I developed a web application. It will run on a farm of five IIS servers. It's absolutely essential that once a session is established with a server in the farm, further HTTP requests within that session are directed to that same server for the…
Chad Decker
  • 355
  • 1
  • 7
  • 12
5
votes
3 answers

What to use for software-based shared file storage?

The situation: setting up a load balancer Currently we have all of our servers (running CentOS Linux) in pairs in our data center: each server has a mirroring server. We don't employ any load balancing at the moment, so serverA gets all traffic and…
user99559
5
votes
6 answers

Running background jobs In a clustered environment

I have an architecture question. In a clustered web app environment, I can think of three ways to deal with background jobs: have a dedicated machine run all the jobs, thus freeing the web servers from having to do so have each web server also run…
5
votes
2 answers

Are there high availability cluster solutions for real-time TCP streaming?

We have a server that receives some data, acting as a TCP client, processes it in some way, and serving processed data to clients, acting as a TCP server. It also stores this data on disk and can serve it from files instead of real-time stream. The…
5
votes
3 answers

How to mount glusterfs inside a OpenVZ container?

glusterfs uses fuse to mount a glusterfsd volume, wich works fine on any hardwarenode without virtualization. But, I now try to mount the device inside a container glusterfs --debug -f /etc/glusterfs/glusterfs.vol /storage and get the following…
Marcus Spiegel
5
votes
4 answers

How to script printer creation on a Windows Server 2008 R2 clustered print server?

As per subject. I've found some ways of scripting printer creation on Windows print servers using WMI, but it looks like WMI doesn't support clustered print servers (or clustered servers at all). The scripts in…
Massimo
  • 70,200
  • 57
  • 200
  • 323
5
votes
1 answer

Overlapping queues on Sun Grid Engine?

We would like to have an SGE-based compute cluster with a queue that gives access to all nodes for the computational staff, and a second cluster queue that gives access to, say, half the nodes for occasional (but heavy) use by other staff. We want…
Alex Reynolds
  • 453
  • 2
  • 9
  • 22
5
votes
1 answer

Windows Server Cluster & Strange Day Light Savings Time Behaviour

Over the weekend (Sunday March 27th) Daylight Savings Time kicked in here in Ireland and so all the servers (all win2k3 server) in our Production Environment updated their Times +1 Hour. However something which I cannot explain caused 2 of our…
5
votes
3 answers

Handling user uploads to a web server cluster

We have a number of Linux web servers behind a hardware load balancer, which serve a single website. The need has arisen for visitors to be able to upload files. The files are typically 300-700KB in size and we expect in the region of 1 million of…
gjb
  • 270
  • 2
  • 6
5
votes
4 answers

Windows Failover Cluster for MSMQ without SAN?

Is it possible to create a 3 node Windows Server 2008 R2 failover cluster without a SAN? Our goal is to create a clustered MSMQ without any single points of failure. Ideally, the stored messages would be persisted on all nodes of the cluster so…
Mike
  • 233
  • 3
  • 8
5
votes
8 answers

Is iSCSI SAN still a spof in a cluster? Can it be highly available?

I'm currently evaluating a Win2k8 two node file server cluster that is connected to a Win2k8 Storage Server iSCSI SAN. The failover is working perfectly, but I'm now wondering what will happen if the iSCSI SAN box falls over. Is there a way to make…
Andrew
5
votes
2 answers

High Availability with 2 servers?

Is it possible to have a high availability setup with 2 servers? Running Windows Web Server 2008 and MSSQL Web Edition (as I know Express isn't supported)? Getting to the point where our one dedicated server needs scaled out and going to a second…
Tom R
5
votes
1 answer

What are the pros and cons of OCFS2 and GFS2 filesystems versus NFS?

We need to set up a SAN accessible from a bunch of computers, both virtualized and real. We have an iSCSI SAN and I need to ponder some of the options. What are the differences between GFS2 and OCFS2 ? Are they production-ready ? And how they…
edomaur
  • 407
  • 1
  • 6
  • 12
5
votes
4 answers

SQL Cluster on Hyper V Failover Cluster

We have a VM running SQL Server on a 6 node cluster of blades. The VM's data files are stored a SAN attached using a direct iSCSI connection. As this SQL server will be running a number of important databases we're debating whether we should be…
Chris W
  • 2,670
  • 1
  • 23
  • 32
5
votes
2 answers

Corosync/Pacemaker/DRBD Resilience Tuning

I have a DRBD cluster and one node was switched off for a couple of days. The single node ran fine without a hiccup. When i switch it on I got into a situation where all resources got stopped and one DRBD volume was secondary and the others primary…
Waslap
  • 173
  • 5