Re: Can't delete secondary storage - Cannot delete image store with active templates backup!

2013-12-18 Thread Andrija Panic
Hi Nitin, yes that is true, ISOs does exist, which can be seen from the result of the query you sent.(lot of ISOs that are "user" type, and those 3 templates I already sent that are system/builtin type) But how am I supposed to delete them ? Manualy from DB - I don't see any other way... ? Thanks

Re: Bug with removeIpFromNic?

2013-12-18 Thread Jayapal Reddy Uradi
CLOUDSTACK-5466 issue got fixed now. Thanks, Jayapal On 18-Dec-2013, at 10:27 AM, Jayapal Reddy Uradi wrote: > Hi David, > > I assigned the CLOUDSTACK-5466 to my self. > I will look into it and update the bug with my comments. > > Thanks, > Jayapal > > On 17-Dec-2013, at 7:39 PM, David Mat

Granularity: per customer ROOT subdomain?

2013-12-18 Thread Nux!
Hi, What's common practice or advice regarding the $subject? Any tips or gotchas? I'm thinking to use per customer subdomains as this would allow me to dedicate resources (hypervisors, network) more granularly to individuals, could come in handy. Lucian -- Sent from the Delta quadrant using

Re: Bug with removeIpFromNic?

2013-12-18 Thread David Matteson
Thanks so much! :) Being able to use this feature will be great. :D On 12/18/13, 4:38 AM, Jayapal Reddy Uradi wrote: CLOUDSTACK-5466 issue got fixed now. Thanks, Jayapal On 18-Dec-2013, at 10:27 AM, Jayapal Reddy Uradi wrote: Hi David, I assigned the CLOUDSTACK-5466 to my self. I will l

Re: Pod VLAN

2013-12-18 Thread tawfiq zidi
Thank you for Replying. I'm using Vmware Esxi 5.0 with vCenter in my installation. I see that each time a vRouter Create , a control port is Created as: cloud.private.untagged.0.1-vSwitch Is it possible to always tag this port with VLAN 20 ? On Sun, Dec 15, 2013 at 8:37 PM, Marty Sweet wrote:

Fail to login web UI (404)

2013-12-18 Thread Du Jun
Hi all I am installing Cloudstack 4.2 on centos 6.3. Meet following problems: 1) Fail to login web UI HTTP Status 404 - type Status report message description The requested resource () is not available. Apache Tomcat/6.0.24 2) Fail to start Tomcat6 3) run "/etc/init.d/cloudstack-agent start"

Deploy virtual machine using POST

2013-12-18 Thread Sanjeev Neelarapu
Hi, Could someone confirm whether cloudstack supports firing an API with POST method via curl/wget? If yes please give an example. Thanks, Sanjeev

Re: Fail to login web UI (404)

2013-12-18 Thread Erik Weber
On Wed, Dec 18, 2013 at 2:03 PM, Du Jun wrote: > Hi all > I am installing Cloudstack 4.2 on centos 6.3. Meet following problems: > > 1) Fail to login web UI > HTTP Status 404 - > > type Status report > > message > > description The requested resource () is not available. > > Apache Tomcat/6.0.24

Re: Merging/Removing Secondary Storage NFS

2013-12-18 Thread Andrija Panic
Any update on this ? Why does CS does not get into account that all ISOs are replicated on all NFS storages, and simply skip querying for their existance while deleting SS NFS ? Should I try to delete all lines with ISOs that reference the old SS to be removed ? Thanks, On 16 December 2013 22:33

RE: Deploy virtual machine using POST

2013-12-18 Thread Santhosh Edukulla
1. I believe yes as per link https://cwiki.apache.org/confluence/display/CLOUDSTACK/DeployVirtualMachine+userdata+enhancements 2. Using curl, we can do some thing like this. curl --request POST --data "Base64EncodedData" http://CS_url_with_cmd 3. I just tried doing it using marvinRequest and i

RE: Fail to login web UI (404)

2013-12-18 Thread Tariq Iqbal
Hi Du, Just checking...you are running "/etc/init.d/cloudstack-management start" first? Best Regards, Tariq Iqbal S: +44 20 3603 0540 | M: +447909911600 [email protected] | Twitter: @TariqIqbal_ -Original Message- From: Erik Weber [mailto:[email protected]] Sent: 18 December

Re: How to add new IPs on CS 4.2 (Basic Networking)?

2013-12-18 Thread Steven Liang
Hi Chiradeep, Thank you very much. My problem has been solved. The reason is the space of my temp primary storage had not enough. After I added a new primary storage, the new ips was able to be assigned. Thank you for your teaching me using Clou

Apache CloudStack introduction documentation

2013-12-18 Thread Nguyen Anh Tu
Dear guys, I'm going to do an introduction about Apache CloudStack at university. It's should be amazing to introduce students all of overview information about Apache CloudStack. The main idea should be overview about design, architecture, features,... Beside, my plan is talking not only technica

