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

Software for Utilizing Idle Workstations on Network

I work at a company that maintains a network of about 200 Windows XP workstations, and several of them are on (locked or logged out) with an idle processor and 2GB of RAM that is just sitting there. I imagine many companies are in a similar…
Jason Coon
  • 135
  • 5
3
votes
2 answers

Is Server Clustering Right for a 25 Person Business?

Company owner wants high availability as even a 1 hour downtime kills billable revenue for 20 accountants. I've got a one year old Dell PE T110-II running 2012 Standard and an ancient PE 840 running 2003 Standard. Loads on these servers are…
3
votes
0 answers

Transparently farm processes out to cluster

Situation: At work, we have an in-house tool for data crunching. When a job is triggered, it starts multiple copies of itself in separate processes and communicates with them in order to crunch in parallel. It is currently set up to use 4 parallel…
3
votes
1 answer

NetApp cluster fail to start

I have a big problem with my FAS2020 (configured as iScsi storage for 2 esxi 4 server). I couldn't ping the 2 ip address of the FAS so I connect by the serial port with putty for monitoring the boot flow. I got a lot of error as shown on attached…
FabioLog
  • 67
  • 5
3
votes
1 answer

zpool disappears whenever solaris cluster reboot or power cycle

I have following setup Oracle Solaris 10 -> 5.10 Generic_147147-26 sun4v sparc Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit production Oracle Solaris Cluster 3.3u2 for Solaris 10 sparc Oracle Solaris Cluster Geographic Edition…
3
votes
5 answers

Web interface for torque

Can someone recommend a good web interface for Torque? I'm interested mostly in monitoring the status of the job queues.
Lorin Hochstein
  • 5,028
  • 15
  • 56
  • 72
3
votes
1 answer

What is the proper way to shutdown an iSCSI target with connected clients?

iSCSI with two DRBD primary nodes is a bad idea to use if the two paths get concurrent write requests. But I am thinking about using this idea as backend storage for an ESXi 5.5U2 host. I already did test this with primary/secondary configurations…
Nils
  • 7,695
  • 3
  • 34
  • 73
3
votes
1 answer

Windows Failover Cluster - Create Cluster Wizard: error occurred while creating the cluster

I have 2 identical Windows Server 2008 R2 servers which I am trying to setup a failover cluster on. The "Validate a Configuration" passes, but the actual creation process produces an error: An error occurred while creating the cluster. An error…
3
votes
1 answer

Monitor network statistics with vnstat on CoreOS?

I notice that vnstat isn't installed on CoreOS. Is there a comparable way to monitor network usage on a CoreOS cluster? Certainly one could run vnstat through a Docker container but I assume that would only capture network activity that passes…
cboettig
  • 193
  • 1
  • 7
3
votes
1 answer

How do I set the pacemaker cluster name with pcs?

I'm running two pacemaker clusters on the corosync stack on CentOS 7 with all packages up to date with the distro release/updates packages. Both clusters shows no cluster name with the command pcs status: Like this: Cluster name: Last updated: Mon…
MattBianco
  • 597
  • 1
  • 7
  • 23
3
votes
0 answers

Windows Server 2012 Cluser on VMware esxi 5.5: Rebooting passive node causes san reset on active node

I'm running a SQL Cluster on windows server 2012 on VMWare 5.5 and find that when I restart the passive node to install a patch, the active node is affected. This appears to be covered by the kb article…
user249587
  • 31
  • 2
3
votes
1 answer

High Availability/Failover hardware hookup

I'm learning about clustering and high availability techniques, and stumbled upon an article about configuring a network with a pair of servers, using DRBD for replication and heartbeat for monitoring and failover. The article states that I should…
3
votes
1 answer

Unresponsive ESXi 5.5 server

I have a host that is part of a 4 host cluster in HA. Sometime yesterday I noticed the host stopped responding, in the vsphere console it shows up greyed out as (not responding) and all VMs on it show up as (inaccessible). The VMs them self are…
Enriquev
  • 253
  • 3
  • 10
3
votes
3 answers

Apache load balancer for mod_proxy_wstunnel?

We are in the process of developing a JavaEE 7 application to be deployed on JBoss/Wildfly that will make extensive use of Web Sockets. We're using mod_proxy_wstunnel for web socket support, and we've managed to get a proxied configuration up and…
Shadowman
  • 71
  • 1
  • 8
3
votes
4 answers

How do I change multiple linux servers' /etc/fstab simultaneously

We have plenty of linux server that will mount a few linux file server by NFS or SMB using /etc/fstab But manually changing each server's /etc/fstab is very tedious. Is there any way to edit multiple linux server's /etc/fstab simultaneously?
Bossliaw
  • 141
  • 5