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

Setup Galera Cluster with two servers

Can I Create Gallera Cluster with two servers ?? Actually I have 6 servers: 2 Server for Load Balancer 2 Server for Apache Or anyone here can suggest me how to create High Availability Web Server with 6 servers? Thanks
-1
votes
3 answers

Create a web space for a Linux cluster (clueless!)

Sorry for a lack of jargon knowledge and experience. I've recently become a very new sys admin for my research group's cluster in my graduate program. We have a server name bar.foo.edu with about 10 nodes named…
-1
votes
1 answer

MariaDB Galera Clustering - Active Active - Operation not permitted error

I am having issues with MariaDB and Galera running on RHEL 6.4 & 6.2 64bit servers and getting them to cluster. I installed the required RPM's for Galera…
FilBot3
  • 234
  • 4
  • 18
-1
votes
1 answer

How to migrate a webapplication to a cluster?

I have a python web application running on linux nginx + uwsgi. I am currently running this on a single machine. I would like to migrate this setup to a cluster. I am new to clusters. What are the steps to do this migration. Do we require the web…
Nithin
  • 123
  • 6
-1
votes
1 answer

Relying on shared disks for heartbeat

I read somewhere that using shared disks for heartbeats is reliable even if network totally fails. I read it in the context of remedy from split-brain. Is this correct? But I can not understand this. If network fails, doesn't this also affect shared…
user76678
  • 349
  • 3
  • 5
  • 16
-1
votes
1 answer

Active node stops resources when pasive node is shutdown

2 nodes, active/pasive. 2 resources, a virtual ip, openLdap, and the nfs mount where openldap saves the data. When both nodes are up, things worked fine. You could move resources away and put the active in stanby. But when i rebooted the passive…
Wakaru44
  • 193
  • 1
  • 10
-1
votes
2 answers

Server Cluster Design/Setup

OK So I am not sure if this is posted already but let me explain my goal and what I am trying to do. Really need some help on this as I am not really linux or server savvy yet. I know the basics with SSH and things like that but nothing advanced. So…
-1
votes
2 answers

Windows 2008 r2 2 node cluster - one node unavailable

I have 2 node Windows 2008 r2 cluster, i failed over service onto node2, restarted node1, and after restart node1 is unavailable. The networks interfaces will not come up and both interface are unavailable. Server setup: On 2 vmware esxi 5 on…
stl-winadmin
  • 1
  • 1
  • 1
-1
votes
1 answer

Configuring a Beowulf cluster with Mosix

Here's the situation: We're trying to build a Beowulf cluster using Mosix. At first, we're testing everything on VMWare, but we want to deploy it on actual hardware in the near future. However, it seems that Mosix is VERY poorly documented and we're…
Matthias
  • 103
  • 7
-1
votes
1 answer

Save as on file server grayed out

When I try to save a file on my Windows fileserver (a failover cluster with 2 nodes), the window is locked and it's not possible to navigate through the folders, and it's not possible to save files in the actual folder. The only way is to press the…
-1
votes
1 answer

How to sync files and PHP sessions in real-time between two nodes?

I am setting up a PHP application in 2 nodes and one DB server. Also setting cluster (with HaProxy) which will route traffic on least connections algorithm between both nodes. The thing I am confused between is, how will I sync data of my…
-1
votes
1 answer

ALB writing to 2 postgre sql instances

I have nginx and postgre sql running on the same ec2 instance. It serves a rails app that reads and writes data on that db. I would like to have 2 instances behind an ALB service to distribute load and ensure availability. What should I do to ensure…
-1
votes
1 answer

How to manage many identical instances of a MySQL schema over many machines?

I'm working on a project that has a MySQL database schema that's used on three different servers (MySQL databases) into 20 copies of the schema for each server (which are all identical in form but contain different data).... so 60 copies of the same…
-2
votes
1 answer

Heartbeat node that was kicked out doesn't rejoin virtual IP service

We have a 2-node heartbeat cluster that servers a virtual IP. Previous due to an error, the network interface for node1 died and resulted in the cluster kicking node1 from the virtual IP party. Now that we have fixed it, node1 no longer gets to…
user121392
  • 13
  • 1
  • 6
-2
votes
2 answers

Cluster a custom application

I have a custom application which is written by java. I want to know is it possible to cluster this application by pacemaker. For example copy this application in two different nodes and setup a cluster by pacemaker. In one time only one application…
Mhs
  • 33
  • 4