4.2.1: CLVM to CLVM migrate storage not successfull

2014-05-28 Thread Bjoern Teipel
Hi devs, I think I have found a bug affecting a primary storage migration if the source and destination volume are on a CLVM storage. So far I could follow the trail at : - secondary storage is mounted on the source host with a new template id - cp is issued to copy /dev/volgrpoup/uuid CLVM LV to

RE: 4.3 systemvm's are really 4.2?

2014-05-28 Thread Amin Samir
Hello, Try this link, these templates even remediate the heartbleed vulnerability http://jenkins.buildacloud.org/view/4.3/job/cloudstack-4.3-systemvm64/ Kind Regards Amin -Original Message- From: Derek Page [mailto:dp...@kayak.com] Sent: Thursday, 29 May 2014 12:19 AM To: users@cl

Re: X on CentOS instance

2014-05-28 Thread Kirk Kosinski
Using the Other OS Type is a solution since it will install the VM in HVM mode rather than PV mode. A VM in HVM mode has more emulated hardware, including a virtual video card so X can work, but with Linux VMs there will be other limitations (mainly related to performance). This exact same proble

Re: X on CentOS instance

2014-05-28 Thread Kirk Kosinski
It should work as long as it doesn't require a virtual graphics card in the VM. Best regards, Kirk On 05/27/2014 08:56 PM, Carlos Reátegui wrote: > What about forwarding X with ssh -Y? > > On May 27, 2014, at 6:25 PM, Kirk Kosinski wrote: > >> Hi, this is due to PV mode VMs on XenServer not h

Re: Trying CloudStack

2014-05-28 Thread Antone Heyward
You can also look at "cldstk-deploy" on github to install all in one. https://github.com/thehyperadvisor/cldstk-deploy You can also watch the youtube video "from zero to cloudstack" that show it in action. http://bit.ly/1heKVqj -- Antone @thehyperadvisor http://thehyperadvisor.com/ Easy Clou

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Min Chen
I don't know the exact cmd line to clear that, and I have always used XenCenter UI to do that, where clear tags in General tabs. Thanks -min On 5/28/14 2:11 PM, "Rafael Weingartner" wrote: >by clear, you mean "xe vdi-destroy uuid=vdi of systemvm.iso"? >So, I just need to stop the management ser

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Rafael Weingartner
by clear, you mean "xe vdi-destroy uuid=vdi of systemvm.iso"? So, I just need to stop the management servers, run that in every cluster that I have and everything should be fine? On Wed, May 28, 2014 at 5:42 PM, Min Chen wrote: > You should clear old systemvm.iso from xen server so that new sys

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Min Chen
You should clear old systemvm.iso from xen server so that new systemvm.iso built can be deployed there. Thanks -min On 5/28/14 12:42 PM, "Rafael Weingartner" wrote: >Another interesting fact: >All the jars, cloud-**.jar are label as if they were 4.1.1 version. >Is that right? > > >On Wed, May 2

Re: 4.3 systemvm's are really 4.2?

2014-05-28 Thread Derek Page
Thanks Zack, But as I mentioned this was not an upgrade this was a fresh install of 4.3. Which according to the latest "Quick Installation for CentOS" documentation it says to install the systemvms using cloud-install-sys-tmplt command. Anyways I went through some one the steps in the 4.2.x to 4.

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Rafael Weingartner
Another interesting fact: All the jars, cloud-**.jar are label as if they were 4.1.1 version. Is that right? On Wed, May 28, 2014 at 4:01 PM, Rafael Weingartner < rafaelweingart...@gmail.com> wrote: > Just an update. > I have just checked my console proxy VM, which is also with "--" in agent > s

Re: VPC Question

2014-05-28 Thread Daan Hoogland
That was my first thought as well. You can define a vpn gateway on the cloudstack vpc gateway and connect it to the aws vpc gateway. On Wed, May 28, 2014 at 9:24 PM, Jeff Barnett wrote: > Yes, Sorry I was a bit miss spoken before, I was thinking that you have to > configure a VPC in AWS, then ha

