[one-users] Again the Problem in LDAP integration with ONE

2013-05-29 Thread song
Hello friends: This is my ldap_auth.conf: server 1: :user: 'cn=mananger,dc=venusource,dc=com' :password: 'P@ssw0rd' :auth_method: :simple :host: 192.168.0.122 :port: 389 # base hierarchy where to search for users and groups #:base: 'cn=manager,dc=venusource,dc=com' :base:

[one-users] VM ESXI CREATION PROBLEM

2013-05-29 Thread Monish Jain
Hi, I am new to open nebula ,While creating VM on ESXI host I am getting the following error message ,please help. Wed May 29 12:38:34 2013 [DiM][I]: New VM state is ACTIVE. Wed May 29 12:38:34 2013 [LCM][I]: New VM state is PROLOG. Wed May 29 12:38:48 2013 [LCM][E]: monitor_done_action, VM in

Re: [one-users] Again the Problem in LDAP integration with ONE

2013-05-29 Thread song
Hello Guys: Luckily I solved the problem by edit the base field to only have dc in it.Wish this help to others have same problem! 于 2013年05月29日 14:43, song 写道: Hello friends: This is my ldap_auth.conf: server 1: :user: 'cn=mananger,dc=venusource,dc=com' :password: 'P@ssw0rd'

Re: [one-users] Again the Problem in LDAP integration with ONE

2013-05-29 Thread Javier Fontan
You can use both username (that goes in 'user_field' named value) or the full dc. The driver will search for both. Are you sure that your user base dn is the one you have specified? On Wed, May 29, 2013 at 8:43 AM, song song@venusource.com wrote: Hello friends: This is my

Re: [one-users] VM ESXI CREATION PROBLEM

2013-05-29 Thread Tino Vazquez
Hi, This may be related with the NFS configuration. What is the configuration of the NFS server (/etc/exports)? Regards, -Tino -- Constantino Vázquez Blanco, PhD, MSc | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula - The Open-Source Solution for Data Center

Re: [one-users] Ubuntu Server 12.04 (Precise Pangolin) - kvm from marketplace authentication not working

2013-05-29 Thread Javier Fontan
You should add the public ssh key of the user you want to use to connect to the machine. This should be in a file called id_rsa.pub or id_dsa.pub in $HOME/.ssh. When connecting to the machine use root user as target: $ ssh root@vm ip On Tue, May 28, 2013 at 3:19 PM, Danijel Jambrečina

Re: [one-users] How to use ldap in opennebula?

2013-05-29 Thread Javier Fontan
OpenNebula does not sync with LDAP. Just adds a new ONE user the first time an LDAP user connected (so we can have some mapping, LDAP user John == ONE user 345). Group and password checks are always one with the LDAP server. On Tue, May 28, 2013 at 8:51 AM, song song@venusource.com wrote: Hi

Re: [one-users] vm creation

2013-05-29 Thread Javier Fontan
Make sure that your images are stored in a LVM datastore. Can you send us the output of: $ onedatastore list $ oneimage show image id $ onevm show --all vm id image id and vm id are the id's of the image and vm you are using for tests. On Fri, May 24, 2013 at 11:40 AM, Denis J. Cirulis

Re: [one-users] VM ESXI CREATION PROBLEM

2013-05-29 Thread Tino Vazquez
Hi, I take it that: * user with id 1 is oneadmin in the front-end * there is a user oneadmin in the ESX with id 1 * the credentials of the oneadmin ESX user are set in the /etc/one/vmwarerc in the front-end * this oneadmin ESX user is able to create file in

Re: [one-users] VM ESXI CREATION PROBLEM

2013-05-29 Thread Tino Vazquez
Hi Manish, Please reply to the list as well, so other people can follow the thread and benefit from it. The error you are getting is related with the ESX license, see [1]. Regards, -Tino [1] http://opennebula.org/documentation:rel4.0:evmwareg?#considerations_limitations -- Join us at

Re: [one-users] esxi vm creation problem

2013-05-29 Thread ahernandez
You need create a passwordless between the front-end and host ESXi. I advise you to use a RSA key pair. visit http://opennebula.org/documentation:rel4.0:evmwareg, and see SSH access: The access via SSH needs to be passwordless. Please follow the next steps to configure the ESX node:

[one-users] ONE 4.0.1 - OCCI does'nt work

