>  From: y2k_sonu <[EMAIL PROTECTED]>
>  Subject: [twincling] remote shell script execution
>  Sent: 04 May '07 12:58
>  
>  Hi folks,
>  
>  I have a Perl Script from which i want to run a shell script on a
>  UNIX machine on the network.
>  What are the best ways to do this ?
>  
>  Thanks
>  Sumit
>  

ScriptA on machineA wants to run a ScriptB on machineB.

Communication from machineA to machineB will happen over network.
Infrastructure for communication between machineA and machineB
will be required for command and parameter passing.

Flow looks like:
 scriptA --> interfaceA of infrastructure 
                   <--[ network bytes ] -->
                 interfaceB of infrastructure --> scriptB

This is the general pattern !

You either implement the infrastructure yourself 
or utilize the available ones.

thanks
Saifi.

Reply via email to