Re: NFS storage

2014-06-13 Thread Shanker Balan
Hi John, Comments inline. On 14-Jun-2014, at 4:08 am, John Muckley wrote: > Hi all, > > Can someone give me an overview of how the NFS storage works? Like what > servers should have an NFS share mounted once a zone is enabled? There is no requirement to “manually” mount primary or secondary s

Re: Possible to upload/download a VM?

2014-06-13 Thread Amogh Vasekar
Correct :) https://cwiki.apache.org/confluence/display/CLOUDSTACK/Role+of+realhostip+i n+CloudStack In case you are more interested. Thanks, Amogh On 6/13/14 3:34 PM, "chris" wrote: >The URL itself contains 10-50-66-41.realhostip.com. I assume I'm supposed >to convert that to 10.50.66.41?

NFS storage

2014-06-13 Thread John Muckley
Hi all, Can someone give me an overview of how the NFS storage works? Like what servers should have an NFS share mounted once a zone is enabled? I’m using NFS for my secondary storage. During deployment I mount the nfs share as /mnt/secondary and seed the template to the secondary storage. This

Re: Possible to upload/download a VM?

2014-06-13 Thread chris
Update: As it's an asynchronous job, I just wasn't waiting long enough for it to give me a useful result. Once I did that, the jobresult from queryAsyncJobResult contained the URL along with some other useful info. Thanks all for the input. It was helpful. The URL itself contains 10-50-66-41.real

RE: Unable to create a Template from ROOT Volume Snapshot

2014-06-13 Thread Venkata Suneel Babu Mallela
Hi all, I found that, CloudStack is not able to generate "template.properties" file. How can we fix it? Thank you, Suneel. -Original Message- From: Venkata Suneel Babu Mallela Sent: Friday, June 13, 2014 12:41 PM To: users@cloudstack.apache.org Subject: Unable to create a Template from

VM created in particular host cannot access internet

2014-06-13 Thread dimas yoga pratama
Hi all, I have installed Cloudstack with KVM hypervisor in 2 machines. One machine (A) act as MS and Agent, and the other machine (B) act as an Agent. I can access the internet from all VMs created in machine B and ping the VMs from outside, but I can't access the internet from VMs created in Mach

Re: Possible to upload/download a VM?

2014-06-13 Thread chris
I did look at that. Unfortunately, I don't see a way to get the file URL from the job info. For this task, I'm just going to try using RestSharp to manually create REST requests to the API instead of trying to use the SDK. On Fri, Jun 13, 2014 at 4:08 PM, Amogh Vasekar wrote: > Many of the job

RE: Primary secondary storage is not even started

2014-06-13 Thread John Muckley
Think I found the problem - looks like NFS hadn’t set up correctly for whatever reason. Have just fixed that and have ditched the db and am starting again with zone creation! Fingers crossed this time! -Original Message- From: John Muckley [mailto:j.muck...@databax.com] Sent: 13 June

RE: Primary secondary storage is not even started

2014-06-13 Thread John Muckley
My Management and Storage networks are on the same physical NIC, I set the xen network label to 'Management', which is a Valid Network Interface on the xenserver, so they should be able to see each other. My management IP range is 192.168.16.201 - .216 and storage IP range is 192.168.16.217 - .

Re: Possible to upload/download a VM?

2014-06-13 Thread Amogh Vasekar
Many of the jobs in CloudStack are Async jobs. You can query the status / progress of the job using this API http://cloudstack.apache.org/docs/api/apidocs-4.2/root_admin/queryAsyncJobR esult.html Additionally, you can create VM snapshots in CloudStack too. All the admin APIs are listed on : http

Re: Primary secondary storage is not even started

2014-06-13 Thread Bret Mette
Can your management server see the primary and secondary storage networks and access the servers providing those services? - Bret > On Jun 13, 2014, at 1:17 PM, John Muckley wrote: > > Hi guys, > > Where should I be looking for problems when I see ‘Primary secondary storage > is not even sta

Primary secondary storage is not even started

2014-06-13 Thread John Muckley
Hi guys, Where should I be looking for problems when I see ‘Primary secondary storage is not even started, wait until next turn’ in the logs and systemVMs are failing to start? Thanks John This is an e-mail from Databax Ltd (Company No.04085248). The contents

Re: Possible to upload/download a VM?

2014-06-13 Thread chris
So if I understand correctly, what I want to do is something like extractVolume, then download the resulting file from the URL in the response. It looks like Templates have similar functionality, although I'm not sure why I'd use them instead of Volumes. However, here is my current issue with the

Re: Network Offerings

2014-06-13 Thread Bret Mette
You would need to modify (edit) your network to a different offering that has a 10mbps limit and restart the network. - Bret > On Jun 13, 2014, at 12:53 PM, Saulo Zimbaro wrote: > > How can i limit vm´s public traffic on an advanced network? > > I saw that DefaultSharedNetworkOffering has 20

Network Offerings

2014-06-13 Thread Saulo Zimbaro
How can i limit vm´s public traffic on an advanced network? I saw that DefaultSharedNetworkOffering has 200Mbps limit . I need to decrease to 10 Mbps , for example, but the vms is still created and working. thanks, -- *Saulo Zimbaro* Mobile ) (+55) 21 99800-0100 *saulozimb...@gmail.com *sa...

Re: Unable to create a Template from ROOT Volume Snapshot

2014-06-13 Thread Nux!
Looks like there are problems with the secondary storage VM, try this https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Secondary+storage+troubleshooting -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - From: "Venkata Sune

Re: Possible to upload/download a VM?

