Difference between revisions of "ClusterSsh"

From Linuxintro
imported>ThorstenStaerk
m
imported>ThorstenStaerk
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
  cd cluster*
 
  cd cluster*
 
  ./configure && make && make install
 
  ./configure && make && make install
 +
* start it:
 +
cssh
 +
 +
[[Category:Tool]]

Latest revision as of 14:42, 14 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
  • start it:
cssh