RE: Unable to create host

2013-06-19 Thread Jefferson Briones (CONVERGE)
Hi Dean, Im using centos 6.3 minimal install. [root@srvr1 etc]# uname -a Linux srvr1.cloud.priv 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux I also have this one nic only, and got this interface config. [root@srvr1 etc]# ifconfig cloud0Link encap:

duplicate pool

2013-06-19 Thread Krzysztof Janiszewski - ecenter sp. z o.o.
Hi! When trying to create snaptshot of volume, I get error: Libvirt reports: 2992: error : virStoragePoolSourceFindDuplicate:1718 : operation failed: Storage source conflict with pool: '7cbe4dd5-ad44-318e-b387-be26e66ee742 How to resolve it? Pozdrawiam Krzysztof Janiszewski ec

Re: Unable to create host

2013-06-19 Thread Nehal J. Wani
Seems like you missed the step of creating the bridge interface cloudbr0 1. edit /etc/sysconfig/network-scripts/ifcfg-eth­0 DEVICE=eth0 HWADDR=52:54:00:B9:A6:C0 #Replace with appropriate MAC-ID NM_CONTROLLED=no ONBOOT=yes BOOTPROTO=none BRIDGE=cloudbr0 2. edit /etc/sysconfig/network-scripts/ifcf

Re: Unable to create host

2013-06-19 Thread Ron Wheeler
This contradicts the documentation. 8.1.7.2.1. Configure in RHEL or CentOS vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 HWADDR=00:04:xx:xx:xx:xx ONBOOT=yes HOTPLUG=no BOOTPROTO=none TYPE=Ethernet Which is right? On 19/06/2013 8:19 AM, Nehal J. Wani wrote: Seems like you

RE: starting VM and get error of "unable to create a deployment for VM[user|i-2-107-VM]"

2013-06-19 Thread William Jiang
Anybody has the same situation before ? Any comments or suggestions will be great appreciated. Thanks, William -Original Message- From: William Jiang [mailto:william.ji...@manwin.com] Sent: June-18-13 12:45 PM To: d...@cloudstack.apache.org; users@cloudstack.apache.org Subject: RE: star

email about cloudstack conference this weekend

2013-06-19 Thread Kirk Jantzer
Did anyone else (who is going to the conference) receive this email?? Hello, We see that you have signed up for the evening events but not for the main conference, attending the business portion of this event is mandatory. Please register for the main conference if you are attending or if you

RE: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread Ethan Gillani
Thanks Ron! That did the trick! Just had to install the mysql client and get the privileges right Ethan -Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] Sent: Tuesday, June 18, 2013 4:16 PM To: users@cloudstack.apache.org Subject: Re: Cloudstack 4.1 MySQL inst

Re: Unable to create host

2013-06-19 Thread Bryan Whitehead
Look in /var/log/cloudstack/management/management-server.log for a line that looks like this: 2013-06-12 18:38:17,183 DEBUG [utils.ssh.SSHCmdHelper] (http-6443-exec-3:null) Executing cmd: cloudstack-setup-agent -m -z 2 -p 1 -c 1 -g -a --pubNic=cloudbr0 --prvNic=cloudbr0 --guestNic=cloudbr0 you

Re: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread Ron Wheeler
Perhaps you could file a bug report against the installation documentation if this step is missing or not explained clearly. I have been leveraging my complete lack of experience to identify gaps and errors in the docs. Nothing is quite as frustrating or as damaging to the reputation of the pa

Re: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread Dean Kamali
I have seen number of issues with documentation , specially for KVM deployment. I managed to figure them out quickly without help from anyone. But maybe it will become an issue for other admins On Jun 19, 2013 2:06 PM, "Ron Wheeler" wrote: > Perhaps you could file a bug report against the insta

Re: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread Dave Dunaway
Slow hand clap for Dean ... Anyways, yes, this should be filled as a 'bug' for the installer. It's a basic error that shouldn't trip people up, but that the error handling in a script for installing a commercial product is so laughably poor is just unacceptable. On Wed, Jun 19, 2013 at 2:11 P

