usage-server redudancy ?

2015-05-15 Thread Andrija Panic
Hi guys, wondering, is it possible/good to have redudant cloudstack-usage running - we have 2 acs mgmt nodes via LB, so can I run/install cloudstack-usage on both nodes - does running 2 instances, makes problem for usage data agregation etc ? THx -- Andrija Panić

Re: DNS resolution with advanced networks between VLAN's

2015-05-15 Thread Yuri Kogun
Thanks, ErikWill check it out.  Best regards Yuri Sent from Outlook _ From: Erik Weber Sent: Friday, May 15, 2015 6:35 pm Subject: Re: DNS resolution with advanced networks between VLAN's To: The globodns plugin could possibly solve this by

Re: DNS resolution with advanced networks between VLAN's

2015-05-15 Thread Erik Weber
The globodns plugin could possibly solve this by serving all domains. Erik Den fredag 15. mai 2015 skrev Yuri Kogun følgende: > Hi, > I wonder if anybody had a similar problem. Our cloudstack zone is setup > with advanced networking and we have setup a couple VLAN's. Each VLAN has > it's own n

DNS resolution with advanced networks between VLAN's

2015-05-15 Thread Yuri Kogun
Hi,  I wonder if anybody had a similar problem. Our cloudstack zone is setup with advanced networking and we have setup a couple  VLAN's. Each VLAN has it's own network mask and IP range. The host name is assigned via Dhclient hook and derived from the VM name when vm is started. The DNS resolut

Re: ACS 4.5.1 KVM live migration problem

2015-05-15 Thread Marcus
Hmmm, this seems like an unrelated issue, though the culprits are the same fields. It has me wondering if there's a bug in the vm sync or network persistence. It would be interesting to know if: 1) The null values are somehow reproduceable 2) If stopping a VM with null values is possible 3) If

Re: ACS 4.5.1 KVM live migration problem

2015-05-15 Thread Andrija Panic
Ok, but since they are guest, it confuses me - is this advanced zone with vlan, right ? Then my understanding all NICs (of user VM) needs to have some isolation method... Anyway - I'm running advanced zone + vlans, and all VMS (VMs behind VPC and VMS on internet/public network - but still that's

ISO download Error

2015-05-15 Thread merlin
Hi, I am using Cloudstack4.4.3 on a server system which is both the management and agent server. Installed and configured using this link :http://www.greenhills.co.uk/2015/02/23/cloudstack-4.4-single-server-on-ubuntu-14.04.1-with-kvm.html There is one zone, one pod with 5 IP's, one cluster and on

Re: ACS 4.5.1 KVM live migration problem

2015-05-15 Thread Andrei Mikhailovsky
Andrija, I've ran the command and it showed me a bunch of running vms with NULLs. I would roughly say about 20% of my total running vms do have NULL under the isolation and broadcast URIs. All of these vms are working perfectly well (in terms of network connectivity) and there is nothing spe

Re: ACS 4.5.1 KVM live migration problem

2015-05-15 Thread Andrija Panic
Andrei, select instance_id,isolation_uri,broadcast_uri from nics where instance_id in (select id from vm_instance where state='Running' and name not like 'r-%' and name not like 'v-%' and name not like 's-%') order by instance_id; This gives me every niC, that does not belong to router or SSVm C

Re: ACS 4.5.1 KVM live migration problem

2015-05-15 Thread Andrei Mikhailovsky
Hi Andrija, Marcus, Thanks for your comments and suggestions. I've checked the cloud.nics table mysql> select instance_id,isolation_uri,broadcast_uri from nics where instance_id=564 or instance_id=664 or instance_id=; +-+---+---+ | instance_id | isol

Re: ACS 4.5.1 KVM live migration problem

2015-05-15 Thread Andrei Mikhailovsky
The storage pools are looking good. That particular storage pool is the main pool where all vm volumes reside. I don't think it's an issue with the storage pool as when I try to migrate other vms, the NPE happens after a different storage pool in the log entry. All storage pools are working fine

Re: ACS 4.5.1 KVM live migration problem

2015-05-15 Thread Nux!
Andrei, "trying to fetch storage pool d8d5ec36-3cb0-39af-8fc6-084a4abd5d28 from libvirt", does that pool actually exist in libvirt? virsh pool-list --all What are the libvirtd logs saying? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > Fr