monnappa appaiah wrote:
         i need  help on something i'm working on.............I have 127
systems connected in the network, i want to write a script which will run on
a management server, i shud be able to connect to each and every system (all
the systems have same password) and execute certain commands and the output
of those commands shud be put in a file........i'm new to perl, can somebody
help me as to how can i do this?

You could use gsh:

gsh myhosts 'my_command.sh' > /tmp/output.txt

http://outflux.net/unix/software/gsh

Phil


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to