[one-users] File data store and acces from VM

2011-07-22 Thread bala suru
Hi, I have installed the Opennebula, and I could run the sample ttylinux example. Now I have some basic doubts at putting the data in to VMs,, I have some data in XML schema format and I have to put this XML file in the VM running and retrieve it from the other VM which is running on the same

Re: [one-users] Network-help

2011-07-22 Thread Carlos Martín Sánchez
Hi, The VMs need to be contextualized in order to configure the IP leased by OpenNebula [1]. Is yours configured to do so at boot? Regards [1] http://opennebula.org/documentation:rel2.2:cong -- Carlos Martín, MSc Project Major Contributor OpenNebula - The Open Source Toolkit for Cloud Computing

Re: [one-users] Ownership and Permission Issues

2011-07-22 Thread Tino Vazquez
Hi there, In order to install OpenNebula in system wide, you need to install it as root. If OpenNebula is installed in system wide, then the VMware addon needs to be installed in system wide, and the installer need to be run as root as well. Please try reinstalling the addon as root. Regards,

Re: [one-users] File data store and acces from VM

2011-07-22 Thread Carlos Martín Sánchez
Hi, OpenNebula can help you with the VMs and Image storage, but how to share information among running VMs is more a service level architecture decision. You have lots of options, from an ftp server to distributed filesystems like NFS. It really depends on your virtualized service requirements.

Re: [one-users] appending the data in to VMs

2011-07-22 Thread Carlos Martín Sánchez
Hi, Instead of appending data to the Image file, you should try to find a way to communicate with the OS running inside the VM. You could push new data to the VM using 'scp', or exporting the VM's disk as NFS, or installing an FTP server inside the VM... Regards. -- Carlos Martín, MSc Project

[one-users] VMware Addon Issue

2011-07-22 Thread Shalini Thilakan
Hi, One of the post-installation steps, while installing the VMware addon is this : To ensure the proper working of the Image Catalog, a script that sets the proper ownership of the file needs to be run after each VM gets executed. The installer already modifies the Image hook to perform this

Re: [one-users] VMware Addon Issue

2011-07-22 Thread Tino Vazquez
Hi, You should use visudo to edit the /etc/sudoers file. Use man sudoers for more info. Regards, -Tino -- Constantino Vázquez Blanco | dsa-research.org/tinova Virtualization Technology Engineer / Researcher OpenNebula Toolkit | opennebula.org On Fri, Jul 22, 2011 at 12:56 PM, Shalini

[one-users] Problems with Sunstone

2011-07-22 Thread michael kretzschmar
Hi, I have a problem with starting the sunstone server. When I try to login in sunstone, the sunstone.log it says: NameError: uninitialized constant Rack::Multipart /var/lib/gems/1.8/gems/rack-1.3.1/lib/rack/request.rb:306:in `parse_multipart'

Re: [one-users] Problems with Sunstone

2011-07-22 Thread Héctor Sanjuán
Hi, I'd say it's a matter of rackup executable not coming from the same place as the rack gem, but im not sure. Can you check if running ruby sunstone-server.rb directly works? Reinstalling the rack gem might help. You can also try other solutions proposed along this thread:

Re: [one-users] Problems with Sunstone

2011-07-22 Thread Héctor Sanjuán
sunstone-server.rb is on /var/lib/one/sunstone so you should try running ruby sunstone-server.rb from that folder. 2.2.1 works well for most people. If using Ubuntu, make sure the right path to the correct rackup binary is set in PATH. You can try to uninstall the apt-get Rack in case it is

Re: [one-users] OpenNebula 3.0 Beta 1 out for testing!

2011-07-22 Thread Ruben S. Montero
Hi Samuel, Thanks, improved volume management is in our radar and one of our top priorities for future releases. Some of the components needed to implement this functionality have been put in place in this release. Anyway, meanwhile make sure that your OS responds to ACPI events to cleanly

[one-users] VMware Addon 3.0.0 Beta1 release!!

2011-07-22 Thread Tino Vazquez
Dear OpenNebula users, C12G Labs has just released a 3.0.0 Beta1 version of the VMware Addon drivers, to bring it up to date with the new OpenNebula 3.0.0 Beta1 release, and so ensuring its compatibility. One of the main changes is the deprecation of the onevmware command, now the VMware disks

Re: [one-users] File data store and acces from VM

2011-07-22 Thread bala suru
Hi, Thanks , I start my implementation with this . Can you pls provide link/doc which tells about how we do ftp / NFS among VM running on KVM with libvirtd APIs .. regards Bqemu 2011/7/22 Carlos Martín Sánchez cmar...@opennebula.org Hi, OpenNebula can help you with the VMs and Image