Difference between revisions of "ClusterSsh"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | 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. | |
− | |||
− | [[ | + | {|align="right" |
+ | |[[image:Snapshot-cssh.png|right|thumb|400px|ClusterSSH (click to enlarge)]] | ||
+ | |} | ||
+ | |||
+ | * 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 | ||
+ | * 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.
- Download ClusterSsh from 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
- start it:
cssh