----- Original Message -----
> Hi alex
>
> I tried the command you suggested however it is giving me following
> error.
>
> ERROR: The RPC server is unavailable.
Hi,
Please do not top post :)
If python is installed on the remote machine, using execnet http://codespeak.net/execnet/ is very easy. Its only requirement is python being installed on both machines.
JM
-- IMPORTANT NOTICE:
The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
> I tried it, however it seems really complicated.
> If you have used it before, can you show me how can i do it ?
> Gaurang Shah
> Blog: qtp-help.blogspot.com
> Mobile: +91 738756556
Please don't ask question off-list.
It's not complicated at all.
The documentation has a lot of examples:
http://codespeak.net/execnet/example/test_info.html#execute-source-code-in-subprocess-communicate-through-a-channel
makegateway by defaut execute the code on the local machine. You simply need to use something like
makegateway("ssh=myRemoteMachine")
cheers,