2013-05-29 Thread Benadik, Jan
When I start OCCI Server - everything seems to be OK (no error messages in log or on the screen). When I try to connect to OCCI server:port, the following error appears: XML Parsing Error: no element found Location: http://10.0.5.210:4567/ui Line Number 1, Column 1: What's wrong? Jan --

[one-users] OpenNebulaApps 4.0 beta is out for testing!

2013-05-29 Thread Daniel Molina
Dear community, This is the official announcement of OpenNebulaApps 4.0 Beta, , a suite of tools for users and administrators of OpenNebula clouds to simplify and optimize multi-tiered application management. This new OpenNebulaApps release is fully integrated with the new OpenNebula 4.0,

Re: [one-users] PARTIALLY SOLVED Re: Problem to start Sunstone Server on ONE 4.0.1

2013-05-29 Thread Daniel Molina
Hi, On 28 May 2013 16:56, Benadik, Jan jan.bena...@atos.net wrote: The Sunstone issue: change in the file /var/lib/one/ruby/oneapps/stage/onechef.rb -- require 'OpenNebula' -- require 'opennebula' -- require 'OpenNebula/DocumentJSON' -- require 'opennebula/document_json' -- require

Re: [one-users] OpenNebulaApps 4.0 beta is out for testing!

2013-05-29 Thread Jon
This is awesome! Thanks for all the hard work guys. I can't wait to try it out. Best Regards, Jon A On May 29, 2013 8:26 AM, Daniel Molina dmol...@opennebula.org wrote: Dear community, This is the official announcement of OpenNebulaApps 4.0 Beta, , a suite of tools for users and

[one-users] Create a VM with specific MAC address

2013-05-29 Thread Dmitri Chebotarov
Hi Is there a way to create a VM with specific MAC address? In my case I have a template with two NICs, running 'onetemplate instantiate template_id file' to create new VM. In file I've tried using different values in attempt to specify either MAC address or IP address for ETH0. I've used

Re: [one-users] How Opennebula sync with LDAP server

2013-05-29 Thread Dmitri Chebotarov
Song Double-check /etc/one/sunstone-server.conf file for :auth: setting - it should be :auth: opennebula. You may need to restart sunstore server after the change. # Auth

Re: [one-users] Create a VM with specific MAC address

2013-05-29 Thread Javier Fontan
In your VM template you can specify an IP or a MAC in the NIC section: NIC=[NETWORK=private,MAC=02:00:01:02:03:04] But beware as this will also set the IP, last 4 bytes. The mac needs to be in the network pool. The easiest way is to set the the IP and let it generate the mac address:

Re: [one-users] VM in Blank Screen

2013-05-29 Thread Javier Fontan
Have you tried clicking in the VNC screen and pressing enter? Just to make sure that the OS is not in screen saving mode. Another problem could be that the console is not in the securetty list [1]. Do you have context packages installed in your VM? Those are needed for IP configuration. Cheers

Re: [one-users] Create a VM with specific MAC address

2013-05-29 Thread Dmitri Chebotarov
Thank you. -- Thank you, Dmitri Chebotarov VCL Sys Eng, Engineering Architectural Support, TSD - Ent Servers Messaging 223 Aquia Building, Ffx, MSN: 1B5 Phone: (703) 993-6175 | Fax: (703) 993-3404 On May 29, 2013, at 12:55 PM, Javier Fontan jfon...@opennebula.org wrote: In your VM template

[one-users] create vm error two

2013-05-29 Thread alan . zhang
I have to create a vm on opennebula,but I got an error like this: Opennebula version: 4.0.1 Thu May 30 10:11:28 2013 [DiM][I]: New VM state is ACTIVE. Thu May 30 10:11:28 2013 [LCM][I]: New VM state is PROLOG. Thu May 30 10:11:28 2013 [TM][I]: Command execution fail:

Re: [one-users] ONE 4.0.1 - OCCI does'nt work (Users Digest, Vol 63, Issue 101)

2013-05-29 Thread Rolandas Naujikas
On 2013-05-29 17:33, Daniel Molina wrote: Hi, On 29 May 2013 16:09, Benadik, Jan jan.bena...@atos.net wrote: When I start OCCI Server - everything seems to be OK (no error messages in log or on the screen). When I try to connect to OCCI server:port, the following error appears: XML Parsing