Re: update/shrink "guest" IP range

2014-05-22 Thread Andrija Panic
Hi Sanjeev, thx, but I don't just want to remove IP from table - I want to define it to belong to "Public" network, instead of "Guest" network (it is basicaly 1 subnet with some IPs dedicated to Guest, and some IPs dedicated to Public) Also, correct me if I understood you incorrectly - you ment to

RE: update/shrink "guest" IP range

2014-05-22 Thread Sanjeev Neelarapu
Hi, I thought you wanted to use some IP addresses from the range outside CS. So I asked you to mark few ip addresses as allocated so CS would not pick those IP addresses. What type of networking you are using? If it is Advnaced shared/Basic networking then public and guest network uses the sa

Re: Major stability problems lately

2014-05-22 Thread Indra Pramana
Hi Timothy and all, Apologise for replying to an old thread. I noticed that nobody replied to you on this thread, may I know if you have managed to find the root cause of the problem, and the solution? I seems to have similar issues with one of our hypervisors. We are using CloudStack 4.2.0 and KV

Re: update/shrink "guest" IP range

2014-05-22 Thread Andrija Panic
Hi Sanjeev - sorry for missunderstanding - but good point :) I could have used it some time ago :) I'm using Advanced networking - and (accidentally) I have subet x.y.z.0/24 whose IP range is divided i.t. 2/3 of IPs to Guest network (eth1) and 1/3 of IPs for Public (also eth1). And it happened I n

[EVENT] Xen User summit

2014-05-22 Thread sebgoa
If you use Xen, you might be interested by the Xen User Summit. Call for Papers is opened until May 31st: http://events.linuxfoundation.org/events/xen-project-user-summit/program/cfp -sebastien

[EVENT] CloudStack collab Europe, Budapest Nov 19-21st

2014-05-22 Thread sebgoa
Hi, CloudStack Collab is back in Europe on Nov 19-21st in Budapest, CFP closes June 25th, so get your papers in quick and register http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-europe -sebastien

Re: console proxy times out

2014-05-22 Thread Ian Young
The console proxy became unavailable again yesterday afternoon. I could SSH into it via its link local address and nothing seemed to be wrong inside the VM itself. However, the qemu-kvm process for that VM was at almost 100% CPU. Inside the VM, the CPU usage was minimal and the java process was

Re: Proxy Console (RealhostIP Retired) Question

2014-05-22 Thread Amogh Vasekar
Hi, Does the DNS resolve from your local machine? Is the DNS publicly resolvable, or is it local to your intranet? Thanks, Amogh On 5/21/14 6:14 PM, "Mo" wrote: >but I am also still >unable to proceed in getting console access as it states it's unable to >resolve the DNS. > >All my other DNS re

Re: console proxy times out

2014-05-22 Thread Ian Young
And this is in /var/log/messages right before that event: May 22 10:16:07 virthost1 kernel: INFO: task qemu-kvm:2971 blocked for more than 120 seconds. May 22 10:16:07 virthost1 kernel: Not tainted 2.6.32-431.11.2.el6.x86_64 #1 May 22 10:16:07 virthost1 kernel: "echo 0 > /proc/sys/kernel/hung

Re: console proxy times out

2014-05-22 Thread Andrija Panic
I have observed this kind of problems ("process blocked for more than xx sec...") when I had access with storage - check your disks, smartctl etc... best Sent from Google Nexus 4 On May 22, 2014 7:49 PM, "Ian Young" wrote: > And this is in /var/log/messages right before that event: > > May 22 1

Upgrade 4.1 to 4.2.1

2014-05-22 Thread Rodrigo D. Lopez
Hi, I have the following configuration: hosts running Xen-hypervisor 4.1 and XCP 1.6 over debian wheezy. I tried to update my CS 4.1 to 4.2.1, but I got this error, when I started the cloudstack-agent service service cloudstack-agent start * Starting CloudStack Agent cloudstack-ag

Re: console proxy times out

2014-05-22 Thread Ian Young
I wonder if something is wrong with the NFS mount. I see this error periodically in /var/log/messages even though I have set the Domain in /etc/idmapd.conf to the host's FQDN: May 20 19:30:22 virthost1 rpc.idmapd[1790]: nss_getpwnam: name '0' does not map into domain 'redacted.com' May 20 19:36:2

Cloudstack:: cloud_usage table empty

