To run a python script in all the machines from one server
Eyal Lotem
eyal.lotem at gmail.com
Tue Mar 28 05:27:57 EST 2006
muttu2244 at yahoo.com wrote:
> Hi Everyone
>
> I want to run a python script in all the machines that are connected
> through local network and collect the information about that machine
> such as HDD size, RAM capacity(with number of slots) ,processer speed
> etc.
>
> But i want to run a script from just the server, so that it should
> start scripts in all other machines, and get their local machines
> information and dump the same information in some FTP.
>
> Could you please let me know how can i do this??
>
> Thanks
> Yogi
Take a look at: http://pybuild.sf.net/pyinvoke.html or
http://rpyc.sourceforge.net
More information about the Python-list
mailing list