Re: KVM host cannot be added to zone after previously removed

2013-10-24 Thread Jayapal Reddy Uradi
Can you please share management server and kvm agent logs at pastebin.com Thanks, Jayapal On 25-Oct-2013, at 11:08 AM, Jake G. wrote: > Hi all, > > I first set up a basic zone with two KVM hosts with no problems. > I then removed one KVM host to add to a Advanced zone but I was unable to add

KVM host cannot be added to zone after previously removed

2013-10-24 Thread Jake G.
Hi all, I first set up a basic zone with two KVM hosts with no problems. I then removed one KVM host to add to a Advanced zone but I was unable to add it. Would the be due to network config mistake?  The logs have the error: [cloud.resource.ResourceManagerImpl] (catalina-exec-7:null) Unable to f

Q: Cloudstack S3 performance

2013-10-24 Thread Zoran Rajic
Hello fellow Cloudstack users, This is my first post to this mailing list, so please excuse me if I'm not following the proper etiquette. My name is Zoran, and I'm a developer working for a DDN company. While investigating the Cloudstack S3 and its performance, I encountered a bit weird behavior

Re: Guest reports wrong amount of RAM with RAM overprovisioning

2013-10-24 Thread Andrija Panic
Just lowered overprovisioning of RAM from 2 to 1, and started the same VM again, and I got good amount of RAM from inside the guest. when I do the ps aux thing from host, I get 100% same qemu-kvm parameters, confirmed by diff... How is this possible ? On 24 October 2013 22:53, Andrija Panic

Guest reports wrong amount of RAM with RAM overprovisioning

2013-10-24 Thread Andrija Panic
Hi, I have updated to CS 4.2 (not sure that my problem has to do anything with that...) I have RAM overprovisioning level of 2 on Cluster level. And after I start VM with compute ofering of 2GHZ (1x2gHz) and 2GB of ram, it does invoke qemu-kvm with good parameters (2048M), but inside my VM when d

RE: Public IPs on Guest VMs within CloudStack 4.2.0

2013-10-24 Thread Bryan Manske
And is there any documentation on network isolation and GRE versus SST, et cetera, when creating a zone within CloudStack? Thanks. Quoting Bryan Manske : > All, > > I'm still hung up on network issues with VMs on CloudStack hosts not talking > to the network. I'm currently looking at OpenVSwi

RE: Public IPs on Guest VMs within CloudStack 4.2.0

2013-10-24 Thread Bryan Manske
All, I'm still hung up on network issues with VMs on CloudStack hosts not talking to the network. I'm currently looking at OpenVSwitch. Maybe the answer lies there. If anyone has any ideas I would be most appreciative. I've decided to provide a link(s) (same content, 3 different formats) to my

RE: KVM and openvswitch

2013-10-24 Thread Teipel, Bjoern
Does cloudstack work with that release? The Br compatibility is gone after 1.0.9 and you can't use the standard bridge utils any more. I don't rely on the old bridge utils but cloudstack supposedly does, at least what I can see from the com.cloud.hypervisor.kvm.resource.OvsVifDriver OVS works fi

RE: ssvm fails to start, [BOOTLOADER_FAILED, OpaqueRef:..., Unable to find partition containing kernel

2013-10-24 Thread Lisa B .
Thanks for your quick reply :) @Andrei: Unfortunately it did not fix the problem. I still get exactly the same error. I deleted the old template, reran the command with the new URL. When that did not work I re-initialized the db and re-installed the template again. I followed the 4.2 install p

Re: SSH Access to Guest VM without Public IP 4.1

2013-10-24 Thread Shanker Balan
On 24-Oct-2013, at 10:10 pm, Murugappan, Vairavan wrote: > Hi Shankar, > Yes All my VM's have a private ip(10.10.*.*) assigned to it and these are > accessible within my cloud, that is only if I am inside my cloud's network. If you need to one to many NAT, you have to use advanced networking.

Re: VMWare storage overprovisioning

