Questions tagged [opennebula]

OpenNebula is an open-source cloud computing toolkit for managing heterogeneous distributed data center infrastructures.

The OpenNebula toolkit manages a data center's virtual infrastructure to build private, public and hybrid IaaS (Infrastructure as a Service) clouds.

It includes features for integration, management, scalability, security and accounting. It also emphasizes standardization, interoperability and portability, providing cloud users and administrators with a choice of several cloud interfaces (EC2 Query, OGF OCCI and vCloud) and hypervisors (Xen, KVM and VMware), and a flexible architecture that can accommodate multiple hardware and software combinations in a data center.

35 questions
0
votes
1 answer

Multiple IP address in a machine

I am running an opennebula instance with opensuse as a guest machine. There is only one network interface eth0 with ipaddress 192.168.122.155 . However I can ping the machine 2 IP address 192.168.122.155 and 192.168.122.160. I dont want to assign…
bonzi
  • 151
  • 1
  • 6
0
votes
2 answers

OpenNebula: [HostPoolInfo] User couldn't be authenticated, aborting call

I installed OpenNebula 3.2.1 following the guide found under http://opennebula.org/documentation:rel3.2:ignc on a Debian 6.0.4 machine. Everything seemed fine until trying to execute the command onevm list Then I always get…
Ulf
  • 387
  • 1
  • 5
  • 18
0
votes
1 answer

Using Opennebula as an IaaS: Running benchmark accross all nodes, possibe?

Our current situation: We have one Opennebula cloud infrastructure consisting of a cluster controller and 6 cluster nodes configured and working. All Nodes run debian instances on top of a kvm hypervisor. We have done this as a part of a school…
0
votes
1 answer

How can a create a connection between two KVM private network?

I have two KVM node. In both sever there is a bridge connection for the interface prv1 with network 192.168.15.0/28 and in other KVM node there is a bridge connection for the interface prv1 with network 192.168.15.16/28 . I can create a VM from both…
0
votes
1 answer

How configure Opennebula HOST_HOOK?

I have a OpenNebula cluster: frontend, 2 nodes for VM KVM, datastore on LVM. And I want run my VMs on a working node, when other node is not available. I added to the /etc/one/oned.conf the HOST_HOOK: HOST_HOOK = [ name = “error”, on =…
perrfect
  • 65
  • 1
  • 7
1 2
3