2014-06-13 Thread Pierre-Luc Dion
Chris, I had to do something similar in Ruby, here is the code: https://gist.github.com/pdion891/793b7d4d1380e3f45c9e This create defined templates from json file in cloudstack which will download it from the URL. Pierre-Luc Dion Architecte de Solution Cloud | Cloud Solutions Architect 855-OK-

Re: Possible to upload/download a VM?

2014-06-13 Thread chris
Cloudmonkey isn't really an option in my case. I wasn't aware that extractVolume could be applied to VMs in anyway. I'll look into it. On Fri, Jun 13, 2014 at 5:28 AM, Nux! wrote: > Hi, > > You can either use the API directly (look at extractVolume) or through > Cloudmonkey. > This is how I wo

Re: Usage Server Issues

2014-06-13 Thread Rajani Karuturi
Hi steven, looks like db and app version mismatch. Any idea what might have caused this? ~Rajani On 13-Jun-2014, at 8:30 pm, Steve Searles mailto:ssear...@zimcom.net>> wrote: I have resolved this my finding the proper schema for the cloud_usage DB and creating a blank db. Thank you everyone

Re: Usage Server Issues

2014-06-13 Thread Steve Searles
I have resolved this my finding the proper schema for the cloud_usage DB and creating a blank db. Thank you everyone. Steven Searles, CTO | ssear...@zimcom.net Zimcom Internet Solutions | www.zimcom.net O: 513.231.9500 | D: 513.233.4130 [cid

Re: Usage Server Issues

2014-06-13 Thread Steve Searles
After adding the virtual_size column to the cloud_usage table the listusagerecords is no longer producing an error, however in the usage.log it appears there is still a missing table, I will create this by hand and report back. 2014-06-13 14:38:55,401 ERROR [cloud.usage.UsageManagerImpl] (Usage

Re: Usage Server Issues

2014-06-13 Thread Steve Searles
It looks like I am getting closer with the help of some of you privately. Here is where we are so far. Using the API calling the generateUsageRecords did nothing but create another usage job. But calling listUsagerecords produced an error, when tracked down we can see that it is caused by a m

Re: new on this forum

2014-06-13 Thread Prasanna Santhanam
On Thu, Jun 12, 2014 at 12:33:48PM +, Cees Doets wrote: > Hi everybody, > > I'm new , hope to help (and be helped). > > Who are we? > We were the first CloudStack user in Europe. At that time it was from > cloud.com and not yet acquired by Citrix. > Being the first means; very innovative. Th

Re: XenServer + New Guest Network = unable to create vm

2014-06-13 Thread Andrei Mikhailovsky
Hi Abhinav, Thanks for the detailed description of taging within ACS. I got the idea of tagging, cheers. Thanks for explaining to me how the VRs are created as I wasn't sure about this part. However, looking at what has been said it is still unclear to me why would a new_instance + new_netwo

System VMs are loosing connectiviy

2014-06-13 Thread Konstantinos Karampogias
Hello, i have the following problem, in a CS4.3 installation, some system VMs (the console proxy vm, and some virtual routers) are loosing the internet connectivity. Everything is workings and then out of the blue i cannot get a console for the vms, because the console proxy is not accessible. I

Re: VM moved from Local to CEPH - still reports LOCAL storage...

2014-06-13 Thread Andrija Panic
Changing table value of volumes.disk_offering_id and vm_instances.system_offering_id to the same ID value (ID of the Compute Offering with CEPH, that's for some reason stored in disk_offering table...) does the work. Is there any other workarround, better way ? Thanks, On 13 June 2014 12:49, An

Re: template download

2014-06-13 Thread Rohit Yadav
Sebastien, if stop-start does not work just (force) remove the SSVM, the ACS/HA thread will kick in and start new SSVM(s) which should work. Hope this helps. On Thu, Jun 12, 2014 at 2:32 PM, sebgoa wrote: > Hi folks, > > If a template fails to download (network issues on ssvm) and I then fix m

VM moved from Local to CEPH - still reports LOCAL storage...

2014-06-13 Thread Andrija Panic
Hi, I'm on ACS 4.3 - VM shutdown, moved to another Primary Storage, from Local (var/lib/libvirt) to shared (CEPH). All fine (ps-aux | grep ) confirmed that volume is on RBD/CEPH. But I still can't change Compute Offering to one that is using Shared storage (CEPH) only Compute Offerings with l

Re: Possible to upload/download a VM?

2014-06-13 Thread Nux!
Hi, You can either use the API directly (look at extractVolume) or through Cloudmonkey. This is how I would use Cloudmonkey to retrieve a volume: "extract volume id=fe81e6ff-a08f-4601-b2b3-2e02ce2b6588 zoneid=19345de0-b40b-4cfa-83b6-6d821367afa8 mode=HTTP_DOWNLOAD" which will return: accounti

Re: egress and destination based traffic filtering

2014-06-13 Thread Daan Hoogland
Brandon, Have you looked for a bug in jira? It sounds like this is either a bug or a missing feature. Feel free to enter one but keep in mind that volunteers work on CS. It sounds like something more people then just you might need. Ask around on the dev list once you confirmed it is missing. On T

Unable to create a Template from ROOT Volume Snapshot

2014-06-13 Thread Venkata Suneel Babu Mallela
Hi All, I tried to create a template from a ROOT volume snapshot and I got the following error "Failed to create templatejava.io.FileNotFoundException: /mnt/SecStorage/*/template/tmpl/*/*/template.properties (No such file or directory)". I'm using CloudStack 4.2.0 and XenServer 6.0.2.