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

using multiple schemes in a clustered sql server 2008 Database

I have a SQL server 2008 R2 database with 2 schemas, i need to enhance the performance of the server so we plan to cluster the DB, we will have 2 nodes . is it possible to separate each scheme so each node will have one schema
0
votes
1 answer

NAS server freezes in cluster environment using NFS

In our department we have an Iomega NAS (px4-300d) connected to a Supermicro cluster with 5 nodes (12 cores per node). Each node mounts a share on that NAS by using NFS. Unfortunately after some time (several minutes) of permanent read/write…
medihack
  • 145
  • 1
  • 1
  • 6
0
votes
1 answer

VMware shared storage cluster isn't visible on all hosts

I have a trial Vcenter 5 + 2 esx 5, all still in trial period, meaning I have all features enabled. I have created a LUN on my QNAP NAS, and added it as a cluster datastorage on my vcenter however, when I want to move a client (even in shutdown…
Saariko
  • 1,791
  • 14
  • 45
  • 75
0
votes
2 answers

load balanced server farm in php with sql

What is the best configuration for a load balanced server farm for a high demand download web page that uses php and mysql. I have servers that currently use centos with lightppd. Has anyone got experience of what software is the best etc, or a…
0
votes
1 answer

Utilising a Magento server cluster to drive hot reindexing

We've asked a similar question in the past, basically we have a very large Magento store with 500000 products which are currently reindexed once a day, during the night. We'd like to speed this process up significantly, we're at about 4-5 hours now.…
WOBenji
  • 1
  • 1
0
votes
2 answers

wall command + broadcast message not appears on second cluster machine

I have two cluster solaris machine ( machine1 , machine2 ) I have connection between two machines ping and ssh work fine ( cluster is fine ) more /var/tmp/mesg TEST I execute the following command: wall –a /var/tmp/mesg on machine1 ( on…
Eytan
  • 611
  • 6
  • 13
  • 27
0
votes
1 answer

How to route, using Linux, from nested private subnets to internet

In our departement we have a blade system with one master node and four slave nodes that are connected to the master node. The system uses its own subnet (192.168.1.x) and only the master node is connected to the intranet (and thereby to the…
medihack
  • 145
  • 1
  • 1
  • 6
0
votes
2 answers

Server 2008 Failover

How do I ensure high availability of data on two physical servers in the event one were to fail? I have two Dell T710s, both with Windows Server 2008 R2 Standard. My highest priority is to make sure this data is available at anytime. Is clustering…
Eric
  • 185
  • 1
  • 1
  • 4
0
votes
1 answer

Windows Clustering newbie

I am trying to setup a simple environment (virtual) to prove that when a Node in a cluster goes down, the other picks up. After much pain I think I may have this however I would love for people here to see if I have setup the system correctly? I…
0
votes
2 answers

Cloning IP address and/or MAC address for server fail-over

I am currently providing some web applications to my customers (apache/php/mysql on Windows server). I'm looking to provide some sort of fail-over server in the case my server has a hardware failure. My server is running in a data center. I think I…
Ronald
  • 9
  • 1
0
votes
1 answer

delete all files on all nodes on a RedHat cluster?

I am developing a program that runs on a cluster and writes a lot of short bits. First, it outputs to the node's scratch directory; when it is done, it rsyncs the files to a hard drive and then removes them from scratch. Without this step, the…
0
votes
0 answers

Re-Ask - why would adding a crossover private nic cause IP address resource fail?

Possible Duplicate: why would adding a crossover private nic cause IP address resource fail? 2 node Win 2008 R2 quorum cluster Configured 192.168.0.0/24 "public network" Configured cluster MSDTC Installed SQL 2008 R2 cluster instance Manually…
0
votes
2 answers

Move clustered MSMQ storage location

We have a two-node active/passive Windows 2003 cluster running MSMQ among other things. Windows picked the Quorum drive to store the queue messages, but this drive has VERY limited disk space. How can we change the location?
0
votes
1 answer

What's the best management distro for xCat?

I want to deploy a iDataPlex cluster but using only free software with xCat. The xCat start guide uses Red Hat Enterprise Linux 5 in the management node. What's the best free distro to install instead of RHEL in the management node? I looking for…
Zhen
  • 2,159
  • 4
  • 19
  • 31
0
votes
2 answers

Adding MySQL servers/ data nodes into database clustering without restarting mysql cluster

I currently have mysql clustering up and running. For high scalability is there a way to include either mysql node, data nodes, or management nodes without restarting the entire cluster. I wish to understand how is it implement or is there a…
Dwayne Johnson