Re: Not able to download CentOS template

2014-03-25 Thread Tejas Gadaria
Hi Suresh, 1) "use local storage" flag was marked while zone creation. 2) As I am not able to ping pulic ip of SSVM and CPVM, I took console of SSVM from xencenter. SSVM health check.. root@s-9-VM:/usr/local/cloud/systemvm# sh ssvm-check.sh First D

Increase linklocal ip range post pod creation

2014-03-25 Thread Saurav Lahiri
Hi, It appears that after a pod is already created, there is no way to increase the number of link local ips assigned to the pod via the linkLocalIp.nums global settings. And that this needs to be changed before a pod has been created. Is that correct or is there any way to increase the range for a

Re: DHCP IP not getting assigned to the instances

2014-03-25 Thread Jayapal Reddy Uradi
Hi, Please find my comments inline. Thanks, Jayapal On 21-Mar-2014, at 9:09 PM, iliyas shirol wrote: > Greetings! > > We have a zone with 5 shared guest networks. We are facing the following > network issues post launching an instance in these networks. It behaves in > one of the below defined

Re: Timeout waiting for response from storage host

2014-03-25 Thread Osay Osman Yuuni
Hi Sandeep, Is your sec storage the same as the management server? If not check to see that there is communication between the management server and the sec storage nfs server (rpcinfo -p ) and see what ports and versions the daemons are listening on. Check your iptables as per documentation or

Re: Virtual Router doesn't start

2014-03-25 Thread Kambiz Darabi
Hi, I looked up the startup command of the old router instance which worked correctly: /usr/share/cloudstack-common/scripts/vm/hypervisor/kvm/rundomrpre.sh -l r-7-VM -t all -d /var/lib/libvirt/images/r-7-VM-patchdisk -p %template=domP%name=r-7-VM%eth2ip=10.193.17.190%eth2mask=255.255.255.0%gate

[ANNOUNCE] Apache CloudStack 4.3.0 Released

2014-03-25 Thread Chip Childers
Announcing Apache CloudStack 4.3.0 Tue Mar 25 2014 09:47:06 GMT-0400 (EDT) Flexible, scalable, Open Source Infrastructure as a Service (IaaS) used by organizations such as Zynga, Datapipe, and ISWest, among others, for creating, managing, and deploying public, private, and hybrid Cloud Computing

role of HA-Worker

2014-03-25 Thread Tomasz Zięba
Hello, Could someone explain to me what is the role of HA-Worker thread in CloudStack ? The number of threads is set in the global settings: ha.workers Number of hectares of worker threads. 5 According to me, HA-Worker thread has a bug in the implementation that causes uncontrolled stopping virt

[ANNOUNCE] Realhostip Service is Being Retired

2014-03-25 Thread John Kinsella
Realhostip Service is Being Retired Recently the Apache CloudStack PMC was informed that the realhostip.com Dynamic DNS service that CloudStack currently uses as part of the console proxy will be disbanded this summer. The realhostip service will be shut down June 30th, 2014, meaning users hav

Re: [ANNOUNCE] Realhostip Service is Being Retired

2014-03-25 Thread John Kinsella
(Sorry folks - resend, with links at bottom) Realhostip Service is Being Retired Recently the Apache CloudStack PMC was informed that the realhostip.com Dynamic DNS service that CloudStack currently uses as part of the console proxy will be disbanded this summer. The re

Re: Virtual Router doesn't start

2014-03-25 Thread Alena Prokharchyk
Kambiz, can you please check the following: 1) Check if the gateway is set on control network: mysql> select gateway, cidr from networks where traffic_type=‘Control’; 2) For router control nic, check if network/gateway are set. Select gateway,netmask from nics where instance_id= and network_id

Re: Virtual Router doesn't start

2014-03-25 Thread Alena Prokharchyk
Kambiz, the debug statements below are for the case when eth1 is a control interface as it was in your old command. I’ve looked at the new command, eth1 is not control, its either public or guest eth0: - control iface eth0 inet static address 169.254.1.59 netmask 255.255.0.0 eth1: iface

Re: Virtual Router doesn't start

