Re: password enabled templates

2013-07-04 Thread ramnivas indani
. > > Regards > > Geoff Higginbottom > > D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 > > geoff.higginbot...@shapeblue.com > > -Original Message- > From: Ahmad Emneina [mailto:aemne...@gmail.com] > Sent: 04 July 2013 10:01 > To: Cloudstac

RE: password enabled templates

2013-07-04 Thread Geoff Higginbottom
ssage- From: Ahmad Emneina [mailto:aemne...@gmail.com] Sent: 04 July 2013 10:01 To: Cloudstack users mailing list Subject: Re: password enabled templates should be the root user if its centos or rhel. On Thu, Jul 4, 2013 at 1:43 AM, ramnivas indani wrote: > Hi, > > i have already emb

Re: password enabled templates

2013-07-04 Thread Ahmad Emneina
should be the root user if its centos or rhel. On Thu, Jul 4, 2013 at 1:43 AM, ramnivas indani wrote: > Hi, > > i have already embedded password script in template, i want to ask like for > which user it generates new password. > > Thanks, > Ramnivas > > > On Wed, Jul 3, 2013 at 6:10 PM, Jayapal

Re: password enabled templates

2013-07-04 Thread ramnivas indani
Hi, i have already embedded password script in template, i want to ask like for which user it generates new password. Thanks, Ramnivas On Wed, Jul 3, 2013 at 6:10 PM, Jayapal Reddy Uradi < jayapalreddy.ur...@citrix.com> wrote: > Hi, > > getVMPassword returns the encrypted password. > Is your t

Re: password enabled templates

2013-07-03 Thread Jayapal Reddy Uradi
Hi, getVMPassword returns the encrypted password. Is your template has cloud-set-guest-password script ? Copy the cloud-set-guest-password script into guest vm and create template from it. Set password enable in this template and deploy vm with it. http://cloudstack.apache.org/docs/en-US/Apache

password enabled templates

2013-07-03 Thread ramnivas indani
Hi all, i have created a new template using sshkey pair, when i use same template in deployVirtualMachine and get job status using queryAsyncJobStatus i get password in password field of response and also get password in getVMPassword but both are different and i am not able to login to vm using a

password enabled templates

2013-07-03 Thread ramnivas indani
Hi all, i have created a new template using sshkey pair, when i use same template in deployVirtualMachine and get job status using queryAsyncJobStatus i get password in password field of response and also get password in getVMPassword but both are different and i am not able to login to vm using a

Re: Password Enabled Templates

2013-04-26 Thread Shanker Balan
On 27-Apr-2013, at 5:10 AM, Maurice Lawler mailto:maurice.law...@me.com>> wrote: Looking further, manually running it and checking /var/log/messages I see this: [root@CentOS63 ~]# tail -f /var/log/messages Apr 26 15:19:38 CentOS63 cloud: Got response from server at routerip Apr 26 15:19:38 CentO

Re: Password Enabled Templates

2013-04-26 Thread Shanker Balan
Hi Maurice, Comments inline, On 27-Apr-2013, at 1:52 AM, Maurice Lawler mailto:maurice.law...@me.com>> wrote: root@CentOS63 ~]# bash -x /etc/init.d/cloud-set-guest-password + user=root + DHCP_FOLDERS='/var/lib/dhclient/* /var/lib/dhcp3/* /var/lib/dhcp/*' + password_received=0 + file_count=0 + e

Re: Password Enabled Templates

2013-04-26 Thread Maurice Lawler
Looking further, manually running it and checking /var/log/messages I see this: [root@CentOS63 ~]# tail -f /var/log/messages Apr 26 15:19:38 CentOS63 cloud: Got response from server at routeripApr 26 15:19:38 CentOS63 cloud: VM has already saved a password from the password server at routeripApr 26

Re: Password Enabled Templates

2013-04-26 Thread Maurice Lawler
Hello Kirk,Yes, when I issue the command sh /etc.init.d/cloud-set-guest-password -- I do not get any errors back. Reviewing /var/log/messages:[root@CentOS63 ~]# cat /var/log/messages  |grep cloud-set-guest-password[root@CentOS63 ~]# The bash -x output is: [root@CentOS63 ~]# bash -x /etc/init.d/clou

Re: Password Enabled Templates

2013-04-25 Thread Kirk Kosinski
Does the script work if you run it manually? If not, run bash -x cloud-set-guest-password and provide the complete output. Is it running on boot? Check for entries in /var/log/messages and provide any output. Best regards, Kirk On 04/25/2013 08:58 PM, David Nalley wrote: > On Thu, Apr 25, 2013

Re: Password Enabled Templates

2013-04-25 Thread David Nalley
On Thu, Apr 25, 2013 at 11:50 PM, Maurice Lawler wrote: > Greetings: > > Try as I might, I cannot seem to get the password reset tool to work with > the instances created from a password enabled template. > > From what I read all that is required is: > > > Use the following steps to begin the Linu

Password Enabled Templates

2013-04-25 Thread Maurice Lawler
Greetings:Try as I might, I cannot seem to get the password reset tool to work with the instances created from a password enabled template.From what I read all that is required is: Use the following steps to begin the Linux OS installation: Download the script file cloud-set-guest-password