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

How to enable an active/active file server cluster in windows 2008 r2 Enterprise

I've just created a cluster for my file servers in Windows 2008 R2 Ent SP1 environment. The goal - an Active/Active cluster for web server data How do I go about telling the cluster to be active for both nodes? Do I have to tell the cluster to be…
0
votes
2 answers

Is it possible to set up multiple named instances running on a SQl Server 2008 R2 Active/Passive Cluster?

I'm trying to plan a SQL Server 2008 R2 2 node Active/Passive failover cluster. Is it possible to set up multiple named instances running on the cluster? e.g. sqlcluster sqlcluster\demo sqlcluster\dev And could demo and dev share the same SAN…
Kenny
  • 520
  • 1
  • 9
  • 24
0
votes
2 answers

Checking if server is alive and taking action if it isn't

Possible Duplicate: What tool do you use to monitor your servers? I am looking for a monitoring solution for a server farm. It should resolve following issues: Detect if the host has failed or alive and if possible detect whether the host really…
shreyas
  • 267
  • 1
  • 3
  • 6
0
votes
1 answer

SQL Server 2005 and Windows Server 2003 - Cluster Logs

We have a active/active failover cluster. I am trying to find out if one of my resource group (SQL Server 2005) was automatically/manually flipped to another node at a given point of time. I have looked…
sqlbuzz
  • 23
  • 4
0
votes
1 answer

Is it possible to establish more than one load balancer with apache?

I've decided to cluster my J2EE web application using apache mod_jk as a front-end load balancer which redirects requests to a bunch of tomcat6 instances. Something like this. But there is a problem that makes me kinda skeptical about this…
SJ.Jafari
  • 204
  • 1
  • 4
  • 8
0
votes
2 answers

Why do you need more than two node cluster

Why anyone would need more than two node cluster? Cluster to my understanding is to provide HA ( not load balancing ). Having multisite two node cluster should provide you enough HA. I tried searching for answer but could not find any…
RTT
0
votes
1 answer

Active Directory Lightweight Directory Services (AD LDS) best practice for clustering

We decide to use Active Directory Lightweight Directory Services (AD LDS) for our application. But we cannot find the guide for clustering this service. Can anybody suggest or give a link to the best-practice for clustering Active Directory…
Sasha
  • 229
  • 2
  • 5
  • 12
0
votes
3 answers

Multiple Active Nodes with SQL Server 2008 R2

Is this possible either out of the box or using additional tools or frameworks? I'm looking to set up at least two simultaneously active machines to better understand how high scalability for databases works. Sites like Facebook must use multiple…
S. Valmont
0
votes
1 answer

Ubuntu apache-tomcat webserver clustering/load balancing

I have a Ubuntu production server running apache2 and tomcat6 both on port 80 with mod_jk setup hosting some jsp pages. And also, all the client's informations are stored in the mysql databases on the same server. And CDN is used for static…
user53864
  • 1,723
  • 11
  • 37
  • 66
0
votes
3 answers

Virtual IP or Load balancing for a http/ mysql cluster

First of all i have to say i'm very very newbie as sysadmin. I'm trying to do someone else's work, and i have almost 0 experience in clustering / load balancing and related stuff. This is the situation. I have 4 phisical servers. The wanted…
n0cturnal
  • 101
  • 1
  • 1
0
votes
1 answer

web server mysql replication over slow adsl lines

I would just like some recommendations. Currently i am sitting with a vps server in europe that hosts my webserver and my mysql database. It servers our clients as a place to download documents and reports. We used to host the server on our company…
Ludger
  • 182
  • 1
  • 6
0
votes
3 answers

Memory settings for multi-instance failover clustering

When using multi-instance failover clustering (used to be called active-active) in SQL Server 2005 and 2008, I'd like to know what you configure the min and max server memory to. For a two-node multi-instance cluster (with two instances, one on each…
Paul Randal
  • 7,194
  • 1
  • 36
  • 45
0
votes
1 answer

Need help to build a strategy

I am a Junior System Administrator with one of the Engineering Schools. One of the Professors got a donation of 45 servers (Dell Poweredge 1690) from Yahoo. Following are his requirements: hadoop (mapreduce) on Linux (which flavor of Linux and…
Anup
  • 1
0
votes
1 answer

SP2 install on A\P fail-over cluster for SQL2008 & Win2008 - How to?

Any recommendations and any known issues with installing SP2 for SQL2008 on Win2008 fail-over Active\Passive Cluster? And the best procedure to get this done with minimum downtime? Replication and Service-Broker also running and Distributor is…
0
votes
1 answer

What kind of hardware should I be looking at to scale to ~20k users continually?

Let's say it's something like Stack Exchange that I'll be running (it isn't, but it's close enough to have similar resource usage), and I'll have approximately 20000 users from August to January (with many more after that time). The network this…
Ryan Lester
  • 267
  • 1
  • 9