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

Load balancing glassfish v4.0 CLUSTER with apache HTTP server: Location of apache

I am teaching myself to build clustered Java EE 7 applications. I am focused on Glassfish Server v4.0. Based on the official documentation (Chapter 7 page 133) , Glassfish can be loadbalanced using Apache Http server using mod_jk. I was reading a…
ccot
  • 181
  • 2
  • 11
3
votes
2 answers

Failover Cluster Client Access Point Only Responds to Pings on the Owner Node

Background We're running two VMs (Windows Server 2012 R2) on Azure with SQL Server installed, set up as an availability group. We also, of course, have another VM as a dedicated DC. These are all connected through a single Virtual network. This…
Matthew Haugen
  • 143
  • 1
  • 9
3
votes
3 answers

Choice of distributed filesystem for intensive reads and writes

I have a series of servers (HP ProLiant, 34 servers) each of which with 500 G of hard drive space. These servers are part of a computational cluster which runs processes that roughly fall into two "phases": phase 1: reading a small number of large…
Einar
  • 225
  • 2
  • 11
3
votes
2 answers

Graphite/Carbon cluster returning incomplete data

Trying to setup a Graphite/Carbon cluster. I have an elastic load balancer that directs traffic between two nodes in my cluster, each with one web app, relay, and cache. In this example, I sent 1000 counts for Metric1 to the cluster. Here's a…
David Elner
  • 363
  • 2
  • 5
  • 12
3
votes
2 answers

2012 Cluster service name failing

I have successfully created a cluster, but any services I try to cluster fail with the same or similar symptoms (I have tried clustering DTC and installing a SQL cluster). Environment: 2 – nodes – both Windows Server 2012 – third 2012 box acting as…
Mike DeFehr
  • 173
  • 1
  • 2
  • 9
3
votes
2 answers

Is it possible to have automatic failover of a windows service without windows clustering?

Due to a partial failure of our SAN we have switched our message queuing (Active MQ) from using network storage to using local storage. Because the secondary server is no longer sharing the same storage location as the primary, the service is shut…
DJCasey
  • 31
  • 1
3
votes
3 answers

Clustering/load balancing for cluster unaware applications

Forgive me if I use any of these terms incorrectly. I am wondering if there is any kind of software that would allow my two "join" two computers together such that a cluster unaware application could utilize their combined computing resources? By…
AaronLS
  • 955
  • 1
  • 10
  • 22
3
votes
1 answer

HA mail server configuration

I have a mail domain and two servers (machines) with Centos 6.4 and public IP addresses. Postfix mail server and Dovecot IMAP/POP3 Server are installed on both. How would I set them up redundantly so that they would be in sync permanently so I could…
user171611
  • 41
  • 1
  • 2
3
votes
1 answer

How can I repair dir total-size with gluster self-heal

I build a glusterfs cluster, and the type is the Striped Replicated Volumes with 4 servers like that: Volume Name: test-volume Type: Striped-Replicate Volume ID: bdb596e6-a7d2-44a4-8791-1b4fdc57469c Status: Started Number of Bricks: 1 x 2 x 2 =…
baoyin.li
  • 31
  • 2
3
votes
2 answers

To SSD or not to SSD? (Virtualization - Xenserver)

I have several Xenserver boxes running (very well). Most of ours are setup with a RAID1 with two mechanical 7200rpm enterprise sata drives, or RAID10 with 4 7200 enterprise sata drives. The sata drives were selected due to high capacity for the…
SnakeDoc
  • 570
  • 7
  • 24
3
votes
2 answers

How to properly shut down Windows Server 2008 R2 cluster?

We need to shut down MS Failover Cluster running on two nodes with MS Windows Server 2008 R2 Enterprise for hardware maintenance. I recently came across two possible approaches on how to shut down the cluster: First approach says to take the cluster…
Volodymyr Molodets
  • 2,424
  • 9
  • 36
  • 52
3
votes
1 answer

Riak cluster backup 10 nodes to 6 nodes

I'm wondering how we can backup a cluster of 10 nodes and restore on a cluster of 6 nodes. No matter the technique used for the backup (fsync, riakmanager, ...). Any help you can give would be greatly appreciated.
RiakUser
  • 31
  • 1
3
votes
2 answers

Heavy write to Galera cluster - table locked, cluster practically unusable

I set up Galera Cluster on 3 nodes. It works perfectly for reading data. I have done simple application to make some test on the cluster. Unfortunately I have to say that the Cluster fails totally when I try to do some writing. Maybe it can be…
Joe
  • 333
  • 1
  • 6
  • 12
3
votes
1 answer

Hyper-V virtual machine can't be migrated to a specific host in the cluster

I have a three-node Hyper-V cluster running on Windows Server 2008 R2 which is working quite flawlessly: there are no errors, live migration works, all hosts can and will happily run all virtual machines, and so on. But one specific virtual machinee…
Massimo
  • 70,200
  • 57
  • 200
  • 323
3
votes
1 answer

JBoss 7.1.1 Clustering, JBAS014775:New missing/unsatisfied dependencies

I am following https://docs.jboss.org/author/display/AS71/AS7+Cluster+Howto I managed to get 2 servers running. One slave. One master. I managed to get to "Dry Run" I got: [Host Controller] 11:30:58,636 INFO [org.jboss.as.domain]…