2013-10-24 Thread Nitin Mehta
On 24/10/13 1:22 AM, "Noel King" wrote: >Hi > >Thanks for this have reverted it back to .85, does this mean that this >value pool.storage.capacity.disablethreshold is factoring in the >overprovisioning value? No. It is the real usage of the disk equivalent of "df -h". > >Is there a way to all

Re: CS 4.2 cloudstack-management server won't start

2013-10-24 Thread Shanker Balan
On 24-Oct-2013, at 9:25 pm, motty cruz wrote: > I'm looking at tomcat6 logs : > Oct 24, 2013 8:30:54 AM org.apache.catalina.startup.Catalina start > SEVERE: Catalina.start: > LifecycleException: service.getName(): "Catalina"; Protocol handler start > failed: java.net.BindException: Address alre

Re: SSH Access to Guest VM without Public IP 4.1

2013-10-24 Thread Murugappan, Vairavan
Hi Shankar, Yes All my VM's have a private ip(10.10.*.*) assigned to it and these are accessible within my cloud, that is only if I am inside my cloud's network. I can ssh into the vm's from host or management server but not from outside this network. I don't have lot of public ip's available, so

Re: CS 4.2 cloudstack-management server won't start

2013-10-24 Thread motty cruz
I'm looking at tomcat6 logs : Oct 24, 2013 8:30:54 AM org.apache.catalina.startup.Catalina start SEVERE: Catalina.start: LifecycleException: service.getName(): "Catalina"; Protocol handler start failed: java.net.BindException: Address already in use :8080 netstat -a does not show 8080 being used

