Re: [one-users] OpenNebula with VMWare ESXi

2012-02-27 Thread Vladimir Vuksan
I checked the ESX hypervisor and VM is not specified. Reading through most of the documentation for VMWare it doesn't appear ESXi allows write API operations for the free version of ESXi. I hope I am wrong but I am not seeing how this works otherwise. Vladimir On Tue, 21 Feb 2012, Tino Vaz

Re: [one-users] OpenNebula with VMWare ESXi

2012-02-17 Thread Vladimir Vuksan
, Feb 17, 2012 at 9:42 PM, Vladimir Vuksan wrote: I faked this by creating an empty executable file which got me to this error error: internal error HTTP response code 500 for call to 'RegisterVM_Task'. Fault: ServerFaultCode - fault.RestrictedVersion.summary I googled it and found thi

Re: [one-users] OpenNebula with VMWare ESXi

2012-02-17 Thread Vladimir Vuksan
I faked this by creating an empty executable file which got me to this error error: internal error HTTP response code 500 for call to 'RegisterVM_Task'. Fault: ServerFaultCode - fault.RestrictedVersion.summary I googled it and found this post http://lists.opennebula.org/pipermail/users-openn

Re: [one-users] OpenNebula with VMWare ESXi

2012-02-17 Thread Vladimir Vuksan
Thank you for the update. My next challenge is to figure out why it's trying to use vswitch. I don't have vswitch installed. Fri Feb 17 09:29:52 2012 [VMM][E]: pre: Error executing: /usr/bin/vicfg-vswitch --username=root --password=secret --server=esx012.domain.com --check-pg one-pg-5 br0 err:

Re: [one-users] OpenNebula with VMWare ESXi

2012-02-16 Thread Vladimir Vuksan
Comments inline On Wed, 15 Feb 2012, Tino Vazquez wrote: VMware and KVM are not compatible at the disk format, so basically yes, you will need to convert them Image templates are not really well defined and are very basically defined in the documentation. I was wondering if anyone is actually

[one-users] OpenNebula with VMWare ESXi

2012-02-14 Thread Vladimir Vuksan
I have an existing OpenNebula cloud with KVM hosts and would now like to add some ESXi hosts. I have looked at the following document http://opennebula.org/documentation:rel3.2:evmwareg I have been able to add the ESXi host using onehost and ONE sees it however there are a lot of missing detai

Re: [one-users] How config Windows vm template?

2011-08-05 Thread Vladimir Vuksan
I ended up downloading a copy of Bash for Windows then invoking a context script like this cd c:/ if [ -f c:/install_complete.txt ]; then exit 1 fi source d:/context.sh echo "Setting IP to $IP" echo "Setting GATEWAY TO $

Re: [one-users] [Beta 3.0] Problem creating VM: Failed to create domain

2011-08-04 Thread Vladimir Vuksan
I would explore this Thu Jul 28 19:56:05 2011 [VMM][D]: Message received: LOG I 11 error: unable to set user and group to '117:126' on '/srv/cloud/one/var//11/images/disk.0': No such file or directory Edit tm_delete.sh in $ONE_HOME/lib/tm_commands (?). Comment out the line where it deletes the

Re: [one-users] restart of a VM instance

2011-08-04 Thread Vladimir Vuksan
From what I understand you will have to go on the affected machine and start VMs manually. You can e.g. do this find /var/lib/cloud -name deployment.0 | xargs -n 1 virsh create Vladimir On Thu, 4 Aug 2011, Olivier Sallou wrote: Hi, is it possible to restart a VM instance (not reploying it) ?

[one-users] Replacing scp with rsync problems

2011-07-31 Thread Vladimir Vuksan
We have a need to quickly deploy and destroy boxes in our environment. It's usually the same image. Therefore I have figured out that instead of using scp (takes about 3-4 minutes) I could use rsync to rsync the image to a directory that doesn't get deleted ie. /opt/cloud/rsync then copy it to