Re: A DevCloud2 problem

2013-01-11 Thread Isaac Chiang
Hi Rohit: I did followed the steps in the checklist you mentioned. The strange thing is that I can play with my DevCloud correctly before few commits in master branch. The environment was the same, but I didn't see the log before. I know that there are some significant works merged int

RE: A DevCloud2 problem

2013-01-11 Thread Rohit Yadav
Hi Isaac, Checkout troubleshooting section of https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud Checklist: - You've deployed devcloud db profile also; mvn -pl developer,tools/devcloud -Ddeploydb - You've mkisofs and have built systemvm.iso as well; mvn clean install -P systemvm,d

A DevCloud2 problem

2013-01-11 Thread Isaac Chiang
Hi all: Recently I got a trouble with DevCloud2. When I am trying to create a zone, the system vms cannot change the state from starting to running. Following is the error message: WARN [xen.resource.CitrixResourceBase] (DirectAgent-7:) Detecting a new state but couldn't find a ol

CloudStack 4.0.0: Guest with Second Nic, IP not Managed by CloudStack

2013-01-11 Thread Patrick Miller
I have a case where I need to add an additional network to certain guests so they can be on a seperate internal network with statically assigned IPs. For example: only certain subnets have access to a Active Directory services. I have created a new Network Offering called ActiveDirectory, but

Re: CPU (in MHz) in Computer Offering

2013-01-11 Thread Nik Martin
The answer to your question is "Yes". Specifically, you if you do not place CPU caps on your service offerings, you can over subscribe CPUs, so that if you have 4000 mHz on a server, and combination of VMs will share that 4000 mHz, and when the physical cpus are all maxed out, xenserver uses

Usage API Paging question

2013-01-11 Thread Nik Martin
Could someone post some pseudocode on how to use paging when processing usage reports? I'm having a bit of trouble getting my head wrapped around this. Here's pseudocode for what I have right now: default.page.size: 2000 var page=1 usage = api.listusage{domain:xxx, page:page, pagesize: 2000,

Re: CloudStack 4 - Templates

2013-01-11 Thread linuxsupport
It seems there is problem with NFS permission , can you check /var/log/message, I had same problem that came out to be domain mapping problem domain part of FQDN of NFS server and Host (Xen/KVM/VMware machine) should be same. On Fri, Jan 11, 2013 at 5:29 PM, Asmita Vagyani < asmita.vagy...@sigma-

Re: How to package the source code for the rpm package?

2013-01-11 Thread Chip Childers
RPM packaging instructions are here: http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-incubating/html/Installation_Guide/sect-source-buildrpm.html I'm assuming you are talking about the 4.0.0-incubating release. On Fri, Jan 11, 2013 at 2:38 AM, wuzhiqing wrote: > Hi all:

RE: Regarding cloudstack pod issues

2013-01-11 Thread Pranav Saxena
I think you can try something like this to check your database capacity and the current used capacity by your tables in cloudstack management's database. *CURRENT CAPACITY* -Original Message- mysql> SELECT table_schema "Database Name", sum( data_length + index_length ) / 1024 / 1024

RE: Cloudstack APIs upward compatibility

2013-01-11 Thread Asmita Vagyani
yup, That was a gotcha :) Thanks for pointing out. Asmita. -Original Message- From: Marc Cirauqui [mailto:mcirau...@gmail.com] Sent: 11 January 2013 PM 05:43 To: cloudstack-users Subject: Re: Cloudstack APIs upward compatibility Indeed, you are comparing User admin in 4.0 whit global

Re: Cloudstack APIs upward compatibility

2013-01-11 Thread Marc Cirauqui
Indeed, you are comparing User admin in 4.0 whit global root admin on 3.0. thx On Fri, Jan 11, 2013 at 1:10 PM, Nitin Mehta wrote: > Createuser is an admin api and I think is available. The doc seems to be > for user api's only. > > On 11/01/13 5:32 PM, "Asmita Vagyani" > wrote: > > >Hi all,

Re: Cloudstack APIs upward compatibility

2013-01-11 Thread Nitin Mehta
Createuser is an admin api and I think is available. The doc seems to be for user api's only. On 11/01/13 5:32 PM, "Asmita Vagyani" wrote: >Hi all, > >Are APIs in Cloudstack 3.0 valid in cloudstack 4.0. >Eg. CreateUSer API in cloudstack 3 is not there in Cloudstack 4. >I can see createvpnuser, b

Cloudstack APIs upward compatibility

2013-01-11 Thread Asmita Vagyani
Hi all, Are APIs in Cloudstack 3.0 valid in cloudstack 4.0. Eg. CreateUSer API in cloudstack 3 is not there in Cloudstack 4. I can see createvpnuser, but is it the same? http://download.cloud.com/releases/3.0.3/api_3.0.3/root_admin/createUser.html http://incubator.apache.org/cloudstack/docs/api/a

RE: CloudStack 4 - Templates

2013-01-11 Thread Asmita Vagyani
Hi all, Need your support for figuring out the problem, this issue has hijacked our work. I found that internally for starting the system VM, management server tries to create templates. I am not able to see the default templates in the list of templates. Logs show: 2013-01-11 05:23:16,018 INF

RE: Regarding cloudstack pod issues

2013-01-11 Thread FIP ) ゾーミョーテッ
Hi Prana, Thank you so much for your reply email. Did you mean that cloudstack management's database? Can you please do me a favour how to proceed to fix that error? -Original Message- From: Pranav Saxena [mailto:pranav.sax...@citrix.com] Sent: Friday, January 11, 2013 8:02 PM To: clouds

RE: Regarding cloudstack pod issues

