Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to Parallel SSH execution and a single shell to control them all
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
Parallel SSH execution and a single shell to control them all
Posted by: Anonymous [ip: 66.151.59.138] on November 04, 2008 04:09 PMIt is released under the gplv3 and can be downloaded from:
http://code.google.com/p/onall/
I do something like this to execute a command on all hosts and set the timeout to 10 seconds:
host -l internal.dns.zone | awk '{print $1}' | onall -t10 "uptime"
#