How to program in Python to run system commands in 1000s of servers

Babu babukk at gmail.com
Tue Apr 5 10:51:41 EDT 2011


Here is my problem:  Want to program in python to run sysadmin
commands across 1000s of servers and gather the result in one place.
Many times the commands need to be run as root.  We cannot use ssh as
root remote connectivity as well.  What are the different ways of
programming in python to achieve this?



More information about the Python-list mailing list