Difference between revisions of "ClusterSsh"

From Linuxintro
imported>ThorstenStaerk
m (ThorstenStaerk moved page Cluster to ClusterSsh)
imported>ThorstenStaerk
Line 1: Line 1:
A [http://en.wikipedia.org/wiki/Cluster_%28computing%29 cluster] is several computers working together.
+
A [http://en.wikipedia.org/wiki/Cluster_%28computing%29 cluster] is several computers working together. ClusterSSH is a tool that allows you to run the same commands on several computers.
 
 
Useful tools:
 
  
 
{|align="right"  
 
{|align="right"  
Line 7: Line 5:
 
|}
 
|}
  
* [http://sourceforge.net/projects/clusterssh/ clusterssh]
+
* Download ClusterSsh from [http://sourceforge.net/projects/clusterssh/ clusterssh]
 +
* unpack it by [[opening a console]] and entering:
 +
tar xvzf Downloads/clusterssh*
 +
* install some dependencies, e.g. under SUSE Linux:
 +
yast -i perl-Tk
 +
* [[build]] it:
 +
cd
 +
cd cluster*
 +
./configure && make && make install

Revision as of 12:46, 30 October 2013

A cluster is several computers working together. ClusterSSH is a tool that allows you to run the same commands on several computers.

ClusterSSH (click to enlarge)
tar xvzf Downloads/clusterssh*
  • install some dependencies, e.g. under SUSE Linux:
yast -i perl-Tk
cd
cd cluster*
./configure && make && make install