VmWare -- VLAN number limit

2014-11-19 Thread Vadim Kimlaychuk
Hello all, I saw the table in CS docs with limits of VLANs number depending on hypervisor. I can roughly remember that XenServer and KVM can use entire range of 0-4096, but VmWare (or vCenter) can address less. Can’t find this information anymore. People who use VmWare

Re: VmWare -- VLAN number limit

2014-11-19 Thread Kirk Kosinski
Hi, I'm not aware of any limits imposed by CloudStack. However you should be careful since at least one VLAN ID is reserved for special purposes in vSphere. Specifically VLAN 4095 enables VGT mode for the VM NICs, which has serious security implications. I haven't tried using this in recent

Re: Error in the upgrade docs 4.4.0 to 4.4.1

2014-11-19 Thread Matthew Midgett
Google cloudstack 4.4.0 upgrade Sent on a Sprint Samsung Galaxy S® III div Original message /divdivFrom: Pierre-Luc Dion pdion...@apache.org /divdivDate:11/19/2014 4:35 AM (GMT-05:00) /divdivTo: users@cloudstack.apache.org /divdivSubject: Re: Error in the upgrade docs 4.4.0

Not able to add DevCloud as a hypervisor

2014-11-19 Thread hanan alobaidli
Hello, I am new with cloudstack and I am trying to install it on my laptop. I was able to run the management server but the problem I am facing now is with the addition of DevCloud as a hypervisor I am using cloudstack 4.6.0 developer mode The steps that I have followed are: mvn

RE: Not able to add DevCloud as a hypervisor

2014-11-19 Thread Santhosh Edukulla
Hello Hanan, Check Marvin-0.1.0.tar.gz file exists under tools/marvin/dist/ directory. The name would have been changed to some thing related to version 4.6. After that change that accordingly in the below cmd. pip install tools/marvin/dist/Marvin-0.1.0.tar.gz Santhosh

Re: To let SSVM reach outside network.

2014-11-19 Thread Dan Dong
Hi, Vadim, 1. route -n root@s-1-VM:~# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 0.0.0.0 192.168.0.1000.0.0.0 UG0 00 eth2 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0

Re: VM migration to cloudstack

2014-11-19 Thread Andrija Panic
Basicaly, convert existing vms to qcow2 or vhd or vmdk... upload template to ACS, deploy new VM from template... Not sure of other way ? Sent from Google Nexus 4 On Nov 19, 2014 5:35 PM, Vadim Kimlaychuk vadim.kimlayc...@elion.ee wrote: Hello, Hope this problem has already risen and

Re: VM migration to cloudstack

2014-11-19 Thread Alireza Eskandari
I'll work on a solution that injects necessary information of each VM in CloudStack database. I think this works but you should know that what kind of information you want to keep. So it is mostly depends on your need. Imagine a form that you fill it with information of the VM and you get a SQL

RE: VM migration to cloudstack

2014-11-19 Thread Vadim Kimlaychuk
Can cloudmonkey do this? If I need to register like 500 templates and then create VM from then it may take a lot of time. Vadim. From: Andrija Panic [andrija.pa...@gmail.com] Sent: Wednesday, November 19, 2014 18:48 To: users@cloudstack.apache.org

RE: VM migration to cloudstack

2014-11-19 Thread Alireza Eskandari
No, cloudmonkey is the CLI of CloudStack. You can automate jobs that CloudStack should do with it. For example you should find a way that take an image of your current VMs and put it in a place then CloudMonkey will get those images, register them as a template and create VMs from them. You can

Re: VM migration to cloudstack

2014-11-19 Thread Carlos Reategui
If cloud monkey can create an instance without starting it then maybe you can try the following approach create instance matching your source VM, find disk image querying the DB and replace it with that from your source VM. I more or less did this manually with a handful of instances but you

Adding Host with existing VM to CloudStack

2014-11-19 Thread Anil
Hi All, I knew that CloudStack does not allow to add hosts with VMs/any data existing on host. But, I need to add a XenServer host to CloudStack with a VM. Is there any work around to work on my need ?? Looking forward for your help. Regards, anilkuma...@axiomio.com

ACS 4.4.1 - XenServer 6.2

2014-11-19 Thread Motty Cruz
Hi, I can't build VMs I get an error message StatusJob failed due to exception Resource [Host:3] is unreachable: Host 3: Unable to start instance due to Unable to change the state of VM[DomainRouter|r-111-VM] looks like no communication with VR, I was able to log in to VR(using XenCenter),

Add xenserver host with VMs to Cloud Stack - Wrok around

2014-11-19 Thread Prakash Rao Banuka
Hi All: I have a Xenserver on which VMs are being created through XenCenter. Now I would like to add this xenserver (which has VMS) to Cloud Stack. May I know the procedure / work around to accomplish this task successfully. Thank you Prakash

RE: ACS 4.4.1 - XenServer 6.2

2014-11-19 Thread Alireza Eskandari
How many VR do you have in your enviroment? I saw same problem with multiple VR on vmware and CS 4.4.1

Re: ACS 4.4.1 - XenServer 6.2

2014-11-19 Thread Motty Cruz
Hi Alireza, I have a total of 4 VRs 4 different networks. 3 of those network were created after upgrade from ACS 4.4.0 to ACS 4.4.1, so I don't have a problem with them, as a matter of fact they're working flawlessly thus far, except the one network I created before upgrade. some how I believe

Re: How to set the size of primary storage

2014-11-19 Thread Yan Bai
Thanks Gopalakrishnan, what you said is the problem. I am not familiar with Linux drive and I figure it out now. Yes, i have 3 drives, home, root and swap. home is 900G and root is 100G. I create primary in root path(/). And this path is in root drive. So the primary storage is 100G. I resized

Re: Adding Host with existing VM to CloudStack

2014-11-19 Thread Gopalakrishnan S
Hi Anil, Cloudstack is not recommanded to adding host with existing VMs. If you try to add existing host then it will return error like The host joining the pool cannot have any running VMs. Because AgentManager will try to collect all the information about host and try to allocate management

Re: VM migration to cloudstack

2014-11-19 Thread Gopalakrishnan S
Hi Vadim, If possible, you can try to create snapshot for the particular VM and export to file that snapshot or save as a Template then convert the template for VHD format. After that upload .vhd file as a template in ACS. Once the template uploaded, you can create VMs from that particular

Upgrade 4.4.0 to 4.4.1

2014-11-19 Thread Soeren Malchow
Hi all, there were already 1 or 2 mails about this issue, but no solution for it. When I upgrade from 4.4.0 to 4.4.1 the database can not be upgraded obviously due to the fact that it can not find system VMs -- snip -- 2014-11-20 05:53:55,361 DEBUG [c.c.u.d.ScriptRunner] (main:null) -- Fix

RE: Adding Host with existing VM to CloudStack

2014-11-19 Thread Vadim Kimlaychuk
Anil, Look my thread VM migration to CS -- basically you need to export VM and import after host is being added to Cloudstack. The main reason for that is UUID of the resources registered by Cloudstack at database. Storage, networks, vifs -- all IDs are managed by cloudstack and

RE: VM migration to cloudstack

2014-11-19 Thread Vadim Kimlaychuk
Thank you Alireza and Carlos, I will follow your hints when start to manipulate images. BTW how this storage cleanup scripts can interfere the process?? What do they do ? Vadim. -Original Message- From: create...@gmail.com [mailto:create...@gmail.com] On Behalf Of Carlos