Menu

Tree [614493] master release-4.03_06 /
 History

HTTPS access


File Date Author Commit
 bin_PL unknown
 lib 2015-01-31 Duncan Ferguson Duncan Ferguson [c53eed] Update version and changes file with patch from...
 t 2014-12-20 Duncan Ferguson Duncan Ferguson [fb4d99] Fix some tests failures
 .gitignore 2013-02-14 Duncan Ferguson Duncan Ferguson [7f6717] Tidy up repo for MYMETA file
 AUTHORS 2009-08-11 Duncan Ferguson Duncan Ferguson [753caf] Reorg directory structure
 Build.PL 2014-12-20 Duncan Ferguson Duncan Ferguson [fb4d99] Fix some tests failures
 Changes 2015-01-31 Duncan Ferguson Duncan Ferguson [614493] Correct typo
 MANIFEST 2013-04-16 Duncan Ferguson Duncan Ferguson [b93a99] Add in missing test file
 MANIFEST.SKIP 2013-03-23 Duncan Ferguson Duncan Ferguson [06a5f9] Exclude testcover files
 META.json 2015-01-31 Duncan Ferguson Duncan Ferguson [5fbc45] Version 4.03_06 release changes
 META.yml 2015-01-31 Duncan Ferguson Duncan Ferguson [5fbc45] Version 4.03_06 release changes
 Makefile.PL 2015-01-31 Duncan Ferguson Duncan Ferguson [5fbc45] Version 4.03_06 release changes
 README 2010-06-20 Duncan Ferguson Duncan Ferguson [74809e] Standardise licence
 THANKS 2013-02-27 Duncan Ferguson Duncan Ferguson [83691e] New options to not open repeated terminals
 TODO 2011-06-30 Duncan Ferguson Duncan Ferguson [f04b40] Add in 'ccon' command
 WIP_TASKS 2011-12-03 Duncan Ferguson Duncan Ferguson [cb3aa9] Get "-a 'cmd ; cmd'" multiple commands working

Read Me

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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.