Re: "Insufficient address capacity" when creating instance via api

2014-05-28 Thread Nick Abbruzzese
Andrija Panic, Thank you for your reply, please see the following information from the original post. This was posted below the log entries that were included, probably not the best place for it as I suspect many readers did not make it that far: The issue here is that the IP addr

RE: VPC Question

2014-05-28 Thread Jeff Barnett
Yes, Sorry I was a bit miss spoken before, I was thinking that you have to configure a VPC in AWS, then have a VPN connection from the AWS VPC gateway to my network gateway that CloudStack is sitting behind, right? -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com]

Re: VPC Question

2014-05-28 Thread Daan Hoogland
Jeff, what do you mean with a vpc *between* aws and cloudstack? It would seem to me you would have two vpcs, one in aws and one in cloudstack and then define a gateway between them. right? Or do you mean a vpn between the two? On Wed, May 28, 2014 at 6:22 PM, Jeff Barnett wrote: > If I want to co

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Rafael Weingartner
Just an update. I have just checked my console proxy VM, which is also with "--" in agent state at "insfrastructure>System VM" page. The agente is running there, however its state is "--". I also looked into the source code, and the class " org.apache.cloudstack.storage.resource.NfsSecondaryStorag

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Rafael Weingartner
thanks, I checked the "/var/log/cloud/cloud.out", And I found this error: ERROR AgentShell:607 - Unable to start agent: Resource class not found: org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource due to: java.lang.ClassNotFoundException: org.apache.cloudstack.storage.resource.NfsSe

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Min Chen
Your UI indicates that agent is not running on your SSVM, it should show as 'Running', that is why your cloud.host does not have an entry for your new SSVM, thus we cannot find a remote host to send command to. Agent is a java code running inside your SSVM, you should see what error you encountered

Re: 4.3 systemvm's are really 4.2?

2014-05-28 Thread Zack
I think that rather than using the cloud-install-sys-tmplt command, it's recommended to use the web UI as documented in the 4.3 release notes upgrade from 4.2.x to 4.3 section. Z > On May 28, 2014, at 9:19 AM, Derek Page wrote: > > From a fresh install of cloudstack 4.3 and installing the 4.3

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Rafael Weingartner
What agent are you talking about? Is it an app that run into the SSVM? I am using xenserver and XCP as the hypervisor. I looked into the CS UI, infrastructure>System VMs and the column that has some values about the agent-state has a -- in it. Is it normal? At the end, should the SSVM have an ent

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Min Chen
Check if agent is running your ssvm. Thanks -min On 5/28/14 7:26 AM, "Rafael Weingartner" wrote: >Hi all, >sorry, to bother you again with this thread. >Could at least someone that has the CS 4.3.0 deployed try to download a >volume and/or a template? > >Could someone also check the database, t

VPC Question

2014-05-28 Thread Jeff Barnett
If I want to configure a VPC between CloudStack and AWS, do I need to configure that in both AWS and Cloudstack? Or just on one side of the connection? If anyone has done this could you please give a brief description, or link to a how to document. Thanks,

4.3 systemvm's are really 4.2?

2014-05-28 Thread Derek Page
>From a fresh install of cloudstack 4.3 and installing the 4.3 system vms from download.cloud.com http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-xen.vhd.bz2 If you look at the system vms their /etc/cloudstack-version is still 4.2 root@r-21-VM:~# cat /etc/cloudstack-re

Re: Doubt abou link local

2014-05-28 Thread Ove Ewerlid
communication is between KVM hypervisor and system VMs running on that same hypervisor. All ACS KVM hypervisors have a bridge called "cloud0" with an IP from the special link-local subnet; http://en.wikipedia.org/wiki/Link-local_address meaning that no routing ever takes place in/out of this su

Re: Cloudstack:: cloud_usage table empty

