Re: Adding host to CloudStack problem (KVM)

2014-11-12 Thread Erik Weber
You're missing either kvm_intel or kvm_amd based on your CPU. Are you sure the CPU is capable of virtualization? You might have to check the BIOS, on some machines you have to enable it. -- Erik On Wed, Nov 12, 2014 at 8:49 AM, Michal Loncek lon...@energomail.sk wrote: Hello Andrija, as far

Re: Adding host to CloudStack problem (KVM)

2014-11-12 Thread Michal Loncek
Hello, thanks for the hint. In fact it indeed seems to be a problem with the latest Centos not loading the kvm_intel module: modprobe kvm_intel FATAL: Error inserting kvm_intel (/lib/modules/2.6.32-504.el6.x86_64/kernel/arch/x86/kvm/kvm-intel.ko): Operation not supported CPU is capable of

Re: Adding host to CloudStack problem (KVM)

2014-11-11 Thread Michal Loncek
Hello Gopalakrishnan, here is the output of the log: -- 2014-11-12 02:27:59,953 INFO [c.c.r.ResourceManagerImpl] (catalina-exec-19:ctx-2667c76b ctx-0e8268fd) Trying to add a new host at http://87.244.198.134 in data center 1 2014-11-12 02:28:00,121 DEBUG

Re: Adding host to CloudStack problem (KVM)

2014-11-11 Thread Erik Weber
Do an: lsmod | grep kvm on the hypervisor, according to the log the agent doesn't think the host is capable of running kvm -- Erik On Wed, Nov 12, 2014 at 8:34 AM, Michal Loncek lon...@energomail.sk wrote: Hello Gopalakrishnan, here is the output of the log:

Re: Adding host to CloudStack problem (KVM)

2014-11-11 Thread Andrija Panic
Hi Michal, please check if the kvm is installed and if kernel module is actually loaded...? On 12 November 2014 08:34, Michal Loncek lon...@energomail.sk wrote: Hello Gopalakrishnan, here is the output of the log: -- 2014-11-12 02:27:59,953 INFO

Re: Adding host to CloudStack problem (KVM)

2014-11-11 Thread Michal Loncek
Hello Erik, kvm module is loaded: [root@host05 ~]# lsmod | grep kvm kvm 337772 0 Thanks, Michal On 11/12/2014 08:42 AM, Erik Weber wrote: Do an: lsmod | grep kvm on the hypervisor, according to the log the agent doesn't think the host is capable of running kvm

Re: Adding host to CloudStack problem (KVM)

2014-11-11 Thread Michal Loncek
Hello Andrija, as far as I can tell, KVM module is loaded and KVM is installed: [root@host05 ~]# lsmod | grep kvm kvm 337772 0 [root@host05 ~]# service libvirtd status libvirtd (pid 5170) is running... Thanks, Michal On 11/12/2014 08:43 AM, Andrija Panic wrote: Hi

Re: Adding host to CloudStack problem (KVM)

2014-11-10 Thread GopalaKrishnan
-installation.readthedocs.org/en/latest/hypervisor/kvm.html Thank You. Gopalakrishnan.S - Original Message - From: Michal Loncek lon...@energotel.sk To: go...@assistanz.com; users@cloudstack.apache.org Sent: Monday, November 10, 2014 12:10 PM Subject: Re: Adding host to CloudStack problem

Re: Adding host to CloudStack problem (KVM)

2014-11-09 Thread Michal Loncek
Hello Gopalakrishnan, thank you for your suggestions. In fact network bridge settings were configured (cloudbr0, cloudbr1) before I have installed the Agent. I have tried to re-install the agent with but with no success. AppArmor/SELINX is off, firewall is OFF. I have tried to reinstall the

Adding host to CloudStack problem (KVM)

2014-11-06 Thread Michal Loncek
Hello all, I would like to ask for your assistance with my efforts to install and configure cloudstack. I have a cloudstack management running on one server and a cloudstack agent running on a different server. When I try to add a new host on the cloudstack management, it is not successful

Re: Adding host to CloudStack problem (KVM)

2014-11-06 Thread GopalaKrishnan.S
Hi Michal, Before you try to add KVM host on your cloudstack environment, you should configure network Bridge settings ( example http://www.cloudkb.net/setup-network-bonding-bridge-centos/ ). Check whether AppArmor is installed on your machine and enable ports on your firewall. Once the bridge