Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Linux Development & Programming => Topic started by: cloudsuser on May 30, 2010, 07:27:27 AM

Title: ssh - execute the script remotely / File not found: ''
Post by: cloudsuser on May 30, 2010, 07:27:27 AM
ssh - execute the script remotely / File not found: ''

I am uisng amazon ec2-api-tool & ec2-ami-tool

i was unable to execute through ssh.
Getting error as

File not found: ''

The same script i can able to run directly in client machine successfully.

Through ssh i was uanble to run the script remotely
Source : myScript.sh
ec2-create-volume --size $1 --availability-zone $2

$ssh -i key.pem root@myhost ./myScript.sh 10 us-east-1a
File not found: ''

Note i have read write permission to my remote machine script myScript.sh
Title: Re: ssh - execute the script remotely / File not found: ''
Post by: gauravbajaj on June 11, 2010, 05:12:53 AM
where the script reside i.e at which dir? is it reside under "/" or "/root"
Title: Re: ssh - execute the script remotely / File not found: ''
Post by: dragoncity99 on July 23, 2010, 11:22:27 AM
If you are to execute removely eucalyptus tools, you should be source the profiles first. Without the profiles, your eucalyptus binaries' path are not included in the PATH environment variable. :)