forked from duncs/clusterssh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
63 lines (40 loc) · 1.76 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
App-ClusterSSH
The is the Perl application bundle for ClusterSSH (a.k.a cssh), formally
a GNU tools based project.
ClusterSSH is a tool for making the same change on multiple servers at
the same time. The 'cssh' command opens an administration console and
an xterm to all specified hosts. Any text typed into the administration
console is replicated to all windows. All windows may also be typed into
directly.
This tool is intended for (but not limited to) cluster administration
where the same configuration or commands must be run on each node
within the cluster. Performing these commands all at once via this
tool ensures all nodes are kept in sync.
For more information, go to https://github.com/duncs/clusterssh
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc cssh
or (if your MANPATH is set up appropriately)
man cssh
You can also look for information at:
Web site and GitHub project page
https://github.com/duncs/clusterssh
Project support area
https://github.com/duncs/clusterssh/issues
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/App-ClusterSSH
CPAN Ratings
http://cpanratings.perl.org/d/App-ClusterSSH
Search CPAN
http://search.cpan.org/dist/App-ClusterSSH/
COPYRIGHT AND LICENCE
Copyright (C) 1999-2015 Duncan Ferguson
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.