Difference between revisions of "Cluster Computing"
From Teknologisk videncenter
m (→Linux Clustering at Mercantec) |
m (→Storage Clusters) |
||
Line 18: | Line 18: | ||
|} | |} | ||
Often you would need a combination of these Clusters in a installation. | Often you would need a combination of these Clusters in a installation. | ||
− | == Storage Clusters == | + | == Storage Clusters == |
<span id="Storage Clusters"></span> | <span id="Storage Clusters"></span> | ||
+ | |||
+ | *RedHat CentOS [[GFS CentOS]] | ||
+ | *[[iSCSI]]´ | ||
+ | *[[FreeNAS]] | ||
+ | |||
== High Availability Clusters == | == High Availability Clusters == | ||
== Load Balancing Clusters == | == Load Balancing Clusters == |
Revision as of 07:10, 4 May 2009
See Cluster Computing for a definition Engineering a Beowulf-style Compute Cluster
Contents
What is a Cluster
A cluster is a setup of two or more computers - called nodes - that work together to perform a task.
Types of clusters
Basically there are four type of clusters:
Storage Clusters | Shared filesystem among nodes |
High Availability Clusters | Failover, redundancy |
Load Balancing Clusters | Distribute Load between two or more nodes |
High Performance Clusters | Parallel computing, more nodes solving the same problem |
Often you would need a combination of these Clusters in a installation.
Storage Clusters
- RedHat CentOS GFS CentOS
- iSCSI´
- FreeNAS
High Availability Clusters
Load Balancing Clusters
Load balancing with Cisco IOS NAT
High Performance Clusters
While there are several systems for cluster computing. OSCAR is very popular.
Grid computing
For example seti@home
Examples of cluster solutions
OSCAR
Diskless nodes
See Pegasus homepage for ideas to implement a diskless Linux cluster.
Concepts and abbreviations
Fencing
When a node fails in a cluster, the node is fenced, which means it will be rejected from shared resources.