Categories
Remote_Update
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.
Last updated 17 May, 2005
About
Leadership
- Viraj Alankar - Maintainer
Requirements
- expect (Use Requirement)
- expect/Tcl/tk libraries (Use Requirement)
- Open SSH (local and remote hosts) (Use Requirement)
Related Projects
LazyFTP, Remote GUD, dish, fallback-reboot, rlCMP, rsnapshot
Versions
1.6
1.6 stable released 2002-06-19
- Released: 19 Jun, 2002
- Code Maturity: Stable
- Source Archive: http://www.viraj.org/remote_update/remote_updat...
- Licenses: GPLv2orlater
- Interfaces: Command Line
User Community and Support
User README available in HTML format from http://www.viraj.org/remote_update/README