Re: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread Bryan Whitehead
I wasted 4 hours on an install when cloudstack-setup-agent insisted my hardware was miss-configured or didn't support kvm. Turns out cloudstack-agent (for kvm) doesn't have qemu-kvm as a dependency. So libvirtd gets installed but with no qemu-kvm package on CentOS the error is "your hardware isn't

listVirtualMachines API call changes in 4.1?

2013-06-19 Thread Nick Wales
In 4.0.1 I was able to make a call to the API similar to the below hich would return only the instances tagged: app=my_app_name {"tags[0].value"=>"my_app_name", "tags[0].key"=>"app", :command=>"listVirtualMachines", :response=>"json"} (I'm using the cloudstack_helper ruby gem which explains t

Re: listVirtualMachines API call changes in 4.1?

2013-06-19 Thread Min Chen
In 4.1, we did some refactor on list api to improve its performance. This might be a bug, you can file a JIRA ticket and I can take a look at it. Thanks -min On 6/19/13 3:37 PM, "Nick Wales" wrote: >In 4.0.1 I was able to make a call to the API similar to the below hich >would return only the i

Re: Storage capacity not well recognised

2013-06-19 Thread Nick Wales
I have this very same problem. Except mine shows 1.92GB when it is ~1TB. I can make snapshots just fine though and I uploaded an ISO yesterday. On 18 June 2013 09:40, Enric Muñoz wrote: > Hi, > > I have a secondary storage, which is a whole hard disk of 3 TB. I do a NFS > share with it but the

Re: Storage capacity not well recognised

2013-06-19 Thread Dave Dunaway
Sounds like your SSVM is not mounting your NFS storage. If you look at your SSVM, I believe you'll find the the hard drive to be 2gigs. Which is what the dashboard is reporting. Log in, check that the SSVM has mounted your NFS storage. On Wed, Jun 19, 2013 at 6:51 PM, Nick Wales wrote: > I ha

Re: listVirtualMachines API call changes in 4.1?

2013-06-19 Thread Nick Wales
Thanks Min, I have created ticket https://issues.apache.org/jira/browse/CLOUDSTACK-3080 Nick On 19 June 2013 17:48, Min Chen wrote: > In 4.1, we did some refactor on list api to improve its performance. This > might be a bug, you can file a JIRA ticket and I can take a look at it. > > Thanks

Re: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread Ron Wheeler
On 19/06/2013 2:11 PM, Dean Kamali wrote: I have seen number of issues with documentation , specially for KVM deployment. I managed to figure them out quickly without help from anyone. But maybe it will become an issue for other admins We all have to figure it out but 'You never get a second

Re: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread David Nalley
On Wed, Jun 19, 2013 at 9:54 PM, Ron Wheeler wrote: > On 19/06/2013 2:11 PM, Dean Kamali wrote: >> >> I have seen number of issues with documentation , specially for KVM >> deployment. >> >> I managed to figure them out quickly without help from anyone. >> >> But maybe it will become an issue for

Re: Cloudstack 4.1 MySQL install issue

2013-06-19 Thread Ron Wheeler
Create an issue and lets get that fixed. Those of us that are just trying to use the package can pay back a little bit by filing bug reports. It is sometimes hard to be sure that one has found and fixed a problem until one gets well past it and by then, one is tired, behind schedule and not

Re: Storage capacity not well recognised

2013-06-19 Thread Nitin Mehta
+1 on what Dave said. Run the script ssvm-check.sh inside SSVM and this will check this along with other stuff. It should be able to tell you if you coulnt mount the disk. More info @ https://cwiki.apache.org/CLOUDSTACK/ssvm-troubleshooting.html On 20/06/13 5:18 AM, "Dave Dunaway" wrote: >Sounds

Re: Unable to create host

2013-06-19 Thread Nehal J. Wani
The method given in the official documentation for setting up a bridge doesn't work for me. As you can see, if eth0 is your default interface for connectivity, then to setup a bridge, it is necessary to add the line BRIDGE=cloudbr0 . To confirm whether you do have a bridge correctly setup or not, s