2014-05-22 Thread Saulo Zimbaro
My cloud_usage table still empty. When I start cloudstack-usage I got error bellow: Caused by: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/cloud?autoReconnect=true&prepStmtCacheSize=517&cachePrepStmts=true at java.sql.DriverManager.getConnection(DriverM

Re: Cloudstack:: cloud_usage table empty

2014-05-22 Thread Fabrice Brazier
Hi Saulo, There was an issue with mysql connector. Starting 4.3 mysql connector is no longer bundled with ACS. I created a symbolic link to make it available to usage server: ln -s /usr/share/java/mysql-connector-java.jar /usr/share/cloudstack-usage/lib/mysql-connector-java.jar This issue is bein

Re: Upgrade 4.1 to 4.2.1

2014-05-22 Thread Pierre-Luc Dion
You don't need the cloudstack-agent on the management server. Cloudstack-agent is an agent that run on a KVM host. Le jeudi 22 mai 2014, Rodrigo D. Lopez a écrit : > Hi, I have the following configuration: > hosts running Xen-hypervisor 4.1 and XCP 1.6 over debian wheezy. > > I tri

Re: Major stability problems lately

2014-05-22 Thread Chiradeep Vittal
Sounds like a kernel bug. From: Indra Pramana mailto:in...@sg.or.id>> Reply-To: "users@cloudstack.apache.org" mailto:users@cloudstack.apache.org>> Date: Thursday, May 22, 2014 at 2:59 AM To: "users@cloudstack.apache.org" mai

Re: Upgrade 4.1 to 4.2.1

2014-05-22 Thread Rafael Weingartner
Step 8.d says exactly the opposite: "You will need to manually install the cloudstack-agent package: $ sudo apt-get install cloudstack-agent " Taken from: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.1/html/Release_Notes/upgrade-instructions.html#upgrade-from-4.1-to-4.2.1 So, at

Re: Upgrade 4.1 to 4.2.1

2014-05-22 Thread Rodrigo D. Lopez
Entao o agent nao eh necessario... so em caso de ms usando kvm. Na pagina diz o contrario mas ta bom. Entao meu problema eh outro. Nao tem nada a ver com o agent. Em 22/05/2014 20:45, "Rafael Weingartner" escreveu: > Step 8.d says exactly the opposite: > "You will need to manually install the cl

Re: Upgrade 4.1 to 4.2.1

2014-05-22 Thread Rafael Weingartner
pois eh foi o que perguntei. mas segundo o que ele falou o agente so precisa no host do kvm... On Thu, May 22, 2014 at 8:47 PM, Rodrigo D. Lopez < rodrigoduartelo...@gmail.com> wrote: > Entao o agent nao eh necessario... so em caso de ms usando kvm. Na pagina > diz o contrario mas ta bom. > > En

Re: SNAT issue

2014-05-22 Thread Pierre-Luc Dion
Hi David, >From the initial VM, where you able to ping a public IP such as 8.8.8.8 or 74.125.225.128 ? just in case it would be a DNS issue. >From the VR, can you telnet :8250, Maybe the VR was unable to contact CloudStack MGTport? Pierre-Luc Dion Architecte de Solution Cloud | Cloud Solution

Re: Major stability problems lately

2014-05-22 Thread ilya musayev
This issue is kernel/hardware related, i've seen this in past on non cloudstack and non kvm linux hosts. On 5/22/14, 3:35 PM, Chiradeep Vittal wrote: Sounds like a kernel bug. From: Indra Pramana mailto:in...@sg.or.id>> Reply-To: "users@cloudstack.apache.org

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

2014-05-22 Thread Amin Samir
Hello, We have cloud stack 4.3 over centos our hypervisors are xen server 6.2 SP1 with latest updates, the VM's that are created from custom offering don't let us use the migrate host icon from the UI, however you can move them from the xen center console. Has anyone faced this issue befor

Re: Major stability problems lately

2014-05-22 Thread Indra Pramana
Hi Ilya and Chiradeep, Good day to you, and thank you for your replies. If it's kernel bug, can you advise how to resolve the problem? Do you think upgrading to the latest kernel will help to resolve the problem? We are using Ubuntu 12.04.3 LTS (GNU/Linux 3.5.0-23-generic x86_64). Looking forwar

Re: Cloudstack:: cloud_usage table empty

2014-05-22 Thread Rajani Karuturi
you might want to look at https://issues.apache.org/jira/browse/CLOUDSTACK-6360 and the commits. ~Rajani On 23-May-2014, at 3:49 am, Fabrice Brazier mailto:fabrice.braz...@apalia.net>> wrote: Hi Saulo, There was an issue with mysql connector. Starting 4.3 mysql connector is no longer bundl