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

Create a fake job for SGE to fill all nodes before launching a job that will run on complete nodes

The problem of submitting jobs on SGE to run on complete nodes was addressed before in this forum. Several solutions have been suggested, one of which is to configure SGE to allow for the usage of the option -l excl=TRUE, another solution is to ask…
FineUser
  • 1
  • 2
-1
votes
1 answer

Does server clustering increase througput?

I heard from a not technical person that combining two server(clustering) he can get more powerful server. He claims that then his computation take less time. Mainly, the person is from chemistry background. He uses Gaussian program in his server.…
alhelal
  • 101
  • 3
-1
votes
1 answer

In need of Disk Signature change method - Windows Server 2003 Enterp. x64 SP2

OS: Windows Server 2003 Enterprise x64 Edition SP2 I'm trying to change some Disk Signatures in order to recover a cluster. I'm following this guide from…
Kostas
  • 11
-1
votes
1 answer

Why multiple instances on single server is better than single intance on single server?

Want to understand why cluster with multiple instances on single server is better than single instance on single server. Assuming linux server with 16GB RAM and for java application.
-1
votes
1 answer

Tool/formula for calculating overall availability of a cluster when adding/removing nodes

I'm trying to find common methods for calculating overall system availability when the app runs on a cluster and the app isn't fault tolerant. I.E. If any one node of the cluster is down, the app fails. When incrementing linearly from 1, I can…
SQLmojoe
  • 101
  • 2
-1
votes
1 answer

MongoDB, How can I migrate database to new cluster with higher version without an outage

We are having our mongodb cluster at AWS and our production DB mongo is very old - we are still using version 2.6 then latest version at the moment is 3.2.7. We need to upgrade mongodb binaries to the latest version. We can't upgrade existing DB…
-1
votes
1 answer

Servers, cloud and network

I need so help so I have few questions. I work in small company and we are going to be buying one or two servers for our needs. We are in area that isn't well equip with internet (only ADSL or WiMAX) so we want our own network that isn't relying on…
Nikola
  • 1
-1
votes
1 answer

Openstack cluster for parallel execution?

I want to try Ubuntu OpenStack with Metal-as-a-Service (MaaS) for web application purposes. I would be using Apache2, PHP, MySQL and Postgres. If I got 5 or more machines setup and installed all those application would it be able work as cluster,…
haidarvm
  • 121
  • 1
  • 4
-1
votes
1 answer

What is the "cluster" cron job?

I understand that cron job is some task running automatically on unix-like OS. My server is ubuntu14.04 with webmin installed. I was trying to setup a cron job through webmin, there is this "cluster cron job" in the menu. I did a little search but…
shenkwen
  • 199
  • 2
  • 14
-1
votes
1 answer

CentOS and Clustering

I'am searching a way to create a cluster of servers based on some rules making it cheking if http, https and custom ports are locally serving request and the same for other remote machines, and if this is possibly, send a vote (token) to the rest of…
Gotttlieb
  • 25
  • 5
-1
votes
1 answer

How to retain the Session vars when deploying in Clouds and Cluster servers?

How do you ensure your user retains the same session information when your application is deployed to a cluster?
mahen3d
  • 4,342
  • 14
  • 36
  • 57
-1
votes
2 answers

Configuration of pacemaker

I am having trouble setting up the following with pacemaker: a 2-node cluster where the master server always has IP address A, and the slave server always has IP address B. This is a failover cluster, so when the servers switch roles, the IP…
Brent
  • 22,857
  • 19
  • 70
  • 102
-1
votes
3 answers

How does HA / failover work?

Let's say we have ten servers, each one has a copy of stateless application. user enters address in a browser / client program. dns server returns a list of ip (however many people say that dns should not be used to provide HA, especially for…
-1
votes
1 answer

How to setup a group profile based for terminal server via LDAP?

I have 4 terminal server "they are clustered together." All of them have the same specs and same configuration. and have Windows Server 2008 R2 installed on them. All users are using LDAP to log in. Also I am using roaming profiles for those…
-1
votes
2 answers

New 2012r2 hyper-v cluster, GUI or server core?

I have not worked with a Server Core install before. We will soon be moving from old hardware running Server 2012 (with GUI) for our hyper-v cluster to new hardware and plan to install Server 2012r2. I have read that going Server Core is better…
jeremy
  • 855
  • 4
  • 20
  • 31