2013-01-11 Thread Pranav Saxena
Hey Zaw , Can you provide the detailed logs . Something seems to be missing here . The exception which you are getting here could be - throw new CloudRuntimeException("Unable to insert queue item into database, DB is full?"); Can you check if your DB capacity is ok ? Regards, Pranav

Regarding cloudstack pod issues

2013-01-11 Thread FIP ) ゾーミョーテッ
Dear cloudstack team, I am facing an issue regarding cloudstack pod settings and kindly request you to check the following error messages. Please reply to this email address as soon as possible if someone who have an experience with the following error. ERROR [cloud.api.ApiDispatcher] (c

Re: Management Server initial installation fail

2013-01-11 Thread Vinicius Mucuge
Hi Marc and Asmita thank you for the response, Marc showed me the "problem", and it was my fault. As he pointed, I should run the command: # cloud-setup-management But I really didn't get to this part of the doc because it is related in the point "4.5.6. Prepare and Start Additional Management

RE: best supported hypervisor + SDN

2013-01-11 Thread Nux!
On 11.01.2013 07:38, Hugo Trippaers wrote: Heya, The Nicira solution is pretty well tested with the XenServer Do you know if it works with XCP, too? Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

RE: CloudStack 4 OS default Mount point Issue

2013-01-11 Thread Asmita Vagyani
Hi all, I figured out that in DB -configuration we can change the parent.mount, and I was able to reflect it during server restart. I can see that the /var/lib/cloud/management/mnt is owned by the cloud user/usergroup. However, the folders created inside the /var/lib/cloud/management/mnt/VM dire

RE: best supported hypervisor + SDN

2013-01-11 Thread Nux!
On 11.01.2013 07:38, Hugo Trippaers wrote: Heya, The Nicira solution is pretty well tested with the XenServer hypervisors. We are using it on our production platforms for some time now and I know of several other people using it as well. The 4.0.0 release contains most of the basic features t

RE: Management Server initial installation fail

2013-01-11 Thread Asmita Vagyani
Hi Vinicius, I too faced the same problem suring initial installation. I resolved it by reinstalling the mysql, restarting the mysql-server service. And it worked. Let me know if it works. Also if it doesn't work, look into cloudstack repo you created under /etc/yum.repos.d It must be [clouds

Re: Management Server initial installation fail

2013-01-11 Thread Marc Cirauqui
Hi, Did you ran cloud-setup-management command? thx On Fri, Jan 11, 2013 at 11:05 AM, Vinicius Mucuge wrote: > Hi all, > > I'm trying to install a simple lab installing Cloudstack 4.0 in a RHEL 6.3 > using the rpm repo provided by Cloudstack project. > Following the official documentation and

Management Server initial installation fail

2013-01-11 Thread Vinicius Mucuge
Hi all, I'm trying to install a simple lab installing Cloudstack 4.0 in a RHEL 6.3 using the rpm repo provided by Cloudstack project. Following the official documentation and after installing all the libraries and dependencies correctly, I got to the DB configuraction configuring MySQL as expe

CloudStack 4 OS default Mount point Issue

2013-01-11 Thread Asmita Vagyani
Hi, I found that internally for starting the system VM, management server tries to copy the routing-8 ova from secondary to the primary storage. In this process, it creates a mount point on the /var/lib/cloud/mnt/VM folder. Here I get permission denied issue. It tries to chmod the permissions, b

RE: CloudStack 4 Templates

2013-01-11 Thread Paul Angus
Hi, The only place you can define your secondary storage is in Infrastructure > Secondary Storage in the UI. If you have exported /mnt/secondary as the share, it's legitimate for a client to mount that as /mnt/sec (you can't change that) Some manual troubleshooting to try is to go to your ESX

RE: CloudStack 4 Templates

2013-01-11 Thread Asmita Vagyani
Hi Paul, The secondary storage is properly configured in cloudstack secondary storage share in Infrastructure. I can see it. Now the problem is during the booting process of management server it tries to start the system VM, for which it needs the routing-8.ova. THis routing.ova is in the second

RE: CloudStack 4 Templates

2013-01-11 Thread Asmita Vagyani
Hi Paul, The secondary storage is properly configured in cloudstack secondary storage share in Infrastructure. I can see it. Now the problem is during the booting process of management server it tries to start the system VM, for which it needs the routing-8.ova. THis routing.ova is in the second

RE: CloudStack 4 Templates

2013-01-11 Thread Paul Angus
You can tell cloudstack the 'share' or 'nfs export' to connect to, examples might be: /mnt/secondary /exports/secondary /home/storage/secondary where CloudStack mounts that is hardcoded into the CloudStack element which is mounting it. you can use the management server to host storage for sma

RE: CS3.0.6 + Xen Server 6.0.2

2013-01-11 Thread Radhika Puthiyetath
Hi Anoop, CS 3.0.6 is not part of Apache. Please get in touch with respective Citrix forum. Thanks -Radhika -Original Message- From: Anoop Mohan [mailto:anoo...@microland.com] Sent: Friday, January 11, 2013 12:10 PM To: cloudstack-users@incubator.apache.org Subject: CS3.0.6 + Xen Serve

RE: Cloudstack 4 Templates

2013-01-11 Thread Asmita Vagyani
Hi Paul, The directory mounted is named as /mnt/secondary and not mnt/sec. I am not sure from where its picking the /mnt/sec directory. Any idea if this is configured somewhere? Thanks and Regards. Asmita Patil Vagyani. -Original Message- From: Paul Angus [mailto:paul.an...@shapeblue.

RE: Cloudstack 4 Templates

2013-01-11 Thread Paul Angus
Hi Asmita, First guess... check the permissions on your secondary storage (and the subfolders). The 'no_root_squash' is important in share configuration, all files/folders should allow root to have read and write access. NB "/mnt/sec/template/tmpl/1/8" should be how the SSVM mounts the secondar