Cluster SSH - Cluster Admin Via SSH
Find a file
Duncan Ferguson 47a2a58f47 Revert "Updated meta files"
This reverts commit b58b39c152.
2010-06-18 23:49:33 +01:00
bin Revert "Start using some new functionality - NOTE: cssh not working with these changes" 2010-06-18 23:49:09 +01:00
lib/App Revert "Further functionality changes - still nothing working" 2010-06-18 23:48:47 +01:00
t Revert "Further functionality changes - still nothing working" 2010-06-18 23:48:47 +01:00
.gitignore Result of first dist build 2009-12-19 17:40:38 +00:00
AUTHORS Reorg directory structure 2009-08-11 17:12:17 +01:00
Build.PL Build.PL bugtracker and homepage resources 2010-03-25 09:45:09 +00:00
Changes Build.PL bugtracker and homepage resources 2010-03-25 09:45:09 +00:00
MANIFEST Sort and add in crsh/ctel 2009-12-31 15:32:05 +00:00
META.yml Revert "Updated meta files" 2010-06-18 23:49:33 +01:00
README Update text 2010-01-08 22:43:43 +00:00
THANKS Improve binary search algorithm 2009-11-27 19:11:17 +00:00

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 http://clusterssh.sourceforge.net

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 SourceForge project page
        http://clusterssh.sourceforge.net
        http://sourceforge.net/projects/clusterssh/

    Project support area
        https://sourceforge.net/projects/clusterssh/support

    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) 2009 Duncan Ferguson

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.