Difference between revisions of "ClusterSsh"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
m
Line 2: Line 2:
  
 
{|align="right"  
 
{|align="right"  
|[[image:Snapshot-cssh.png|right|thumb|200px|ClusterSSH (click to enlarge)]]  
+
|[[image:Snapshot-cssh.png|right|thumb|400px|ClusterSSH (click to enlarge)]]  
 
|}
 
|}
  

Revision as of 10:10, 12 November 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