I’m trying to instantiate a virtual machine from the OpenNebula sunstone. The frontend is a CentOS machine with the sandbox installed. The two hosts are ubuntu 12.04 32 bits machines, and they can all connect each other with SSH without any password being asked.
I first downloaded the ubuntu 12.04 server image (i386), then I added an image from the sunstone. Then I create a VM template using the previously loaded image, and finally I created a VM, but I got “status: error”.
Here you can see the details about the template and the image, and the log file: https://onedrive.live.com/redir?resid=768CF89E7CF13325!4429&authkey=!APi2Q9p-3i96l4U&ithint=folder%2C
I’ll also paste the contents of the log file here:
Thu May 21 19:10:52 2015 [Z0][SCHED][I]: Init Scheduler Log system
Thu May 21 19:10:52 2015 [Z0][SCHED][I]: Starting Scheduler Daemon
Scheduler Configuration File
DEFAULT_DS_SCHED=POLICY=1
DEFAULT_SCHED=POLICY=1
LIVE_RESCHEDS=0
LOG=DEBUG_LEVEL=3,SYSTEM=file
MAX_DISPATCH=30
MAX_HOST=1
MAX_VM=5000
MESSAGE_SIZE=1073741824
ONED_PORT=2633
SCHED_INTERVAL=30
Thu May 21 19:10:52 2015 [Z0][SCHED][I]: XML-RPC client using 1073741824 bytes for response buffer.
Thu May 21 19:10:52 2015 [Z0][SCHED][E]: Cannot contact oned, will retry… Error: Unable to transport XML to server and get XML response back. HTTP POST to URL ‘http://localhost:2633/RPC2’ failed. libcurl failed even to execute the HTTP transaction, explaining: couldn’t connect to host
Thu May 21 19:10:54 2015 [Z0][SCHED][I]: oned successfully contacted.
Thu May 21 19:10:54 2015 [Z0][SCHED][I]: Configuring scheduler for Zone ID: 0
Thu May 21 19:10:54 2015 [Z0][SCHED][I]: Starting scheduler loop…
Thu May 21 19:10:54 2015 [Z0][SCHED][I]: Scheduler loop started.
Thu May 21 19:42:25 2015 [Z0][SCHED][I]: Stopping the scheduler…
Thu May 21 19:42:25 2015 [Z0][SCHED][I]: Scheduler loop stopped.