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

When is database clustering the best option?

I have 2 servers. They both host identical applications, each with its own local database. The application needs to lock the database row for write sometimes, so sharing the same database would be a performance hit (or is it?). If I want the two…
user217631
0
votes
2 answers

Shared storage for web cluster

Have a big question about shared/clustered/distributed file system for storage. It will shared storage for shared web hosting (web files + maildir) and OpenVZ containers storage . Have any one working example of such system? The options…
user52475
  • 41
  • 1
  • 2
  • 3
0
votes
1 answer

Heartbeat or bash or something else for trivial cluster management?

I think what I am trying to do can be achieved using bash scripts, but I could definitely use some help here ! Ok, here's the scenario: I have a two-node MySQL cluster with Master-Master replication in place. Now, the application in question (SOGo)…
Mohit Chawla
  • 486
  • 1
  • 4
  • 11
0
votes
1 answer

hyper-v cluster behavior when losing network connectivity

Setup: (rather new) Hyper-V R2 cluster with 2 nodes (in failover configuration). Fysical host OS: Windows Server 2008. About eight VM's (mixed: Windows Server 2008 and Linux) Yesterday we had a power outage of about 15 minutes. Our blades are on…
ChristopheD
  • 155
  • 1
  • 8
0
votes
1 answer

windows application cluster

I have a windows service that is written in-house. This windows service services clients on TCP port X. I want to run it on more than one Windows server. I want the client apps to connect to a single (virtual I guess) IP address and for one and only…
fred smith
  • 125
  • 2
0
votes
1 answer

Python Version for HPC with Numpy/Scipy

I am looking to setup an HPC cluster so that it has a modern installation of Python with Numpy/Scipy on the compute nodes. The version of Linux we are using has Python 2.4 installed by default. I know there have been a number of new features and…
dtlussier
  • 103
  • 3
0
votes
1 answer

SQL Server 2008 setup issue

I am setting up SQL Server 2008 fail over cluster on Windows Server 2008 Enterprise. I met with the following issue during setup process. Here is detailed message, any ideas what is wrong? The resource "SQL Network Name (TestServer)" private…
0
votes
2 answers

Connecting client to JBoss cluster

I am new to JBoss. Basically I have managed to cluster 2 nodes with: Node 1: run.bat -c all -g DefaultPartition –u 230.0.0.4 -b 10.67.51.28 -Djboss.messaging.ServerPeerID=1 Node 2: run.bat -c all -g DefaultPartition –u 230.0.0.4 -b 10.67.50.21…
Nivek
  • 149
  • 1
  • 2
  • 8
0
votes
4 answers

Server Cluster and Virtulisation

Can I do this? I have 4 Dell 1U rackmount servers with 4GB RAM each and a 3.0Ghz processor each, over a gigabit network can I get them to act as one server in Ubuntu or something like openmosix. Second if I can do that how do I get OS virtualization…
user57779
0
votes
2 answers

mysql redundancy with mixed storage types

Looking at building redundancy into our system, as we are currently, um, exposed should anything blow up. We have a large-ish DB (150G), consisting of a mix of innoDB and myISAM table types. We want to build redundancy in, with a pair of DB servers,…
David Shields
  • 181
  • 2
  • 12
0
votes
3 answers

sql server 2 node cluster - different apps on different nodes

I've got a 2-node SQL Server cluster (SQL 2008 sp1) running on Windows Server 2008 R2. It's an active/passive cluster and currently, node1 is the active node. There is an app running on node1. I've got a requirement to put another app on the…
Ric Jones
  • 1
  • 1
0
votes
1 answer

SQL Server 2005 Service Pack 2 - Failed Cluster Node

We have SQL server 2005 running on our cluster with Service Pack 2. However one of the nodes failed, after rebuilding the node I added the node back to the clster with SQL server setup. However it gave me a warning that the version being installed…
user57767
0
votes
5 answers

Best way to add a second server to existing site in case of downtime?

Well my $379 dedicated sever just went cold again for the second time this month. I need to find a way to get another server going at a different provider that I can just flip on in case this happens again. What is the best way to deal with this…
james
  • 123
  • 5
0
votes
1 answer

Does it make sense to add more cluster nodes to an underutilized server?

Let's say I'm running a cluster with two Weblogic server nodes on two servers (Solaris, 4 CPUs, 64 GB RAM each). The heap size is maxed out on these nodes and so each server runs with 40+ GB of free memory most of the time and each server usually…
Ken Liu
  • 155
  • 1
  • 9
0
votes
1 answer

How can I attempt to configure clustering on my network?

Our company sells its software through a web site that is hosted on the company's network. As the company grew, we came to find that the web server couldn't handle the load generated by the traffic on the site. The need to come up with a solution…
rlopez6570
  • 89
  • 1
  • 5