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

Active directory (AD) best-practice for clustering

We want to use AD as a regular LDAP for storing and accessing our application data in fast and reliable way. We have two physical server and want to organize some sort of clustering for AD and its data. What is the best-practice for such task?
Sasha
  • 229
  • 2
  • 5
  • 12
3
votes
1 answer

Display or install Windows product key on command line

We are currently in the process of setting up several Windows HPC clusters using Windows 2008 HPC R2. We would like to be able to perform Windows licensing commands across the clusters via the command line, i.e. display the current license status,…
ajdecon
  • 1,301
  • 4
  • 14
  • 21
3
votes
5 answers

linux clustered Filesystem

I currently have two CentOS Boxes providing NFS Services to multiple Web servers. Could someone recommand a file system which would mirror all files across both of these servers easily and efficiently? I have used DRBD in the past however this had…
davidcollom
  • 277
  • 6
  • 13
3
votes
2 answers

Clustering Microsoft versus Linux

Does anybody have experience with both Linux and Windows failover redundancy clusters, and if so which do you prefer for file server and/or web server? For a little background. We set up and adminstered a Microsoft cluster for several years under…
AudioDan
  • 398
  • 1
  • 14
3
votes
3 answers

How can I fix a bad arp entry?

I'm just guessing that arp is my problem... I have a linux drbd server cluster set up, and due to some power issues had to unplug the switch that connects the two servers. As a result, both servers became primary and took the same IP address for…
Brent
  • 22,857
  • 19
  • 70
  • 102
3
votes
2 answers

Is there a way to get a list of Hadoop cluster machines from one of the data nodes?

I have access to a data node in a Hadoop cluster, and I'd like to find out the identity of the name nodes for the same cluster. Is there a way to do this?
Yuval
  • 217
  • 1
  • 6
  • 11
3
votes
2 answers

This disk is offline because of policy set by administrator

I have a IBM NAS based storage interfaced using iSCSI interface on my two node Hyper - V Cluster on Windows Server 2008 R2. I am in process of setting up this cluseter. All tests have passed according to Validate Cluster report. I can see Both the…
Madhur Ahuja
  • 283
  • 2
  • 5
  • 17
3
votes
1 answer

Windows Service automatic failover

I am implementing a Windows Service. The service will be installed in a cluster of application servers. Is there a way in the cluster functionality of Windows to set up active/passive failover for a regular Windows Service? Or is it necessary for…
Bjorn Reppen
  • 133
  • 1
  • 5
3
votes
2 answers

nginx + PHP-FPM farm?

I have a setup with two small servers running nginx serving as proxy and a number of Apache+mod_php beefy servers. I am thinking on going over to PHP-FPM. Can I configure nginx to use a number of FastCGI servers? Or PHP-FPM itself to use workers on…
chx
  • 1,705
  • 2
  • 16
  • 25
3
votes
2 answers

Sun Grid Engine Array Job Individual Resources

Is it possible in Sun Grid Engine to have array jobs where each subtask has a unique requirement? For example I may have an array job for which each task has a small unique requirement but I do not want to have to launch each job seperately.
Amit
  • 31
  • 1
3
votes
1 answer

Are there problems teaming the public network adapters on a Windows Server 2008 R2 failover cluster?

We have a two-node Windows Server 2008 R2 fail-over cluster that's hosting about a dozen instances of SQL Server. The nodes each have four network adapters in them (a pair of dual-port Broadcom gigabit cards). The heartbeat network is handled by a…
SqlRyan
  • 906
  • 5
  • 14
  • 22
3
votes
2 answers

What's the difference between Clustering and Load Balancing?

In Server 2008 R2 you can create a cluster of computers, which as I understand provides fail-over if a server dies. With Network load balancing I beleive this "offloads" some of the load to other servers, for example you could have two web servers…
tombull89
  • 2,964
  • 8
  • 41
  • 52
3
votes
1 answer

Software to repliacte data in a Cluster Shared Volume in real time from DAS attached to Server 2k8 R2 HyperV cluster to an identical setup?

Are there any software solutions that will be able to handle replicating the data from one SAS based DAS (a Dell MD3200) attached to two R410 servers running clustered Server 2008 R2 Hyper V instances in a co location data center to another MD3200…
3
votes
3 answers

How use DNS server to create simple HA (High availability) of my website?

Welcome, How can i use DNS server to create simple HA (High availability) of website ? For example if my web-server ( for better understanding i use internal IP in real it will be other hosting companies) 192.168.0.120 :80 (is offline) traffic go…
marc22
3
votes
4 answers

Are there any good guidelines for building a KVM Cluster on Red Hat

I am looking to understand how other people have built clusters of KVM host servers. I am especially interested in how people solved the problem of having them automatically failover if one node dies?
fatherlinux
  • 146
  • 1
  • 6