Top > All Packages in Directory > Remote_Update

Remote_Update - Automates remote administration tasks

remote_update.pl is a script that uses Expect, PERL, and SSH to perform automated remote administration on a large number of hosts. The script is given a set of passwords, a list of remote hosts, a collection of files to copy over, and a set of scripts to run on the remote hosts. The only thing required to be running on the remote machines is SSH.

It tries to copy all of the needed files and scripts to the remote machine via SCP as a non-root user, SSH in as the non-root user, su to root on the remote machine if applicable, and then execute the scripts you provided. This process is cycled for every host given. su'ing to root can be turned off, and also the tasks can be parallelized in multiple processes.

Obtaining

Web pagehttp://www.cse.fau.edu/~valankar/
Source tarball http://www.cse.fau.edu/~valankar/remote_update/remote_update-1.6.tar.gz
Version 1.6 (stable) released on 2002-06-19
Licensed under The GNU General Public License, Version 2 or later.
This is not a GNU package.

Documentation

User README available in HTML format from http://www.cse.fau.edu/~valankar/remote_update/README
Support contacts

Help List<valankar@bigfoot.com>
Developer List<valankar@bigfoot.com>
Bug List<valankar@bigfoot.com>

Project contacts

Maintainers
Developers

Related information

Interfacescommand line
Source languagesPerl
Use requirementsexpect, expect/Tcl/tk libraries, Open SSH (local and remote hosts)

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2001-08-22
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.