Re: cloudmonkey ASCII Characters

2014-09-19 Thread David Williams
Have you tried disabling colors in your cloudmonkey config file. - Original Message - From: Ivan Rodriguez [mailto:[email protected]] Sent: Friday, September 19, 2014 03:10 AM Central Europe Standard Time To: [email protected] Subject: cloudmonkey ASCII Characters H

User Deleted Recover templates and isos

2014-09-19 Thread Ivan Rodriguez
Hi CloudStack Users, Is there any chance to UNdelete an user and recover all the previous ISOS and templates ? Cheers

Re: User Deleted Recover templates and isos

2014-09-19 Thread Geoff Higginbottom
How long ago were they deleted and what are your expunge intervals Regards Geoff Higginbottom CTO / Cloud Architect D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 [email protected] | www.shapeblue.com | Twitter:@cloudstack

Re: User Deleted Recover templates and isos

2014-09-19 Thread Ivan Rodriguez
Like 10 hours ago we have backups but I can see the templates are gonne from secondary storage On Sep 19, 2014 5:33 PM, "Geoff Higginbottom" < [email protected]> wrote: > How long ago were they deleted and what are your expunge intervals > > Regards > > Geoff Higginbottom > CTO / Cl

Re: User Deleted Recover templates and isos

2014-09-19 Thread Geoff Higginbottom
You should be able to restore the templates to sec storage and revert the deletion in the DB by removing the entries from the 'removed' column in the various tables such as account, domain, template etc. Regards Geoff Higginbottom CTO / Cloud Architect D: +44 20 3603 0542 | S: +44 20 3603 0540

Re: cloudstack-management switch over fail

2014-09-19 Thread Geoff Higginbottom
Hi Robin Cluster.node.IP is the address of the tomcat instance – so always the address of the management server. db.cloud.host is the IP of the master DB server or its VIP if fronted by a LB Global setting host should point to the VIP for management traffic (port 8250) Your error looks like ei

Unable to deploy DevCloud

2014-09-19 Thread Deepal Jayasekara
I am trying to deploy DevCloud following the Cloudstack Developers Guide documentation. But I got stuck with following error: *Traceback (most recent call last):* * File "../marvin/marvin/deployDataCenter.py", line 572, in * *deploy.deploy()* * File "../marvin/marvin/deployDataCenter.py", li

Re: Unable to deploy DevCloud

2014-09-19 Thread sebgoa
On Sep 19, 2014, at 11:50 AM, Deepal Jayasekara wrote: > I am trying to deploy DevCloud following the Cloudstack Developers Guide > documentation. But I got stuck with following error: > > *Traceback (most recent call last):* > * File "../marvin/marvin/deployDataCenter.py", line 572, in * > *

Re: Unable to deploy DevCloud

2014-09-19 Thread sandeep khandekar
thanks Sebastein Please make it available as soon as possible, we research group at JNIAS, are waiting to deploy devloper guide and we are facing many problems in the current devlopers guide http://docs.cloudstack.apache.org/en/master/developer_guide.html#installing-from-source . We will be very th

Re: Unable to deploy DevCloud

2014-09-19 Thread sebgoa
On Sep 19, 2014, at 4:17 PM, sandeep khandekar wrote: > thanks Sebastein > Please make it available as soon as possible, I am not sure what you mean. You can grab devcloud4 from github, just git clone the project and use vagrant. https://github.com/imduffy15/devcloud4 For the documentation

ACS 4.2.1 KVM and ACS 4.4 XenServer 6.2 - same vlan network on both clusters

2014-09-19 Thread motty cruz
Hello, I have two Cloudstack clusters, I would like to migrate from ACS 4.2.1 to ACS 4.4 Xenserver (seem to be stable then KVM). I would like to create network with same vlan on both cluster to be able to create instances in the same network. my question is, can I create network and edit the vlan

ACS 4.4 - XenCenter XenServer 6.2

2014-09-19 Thread motty cruz
Hello All, I see this in XenCenter, can someone point how to get rid of this in XenCenter? 216ce2ab-b61e-4c94-9173-916b8f42cd82/var/cloud_mount/6dce5ba9-ab71-3662-a82f-7b85dd1cbfb3/template/tmpl/1/1 216ce2ab-b61e-4c94-9173-916b8f42cd82/var/cloud_mount/6dce5ba9-ab71-3662-a82f-7b85dd1cbfb3/templa

Re: ACS 4.2.1 KVM and ACS 4.4 XenServer 6.2 - same vlan network on both clusters

2014-09-19 Thread ilya musayev
Any particular reason why you need to be on 4.4? I'd suggest you wait for at least 4.4.1 to come out. Regards ilya On 9/19/14, 9:41 AM, motty cruz wrote: Hello, I have two Cloudstack clusters, I would like to migrate from ACS 4.2.1 to ACS 4.4 Xenserver (seem to be stable then KVM). I would like

Re: ACS 4.2.1 KVM and ACS 4.4 XenServer 6.2 - same vlan network on both clusters

2014-09-19 Thread motty cruz
Thank for your suggestion; thinking about it I will wait. I am having issues creating instances from templates. I am trying to create a template from Windows R2 2012, but no success. Thanks, Motty On Fri, Sep 19, 2014 at 3:45 PM, ilya musayev wrote: > Any particular reason why you need to be on

Re: User Deleted Recover templates and isos

2014-09-19 Thread ilya musayev
Assuming the data still resides (you need to check you secondary store), you can alter the "removed" field for that record and it will bring it back in the UI. Review: SELECT * FROM cloud.vm_template; -> alter removed field to "null" SELECT * FROM cloud.template_store_ref; -> local_path for loc