Hi all.

First - sorry for my bad english :)

I tried to create my own cloud via this guide  
https://bitbucket.org/hpcc_kpi/opennebula-openvz/wiki/Home
I've got a trouble with my VM after creation - it's stuck in pending state:
onevm  list 
    ID USER     GROUP    NAME            STAT UCPU    UMEM HOST             
TIME 
     6 oneadmin oneadmin SL6 x86_64-0    pend    0      0K              0d 05h03

Oned log is ok, but there is one error in Sched log:
cat /var/log/one/sched.log | grep '\[\E\]'
Mon Jul 28 16:24:51 2014 [SCHED][E]: Cannot contact oned, will retry... Error: 
Unable to transport XML to server and get XML response back.  libcurl failed to 
execute the HTTP POST transaction, explaining:  couldn't connect to host

As far as i inderstand - curl can't connect to host at 2633 port:
curl -I localhost:2633
HTTP/1.1 404 Not Found
Content-type: text/html
Connection: close
Date: Mon, 28 Jul 2014 21:32:35 UTC
Server: Xmlrpc-c_Abyss/1.33.6

One daemon listening that port:
netstat -lpn | grep 2633
tcp        0      0 0.0.0.0:2633                0.0.0.0:*                   
LISTEN      25869/oned

I tryed to find my problem in google and found this -  
http://archives.opennebula.org/documentation:community:faq#i_can_create_vms_but_schedlog_shows_the_error_could_not_retrieve_pool_info_from_one__what_s_wrong
But i don't understand how set of no_proxy and http_proxy can help.

Also i found this message:
onevm show 6 | grep 'SCHED_MESSAGE'
SCHED_MESSAGE="Mon Jul 28 16:55:03 2014 : No system datastores found to run VMs"

What am i doing wrong?

--
С уважением,
Мальцев Роман.
_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to