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

Is this a HPC or HA mySQL cluster?

Can someone tell me if this is a High Performance Compute or High Available mySQL cluster? There is a picture of the setup. This is part of the config.ini they talk about [ndbd default] NoOfReplicas=2 # Number of replicas Is it correct…
Louise Hoffman
  • 476
  • 2
  • 6
  • 12
4
votes
5 answers

Decent 1gb switch (16-24 port) for rack

For a rack containing a smaller nubmer of servers (5 at the moment, going to stay in this area), I am looking to replace the currently aging 100Mbit switch with a 1Gb switch. This is for the backend between the servers. I expect some iSCSI traffic…
TomTom
  • 51,649
  • 7
  • 54
  • 136
4
votes
1 answer

Distributed File Systems

So, I've been reading several articles around ServerFault as well as google. (For Example, this link) My Requirements are very similar to the link above, however i'd like to also have dynamic or at least resizeable file volumes, so if necessary i…
grufftech
  • 6,760
  • 4
  • 37
  • 37
4
votes
1 answer

Pitfalls to using Gluster as a home/profile directory server?

I was asking recently about options for divvying up access to file servers, as we have a NAS solution that gets fairly bogged down when our users (with giant profiles, especially) all log in nearly simultaneously. I ran across Gluster and it looks…
4
votes
1 answer

What are good options to cluster file servers?

We have a NAS with relatively slow disks that is choking when users are logging in in the morning. We're migrating user home directories and profiles to a newer, faster server, but I was wondering if it might be wise to look into finding a way to…
Bart Silverstrim
  • 31,172
  • 9
  • 67
  • 87
4
votes
3 answers

Cheap clustering for SQL server

Does anyone know of a way to simulate a clustered SQL server solution? We obviously don't want to spend a lot of money prototyping the idea, but we have quite a few PCs available. I was just wondering if there was any way I could fool SQL server…
RobertTheGrey
  • 680
  • 2
  • 8
  • 16
4
votes
1 answer

Tasks Scheduler Windows High Availability

What is the best way to put in place «tasks scheduler» with high availability under Windows? Currently, the tasks are planned on a single server, which is a problem when the server reboot (for many reasons) Is there a Cluster system to resolve…
4
votes
5 answers

Best practices for shared storage between Windows web servers?

I've searched high and low for a whitepaper on storing uploads and serving content (primarily images) via a Windows 2003 web farm, but to no avail. Our hosting facility has a SAN, which we have access to via a shared drive on the web servers, but in…
DaveN
  • 45
  • 4
3
votes
1 answer

Apache Derby master/slave replication and clustering

I'm interested in the possibilities of master/slave replication for Derby in client/server mode (if at all possible). However, I'm unable to find any material that either explains it in a decent fashion or is able to convince me that master/slave…
Luke
  • 3,826
  • 8
  • 36
  • 40
3
votes
1 answer

Configure Consul cluster with ACL enabled

Hello everyone and thanks for reading. I'm quite new to Consul. I've reading the documentation and practicing for a while, thus I've been able to properly configure consul in a few nodes. Now I want to enable ACL's so I can manage the security of my…
3
votes
2 answers

vSphere 6.5 HA agent cannot be correctly installed or configured

Last week we encounter the following issue : we had to shutdown our entire infrastructure due to UPS replacement. At the end of electrical operations we had restarted : network SANs vCenter ESXis (2 in cluster) After waiting for ESXi's startup, we…
cJu
  • 45
  • 1
  • 1
  • 9
3
votes
1 answer

Corosync HA preventing split-brain scenario

I'm setting up a test system for self-teaching about load balancing and high availability and I'm curious about a configuration setting in Corosync and would like to know what you guys who have experience in it, have to say. The thing I'm…
StianM
  • 75
  • 1
  • 8
3
votes
1 answer

Micosoft HPC Pack 2012 R2 does not run with Network Direct after joining new domain

I am working with a 13 computer cluster, running on Windows Server 2012 R2, using MS HPC Pack 2012 R2. The headnode is working properly. The servers are connected to the corporate network via IPv4 on standard adapters. The nodes however are also…
3
votes
3 answers

Randomize Slurm Node Allocation

Has anyone had luck randomizing Slurm node allocations? We have a small cluster of 12 nodes that could be used by anywhere from 1-8 people at a time with jobs of various size/length. When testing our new Slurm setup, jobs always go to the first node…
tnallen
  • 31
  • 1
3
votes
0 answers

Enable cgroups on Beowulf compute nodes

We are running a Beowulf cluster using the Scyld distribution from Penguin Computing, and it looks like cgroups are configured on the head node, but not the compute nodes. I'm trying to configure Slurm to use the proctrack/cgroup plugin, but it…
Don Kirkby
  • 1,354
  • 3
  • 11
  • 23