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
0
votes
1 answer

Apache Clustering via mod_proxy_balancer

I am using a load balancer to server a cluster. I can't get it to function. LoadModule authz_host_module modules/mod_authz_host.so LoadModule mime_module modules/mod_mime.so LoadModule dir_module modules/mod_dir.so LoadModule…
Joshua Enfield
  • 3,454
  • 8
  • 42
  • 59
0
votes
3 answers

SQL Cluster 2008 and iSCSI

what's your experience with iSCSI and SQL Cluster setup's? We bought HP StorageWorks MSA2324i. We'll place our high-volume transaction processing system on it.
Geo
0
votes
1 answer

Ejabberd not allowing registration from client

I've got an ejabber cluster setup. When trying to register a user with a client (say Adium) I'm getting a 503: Service Unavailable error. I'm running ejabberd 2.1.x The log shows this: E(<0.389.0>:ejabberd_hooks:335) : {{case_clause, …
Devar-TTY
  • 213
  • 1
  • 4
  • 12
0
votes
2 answers

We need MySQL redundancy but replication is not an option

We have an app with some peculiar characteristics that prevent us from doing master-slave MySQL replication. It's something to do with random numbers being generated for each session and stored procedures. We plan on fixing the app next year but in…
0
votes
3 answers

Software that distributes the performance load over multiple computers?

I have 4 laptops at home. I'm only using one of them, so I wonder if there are softwares that distribute the performance load over multiple computers? Example 1: If I start a compilation process that would be allocated over all 4 computers and cut…
ajsie
  • 1,215
  • 4
  • 20
  • 28
0
votes
1 answer

How to start/configure JBoss clustering

I am totally new to JBoss. Basically i am needed to setup a JBoss clustering environment on windows. Meaning, JBossA sits on machine A and JBossB sits on machine B. So when JBossA fails, it will redirect the clients to JBossB. I have downloaded the…
Nivek
  • 149
  • 1
  • 2
  • 8
0
votes
2 answers

can a Windows cluster ever be cost competitive or should I just install Mono and Linux?

Can a Windows cluster ever be cost competitive or should I just install Mono and Linux? My application is embarrassingly parallel, requires virtually no coordination across processors nor messaging between processors, can be evenly divided between…
H2ONaCl
  • 160
  • 8
0
votes
1 answer

Veritas cluster 5.0 mp3 failover policies

Dear ServerFault users i've got a question here. My setup is following: Two node cluster, one service group which consists of 4 tiers of resources. Group is activated and probed on both nodes and basically it failovers normally. But i need one…
0
votes
1 answer

Is it possible to run a mixed Red Hat O/S version Oracle RAC Cluster

I have a client who is currently running a 4 node Oracle RAC Database cluster. They want to add new hardware for 2 new nodes. The current nodes are running Red Hat 4.4 Oracle RAC and Database software for Oracle 10g R2 patched up to date. The new…
user51047
0
votes
2 answers

Confused about cloud hosting? Cloud server... 3 Dedicated or 1 Cloud? Which is the way to go?

I've finished programming an entire social network to replace an old one with already 60,000 users, (well after 6 years),but it has 100-300 users on-line at some times. I was going to start putting different concerns on different dedicated servers.…
Neo
  • 369
  • 3
  • 11
0
votes
1 answer

SQL Failover Cluster Management -- dealing with the "cluster network name is not online"

Viewing a failover configuration in the SQL Failover Cluster Management tool, I can see via a succinct warning message that "The cluster network name is not online". Everything about the cluster checks out though. What can I do to debug this? I…
Matt
  • 1,571
  • 4
  • 15
  • 16
0
votes
1 answer

Manual LVM Clustering or formatting leading to Input/Output Errors

I'm trying to use LVMs on multiple machines at once without the use of CLVM. My reason for doing so is that I've found CLVM rather unstable and a pain to get working in the flexible way in which I want it. Given that I know which servers will be…
Joe
  • 344
  • 2
  • 7
  • 23
0
votes
1 answer

Testing IIS7 cluster nodes before bringing online

We are starting a migration to a IIS cluster for load balancing, failover support, as well as zero-downtime upgrades. We are currently testing this configuration with a pair of Windows 2008 R2 virtual machines. Our current approach has both VM's…
Matt
  • 3,241
  • 9
  • 30
  • 33
0
votes
1 answer

Sharing software and libraries in a cluster

I'm planing on having several identical servers as PHP web application servers (among other things). Instead of having to install and compile software on each server individually, I've decided to compile and install everything on a deployment server…
Matic
0
votes
2 answers

HA web cluster setup

I'm setting up a highly available web cluster, I'm planning to start out with 2 web servers connected to shared storage (perhaps via NFS). What's the best way of implementing this? Should the web servers only have Apache running on them and all web…
user45984