Cluster SSH - Cluster Admin Via SSH
Find a file
Duncan Ferguson cbb31ca09c Release 3.27
2009-09-24 18:31:57 +01:00
src Release 3.27 2009-09-24 18:31:57 +01:00
AUTHORS Reorg directory structure 2009-08-11 17:12:17 +01:00
ChangeLog Release 3.27 2009-09-24 18:31:57 +01:00
clusterssh-24x24.png Reorg directory structure 2009-08-11 17:12:17 +01:00
clusterssh-32x32.png Reorg directory structure 2009-08-11 17:12:17 +01:00
clusterssh-48x48.png Reorg directory structure 2009-08-11 17:12:17 +01:00
clusterssh.desktop Reorg directory structure 2009-08-11 17:12:17 +01:00
clusterssh.spec Release 3.27 2009-09-24 18:31:57 +01:00
configure.in Release 3.27 2009-09-24 18:31:57 +01:00
COPYING Reorg directory structure 2009-08-11 17:12:17 +01:00
INSTALL Reorg directory structure 2009-08-11 17:12:17 +01:00
Makefile.am Reorg directory structure 2009-08-11 17:12:17 +01:00
NEWS Reorg directory structure 2009-08-11 17:12:17 +01:00
README Reorg directory structure 2009-08-11 17:12:17 +01:00
README.RELEASE Release 3.27 2009-09-24 18:31:57 +01:00
reconf Reorg directory structure 2009-08-11 17:12:17 +01:00
THANKS Reorg directory structure 2009-08-11 17:12:17 +01:00
upload Reorg directory structure 2009-08-11 17:12:17 +01:00

Introduction
============

This utility allows multiple terminal sessions to be controlled from
a single "console".  This allows for performing the same action on 
multiple hosts concurrently.

Quick Install Guide
===================

Ensure you have the pre-requisite perl modules installed.  Required 
modules are:

	Tk
	X11::Protocol

For each of these modules, run the following command.  If it fails, 
either install from your apt-get or yum repositories, or download 
and install the module from http://search.cpan.org/

	$ perl -M<module> -e "print"
i.e.
	$ perl -MTk -e "print"

If all modules are present, perform the following:

	$ ./configure
	$ make
	$ make install

For more advanced options, refer to the INSTALL file.

You should now be able to run
	$ cssh <server1> <server2>

Read the documentation for further information.

Documentation
=============

All documentation is held within cssh itself.  Access the man page 
by
	$ perldoc cssh
Further documentation and a FAQ are avaialble from the homepage

Announcements & New Version
===========================

Please subscribe to the new announcements mailing list here
	http://lists.sourceforge.net/lists/listinfo/clusterssh-announce

Web Homepage
===============

	http://clusterssh.sourceforge.net/

Further Support and Bugs/Featuer Requests
=========================================

Please log all requests for help in the forums on the web site.

$Id$