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

coordinating a script to run on only one of identical load-balanced servers

I have two identically configured CentOS 5 servers (possibly more in the future). I need to run a cron job on any one of them and that it'll run only on one of them. I know about RedHat Cluster Suite (we use it on other servers), but it's a too big…
Capt. Crunch
  • 839
  • 2
  • 12
  • 25
0
votes
2 answers

Best practices to build a scalable Java webapp

We got this JavaEE WebApp (JSP+Struts+Hibernate+MySQL) which currently is running on a single server. Due to growth of the website and performance issues we've decided to cluster the project on some machines. The Web Site should tolerate something…
SJ.Jafari
  • 204
  • 1
  • 4
  • 8
0
votes
1 answer

Confguring simple MPICH cluster

I am trying to follow the instructions on this site for configuring an MPICH cluster on Ubuntu: https://help.ubuntu.com/community/MpichCluster. I am new to this and have a very trivial question. In step two the instructions say "NFS allows us to…
ellie
0
votes
1 answer

Ricci timeout issue

I'm just playing around with Conga and it looks very neat... if only it worked well enough! It was working great when I was setting up the cluster. I could click around all over the Luci interface and no problems. Now that I'm actually running a…
Gman
  • 63
  • 1
  • 6
0
votes
2 answers

loadBalancing/clustering on IIS/ASP.Net/SQL Server

I've to create an offer for a future ASP.NET application. They wants an high availability(99.9%+). So I'm searching the best solutions with .Net technologies(asp.net mvc 3, IIS 7, SQL Server 2008 R2) to ensure this availability. So: Is there a way…
J4N
  • 167
  • 1
  • 2
  • 8
0
votes
2 answers

How can I make a high available tomcat cluster with no single point of failure?

I've surfed the web and tried to find a way in order to make a tomcat cluster with no single point of failure , and all what I have found is that I need something called dispatcher which will be Apache web server in this case , and two tomcat…
Mohammed Atef Khafaga
0
votes
1 answer

What exactly is a "load" when referring to node status of a Compute Cluster?

http://apps.cs.utexas.edu/cluster/node_status/index.cgi You will see 9 columns corresponding to different categories that each specify properties of the different machines available in the Mastodon compute cluster at the University of Texas. I was…
0
votes
2 answers

Condor Compute Cluster: quick information about Distributed Systems?

If you guys have never heard of the idea behind Condor Cluster: http://www.cs.wisc.edu/condor/ It's developed by the University of Wisconsin but used by many other universities since its birth. I was just wondering, in general though, how Cluster…
0
votes
1 answer

HTTP Cacheing To Lessen Cluster Nodes?

I have been looking into using http caching for one of my projects on heroku. The site is serving primarily dynamicish (meaning that the actual contents doesn't change that often) iFrame's and javascripts. If I am understanding http caching services…
user60288
  • 3
  • 1
0
votes
2 answers

Configuring RHEL6.1 GFS cluster

I need to configure 3-node cluster with shared GFS2 filesystem. GFS2 needed as common Documentroot for apache behind the balancer. Can you suggest some guide on how to configure corosync+pacemaker+GFS2 on RHEL/SL 6.1? BTW I don't need DRBD as I have…
Dmytro Leonenko
  • 456
  • 1
  • 7
  • 24
0
votes
1 answer

Invalid version while creating PostgreSQL 9.1 cluster

I'm trying create a cluster with existing data directory on Debian 2.6.26-2-686-bigmem. I use PostgreSQL 8.3 installed from apt-get and PostgreSQL 9.1 installed from OpenSCG I want to create cluster with existing data directory and add it to…
Viktor Stolbin
  • 211
  • 1
  • 2
  • 9
0
votes
1 answer

Is the Xgrid Controller still a 32-bit process?

So Lion generally represented a pretty serious move toward 64-bit systems for Mac OS X. But while I was poking around the Lion Server: Advanced Administration guidelines here:…
Fomite
  • 119
  • 6
0
votes
1 answer

CentOS or Ubuntu server for pacemaker (heartbeat) cluster?

Could someone share their knowledge and experience with CentOS and Ubuntu server management, maintenance capabilities and community support? I would be running pacemaker cluster and LAMP stack on it with GFS2 (or OCFS2) and other services. Currently…
Tadas Šubonis
  • 171
  • 1
  • 6
0
votes
1 answer

Web server to DB server connection speed

we are designing a cluster of 2xnginx, 2xapache, 2xmemcache, 2xmysql servers for a high traffic web site. Current web site runs on 1 dedicated web server and 1 dedicated db server. the current web server sees a peak of ~60Mbps incoming traffic and…
webgr
  • 213
  • 1
  • 2
  • 7
0
votes
2 answers

Pros/cons cloud vs real servers

We need to change our hosting provider and we are evaluating various solutions. My company has a cluster of 8 linux servers, configured as follow: 2 load balancer (high availability) 2 web server (load balancing) 2 database MySql (replication) 2…