Categories

Visit BadVista.org Visit PlayOgg.org Visit DefectiveByDesign.org

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


User level: Submit a level

User Rating:

Homepage

License(s) :

GPLv2orlater

Rate it!

 

About

Leadership
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

User Community and Support

User README available in HTML format from http://www.viraj.org/remote_update/README

General Resources
Support Resources

Development

Developer Resources
Bug Tracking Resources
 

Please send comments on these web pages to bug-directory@fsf.org, send other questions to info@fsf.org.

Copyright © 2000 - 2008 Free Software Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA

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

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 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.