|
Posted by Tim Martin on 07/02/06 08:50
gavino wrote:
> This seems easy but I have been asking tcl and python IRC chat all day
> and no one gave an answer.
> I have 100 servers which need a new backup server added to a text file,
>
> and then the backup agent restarted.
> If I have a list of the servers, all with same root password, and the
> connection is ssh.
> How do I connect to the server, cat the line to the config file, stop
> adn start the agent, and then do same to next server in list and
> iterate through the 100 servers.
> What script would allow this?
>
If I understand you correctly, I believe Mussh might do the trick:
http://sourceforge.net/projects/mussh
I've never used it myself though.
Tim
[Back to original message]
|