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.

1337 questions
-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,123
  • 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
  • 7
-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,329
  • 21
  • 29
-3
votes
1 answer

Mysql Cluster Sharding/partitioning

Ok so i have mysql cluster setup but what i need is say table assets to be split among the nodes, not replicated. as the purpose of me setting up the cluster was due to lack of hard drive space so how do i get the cluster to split the table among…
-3
votes
1 answer

Windows or Linux cluster

I'm thinking on making a computing cluster at home to render things that I do in 3d programs like blender, maya and UDK. can I use a linux cluster enen though UDK only runs on on windows or am I forced to use windows? if so can I make a linux…
user169808
  • 101
  • 1
-3
votes
1 answer

Local disk recomendations for Hyper-V 2012 nodes?

Are there any local hard drive recommendations for Hyper-V 2012 nodes, running in cluster using SAN for VM's? Are the local hard drive only used for running the Hypervisor or is it used for paging/swapping for the running VM's. Should the…
-3
votes
1 answer

Highavailability/Global Loadbalancing of clusters

I know this website 1channel.ch which has like 4 servers in 4 different datacenters across the globe (czech republic, estonia, sweden, germany). What happens is as i am browsing this website the server changes meaning he is balancing the server load…
redhatengineer6
  • 79
  • 2
  • 5
  • 9
-3
votes
3 answers

How to failover to another web service automatically?

I've got a 3rd party off-the-shelf windows application that needs to connect to a Web Service (IP address or URL) installed onto another server (actually running on Windows 7 Professional). My user wants me to implement a fail-over solution in which…
Joshua Lim
  • 251
  • 1
  • 3
  • 14
-4
votes
1 answer

What is a cluster IP?

I am in process or configuring remote web host service and I have option of configuring should I use cluster IP. Could some please explain what a cluster IP is and what are the benefits of using cluster IP? Just to be clear, I am not configuring a…
John
  • 654
  • 6
  • 15
  • 31
1 2 3
89
90