Re: Can't delete secondary storage - Cannot delete image store with active templates backup!

2013-12-18 Thread Andrija Panic
Nitin, You was tight...I issued the SQL statement: delete FROM cloud.template_store_ref where store_id=14 and template_id in (select id from vm_template where type='user' and format='iso'); So deleted all references for all "user" ISOs from old NFS (store_id=14), and then I was able to delete the

RE: Apache CloudStack introduction documentation

2013-12-18 Thread Shashi Dahal
Hi Tuna, Please visit http://www.slideshare.net/ and search Cloudstack. There are a lot of slides that would be very useful to you, as they cover everything from design, architecture, features etc. Hope this helps. Cheers, Shashi -Original Message- From: [email protected] [mailto:

RE: Apache CloudStack introduction documentation

2013-12-18 Thread Giles Sirett
Hi Tuna I did an intro to ACS at Linuxcon which was similar to what you're intending on doing I'll email you a copy of the deck offlist - feel free to change,etc Kind Regards Giles D: +44 20 3603 0541 | M: +44 796 111 2055 [email protected] -Original Message- From: Shashi

Re: Can't delete secondary storage - Cannot delete image store with active templates backup!

2013-12-18 Thread Andrija Panic
Submited bug: https://issues.apache.org/jira/browse/CLOUDSTACK-5543 On 18 December 2013 16:54, Andrija Panic wrote: > Nitin, You was tight...I issued the SQL statement: > > delete FROM cloud.template_store_ref where store_id=14 and template_id in > (select id from vm_template where type='user'

Bug: The zone is not deletable because there are servers running in this zone

2013-12-18 Thread Marco Sinhoreli
Hi guys: I tried delete the zone but it is not working. Before to delete the Zone, I deleted all instances, System VMs, Hosts, Clusters, Pods, templates, etc. Has some thing I can do to delete the Zone (db for example)? Cheers! Marco Sinhoreli Consultant Manager [cid:FCAC0D8F-F693-446B-

Re: Apache CloudStack introduction documentation

2013-12-18 Thread Sebastien Goasguen
tuna, You can find a lot of content on my slideshare: http://www.slideshare.net/sebastiengoasguen/ download, edit... On Dec 18, 2013, at 10:40 AM, Nguyen Anh Tu wrote: > Dear guys, > > I'm going to do an introduction about Apache CloudStack at university. It's > should be amazing to introduc

[SOLVED] Re: Can't delete secondary storage - Cannot delete image store with active templates backup!

2013-12-18 Thread Nitin Mehta
Andrija - Glad that you were able to get through this and thanks for raising the bug. I am taking the liberty to add the [SOLVED] tag. Thanks, -Nitin On 18/12/13 8:18 AM, "Andrija Panic" wrote: >Submited bug: >https://issues.apache.org/jira/browse/CLOUDSTACK-5543 > > > >On 18 December 2013 16:5

Re: Apache CloudStack introduction documentation

2013-12-18 Thread Nguyen Anh Tu
Awesome. Thank you guys :-) --Tuna Sent from my GT-N7000 On Dec 19, 2013 12:07 AM, "Sebastien Goasguen" wrote: > tuna, > > You can find a lot of content on my slideshare: > > http://www.slideshare.net/sebastiengoasguen/ > > download, edit... > > On Dec 18, 2013, at 10:40 AM, Nguyen Anh Tu wrot

How do you customize CS vms on KVM?

2013-12-18 Thread jason pavao
Hey Folks, Is there a way to change the default virtual machine settings? IE- nic/disk type/bus/etc. so that they can be set to virtio or other values? Is there a way to change these default settings? If so, where would I make this change? I'm not seeing this documented anywhere and the workar

Re:{SOLVED} Problem with vhd-util?

2013-12-18 Thread Jayapal Reddy Uradi
Added users list and solved tag. On 19-Dec-2013, at 12:43 AM, Mike Tutkowski wrote: > That was the problem. > > Thanks for the reminder! :) > > > On Wed, Dec 18, 2013 at 12:05 PM, Mike Tutkowski < > [email protected]> wrote: > >> Hi Nitin, >> >> Yes, on my normal build machine I

RE: Apache CloudStack introduction documentation

2013-12-18 Thread Radhika Puthiyetath
http://www.slideshare.net/RadhikaNair/cloud-stack-forbeginners is good one. -Original Message- From: [email protected] [mailto:[email protected]] On Behalf Of Nguyen Anh Tu Sent: Wednesday, December 18, 2013 9:10 PM To: [email protected] Cc: [email protected] Subject: Ap

Re: Fail to login web UI (404)

2013-12-18 Thread BJO ERN
The agent is only used on the hypervisor responsible for compute nodes. Did you run the cloudstack-setup-databases and -management programs ? What does /var/log/cloudstack/management/management-server.log say? On Wed, Dec 18, 2013 at 7:09 AM, Tariq Iqbal wrote: > Hi Du, > > Just checking...you a