Re: ssvm fails to start, [BOOTLOADER_FAILED, OpaqueRef:..., Unable to find partition containing kernel

2013-10-24 Thread Yugandhar Yetham
Hi, As per you given the info, Your secondary storage is "/export/secondary, But you have downloaded the template into /mnt/secondary. Please check the below command and reply it. You reran command is : # cloud-install-sys-tmplt -m* /mnt/secondary* -u http://download.cloud.com/templates/acton/a

Re: ssvm fails to start, [BOOTLOADER_FAILED, OpaqueRef:..., Unable to find partition containing kernel

2013-10-24 Thread Andrei Mikhailovsky
> I also reran the systemvm template command > cloud-install-sys-tmplt -m /mnt/secondary -u > http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2 -h > xenserver -F > Is it still the correct URL for CS 4.2? It was successfully installed once > again as it was during inst

CS 4.2 cloudstack-management server won't start

2013-10-24 Thread motty cruz
Hello, cloudstack-management server won't start after installing cloudmonkey, icatedResourceManagerImpl,ExplicitDedicationProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0]; root of factory hierarchy 2013-10-24 07:51:44,807 INFO [utils

Re: CloudStack Guest Scripts and "cloud-init"

2013-10-24 Thread Nux!
On 24.10.2013 15:07, Shanker Balan wrote: On 24-Oct-2013, at 6:56 pm, Nux! wrote: On 24.10.2013 14:01, Shanker Balan wrote: You could try the one from here: http://repos.fedorapeople.org/repos/openstack/cloud-init/epel-6/ It's 0.7.2 so it should have support for CS. I have cloud-init-0.7.2 in

Re: CloudStack Guest Scripts and "cloud-init"

2013-10-24 Thread Shanker Balan
On 24-Oct-2013, at 6:56 pm, Nux! wrote: > On 24.10.2013 14:01, Shanker Balan wrote: >>> You could try the one from here: >>> http://repos.fedorapeople.org/repos/openstack/cloud-init/epel-6/ >>> It's 0.7.2 so it should have support for CS. >> I have cloud-init-0.7.2 installed on CentOS 6.2 and con

Re: CloudStack Guest Scripts and "cloud-init"

2013-10-24 Thread Nux!
On 24.10.2013 14:01, Shanker Balan wrote: You could try the one from here: http://repos.fedorapeople.org/repos/openstack/cloud-init/epel-6/ It's 0.7.2 so it should have support for CS. I have cloud-init-0.7.2 installed on CentOS 6.2 and configured to use CloudStack as a data source. That'

Re: CloudStack Guest Scripts and "cloud-init"

2013-10-24 Thread Shanker Balan
On 14-Oct-2013, at 8:22 pm, Nux! wrote: > On 14.10.2013 15:00, Yuri Kogun wrote: >> Hi, >> What version of cloudinit packages are you using? The cloudstack >> support has been added in the version 0.7.1 >> Please check this link https://bugzilla.redhat.com/show_bug.cgi?id=907547 >> You might nee

cloudstack 4.2 kvm snapshots troubles

2013-10-24 Thread eldorado
Hello We are having troubles with kvm snapshots. Our architecture: hosts CentOS 6.4, Primary storage - iscsi; secondary storage - nfs over iscsi from management. For primary storage we have tried clvm and sharedmountpoint (gfs2, ocfs2) with the same result. Everything is working fine until the

Migrating ssvm, cpvm and VRs to a diffferent cluster

2013-10-24 Thread Andrei Mikhailovsky
Hello guys, I am not sure why this is happening, but all my system vms are starting on one cluster which I am planning to decommission. This cluster has a single host server. Whenever the virtual routers, ssvm or cpvm is created it is always started on this cluster, even if I disable the clust

Re: Unable to Build 4.2.0 From Source Using Maven 3.1

2013-10-24 Thread Shanker Balan
On 24-Oct-2013, at 11:40 am, Ryan Shafer wrote: > Hello, > > I am attempting to build CS 4.2.0 from source eventually using noss > dependencies from vmware. The problem is that I cannot resolve the > dependencies for the other cloudstack projects to build. In this specific > case cloud-api c

Re: SSH Access to Guest VM without Public IP 4.1

2013-10-24 Thread Shanker Balan
On 24-Oct-2013, at 7:04 am, Murugappan, Vairavan wrote: > Hi, > Is there a way to provide ssh into the guest vm on the basic networking mode. > Where there is no Public IP's available on the guest OS. If So how? In a basic network, each VM is assigned an IP directly from the network. Make sur

Re: How does HA work?

2013-10-24 Thread Nux!
On 24.10.2013 01:42, Chiradeep Vittal wrote: https://cwiki.apache.org/confluence/x/dwn8AQ Thanks! -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

Re: [SOLVED] Network not configured in VM

2013-10-24 Thread Jayapal Reddy Uradi
Added SOLVED tag On 24-Oct-2013, at 11:20 AM, Chirag Choudhary wrote: > Thanks Lucian@Nux and Shankar, with your suggestions I was able to fix the > issue. For fixing the current running VM i did "dhclient eth0". > and for making it a template i changed the ONBOOT=yes and BOOTPROTO=dhcp > (also

Re: VMWare storage overprovisioning

2013-10-24 Thread Noel King
Hi Thanks for this have reverted it back to .85, does this mean that this value pool.storage.capacity.disablethreshold is factoring in the overprovisioning value? Is there a way to allow pool.storage.allocated.capacity.disablethreshold utilise the overprovisining factor and stop blocking VM creat

Re: unable to register new template

2013-10-24 Thread ramnivas indani
thanks for your reply i will follow it. On Thu, Oct 24, 2013 at 1:05 PM, Nguyen Anh Tu wrote: > Maybe you need this guide for troubleshooting > > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Secondary+storage+troubleshooting > > > 2013/10/24 ramnivas indani > > > H

Re: unable to register new template

2013-10-24 Thread Nguyen Anh Tu
Maybe you need this guide for troubleshooting https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Secondary+storage+troubleshooting 2013/10/24 ramnivas indani > Hi All, > I am facing issues on my newly installed CloudStack 4.0, I am not able to > register new templates to C

unable to register new template

2013-10-24 Thread ramnivas indani
Hi All, I am facing issues on my newly installed CloudStack 4.0, I am not able to register new templates to CloudStack, When i provide URL to download template for OVA or ISO some how it doesn't start downloading, and when i look into logs it shows that there is no SSVM but I am able to connect to