Cluster SSH - Cluster Admin Via SSH
Find a file
Duncan Ferguson 0853d8fee6 Alternative IPv6 address port
Allow for parsing ports from 'xxxx:xxxx:xxxx:xxxx/pppp' style IPv6 addresses
2014-07-02 18:48:06 +01:00
bin_PL Correct MANIFEST and remove unused files 2014-06-28 12:03:49 +01:00
lib/App Alternative IPv6 address port 2014-07-02 18:48:06 +01:00
t Alternative IPv6 address port 2014-07-02 18:48:06 +01:00
.gitignore Use built in mechanism to generate scripts with docs rather than home-brew routine 2014-05-29 11:24:24 +01:00
AUTHORS Reorg directory structure 2009-08-11 17:12:17 +01:00
Build.PL Remove unused code & files 2014-06-28 12:00:38 +01:00
Changes Alternative IPv6 address port 2014-07-02 18:48:06 +01:00
Makefile.PL Release 4.02_04 2014-05-17 17:17:43 +01:00
MANIFEST Create initial test file 2014-07-01 19:07:52 +01:00
MANIFEST.SKIP Use built in mechanism to generate scripts with docs rather than home-brew routine 2014-05-29 11:24:24 +01:00
META.json Misssed some updates from 4.02_04 release 2014-05-17 17:20:35 +01:00
META.yml Misssed some updates from 4.02_04 release 2014-05-17 17:20:35 +01:00
README Standardise licence 2010-06-20 20:23:41 +01:00
THANKS New options to not open repeated terminals 2013-02-27 10:26:05 +00:00
TODO Add in 'ccon' command 2011-06-30 11:12:59 +01:00
WIP_TASKS Get "-a 'cmd ; cmd'" multiple commands working 2011-12-03 10:03:03 +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) 1999-2010 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.