Usage Server is running but DB is empty

2013-09-19 Thread Nikolay Kabadjov
Hello,  we've built a deb package for the usage server  cloudstack-usage_4.1.1-0.0.snapshot_all.deb,  installed it and started the cloudstack-usage service.  But it seems it is not working, I mean there are no logs in  /var/log/cloudstack/usage, all the tables in cloud_usage are empty.b  Any

RE: Volunteers to Complete the 4.2 Release Notes

2013-09-19 Thread Radhika Puthiyetath
This has been updated. Could someone please validate the API section ? -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Sunday, September 15, 2013 4:16 AM To: users@cloudstack.apache.org Cc: d...@cloudstack.apache.org; users@cloudstack.apache.org

RE: Cloudstack 4.1.1 + XCP 1.6 fresh install

2013-09-19 Thread Vadim Kimlaychuk
Thank you all - indeed the probleem was at vhd-util missing on the Host. Problem solved ! Vadim. -Original Message- From: create...@gmail.com [mailto:create...@gmail.com] On Behalf Of Carlos Reategui Sent: Wednesday, September 18, 2013 9:05 PM To: users@cloudstack.apache.org Subject:

RE: Security Groups

2013-09-19 Thread Sanjeev Neelarapu
By default xen6.0.2 comes with openvswitch. Set it to bridge mode by using : xe-switch-network-backend bridge command on xenserver. -Original Message- From: Michael Phillips [mailto:mphilli7...@hotmail.com] Sent: Thursday, September 19, 2013 10:16 AM To: users@cloudstack.apache.org

Cloudmonkey removeNicFromVirtualMachine

2013-09-19 Thread Koen Vanoppen
Dear, I have the following problem when I try to remove a second NIC from a vm on cloudstack: Unable to execute API command removenicfromvirtualmachine due to invalid value. Invalid parameter nicid value=5039b914-0eef-4596-849e-d2ad7050217c due to incorrect long value format, or entity does not

Re: Cloudmonkey removeNicFromVirtualMachine

2013-09-19 Thread Koen Vanoppen
Nevermind... TYPO :-) 2013/9/19 Koen Vanoppen vanoppen.k...@gmail.com Dear, I have the following problem when I try to remove a second NIC from a vm on cloudstack: Unable to execute API command removenicfromvirtualmachine due to invalid value. Invalid parameter nicid

Re: Usage Server is running but DB is empty

2013-09-19 Thread Harikrishna Patnala
Hi, Did you set the global configuration parameters related to this. Link: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html/Admin_Guide/configure-usage-server.html -Harikrishna On 19-Sep-2013, at 12:10 PM, Nikolay Kabadjov niki...@yahoo.com wrote: Hello, we've built a

Re: Usage Server is running but DB is empty

2013-09-19 Thread Stanislav Petrov
Hi, Check your db.properties file for access user credentials. This file is located at /etc/cloudstack/usage/db.properties. On Thu, Sep 19, 2013 at 1:48 PM, Harikrishna Patnala harikrishna.patn...@citrix.com wrote: Hi, Did you set the global configuration parameters related to this. Link:

Re: Usage Server is running but DB is empty

2013-09-19 Thread Nikolay Kabadjov
Thanks Stanislav! The issue is solved.  It was a matter of missing DB properties configuration.  Regards, Niki From: Stanislav Petrov devilfighter1...@gmail.com To: users@cloudstack.apache.org Cc: Nikolay Kabadjov niki...@yahoo.com Sent: Thursday, September

errortext: Unable to create a deployment for VM[User|test53]