2014-03-25 Thread Kambiz Darabi
Hi, select id,ip4_address,netmask,gateway,state,removed,network_id,reserver_name from nics where instance_id=19; ++---+---+-+---+-++--+ | id | ip4_address | netmask | gateway | state | rem

Re: Virtual Router doesn't start

2014-03-25 Thread Alena Prokharchyk
No, it doesn’t seem right to me having 2 nics with device id 0. But looks like they’ve got programmed to correct devices on the backend per your prev email? iface eth0 inet static address 169.254.1.59 netmask 255.255.0.0 iface eth1 inet static address 10.193.17.1 Netmask iface eth2 i

Re: Virtual Router doesn't start

2014-03-25 Thread Kambiz Darabi
Hi, select id, name, traffic_type, broadcast_domain_type, cidr, gateway, mode, state, removed from networks where id = 205; +-+-+--+---++-+--+---+-+ | id | name| traffic_type | broadcast_domain_type |

Re: Virtual Router doesn't start

2014-03-25 Thread Kambiz Darabi
I updated nics.gateway for that network, but the VM still shows the same behaviour. If one compares interfaces: root@r-19-VM:~# cat /etc/network/interfaces auto lo eth0 eth1 eth2 iface lo inet loopback iface eth0 inet static address 169.254.1.242 netmask 255.255.0.0 iface eth1 inet stati

Re: Virtual Router doesn't start

2014-03-25 Thread Kambiz Darabi
I executed > update nics set device_id = 1 where id = 29; After restarting the router, the interfaces file now looks like this: root@r-19-VM:~# cat /etc/network/interfaces auto lo eth0 eth1 eth2 iface lo inet loopback iface eth0 inet static address 169.254.3.155 netmask 255.255.0.0 iface

Re: Instantiated CentOS VMs shutting down

2014-03-25 Thread Amogh Vasekar
Not yet. AFAIK, that would be the case with 4.2 and 4.3 as well. Thanks, Amogh On 3/24/14 1:48 AM, "Osay Osman Yuuni" wrote: >Was a >patch applied and where can I find it?

how cloudstack performs dynamic scaling

2014-03-25 Thread Umair Azam
Hi guys, How cloudstack performs dynamic scaling, Is it dynamic scaling in terms of replication or increasing VM capacity up to max resources available at physical server. -- Umair Azam

Re: how cloudstack performs dynamic scaling

2014-03-25 Thread Harikrishna Patnala
Yes we increase the VM capacity upto the max resources and max values that OS supports based on the hypervisor. Thanks Harikrishna On 26-Mar-2014, at 9:17 am, Umair Azam wrote: > Hi guys, > > How cloudstack performs dynamic scaling, Is it dynamic scaling in terms of > replication or increas

Re: reg: cloudstack Billing software

2014-03-25 Thread Alex
writes: > > Hi, > > Assistanz network launched cloudstack billing software yesterday. It > names is fogpanel. > > Regards, > Prakash.M > > Hi Will you release pricing? Trial? Thanks! Alex

Re: Adding hosts of different CPU to the new zone

2014-03-25 Thread iStar Cloud
Thank you Marcel! Problem solved. Regards, Nancy. On Mon, Mar 24, 2014 at 5:41 PM, Marcel Keller wrote: > Hey Nancy, > > The CPUs in an Cluster must be homogenous and not in a Zone... So just add > a new cluster in CS and add all the AMD based server to it... > > -Original Message- >

Re: Adding hosts of different CPU to the new zone

2014-03-25 Thread Shane Wayne
If you are using KVM, you could find out that you can add Intel host and AMD host together in the same cluster. On Mar 26, 2014 1:48 PM, "iStar Cloud" wrote: > Thank you Marcel! > > Problem solved. > > > Regards, > > Nancy. > > > On Mon, Mar 24, 2014 at 5:41 PM, Marcel Keller >wrote: > > > Hey N

Re: Error in terminal:No package cloud-client availble

2014-03-25 Thread Ekta Agrawal
Hi , I have 32 bit kernel, it does not support 64 bit centos. Can't we install cloudatack on 32 bit OS? Regards, Ekta On Tue, Mar 25, 2014 at 9:34 AM, ilya musayev wrote: > You are using a really old version of cloudstack and OS. > > I suggest using CentOS6 - 64bit and atleast cloudstack 4.2.