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

IP configuration of cluster application to database server

I need to setup the IP of a cluster of applications servers to connect to a cluster of database servers. For 1 to 1, application server to database server is quite easy, but when comes to a cluster environment, I wonder how should I configure/setup…
John
  • 1
  • 4
-2
votes
1 answer

How I do to run only a software in more than one computer?

I need to run a unique instance of a software in more than one computer, how I do this without a centralizer server? For example: 4 computers interconnected by the local network, 2 of then has "the hardware" that I need to send a requisition. I…
-2
votes
1 answer

Is MOSIX the easiest way to build a redundant system?

I'm trying to figure out the easiest way to build a server with HA. I looked into Linux-HA, Heartbeat, Mesos. I then found MOSIX. I don't know if it's a thing from the past that no one uses, but wouldn't make it a no-brainer to create a…
F. Ronati
  • 1
  • 2
-2
votes
1 answer

database cluster fail over

I planed to develop a customized HA program for MSSQL, but I got a question when reading some articles about cluster. When master is down, then slaves vote for a new master, and the new master will take over virtual IP address of the old one. What…
Teddy
  • 103
  • 2
-2
votes
1 answer

Liferay cluster with SAN storage with ext3

I'm deploying an liferay portal in a cluster which has 2 node load balanced, and config both to access to the same data location in a SAN storage devide. The problem is each node can not see the other changing, i.e when node 1 add new image, node 2…
supper aban_89
  • 129
  • 1
  • 5
-2
votes
2 answers

resource description in a server-cluster

I am searching for a way to describe resources/services on a server-cluster but couldn't find a proper solution yet although I actually think there should be one. We're running here a bunch of servers, each of them has is responsible for a…
-2
votes
1 answer

Do you know any cluster /dev/shm like interface or RAM based, cluster filesystem?

I am looking for some sort of clustered /dev/shm like device or RAM based, clustered filesystem, running on Linux, so it supports mirroring. Or there is anything stable enough which would do the job the same way? So I can replicate RAM based data? I…
Andrew Smith
  • 1,143
  • 13
  • 23
-2
votes
1 answer

Does anybody wish to help a poor researcher publish a paper?

I don't know if this is a good place to beg for help, but here it goes: basically, I need to run a secure recommender system simulation (C++ console application) in order to meet tonight's deadline, and the faculty's server grid decided to go…
Mihai Todor
  • 222
  • 1
  • 3
  • 13
-2
votes
1 answer

Boost libraries ! :(

I am in the process of running some tests on a cluster which has CENTOS 5 x86_64 kernel 2.6.18. I need to install a software there which needs boost>=1.42. I have looked around but cant seem to find the solution. I tried installing via YUM but it…
-2
votes
1 answer

Setting up a low cost development cluster with (possibly) diskless slave nodes

Consider the following: I (hypothetically) have one heavyweight server/master node with a couple disks in it and a group of lightweight diskless clients/nodes on a 10 gigabit LAN. The server is running: DHCP and TFTP to give the clients a kernel…
Max DeLiso
  • 103
  • 3
-2
votes
1 answer

Designing cluster to handle 1 trillion records database

Major use of that cluster would be to have add/delete/edit operations on individual records based on primary key. Database itself is not complicated but main concern is handling the operations on that amount of data efficiently. And database would…
-2
votes
1 answer

How to make high performance cluster out of 2 laptops I have at home

I have 2 laptops at home. Could someone please suggest some free cluster softwares using which I can make a HPC out of these 2 laptops so that when working on one of the laptop, I can use RAM,CPU of both the laptops, because sometimes when I have…
xyz
  • 141
  • 1
  • 5
-2
votes
1 answer

Can I host ONE VM from two servers?

looked around for a bit and I could not find a definitive answer. My setup is for educational purposes as I am in a CCNA/Cybersecurity program thru my college. Anywho lets get down to it~ PC A is upstairs, directly above my main router/modem. It…
-3
votes
1 answer

Solutions for monetizing excess CPU cycles

My company has a big (relatively) computer farm, say, 100 physical servers (dual CPU hexacore e5 xeons with 160 Gb RAM) leased from some hardware provider (say Leaseweb or OVM) on monthly basis, means, on 1st January I pay for all 100 servers to use…
rlib
  • 195
  • 1
  • 1
  • 8
-3
votes
3 answers

cluster suite rhel

we have set 2 node cluster with san box our config like that HS22 IBM blade center with T3400 SAN box with SAN Switch i have try with RHEL 5.2 RHEL 5.3 RHEL 5.4 cluster suite i can reboot using luci as well i can fence both server even i can…
Rajat
  • 3,349
  • 22
  • 29
1 2 3
90
91