2013-09-19 Thread Nikolay Kabadjov
Hello,  when I tried to deploy 100 VM at once I've got only 14 of them successfully deployed.  For the jobs of the rest I've got the folloing error code:  { queryasyncjobresultresponse: { accountid: 20427bfa-1971-11e3-b487-005056a04c9e, userid: 2043cdd5-1971-11e3-b487-005056a04c9e, cmd:

RE: Security Groups

2013-09-19 Thread mphilli7823
Did that already. Sent via the Samsung Galaxy S™III, an ATT 4G LTE smartphoneSanjeev Neelarapu sanjeev.neelar...@citrix.com wrote: By default xen6.0.2 comes with openvswitch. Set it to bridge mode by using : xe-switch-network-backend bridge command on xenserver. -Original Message-

RE: Security Groups

2013-09-19 Thread Michael Phillips
I'm wondering is it because of the network. Like I mentioned I am using a flat network for testing in which the mgmt server, hypervisor, and guests are on the same subnet 192.168.69.0/24. Date: Thu, 19 Sep 2013 07:34:35 -0500 Subject: RE: Security Groups From: mphilli7...@hotmail.com To:

Re: Security Groups

2013-09-19 Thread Lynch, Gerard
Check your XenServer /etc/sysctl.conf settings I don't know about Xen 6.0.2 with CSP, but in XenServer 6.1 and XenServer 6.2 they disable iptables over bridge interfaces by default. # Disable *tables rules for bridge traffic to increase performance net.bridge.bridge-nf-call-iptables = 0

What about adding Linux Containers to Cloudstack

2013-09-19 Thread Old, Curtis
Have been looking in to containers as an alternative to KVM/Xen virtual machines, has anyone thought about adding support to manage hosts running OpenVZ or LXC via CloudStack? Curtis Old

Re: What about adding Linux Containers to Cloudstack

2013-09-19 Thread Dean Kamali
currently not supported On Thu, Sep 19, 2013 at 9:50 AM, Old, Curtis curtis@neustar.biz wrote: Have been looking in to containers as an alternative to KVM/Xen virtual machines, has anyone thought about adding support to manage hosts running OpenVZ or LXC via CloudStack? Curtis Old

Re: errortext: Unable to create a deployment for VM[User|test53]

2013-09-19 Thread Daan Hoogland
Did you check the management-server.log? SMLog at the hypervisor might help as well. On Thu, Sep 19, 2013 at 2:28 PM, Nikolay Kabadjov niki...@yahoo.com wrote: Hello, when I tried to deploy 100 VM at once I've got only 14 of them successfully deployed. For the jobs of the rest I've got the

Re: Security Groups

2013-09-19 Thread Jayapal Reddy Uradi
Hi, Your host iptables are not configured with the security group rules. To check the below reference post for security group rules. http://jayapalu.blogspot.com/2013/09/security-groups-in-cloudstack.html Thanks, Jayapal On 19-Sep-2013, at 10:15 AM, Michael Phillips

Re: Cloudstack 4.1.1 + XCP 1.6 fresh install

2013-09-19 Thread Carlos Reategui
Are you positive you had vhd-util in /usr/share/cloudstack-common/ scripts/vm/hypervisor/xenserver/ prior to adding the hosts to CS? Also was it chmod +x? If so, this is a bug that should be filed in Jira. In my case I'm mostly sure I had it in there but not with the executable bit set so wasn't

Re: What about adding Linux Containers to Cloudstack

2013-09-19 Thread Nux!
On 19.09.2013 14:50, Old, Curtis wrote: Have been looking in to containers as an alternative to KVM/Xen virtual machines, has anyone thought about adding support to manage hosts running OpenVZ or LXC via CloudStack? Curtis Old +1 ! Over 60% of my VMs could easily be LXC containers and there

Re: Unable to start DomR CS 4.1 VMware esxi 5.1

2013-09-19 Thread John Skinner
My problem was some one has changed router.extra.public.nics in global config from 2 to 5. Once changed back to 2, routers launch just fine. - Original Message - From: John Skinner john.skin...@appcore.com To: users@cloudstack.apache.org Sent: Wednesday, September 18, 2013 3:22:16 PM

Re: What about adding Linux Containers to Cloudstack

2013-09-19 Thread Old, Curtis
Cool, I am about to setup a new Cloudstack environment in my other lab, I'll look into it, Thanks!!! Curtis Old Neustar, Inc. / Neustarlabs / Senior Research Engineer 46000 Center Oak Plaza Sterling, VA 20166 Office: +1.571.434.5384 Mobile: +1.540.532.2230 / curtis@neustar.biz /

Re: 4.2 Test failed - HA does not work on KVM Hypervisor

2013-09-19 Thread Jan Rendos
as far as I know this is known bug(feature :D) fro what I read about it, it was disabled at one point when they realized that there isn't a solid way to prevent split brain on KVM hosts. HA works for ESX and Xen servers I think. If you search a little bit, you'll find how to enable the HA

Re: What about adding Linux Containers to Cloudstack

2013-09-19 Thread Old, Curtis
I have Docker and OpenVZ setup in my lab, been focusing on OpenVZ right now, will look into docker soon. I see ways to integrate with Jenkins, puppet|chef for a Continuous Deployment env. Standing up containers using the UI via Cloudstack would be a great tool for my users/team having only a

Re: What about adding Linux Containers to Cloudstack

2013-09-19 Thread Sebastien Goasguen
On Sep 19, 2013, at 2:23 PM, Nux! n...@li.nux.ro wrote: On 19.09.2013 14:50, Old, Curtis wrote: Have been looking in to containers as an alternative to KVM/Xen virtual machines, has anyone thought about adding support to manage hosts running OpenVZ or LXC via CloudStack? Curtis Old +1 !

Re: 4.2 Test failed - HA does not work on KVM Hypervisor

2013-09-19 Thread Ivan Gladenko
Hello Rendy, thank you for you answer. As I know it have to be featured in version 4.2. The issue what you describes, related to version 4.0 and 4.1. There was not KVM host investigator but for now the problem is not to find out which host is down - it's functions, the problem is that stopped

Re: What about adding Linux Containers to Cloudstack

2013-09-19 Thread Sebastien Goasguen
On Sep 19, 2013, at 4:02 PM, Old, Curtis curtis@neustar.biz wrote: Cool, I am about to setup a new Cloudstack environment in my other lab, I'll look into it, Thanks!!! I can't check the links (bad internet) but see:

RE: Cloudstack 4.1.1 + XCP 1.6 fresh install

2013-09-19 Thread Vadim Kimlaychuk
Yes, I am sure it was there prior to adding host and it had +x bit set. I have also mentioned that heartbit at host has +x flag missing. So I actually copied vhd-util to /opt/xensource/bin/ manually and set missing +x flag to haeartbit manually. After that I had no errors at management log. Do

RE: Usage Server is running but DB is empty

2013-09-19 Thread Vadim Kimlaychuk
The same issue for me. Usage server installed without errors, I have checked /etc/cloudstack/usage/db.properties file and it has correct connection properties, but database is empty. No errors in error log either. Actually I have no log files under /var/log/cloudstack/usage. It is strange isn't