2014-05-28 Thread Saulo Zimbaro
I did procedure again and work fine. Thanks Fabrice! -- *Saulo Zimbaro* Mobile ) (+55) 21 99800-0100 *saulozimb...@gmail.com *sa...@zimbaro.com 2014-05-26 12:10 GMT-03:00 Saulo Zimbaro : > Fabrice, > > Doesnt work. Strange that pid on usage_job table is different that on OS. > > pid on tabl

Re: X on CentOS instance

2014-05-28 Thread Hollman Enciso R.
On Tue, May 27, 2014 at 8:25 PM, Kirk Kosinski wrote: > Hi, this is due to PV mode VMs on XenServer not having a virtual > graphics card. The console for such VMs is a serial console so X cannot > run. If you need a GUI, try configuring VNC in the VM and connect > directly using a VNC client. >

Re: Erro: No remote endpoint to send command, check if host or ssvm is down?

2014-05-28 Thread Rafael Weingartner
Hi all, sorry, to bother you again with this thread. Could at least someone that has the CS 4.3.0 deployed try to download a volume and/or a template? Could someone also check the database, table “cloud.host” and look if there is an entry there for the running SSVM and console proxy VM? On Mon,

Doubt abou link local

2014-05-28 Thread Ana Paula de Sousa
Hi, I would like to know if link local is created in cloudstack as a bridge, if so, it's between hypervisor and what? If no, can you explain to me what is link local (i know it's made to comunicate the VMs and the hypervisor, but how?) Thanks.

Re: Trying CloudStack

2014-05-28 Thread Amin Pashapour
Try this pdf for installation of 4.3. It has Ubuntu specific instructions. https://media.readthedocs.org/pdf/cloudstack-installation/latest/cloudstack-installation.pdf Amin From: Pierre-Luc Dion To: "users@cloudstack.apache.org" Sent: Wednesday, May 28, 201

OVS plugin odd behavior

2014-05-28 Thread Samuel Winchenbach
Hi All, I am trying to get the OVS plugin working and am running into strange problems. The short story is that my guest VMs can not get to the internet even though the virtual router can. I can also ssh into the guest VMs from the virtual router. My guest network is 10.10.10.0/24, my Public ne

Re: Trying CloudStack

2014-05-28 Thread Aaron Delp
Also try DevCloud: https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud *Aaron Delp* *Cloud Solutions Architect, SolidFire Inc.* e: aaron.d...@solidfire.com c: 919-561-7904 t: @aarondelp Advancing the way the world uses the cloud

Re: Trying CloudStack

2014-05-28 Thread Pierre-Luc Dion
I'm not aware of a preconfigured Virtual Appliance, but there is alternate installation methods if you don't want to install CloudStack manually: using Ansible: http://docs.cloudstack.apache.org/en/master/ansible.html http://shapeblue.com/cloudstack/deploying-cloudstack-with-ansible/ using Chef:

Re: Migrate VR from NFS to CEPH

2014-05-28 Thread Andrija Panic
Thanks Ove. Will try. On 28 May 2014 15:04, Ove Ewerlid wrote: > On 05/28/2014 11:39 AM, Andrija Panic wrote: > >> Anybody? >> Is there a way to define new system offering as default offering for VR >> ? >> I'm now on ACS 4.3... >> > > You set the "serviceofferingid" to your own ServiceOfferi

Re: Migrate VR from NFS to CEPH

2014-05-28 Thread Ove Ewerlid
On 05/28/2014 11:39 AM, Andrija Panic wrote: Anybody? Is there a way to define new system offering as default offering for VR ? I'm now on ACS 4.3... You set the "serviceofferingid" to your own ServiceOffering in the; createNetworkOffering API call. Then vrouter on the network you create wi

Re: VPC's VR missing public NIC eth1

2014-05-28 Thread Andrija Panic
and as I said eth1 is present: root@r-794-VM:~# cat /proc/net/dev Inter-| Receive| Transmit face |bytespackets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed eth3: 11484 13100

Re: VPC's VR missing public NIC eth1

