clusterssh/INSTALL

64 lines
1.8 KiB
Text
Raw Permalink Normal View History

2009-12-19 17:20:33 +00:00
App-ClusterSSH
2005-04-29 11:33:50 +00:00
2010-01-08 22:43:43 +00:00
The is the Perl application bundle for ClusterSSH (a.k.a cssh), formally
a GNU tools based project.
2005-04-29 11:33:50 +00:00
2010-01-08 22:43:43 +00:00
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.
2004-08-16 13:09:50 +00:00
2010-01-08 22:43:43 +00:00
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.
2015-10-01 18:14:32 +01:00
For more information, go to https://github.com/duncs/clusterssh
2005-04-29 11:33:50 +00:00
2009-12-19 17:20:33 +00:00
INSTALLATION
2005-04-29 11:33:50 +00:00
2009-12-19 17:20:33 +00:00
To install this module, run the following commands:
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
perl Build.PL
./Build
./Build test
./Build install
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
SUPPORT AND DOCUMENTATION
2005-04-29 11:33:50 +00:00
2009-12-19 17:20:33 +00:00
After installing, you can find documentation for this module with the
perldoc command.
2005-04-29 11:33:50 +00:00
2010-01-08 22:43:43 +00:00
perldoc cssh
or (if your MANPATH is set up appropriately)
man cssh
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
You can also look for information at:
2004-08-16 13:09:50 +00:00
2016-03-17 13:42:30 +05:30
Web site and GitHub project page
2015-10-01 18:14:32 +01:00
https://github.com/duncs/clusterssh
2010-01-08 22:43:43 +00:00
Project support area
2015-10-01 18:14:32 +01:00
https://github.com/duncs/clusterssh/issues
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/App-ClusterSSH
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
CPAN Ratings
http://cpanratings.perl.org/d/App-ClusterSSH
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
Search CPAN
http://search.cpan.org/dist/App-ClusterSSH/
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
COPYRIGHT AND LICENCE
2004-08-16 13:09:50 +00:00
2017-03-04 11:05:20 +00:00
Copyright (C) 1999-2016 Duncan Ferguson
2004-08-16 13:09:50 +00:00
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.