-
Notifications
You must be signed in to change notification settings - Fork 78
Home
#ClusterSSH - What is it all about?
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.
##Recent Updates
I have now started the re-write for Series 4 which includes moving away from using GNU tools to a standard Perl module layout.
I have also registered the 'App::ClusterSSH' module name on CPAN.
If anyone wishes to help with the code re-write, please [mailto:[email protected] email me]. If you have any suggestions for extra items (or spot any typos), or you would like access to make changes yourself, please [mailto:[email protected] email me].
Some of the bugs in the tracker require specific installs/setups which I do not have access to for fixing/testing purposes. If you are able to help with resolving the current bug list, please [mailto:[email protected] email me]
##Support Requests
Request for support can be placed in the [http://sourceforge.net/tracker/?group_id=89139&atid=589146 project support tracker]
##Announcements
Announcements will still be sent via the project [http://sourceforge.net/mail/?group_id=89139 mailing list].
##Latest Release
Version 3.28 was put out on general release on 19th December 2009 and is available on the downloads page. The development version 4.00_01 was released to both SourceForge and CPAN on the 8th January 2010.
##Source Code Source code is available from the SourceForge git repository (see https://sourceforge.net/scm/?type=git&group_id=89139) and also via a mirror on GitHub (see http://github.com/duncs/clusterssh)
##Related Projects
[http://chainssh.sourceforge.net/ ChainSSH] is a shell script to simplify ssh logins via multiple sshgateways/firewallgateaways.