You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Rajesh Battala <ra...@citrix.com> on 2013/12/04 15:08:02 UTC

savepassword.sh file not found error while VM deploy

Hi All,

I had generated a new systemvm template from Jenkins systemvm64-master job.
Using that template I had created a VR. When instance is getting deployed am getting error

INFO  [c.c.h.h.r.HypervDirectConnectResource] (DirectAgent-142:ctx-34ca54bd) dhcp_entry command on domain router 10.102.194.39 completed
INFO  [c.c.h.h.r.HypervDirectConnectResource] (DirectAgent-58:ctx-5fd5555c) Executing resource SavePasswordCommand. vmName: VM-1350aaab-9d1c-4a9e-a04a-5b3b92a5f5e5, vmIp: 10.1.1.67, password: f*************
ERROR [c.c.u.s.SshHelper] (DirectAgent-58:ctx-5fd5555c) SSH execution of command /root/savepassword.sh  -v 10.1.1.67 -p fnirq_cnffjbeq has an error status code in return. result output: bash: /root/savepassword.sh: No such file or directory

ERROR [c.c.h.h.r.HypervDirectConnectResource] (DirectAgent-58:ctx-5fd5555c) savepassword command on domain router 10.102.194.39 failed, message: bash: /root/savepassword.sh: No such file or directory

In the systemvm generated from the jenksin job I had observer "savepassword.sh" is not present in "/root".

My mgmt. server is on 4.3 and am not able to deploy instance because of this issue.

Any pointers?

Thanks
Rajesh Battala

Re: savepassword.sh file not found error while VM deploy

Posted by Abhinandan Prateek <Ab...@citrix.com>.
In the c.c.h.h.r.HypervDirectConnectResource the ssh command is executed
using /root/savepassword.sh pathŠneed to change it to match where the
script is.

On 04/12/13 7:38 pm, "Rajesh Battala" <ra...@citrix.com> wrote:

>Hi All,
>
>I had generated a new systemvm template from Jenkins systemvm64-master
>job.
>Using that template I had created a VR. When instance is getting deployed
>am getting error
>
>INFO  [c.c.h.h.r.HypervDirectConnectResource]
>(DirectAgent-142:ctx-34ca54bd) dhcp_entry command on domain router
>10.102.194.39 completed
>INFO  [c.c.h.h.r.HypervDirectConnectResource]
>(DirectAgent-58:ctx-5fd5555c) Executing resource SavePasswordCommand.
>vmName: VM-1350aaab-9d1c-4a9e-a04a-5b3b92a5f5e5, vmIp: 10.1.1.67,
>password: f*************
>ERROR [c.c.u.s.SshHelper] (DirectAgent-58:ctx-5fd5555c) SSH execution of
>command /root/savepassword.sh  -v 10.1.1.67 -p fnirq_cnffjbeq has an
>error status code in return. result output: bash: /root/savepassword.sh:
>No such file or directory
>
>ERROR [c.c.h.h.r.HypervDirectConnectResource]
>(DirectAgent-58:ctx-5fd5555c) savepassword command on domain router
>10.102.194.39 failed, message: bash: /root/savepassword.sh: No such file
>or directory
>
>In the systemvm generated from the jenksin job I had observer
>"savepassword.sh" is not present in "/root".
>
>My mgmt. server is on 4.3 and am not able to deploy instance because of
>this issue.
>
>Any pointers?
>
>Thanks
>Rajesh Battala