ClusterSsh

From Linuxintro
Revision as of 12:46, 30 October 2013 by imported>ThorstenStaerk

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