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
1 answer

Cannot resolve cluster resources on EC2?

I have created this cluster on Amazon's EC2 service. I can connect to the sql instance from the first node (there is only one node in the cluster at this time) using the cluster name, so I know that much works. I have another server in another…
0
votes
1 answer

Unable to connect to MySQL cluster database

I am unable to connect to mysql cluster database after starting my management node, data node, mysql node. I made the necessary changes by adding the loadbalance in the dbURL. But I am not able to access the connection. The mysqld port is 1186.…
0
votes
1 answer

Clustered MSMQ can't send to queue in another forest

I have MSMQ running on a two-node Windows 2003 cluster. When I try to send transactional messages to a queue on a Windows 2008 server in another forest, the messages get stuck in the cluster's outgoing queue. The outgoing queue says "waiting to…
0
votes
3 answers

What's the best way to manage product images in a Magento Cluster?

I'm running Magento CE on multiple web node. The Admin Backend is always running on the same server, so all the images are uploaded on this server. On my
0
votes
2 answers

Calculating the power of a cluster vs a single workstation

For the same price we can get either Worktsation which is 2 x 6 core Xeons 3.4GHz, 128GB RAM, 600GB SAS RAID 0 = 12 Cores, 128GB RAM Or Cluster 8 x (4 Core i7 3.4GHz, 16GB RAM, 250GB SATA, Intel 82579LM), Gigabit ethernet Netgear switch = 32 Cores,…
Hax
  • 139
  • 6
0
votes
1 answer

SQL Server 2005 SP3 Failover Cluster Node Replacement Service Pack

2-node SQL Server 2005 SP3 (9.0.4226) Failover Cluster running on Windows Server 2003 R2 x64 SP2. My passive node suffered a RAID failure on the OS partition. I evicted the failed node, rebuilt it, rejoined it to the cluster, and run SQL setup from…
0
votes
1 answer

WebLogic cluster, determine node from JSESSIONID cookie

We are running a WebLogic 10.3.4 cluster with three managed servers (nodes). We do not use session stickyness, but session replication across the cluster and everything is working fine. When trying to test our web application however, we regularly…
Axel Knauf
  • 1,600
  • 1
  • 10
  • 12
0
votes
1 answer

Postgresql 8.3 out of disk space on Debian Lenny

I didn't pay attention when i installed postgresql with aptitude, but it installed the databases in the wrong partition. Now my partitions look like this: # df -h Filesystem Size Used Avail Use% Mounted on /dev/md1 10G …
Joel
  • 195
  • 2
  • 10
0
votes
2 answers

Clustering TCP servers, so can send data to all clients

I'm developing a real-time mobile app by setting up a TCP connection between the app and server backend. Each user can send messages to all other users. (I'm making the TCP server in Python with Twisted, am creating my own 'protocol' for…
Jon Cox
  • 165
  • 1
  • 1
  • 6
0
votes
1 answer

Clustered file system on Linux

This is quite a general question but I need some advice on clustering apache linux servers ideally on VM. I have some apache servers that are being using that are highly used on space (i.e. each server has 250gb of data on it) at the moment these…
Grimlockz
  • 325
  • 1
  • 2
  • 11
0
votes
1 answer

Is it possible to install SQL instances with different Collations in a SQL Cluster

We have a two node active-active SQL Server 2008 Cluster. Running on Windows Server 2008 R2. The three excisting instances have Latin1_General_CI_AS as the Server Collation. I need to add an instance with SQL_Latin1_General_CP1_CI_AS as the Server…
0
votes
1 answer

Pacemaker behavior colocation Xen domU resources, is this expected?

I am using Pacemaker+OpenAIS+Corosync on OpenSuSE 11.3 running Xen, and am trying to determine if the behavior I see when colocating Xen domU resources is expected or not. Cluster nodes / dom0: xen01-primary xen01-secondary Xen domUs / Pacemaker…
Kendall
  • 1,063
  • 12
  • 25
0
votes
1 answer

Glassfish 3 Cluster and Local init scripts

I'm trying to set-up a Glassfish 3.1.1 Cluster for testing purposes. Currently, I've got 2 hosts with Glassfish 3.1.1 installed. I've set-up a DAS domain on host1, and followed this guide to create the cluster:…
fatmcgav
  • 1
  • 1
0
votes
1 answer

oracle RAC server addition at DR site after DR occurs

DB: Oracle Server: Physical OS: Linux 5.5 The production site contains 3 server nodes and will be clustered using Oracle RAC, database replication will be done with the help of Oracle Data guard. As a minimum, the DR site will have a single…
Bindas
  • 1
0
votes
1 answer

Network GURUs - IP failover combined with load-balancing..... Is there such software? Is it possible?

I've been playing around with high-availability solutions for a few days and so far I find UCARP very useful for IP fail-overing. It's dead simple and does the job. I was thinking about taking it a step further: If the router which connects the two…
Poni
  • 315
  • 3
  • 14