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

Clustering IIS and SQL Server

I have a WCF service deployed on IIS and using SQL Server 2008 as backend. My question is: How can I make cluster(load-balance/fail-over) on IIS and on SQL Server and what sort of thing do I need to keep in mind before doing this? (e.g. do I have…
Mubashar
  • 153
  • 1
  • 5
5
votes
3 answers

File Server Cluster with shared storage - options for storage

We would like to build two-node File Server Cluster with Shared Storage on VM. The issues is that our vmware set up doesn't support disk sharing. File server cluster must be available all the time of course. What other options do we have? I…
4
votes
3 answers

Experience with CVS on a clustered filesystem

I would be interested in any experiences using CVS on a clustered file system with mulitple servers accessing it. I guess this is similar to what providers like SourceForge do. Currently we use a RHEL based CVS server with an ext3 repository…
Daniel Schneller
  • 314
  • 3
  • 11
4
votes
2 answers

Triggering a failover in a windows failover cluster?

In lieu of making an application cluster aware is it possible to set up a trigger based on an event appearing in the system event log to cause the server cluster to failover?
Darren
  • 203
  • 3
  • 7
4
votes
1 answer

Hashicorp's Nomad as a HTCondor alternative?

I couldn't find any info on this short of spinning up a Nomad cluster and experimenting so maybe someone here may be able to help. Saying you want to run 100 iterations of a batch java job, each with a different set of parameters and get the…
Frankie
  • 429
  • 1
  • 6
  • 20
4
votes
2 answers

Site-aware cluster migrates VMs to random nodes, not to the preffered site

We have 2 physical host, 4 virtual-node (HyperV Server VMs, 2 on each host) cluster which is running some nested test VMs (using mentioned HyperV Server). In short it is ment as a lab environment where we are trying to replicate 2 rack (where each…
Jon
  • 167
  • 4
  • 15
4
votes
3 answers

Entire proxmox Xen Node has grey question marks + database container gone

Firstly, i've recently taken on the management of a proxmox cluster which I have had no experience managing previously (i'm completely new to cluster management, but not too bad at linux). pve-manager/5.1-46/ae8241d4 (running kernel:…
David
  • 841
  • 3
  • 14
  • 31
4
votes
0 answers

Copy nginx cache between two servers

I have a nginx caching server with at least 2tb of cache files at any moment, i need to migrate this server to another hosting provider but none of my clients can handle that traffic without cache. At my first try, just copying the cache object to…
4
votes
5 answers

Ubuntu Clustered KVM's

I'd like to set up three virtualized server on one box running Ubuntu KVM. I'd also like to have a second machine mirroring the above mentioned on a cluster so that if the first machine physically goes down, this one would take over. Is this…
Steve Z
4
votes
1 answer

Error When Starting Cassandra for First Time

I'm trying to get a single-node cluster of Cassandra set up on my VPS for a school project. So I installed cassandra on Ubuntu 16.04 (JVM 1.8.0_161), but when I run, I encounter this error... https://pastebin.com/raw/h1vWhm2e (Posted as link to…
cclloyd
  • 593
  • 2
  • 14
  • 29
4
votes
2 answers

Build mirroring on top of SQL2008R2 SQL cluster

On our SharePoint 2010 farm, we are using SQL 2008 R2. Currently, a SQL cluster (with 2 SQL server sitting at same data center) is built to provide auto-failover. However, it has no DR ability. We are requested to provide DR ability to the system.…
Mark
  • 217
  • 3
  • 11
4
votes
2 answers

Cannot add second host to a Network Load Balance cluster

I am using Network Load Balancing on Windows server 2008. (Servers have two NIC's and the cluster is configured to run in unicast mode) I can configure the cluster on either of the hosts and add the host on which I create the cluster. However, as…
alanben
  • 193
  • 2
  • 5
4
votes
1 answer

I/O high on DRBD disk drbd10 on stacked site

We have 4 Redhat Boxes Dell PowerEdge R630 (say a,b,c,d) having the following OS/packages. RedHat EL 6.5 MySql Enterprise 5.6 DRBD 8.4 Corosync 1.4.7 We have setup 4-way stacked drbd resources as below: Cluster Cluster-1: servers a and b connected…
Manu
  • 101
  • 6
4
votes
2 answers

What is the difference between h_rss and h_vmem in Sun Grid Engine (SGE)?

So far as I understood, mem_free can be specified to submit a job in a host that has the memory free = mem_free, whereas h_vmem is the hard limit of the memory up to which the job can consume and if the job reaches the h_vmem, the job crashes? I…
GP92
  • 681
  • 2
  • 9
  • 27
4
votes
2 answers

How can I create shared disks for Windows SoFS VMs in VMware?

I am looking to move our DFS-R file servers to SoFS to accommodate our User Profile Disks in Windows Server 2012 R2 remote desktop services. DFS-R does not give us any fail over capability as it stands, so if we lose the primary file server, user's…
James Edmonds
  • 1,733
  • 10
  • 37
  • 59