Re: CloudStack 4.8.0 with LXC - LibvirtException: unsupported configuration: System lacks NETNS support

2016-06-10 Thread Cloud List
Dear all, Anyone implemented LXC on CloudStack before and can provide some advice? Documentation is a bit limited on this area. Other than below documentations, any other pointers anyone can provide? http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.8/hypervisor/lxc.html

Console Proxy Starts but SSVM stuck in start loop

2016-06-10 Thread Josh Davis
Hello all, SSVM keeps trying to start on both hosts but CP starts fine. Have a gut feeling it's because I'm running the storage network over a VLAN and I configured the network wrongly or something. Here's what I've done: 1. Physical network is named "cloud_storage_link"2. Created an

4.8.0 install fails with tomcat files missing

2016-06-10 Thread Ron Wheeler
I had cloudstack 4.5.2 installed and running at one point on CentOS7. After updating a lot of packages including the kernel, it stopped working. I uninstalled the old cloudstack - deleted the database and installed 4.8.0. It did not work. I found out that the uninstall did not actually

Re: Can't stop mgmt server cleanly for CS 4.8.0

2016-06-10 Thread Yiping Zhang
RHEL 6.7 / java-1.7.0-openjdk-1.7.0.85-2.6.1.3 / tomcat6-6.0.24-90 On 6/10/16, 12:49 PM, "Marc-Andre Jutras" wrote: >which java / tomcat / centos version you're running on ? > > >On 2016-06-10 3:41 PM, Yiping Zhang wrote: >> Hi, all: >> >> We have a cron job to restart

Re: Can't stop mgmt server cleanly for CS 4.8.0

2016-06-10 Thread Marc-Andre Jutras
which java / tomcat / centos version you're running on ? On 2016-06-10 3:41 PM, Yiping Zhang wrote: Hi, all: We have a cron job to restart mgmt. service once a week. However, after we upgraded to CS 4.8.0, the cron job would leave the service stopped and Nagios starts to page oncall. We

Can't stop mgmt server cleanly for CS 4.8.0

2016-06-10 Thread Yiping Zhang
Hi, all: We have a cron job to restart mgmt. service once a week. However, after we upgraded to CS 4.8.0, the cron job would leave the service stopped and Nagios starts to page oncall. We traced the problem to that the mgmt. service won’t stop cleanly, even when we try to stop it manually

Re: Error: "Unable to add host"

2016-06-10 Thread Cayetano Rodríguez
You were right about I selected wrong hypervisor, I fixed it, and then I saw the logs again and I discovered it was a problem with SSH. I fixed it starting ssh with service sshd start, and now I am finally able to add the host. Thank you very much for your help :) 2016-06-10 20:16 GMT+02:00

Re: Error: "Unable to add host"

2016-06-10 Thread Marc-Andre Jutras
maybe you select the wrong hypervisor when you configure your zone ? ie: from your stacktrace: hypervisor.xenserver.resource.XenServerConnectionPool. also, make sure the KVM module is loaded and in listen mode... lsmod | grep kvm -> nothing there, start the process ! ( /etc/init.d/libvirtd

Re: Error: "Unable to add host"

2016-06-10 Thread Cayetano Rodríguez
I am using KVM. I've followed the Quick Installation Guide http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.8/qig.html 2016-06-10 19:50 GMT+02:00 Marc-Andre Jutras : > Hey ! > > Make sure the XenServer you're trying to add is configured your Xen

Re: Error: "Unable to add host"

2016-06-10 Thread Marc-Andre Jutras
Hey ! Make sure the XenServer you're trying to add is configured your Xen Pool before adding it to your Cloudstack cluster... - open xencenter and connect it on both xenserver : both servers must be under the same pool, if not, add the missing server to your current pool and then, you'll be

Re: Error: "Unable to add host"

2016-06-10 Thread Cayetano Rodríguez
I've started again with all CloudStack installation, and everything looked fine, but I keep getting this error and I can't add the host. This is the log I can see at /var/log/cloudstack/management/management-server.log 2016-06-10 19:00:20,325 DEBUG [c.c.h.x.d.XcpServerDiscoverer]

Re: Register ISO

2016-06-10 Thread Marc-Andre Jutras
Hey ! 1) install apache or nginx on your management server 2) download the ISO on your management server and place it under the html or http folder 3) make sure you can see your ISO from a regular http request ( example: http://management.server.ip.address/my.iso ) 3a ) make sure port 80

Re: Error installing cloudstack management server

2016-06-10 Thread Cayetano Rodríguez
Maybe it was obvious, but it worked for me, so thank you very much Dag :) 2016-06-10 17:48 GMT+02:00 Dag Sonstebo : > Cayetano - maybe an obvious one, but have you tried a "yum clean all" to > clear your caches? > > Regards, > Dag Sonstebo > > > > > > > > On

Re: Error installing cloudstack management server

2016-06-10 Thread Marc-Andre Jutras
HI, That kind of error are normally related to the yum caching repo try to clear your yum cache then, rebuild it... 1) yum clear all 2) yum update 3) yum -y install cloudstack-management Marcus On 2016-06-10 11:31 AM, Cayetano Rodríguez wrote: I've recently started installing CloudStack

Re: Error installing cloudstack management server

2016-06-10 Thread Dag Sonstebo
Cayetano - maybe an obvious one, but have you tried a "yum clean all" to clear your caches? Regards, Dag Sonstebo On 10/06/2016, 16:31, "Cayetano Rodríguez" wrote: >I've recently started installing CloudStack again in my pc, but I get an >error when trying

Error installing cloudstack management server

2016-06-10 Thread Cayetano Rodríguez
I've recently started installing CloudStack again in my pc, but I get an error when trying to install the management server with yum -y install cloudstack-management. I get the following error:

DHCP Problem - Hyper-V

2016-06-10 Thread Logeswaran
Hi All, I have created a new windows 2012 R2 VM in cloudstack under Hyper-V host. OS was installed fine but unable to fetch the IP from the IP pool list. I have created one more VM in windows 2008 and its able to fetch the IP from the DHCP list. Both the VM's are placed under same Network.

CloudStack 4.8.0 with LXC - LibvirtException: unsupported configuration: System lacks NETNS support

2016-06-10 Thread Cloud List
Dear all, We tried to setup an LXC cluster and add an LXC host into a test CloudStack 4.8.0.1 environment. The cluster is created and the LXC host is created successfully. We also tried to follow below documentation to create an Ubuntu LXC template -- we are running Ubuntu 12.04.5 LTS.