clusterssh/README

65 lines
1.7 KiB
Text
Raw 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.
For more information, go to http://clusterssh.sourceforge.net
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
2010-01-08 22:43:43 +00:00
Web site and SourceForge project page
http://clusterssh.sourceforge.net
http://sourceforge.net/projects/clusterssh/
Project support area
https://sourceforge.net/projects/clusterssh/support
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
2009-12-19 17:20:33 +00:00
Copyright (C) 2009 Duncan Ferguson
2004-08-16 13:09:50 +00:00
2009-12-19 17:20:33 +00:00
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
2004-08-16 13:09:50 +00:00