2014-05-28 Thread Andrija Panic
Also, from /var/log/messages/ inside VR: This is a major show stopper - all our VPCs are unusable complete. Anybody... ? May 28 12:37:33 r-794-VM cloud: vpc_ipassoc.sh:Waiting for interface ethnull to appear, 0 seconds May 28 12:37:34 r-794-VM cloud: vpc_ipassoc.sh:Waiting for interface ethnull t

Re: Public networking VR fails to start

2014-05-28 Thread Jonathan Gowar
On Mon, 2014-05-19 at 03:58 +, Jayapal Reddy Uradi wrote: > Hi, > > Logs given below after resource allocation logs, we need to look at the more > previous logs. > Can you please put the logs in pastebin.com I'd prefer not to post the log in it's entirety, but will grep sections out. This o

Trying CloudStack

2014-05-28 Thread hossein zabolzadeh
Hi there. Is there any online website to try the cloudstack freely? Or is there any free ready-to-go virtual appliance with pre-configured and pre-installed cloudstack? I can not install the cloudstack on my ubuntu 12.04 server. Please help me if there is exist a solution other than installing the

Re: VPC's VR missing public NIC eth1

2014-05-28 Thread Andrija Panic
Defined eth1 manually inside /etc/network/interfaces inside VPC's VR. iface eth1 inet static address 46.232.180.246 netmask 255.255.255.0 ifup eth1 ip route add default via 46.232.180.1 so now VR works fine (have access to internet) But again, adding new IP to VR, and enabling static NAT is

Re: Migrate VR from NFS to CEPH

2014-05-28 Thread Andrija Panic
Anybody? Is there a way to define new system offering as default offering for VR ? I'm now on ACS 4.3... Thanks On 6 May 2014 21:29, Andrija Panic wrote: > Hi, > > I have just implemented CEPH as Primary Storage for CS, and have created > new System Offerings for Console Proxy and Secondary S

RE: VM's using custom offerings wont let us use the migrate host from UI !!!

2014-05-28 Thread Amin Samir
Hi Prashant,   Will re-check the error log again, otherwise will open a ticket. will keep you posted on the progress thanks for the help.     Kind Regards Amin  -Original message- To:users@cloudstack.apache.org; From:Prashant Kumar Mishra Sent:Tue 27-05-2014 17:15 Subject:RE: VM's us

RE: VM's using custom offerings wont let us use the migrate host from UI !!!

2014-05-28 Thread Amin Samir
   Hi Devdeep,   Thank for you support, have you tried moving an instance that is created from custom offering? is it not allowing you also?   Kind Regards Amin      -Original message- To:users@cloudstack.apache.org; From:Devdeep Singh Sent:Wed 28-05-2014 16:23 Subject:RE: VM's usi

Re: Cloudstack:: cloud_usage table empty

2014-05-28 Thread Fabrice Brazier
Hi Saulo, I got the same issue on my side, here is the process I did to resolve: I have set both usage.aggregation.tiemzone to Europe/Paris and usage.execution.timezone to Europe/Paris And I have set usage.stats.job.aggregation.range to 10 In the logs I kept seeing "Not owner of usage job, skippi

RE: VM's using custom offerings wont let us use the migrate host from UI !!!

2014-05-28 Thread Devdeep Singh
Hi Amin, Right now I am not sure as to why the issue is there. If I get a chance, I'll give it a try and let you know if I find something. Regards, Devdeep > -Original Message- > From: Amin Samir [mailto:a...@opencloud.net.au] > Sent: Tuesday, May 27, 2014 2:36 PM > To: users@cloudstack

VR on CEPH reported as using Local storage

2014-05-28 Thread Andrija Panic
Hi, I have moved VR from local to CEPH storage (edited system offerings etc...) But when I try to migrate VR to another HOST, I get message that Router is using Local storage, and can not be migrated. I have confirmed VR exist on CEPH with "ps aux | grep vmname" This is ACS 4.3 (upgraded from 4