Re: [one-users] Failed during boot OpenNebula with ESXi

2010-08-27 Thread Tino Vazquez
Hi Petri,

Glad you gotten this far!

This is really weird, since the following line in the .vmx file

--
ethernet0.checkMACAddress = "FALSE
--

should tell the ESXi hypervisor to not care about the MAC address checking.

Could you please try and register and launch the VM manually through
the VI Client, setting the desired MAC address? Also, it may be worth
checking the ESXi logs to see if something else is making this issue
arise.

Best regards,

-Tino

--
Constantino Vázquez Blanco | dsa-research.org/tinova
Virtualization Technology Engineer / Researcher
OpenNebula Toolkit | opennebula.org



On Fri, Aug 27, 2010 at 9:33 AM, Petri Lammi  wrote:
> Thanks Tino,
>
> I still can't power up the new vm due to vmware saying:
>
> Invalid MAC address specified.
> Failed to configure ethernet0.
>
> even though I have ethernet0.checkMACAddress = "FALSE" and uuid.action
> =”create”  in the .vmx
>
> This is on vmware esxi 3.5u3 and one 2.0b1.
>
> - Petri
>
>
> pe, 2010-08-27 kello 09:18 -0300, Tino Vazquez kirjoitti:
>> Dear all,
>>
>> Ravi, glad is working for you!
>>
>> Petri, I've answered to your email on the list, please do not hesitate
>> to send further issues if the proposed solution doesn't make it work,
>>
>> Best regards,
>>
>> -Tino
>>
>> --
>> Constantino Vázquez Blanco | dsa-research.org/tinova
>> Virtualization Technology Engineer / Researcher
>> OpenNebula Toolkit | opennebula.org
>>
>>
>>
>> On Tue, Aug 24, 2010 at 11:53 PM,   wrote:
>> >
>> > Hi Perti
>> >
>> >    Thnks for u r advice. Once I changed the permissions In NFS server the
>> > error Disappers.
>> >    Now I am able to run the VM in esxi.
>> >
>> > Ravikrishna N
>> > )+91-9916428545
>> >
>> >
>> >
>> > -Original Message-
>> > From: users-boun...@lists.opennebula.org on behalf of Petri Lammi
>> > Sent: Tue 8/24/2010 5:51 PM
>> > To: users
>> > Subject: Re: [one-users] Failed during boot OpenNebula with ESXi
>> >
>> > Hi Ravi,
>> >
>> > You could check /var/log/vmware/hostd.log for additional hints.
>> >
>> > I still haven't gotten one to work with an esxi hv.
>> >
>> > Regards,
>> >
>> > -Petri
>> >
>> >
>> >
>> > ti, 2010-08-24 kello 16:23 +0530, ravi.kris...@wipro.com kirjoitti:
>> >>
>> >> Hi,
>> >>
>> >>  I have added ESXI hypervisor as a node.  Whenever I tried to create a VM,
>> >> after prolling state the VM state goes to fail.
>> >>  In VIC it can see VM is registered (but status as 'unknown (invalid)').
>> >>  I have added ethernet0.checkMACAddress = "FALSE" and uuid.action
>> >> ="create" in the ".vmx" template
>> >>
>> >> Any comments or help would be very appreciated!! Thanks in advance!!
>> >>
>> >> Ravi
>> >>
>> >>
>> >>
>> >> vmm_vmware.log
>> >>
>> >> [24.08.2010 05:19:59] INIT SUCCESS
>> >>
>> >> [24.08.2010 05:25:24] INIT SUCCESS
>> >>
>> >> [24.08.2010 05:54:27] DEPLOY FAILURE 28 Failed deploying VM in host
>> >> l-6001375.
>> >>
>> >> [24.08.2010 05:54:27] Failed deploying VM 28 into l-6001375.Reason:
>> >> null
>> >>
>> >>  Debug stack trace 
>> >>
>> >> java.lang.NullPointerException
>> >>
>> >>         at DeployVM.configureNetwork(DeployVM.java:267)
>> >>
>> >>         at DeployVM.shapeVM(DeployVM.java:219)
>> >>
>> >>         at OneVmmVmware.loop(OneVmmVmware.java:166)
>> >>
>> >>         at OneVmmVmware.main(OneVmmVmware.java:56)
>> >>
>> >> [24.08.2010 05:54:27] ---
>> >>
>> >>
>> >>
>> >> Oned.log
>> >> Tue Aug 24 05:54:16 2010 [TM][D]: Message received: LOG - 28 tm_clone.sh:
>> >> Cloning wtems:/srv/cloud/one/var/images/vmRavi
>> >> Tue Aug 24 05:54:16 2010 [TM][D]: Message received: TRANSFER SUCCESS 28 -
>> >> Tue Aug 24 05:54:26 2010 [ReM][D]: VirtualMachinePoolInfo method invoked
>> >> Tue Aug 24 05:54:27 2010 [VMM][D]: Message received: DEPLOY FAILURE 28
>> >> Failed deploying VM in host l-6001375.
>> >

Re: [one-users] Failed during boot OpenNebula2.0 beta1 with ESXi 4.1

2010-08-27 Thread Tino Vazquez
Hi Ravi,

Let's start with the "usual suspects":

1) Are you using the full FQDN of the host? This is needed for the
authentication process to be correctly performed.
2) The SecurityErrorFault error also can be due to bad credentials,
could you check that the ESX user credentials are correctly set in the
oned.conf?

Best regards,

-Tino

--
Constantino Vázquez Blanco | dsa-research.org/tinova
Virtualization Technology Engineer / Researcher
OpenNebula Toolkit | opennebula.org



On Fri, Aug 20, 2010 at 11:38 AM,   wrote:
>
>
> Hi,
>
>
>
>   I have added ESXI 4.1 hypervisor as a node.  Whenever I tried to create a
> VM, I am getting below error, In VIC it is not trying to register the
> machine.
>
>   I am using ESXI 4.1 temp(Euval)license for testing.
>
>
>
>   I have added ethernet0.checkMACAddress = "FALSE" and uuid.action =”create”
> in the “.vmx” template
>
>
>
> Thanks
>
> Ravi
>
>
>
> oned.log
>
> Fri Aug 20 10:10:19 2010 [TM][D]: Message received: LOG - 19
> wtems:/srv/cloud/one/var/images/vmRavi
>
> Fri Aug 20 10:10:19 2010 [TM][D]: Message received: LOG - 19
> l-6001375:/srv/cloud/one/var/19/images/disk.0
>
> Fri Aug 20 10:10:19 2010 [TM][D]: Message received: LOG - 19 tm_clone.sh:
> wtems:/srv/cloud/one/var/images/vmRavi
> l-6001375:/srv/cloud/one/var/19/images/disk.0
>
> Fri Aug 20 10:10:19 2010 [TM][D]: Message received: LOG - 19 tm_clone.sh:
> Cloning wtems:/srv/cloud/one/var/images/vmRavi
>
> Fri Aug 20 10:10:19 2010 [TM][D]: Message received: TRANSFER SUCCESS 19 -
>
> Fri Aug 20 10:10:29 2010 [VMM][D]: Message received: DEPLOY FAILURE 19
> Failed deploying VM in host l-6001375.
>
> Fri Aug 20 10:10:30 2010 [TM][D]: Message received: LOG - 19 tm_delete.sh:
> Deleting
>
> Fri Aug 20 10:10:30 2010 [TM][D]: Message received: LOG - 19 tm_delete.sh:
> Executed "rm -rf  l-6001375:/srv/cloud/one/var/19/images".
>
> Fri Aug 20 10:10:30 2010 [TM][D]: Message received: TRANSFER SUCCESS 19 -
>
>
>
>
>
> vmm_vmware.log
>
> [20.08.2010 10:05:59] INIT SUCCESS
>
> [20.08.2010 10:10:29] DEPLOY FAILURE 19 Failed deploying VM in host
> l-6001375.
>
> [20.08.2010 10:10:29] Failed deploying VM 19 into l-6001375.Reason: null
>
>  Debug stack trace 
>
> AxisFault
>
>  faultCode: ServerFaultCode
>
>  faultSubcode:
>
>  faultString: fault.RestrictedVersion.summary
>
>  faultActor:
>
>  faultNode:
>
>  faultDetail:
>
>     {urn:vim2}SecurityErrorFault:null
>
>
>
> fault.RestrictedVersion.summary
>
>     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
>
>     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
>
>     at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>
>     at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
>
>     at java.lang.Class.newInstance0(Class.java:372)
>
>     at java.lang.Class.newInstance(Class.java:325)
>
>     at
> org.apache.axis.encoding.ser.BeanDeserializer.(BeanDeserializer.java:104)
>
>     at
> org.apache.axis.encoding.ser.BeanDeserializer.(BeanDeserializer.java:90)
>
>     at
> com.vmware.vim.SecurityError.getDeserializer(SecurityError.java:83)
>
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>
>     at java.lang.reflect.Method.invoke(Method.java:616)
>
>     at
> org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:154)
>
>     at
> org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:84)
>
>     at
> org.apache.axis.encoding.DeserializationContext.getDeserializer(DeserializationContext.java:464)
>
>     at
> org.apache.axis.encoding.DeserializationContext.getDeserializerForType(DeserializationContext.java:547)
>
>     at
> org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:157)
>
>     at
> org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)
>
>     at
> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:504)
>
>     at
> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:376)
>
>     at
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragm
>
> entScannerImpl.java:2732)
>
>     at
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:625)
>
>     at
> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:116)
>
>     at
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.sc

Re: [one-users] Failed during boot OpenNebula with ESXi

2010-08-27 Thread Tino Vazquez
Dear all,

Ravi, glad is working for you!

Petri, I've answered to your email on the list, please do not hesitate
to send further issues if the proposed solution doesn't make it work,

Best regards,

-Tino

--
Constantino Vázquez Blanco | dsa-research.org/tinova
Virtualization Technology Engineer / Researcher
OpenNebula Toolkit | opennebula.org



On Tue, Aug 24, 2010 at 11:53 PM,   wrote:
>
> Hi Perti
>
>    Thnks for u r advice. Once I changed the permissions In NFS server the
> error Disappers.
>    Now I am able to run the VM in esxi.
>
> Ravikrishna N
> )+91-9916428545
>
>
>
> -Original Message-
> From: users-boun...@lists.opennebula.org on behalf of Petri Lammi
> Sent: Tue 8/24/2010 5:51 PM
> To: users
> Subject: Re: [one-users] Failed during boot OpenNebula with ESXi
>
> Hi Ravi,
>
> You could check /var/log/vmware/hostd.log for additional hints.
>
> I still haven't gotten one to work with an esxi hv.
>
> Regards,
>
> -Petri
>
>
>
> ti, 2010-08-24 kello 16:23 +0530, ravi.kris...@wipro.com kirjoitti:
>>
>> Hi,
>>
>>  I have added ESXI hypervisor as a node.  Whenever I tried to create a VM,
>> after prolling state the VM state goes to fail.
>>  In VIC it can see VM is registered (but status as 'unknown (invalid)').
>>  I have added ethernet0.checkMACAddress = "FALSE" and uuid.action
>> ="create" in the ".vmx" template
>>
>> Any comments or help would be very appreciated!! Thanks in advance!!
>>
>> Ravi
>>
>>
>>
>> vmm_vmware.log
>>
>> [24.08.2010 05:19:59] INIT SUCCESS
>>
>> [24.08.2010 05:25:24] INIT SUCCESS
>>
>> [24.08.2010 05:54:27] DEPLOY FAILURE 28 Failed deploying VM in host
>> l-6001375.
>>
>> [24.08.2010 05:54:27] Failed deploying VM 28 into l-6001375.Reason:
>> null
>>
>>  Debug stack trace 
>>
>> java.lang.NullPointerException
>>
>> at DeployVM.configureNetwork(DeployVM.java:267)
>>
>> at DeployVM.shapeVM(DeployVM.java:219)
>>
>> at OneVmmVmware.loop(OneVmmVmware.java:166)
>>
>> at OneVmmVmware.main(OneVmmVmware.java:56)
>>
>> [24.08.2010 05:54:27] ---
>>
>>
>>
>> Oned.log
>> Tue Aug 24 05:54:16 2010 [TM][D]: Message received: LOG - 28 tm_clone.sh:
>> Cloning wtems:/srv/cloud/one/var/images/vmRavi
>> Tue Aug 24 05:54:16 2010 [TM][D]: Message received: TRANSFER SUCCESS 28 -
>> Tue Aug 24 05:54:26 2010 [ReM][D]: VirtualMachinePoolInfo method invoked
>> Tue Aug 24 05:54:27 2010 [VMM][D]: Message received: DEPLOY FAILURE 28
>> Failed deploying VM in host l-6001375.
>> Tue Aug 24 05:54:27 2010 [TM][D]: Message received: LOG - 28 tm_delete.sh:
>> Deleting
>>
>>
>>
>>
>> Please do not print this email unless it is absolutely necessary.
>>
>> The information contained in this electronic message and any
>> attachments to this message are intended for the exclusive use of the
>> addressee(s) and may contain proprietary, confidential or privileged
>> information. If you are not the intended recipient, you should not
>> disseminate, distribute or copy this e-mail. Please notify the sender
>> immediately and destroy all copies of this message and any
>> attachments.
>>
>> WARNING: Computer viruses can be transmitted via email. The recipient
>> should check this email and any attachments for the presence of
>> viruses. The company accepts no liability for any damage caused by any
>> virus transmitted by this email.
>>
>> www.wipro.com
>>
>> ___
>> Users mailing list
>> Users@lists.opennebula.org
>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
> Please do not print this email unless it is absolutely necessary.
>
> The information contained in this electronic message and any attachments to
> this message are intended for the exclusive use of the addressee(s) and may
> contain proprietary, confidential or privileged information. If you are not
> the intended recipient, you should not disseminate, distribute or copy this
> e-mail. Please notify the sender immediately and destroy all copies of this
> message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient should
> check this email and any attachments for the presence of viruses. The
> company accepts no liability for any damage caused by any virus transmitted
> by this email.
>
> www.wipro.com
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Failed during boot OpenNebula with ESXi

2010-08-24 Thread ravi.krishna

Hi Perti

   Thnks for u r advice. Once I changed the permissions In NFS server the error 
Disappers.
   Now I am able to run the VM in esxi.

Ravikrishna N
)+91-9916428545



-Original Message-
From: users-boun...@lists.opennebula.org on behalf of Petri Lammi
Sent: Tue 8/24/2010 5:51 PM
To: users
Subject: Re: [one-users] Failed during boot OpenNebula with ESXi

Hi Ravi,

You could check /var/log/vmware/hostd.log for additional hints.

I still haven't gotten one to work with an esxi hv.

Regards,

-Petri



ti, 2010-08-24 kello 16:23 +0530, ravi.kris...@wipro.com kirjoitti:
>
> Hi,
>
>  I have added ESXI hypervisor as a node.  Whenever I tried to create a VM, 
> after prolling state the VM state goes to fail.
>  In VIC it can see VM is registered (but status as 'unknown (invalid)').
>  I have added ethernet0.checkMACAddress = "FALSE" and uuid.action ="create" 
> in the ".vmx" template
>
> Any comments or help would be very appreciated!! Thanks in advance!!
>
> Ravi
>
>
>
> vmm_vmware.log
>
> [24.08.2010 05:19:59] INIT SUCCESS
>
> [24.08.2010 05:25:24] INIT SUCCESS
>
> [24.08.2010 05:54:27] DEPLOY FAILURE 28 Failed deploying VM in host
> l-6001375.
>
> [24.08.2010 05:54:27] Failed deploying VM 28 into l-6001375.Reason:
> null
>
>  Debug stack trace 
>
> java.lang.NullPointerException
>
> at DeployVM.configureNetwork(DeployVM.java:267)
>
> at DeployVM.shapeVM(DeployVM.java:219)
>
> at OneVmmVmware.loop(OneVmmVmware.java:166)
>
> at OneVmmVmware.main(OneVmmVmware.java:56)
>
> [24.08.2010 05:54:27] ---
>
>
>
> Oned.log
> Tue Aug 24 05:54:16 2010 [TM][D]: Message received: LOG - 28 tm_clone.sh: 
> Cloning wtems:/srv/cloud/one/var/images/vmRavi
> Tue Aug 24 05:54:16 2010 [TM][D]: Message received: TRANSFER SUCCESS 28 -
> Tue Aug 24 05:54:26 2010 [ReM][D]: VirtualMachinePoolInfo method invoked
> Tue Aug 24 05:54:27 2010 [VMM][D]: Message received: DEPLOY FAILURE 28 Failed 
> deploying VM in host l-6001375.
> Tue Aug 24 05:54:27 2010 [TM][D]: Message received: LOG - 28 tm_delete.sh: 
> Deleting
>
>
>
>
> Please do not print this email unless it is absolutely necessary.
>
> The information contained in this electronic message and any
> attachments to this message are intended for the exclusive use of the
> addressee(s) and may contain proprietary, confidential or privileged
> information. If you are not the intended recipient, you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately and destroy all copies of this message and any
> attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of
> viruses. The company accepts no liability for any damage caused by any
> virus transmitted by this email.
>
> www.wipro.com
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Failed during boot OpenNebula with ESXi

2010-08-24 Thread Petri Lammi
Hi Ravi,

You could check /var/log/vmware/hostd.log for additional hints. 

I still haven't gotten one to work with an esxi hv. 

Regards,

-Petri



ti, 2010-08-24 kello 16:23 +0530, ravi.kris...@wipro.com kirjoitti:
>  
> Hi,
>  
>  I have added ESXI hypervisor as a node.  Whenever I tried to create a VM, 
> after prolling state the VM state goes to fail.
>  In VIC it can see VM is registered (but status as 'unknown (invalid)').
>  I have added ethernet0.checkMACAddress = "FALSE" and uuid.action =”create” 
> in the “.vmx” template
>  
> Any comments or help would be very appreciated!! Thanks in advance!!
>  
> Ravi
>  
>  
> 
> vmm_vmware.log
> 
> [24.08.2010 05:19:59] INIT SUCCESS
> 
> [24.08.2010 05:25:24] INIT SUCCESS
> 
> [24.08.2010 05:54:27] DEPLOY FAILURE 28 Failed deploying VM in host
> l-6001375.
> 
> [24.08.2010 05:54:27] Failed deploying VM 28 into l-6001375.Reason:
> null
> 
>  Debug stack trace 
> 
> java.lang.NullPointerException
> 
> at DeployVM.configureNetwork(DeployVM.java:267)
> 
> at DeployVM.shapeVM(DeployVM.java:219)
> 
> at OneVmmVmware.loop(OneVmmVmware.java:166)
> 
> at OneVmmVmware.main(OneVmmVmware.java:56)
> 
> [24.08.2010 05:54:27] ---
> 
>  
>  
> Oned.log
> Tue Aug 24 05:54:16 2010 [TM][D]: Message received: LOG - 28 tm_clone.sh: 
> Cloning wtems:/srv/cloud/one/var/images/vmRavi
> Tue Aug 24 05:54:16 2010 [TM][D]: Message received: TRANSFER SUCCESS 28 -
> Tue Aug 24 05:54:26 2010 [ReM][D]: VirtualMachinePoolInfo method invoked
> Tue Aug 24 05:54:27 2010 [VMM][D]: Message received: DEPLOY FAILURE 28 Failed 
> deploying VM in host l-6001375.
> Tue Aug 24 05:54:27 2010 [TM][D]: Message received: LOG - 28 tm_delete.sh: 
> Deleting
> 
>  
> 
> 
> Please do not print this email unless it is absolutely necessary. 
> 
> The information contained in this electronic message and any
> attachments to this message are intended for the exclusive use of the
> addressee(s) and may contain proprietary, confidential or privileged
> information. If you are not the intended recipient, you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately and destroy all copies of this message and any
> attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of
> viruses. The company accepts no liability for any damage caused by any
> virus transmitted by this email. 
> 
> www.wipro.com
> 
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Failed during boot OpenNebula with ESXi

2010-08-24 Thread Manish Sapariya

Ravi,
Most likely your datastore is not accessible to VMWare
server. I have seen same exception, when my datastore1
is incorrectly configured or is not accessible.

Thanks and Regards,
Manish


On 8/24/2010 4:23 PM, ravi.kris...@wipro.com wrote:

/  /

Hi,



I have added ESXI hypervisor as a node.Whenever I tried to create a VM, 
after prolling state the VM state goes to fail.

In VIC it can see VM is registered (but status as 'unknown (invalid)').

I have added ethernet0.checkMACAddress ="FALSE"  and uuid.action =”create”  
in the“.vmx”  template



  Any comments or help would be very appreciated!! Thanks in advance!!



Ravi





*_vmm_vmware.log_*

[24.08.2010 05:19:59] INIT SUCCESS

[24.08.2010 05:25:24] INIT SUCCESS

[24.08.2010 05:54:27] DEPLOY FAILURE 28 Failed deploying VM in host
l-6001375.

[24.08.2010 05:54:27] Failed deploying VM 28 into l-6001375.Reason: null

 Debug stack trace 

java.lang.NullPointerException

at DeployVM.configureNetwork(DeployVM.java:267)

at DeployVM.shapeVM(DeployVM.java:219)

at OneVmmVmware.loop(OneVmmVmware.java:166)

at OneVmmVmware.main(OneVmmVmware.java:56)

[24.08.2010 05:54:27] ---



*  *

*_Oned.log_*

Tue Aug 24 05:54:16 2010 [TM][D]: Message received: LOG - 28 tm_clone.sh: 
Cloning wtems:/srv/cloud/one/var/images/vmRavi

Tue Aug 24 05:54:16 2010 [TM][D]: Message received: TRANSFER SUCCESS 28 -

Tue Aug 24 05:54:26 2010 [ReM][D]: VirtualMachinePoolInfo method invoked

Tue Aug 24 05:54:27 2010 [VMM][D]: Message received: DEPLOY FAILURE 28 Failed 
deploying VM in host l-6001375.

Tue Aug 24 05:54:27 2010 [TM][D]: Message received: LOG - 28 tm_delete.sh: 
Deleting

*_ _*

* Please do not print this email unless it is absolutely necessary. *

The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain proprietary, confidential or privileged information. If
you are not the intended recipient, you should not disseminate,
distribute or copy this e-mail. Please notify the sender immediately and
destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email.

www.wipro.com


--
This message has been scanned for viruses and
dangerous content by *MailScanner* , and is
believed to be clean.



___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Failed during boot

2010-08-11 Thread Jason Heiss
Have you rebooted or forced the appropriate kernel modules to load via modprobe 
since installing kvm/kmod-kvm?  You'll need kvm and kvm_intel or kvm-amd 
loaded.  That should happen automatically on reboot after installing kmod-kvm.  
If you want to avoid a reboot you can manually load them with modprobe.

Jason

On Aug 10, 2010, at 7:14 PM, Phuwadon (Aun) Danrahan wrote:

> Hello Jaime,
> 
> I'm running the testing box with 
> 
> - CentOS 5.5 64 bit
> - kvm-83-164.el5_5.15
> - kmod-kvm-83-164.el5_5.15
> - kvm-qemu-img-83-164.el5_5.15
> - libvirt-python-0.6.3-33.el5_5.1
> - libvirt-0.6.3-33.el5_5.1
> - libvirt-0.6.3-33.el5_5.1
> - one-1.4.0-1
> 
> Brs,
> 
> On 10/8/2553 23:02, Jaime Melis wrote:
>> 
>> Hello,
>> 
>> Also, that error might also be produced by an out-dated version of KVM. What 
>> version of KVM and libvirt are you running and under what OS?
>> 
>> cheers,
>> Jaime
>> 
>> 
>> On Tue, Aug 10, 2010 at 5:24 PM, Jaime Melis  wrote:
>> Hello,
>> 
>> KVM supports both para-virtualization and full-virtualization. In libvirt 
>> (used by OpenNebula for KVM), the type of virtualization is specified in the 
>> domain file, under the "type" element. If hvm (hardware virtual 
>> machine) then it requires full-virtualization. Take a look at: 
>> http://libvirt.org/formatdomain.html#elementsOSBIOS
>> 
>> I'm guessing the problem you're having is that either your hardware does not 
>> support hardware virtualization or, as suggested by Ricky Melgares, it's not 
>> enabled in the BIOS.
>> 
>> To check for harware virtualization support take a look at:
>> http://www.linux-kvm.org/page/FAQ#Preparing_to_use_KVM
>> 
>> cheers,
>> Jaime
>> 
>> On Tue, Aug 10, 2010 at 1:52 PM, Chris Sarginson 
>>  wrote:
>> Is hvm not for Xen deployments, rather than KVM?
>> 
>>  
>> From: users-boun...@lists.opennebula.org 
>> [mailto:users-boun...@lists.opennebula.org] On Behalf Of Diego Perez Fabado
>> Sent: 10 August 2010 08:51
>> To: Phuwadon (Aun) Danrahan
>> 
>> 
>> Cc: users@lists.opennebula.org
>> Subject: Re: [one-users] Failed during boot
>>  
>> Hello I'm also having a similar problem with kvm, any help would be very 
>> appreciated 
>> 
>>  
>> Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file: 
>> /opt/opennebula/var/89/deployment.0
>> 
>> Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail: 'mkdir -p 
>> /opt/opennebula/var/89/images && cat > 
>> /opt/opennebula/var/89/images/deployment.0 && virsh --connect qemu:///system 
>> create /opt/opennebula/var/89/images/deployment.0'
>> 
>> Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.
>> 
>> Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create domain from 
>> /opt/opennebula/var/89/images/deployment.0
>> 
>> Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no supported 
>> architecture for os type 'hvm'
>> 
>> Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1
>> 
>> Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine
>> 
>>  
>> Thank you very much!!!
>> 
>>  
>>  
>> 2010/8/10 Phuwadon (Aun) Danrahan 
>> 
>> Note: i manually create the .img file by using command "qemu-img create -f 
>> qcow2 /opt/image/myimage.img 14G" . I'm very new to OpenNebula.
>> 
>> 
>> 
>> 
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command 
>> execution fail: 'mkdir -p /srv/cloud/one/var//21/images && cat > 
>> /srv/cloud/one/var//21/images/deployment.0 && virsh --connect qemu:///system 
>> create /srv/cloud/one/var//21/images/deployment.0'
>> 
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR follows.
>> 
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error: Failed 
>> to create domain from /srv/cloud/one/var//21/images/deployment.0
>> 
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error: 
>> internal error Domain one-21 didn't show up
>> 
>> 
>> 
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
>> 
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 ExitCode: 1
>> 
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: DEPLOY FAILURE 21 -
>> 
>> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh: 
>> Deleting /srv/cloud/one/va

Re: [one-users] Failed during boot

2010-08-10 Thread Phuwadon (Aun) Danrahan

Hello Jaime,

I'm running the testing box with

- CentOS 5.5 64 bit
- kvm-83-164.el5_5.15
- kmod-kvm-83-164.el5_5.15
- kvm-qemu-img-83-164.el5_5.15
- libvirt-python-0.6.3-33.el5_5.1
- libvirt-0.6.3-33.el5_5.1
- libvirt-0.6.3-33.el5_5.1
- one-1.4.0-1

Brs,

On 10/8/2553 23:02, Jaime Melis wrote:

Hello,

Also, that error might also be produced by an out-dated version of 
KVM. What version of KVM and libvirt are you running and under what OS?


cheers,
Jaime


On Tue, Aug 10, 2010 at 5:24 PM, Jaime Melis <mailto:j.me...@fdi.ucm.es>> wrote:


Hello,

KVM supports both para-virtualization and full-virtualization. In
libvirt (used by OpenNebula for KVM), the type of virtualization
is specified in the domain file, under the "type" element. If
hvm (hardware virtual machine) then it requires
full-virtualization. Take a look at:
http://libvirt.org/formatdomain.html#elementsOSBIOS

I'm guessing the problem you're having is that either your
hardware does not support hardware virtualization or, as suggested
by Ricky Melgares, it's not enabled in the BIOS.

To check for harware virtualization support take a look at:
http://www.linux-kvm.org/page/FAQ#Preparing_to_use_KVM

cheers,
Jaime

On Tue, Aug 10, 2010 at 1:52 PM, Chris Sarginson
mailto:chris.sargin...@ukfast.co.uk>> wrote:

Is hvm not for Xen deployments, rather than KVM?

*From:* users-boun...@lists.opennebula.org
<mailto:users-boun...@lists.opennebula.org>
[mailto:users-boun...@lists.opennebula.org
<mailto:users-boun...@lists.opennebula.org>] *On Behalf Of
*Diego Perez Fabado
*Sent:* 10 August 2010 08:51
*To:* Phuwadon (Aun) Danrahan


*Cc:* users@lists.opennebula.org
    <mailto:users@lists.opennebula.org>
*Subject:* Re: [one-users] Failed during boot

Hello I'm also having a similar problem with kvm, any help
would be very appreciated

Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file:
/opt/opennebula/var/89/deployment.0

Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail:
'mkdir -p /opt/opennebula/var/89/images && cat >
/opt/opennebula/var/89/images/deployment.0 && virsh --connect
qemu:///system create /opt/opennebula/var/89/images/deployment.0'

Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.

Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create
domain from /opt/opennebula/var/89/images/deployment.0

Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no
supported architecture for os type 'hvm'

Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1

Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine

Thank you very much!!!

2010/8/10 Phuwadon (Aun) Danrahan mailto:phuwa...@tarad.com>>

Note: i manually create the .img file by using command
"qemu-img create -f qcow2 /opt/image/myimage.img 14G" . I'm
very new to OpenNebula.




Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
Command execution fail: 'mkdir -p
/srv/cloud/one/var//21/images && cat >
/srv/cloud/one/var//21/images/deployment.0 && virsh --connect
qemu:///system create /srv/cloud/one/var//21/images/deployment.0'

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
STDERR follows.

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
error: Failed to create domain from
/srv/cloud/one/var//21/images/deployment.0

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
error: internal error Domain one-21 didn't show up



Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
ExitCode: 1

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: DEPLOY
FAILURE 21 -

Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21
tm_delete.sh: Deleting /srv/cloud/one/var//21/images

Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21
tm_delete.sh: Executed "ssh devvm1 rm -rf
/srv/cloud/one/var//21/images".

Tue Aug 10 11:54:19 2010 [TM][D]: Message received: TRANSFER
SUCCESS 21 -


On 10/8/2553 12:07, Ricky Melgares wrote:

Can you please list the next couple of lines that follow the
STDERR line.



On Aug 10, 2010, at 1:02 AM, Phuwadon (Aun) Danrahan wrote:

Hello,

I'm testing my first OpenNebular cloud and got an error that
need your support. Anyone, know howto fix this error.


Tue Aug 10 11:54:18 2010 [VMM][D]: Message 

Re: [one-users] Failed during boot

2010-08-10 Thread Jaime Melis
Hello,

Also, that error might also be produced by an out-dated version of KVM. What
version of KVM and libvirt are you running and under what OS?

cheers,
Jaime


On Tue, Aug 10, 2010 at 5:24 PM, Jaime Melis  wrote:

> Hello,
>
> KVM supports both para-virtualization and full-virtualization. In libvirt
> (used by OpenNebula for KVM), the type of virtualization is specified in the
> domain file, under the "type" element. If hvm (hardware virtual
> machine) then it requires full-virtualization. Take a look at:
> http://libvirt.org/formatdomain.html#elementsOSBIOS
>
> I'm guessing the problem you're having is that either your hardware does
> not support hardware virtualization or, as suggested by Ricky Melgares, it's
> not enabled in the BIOS.
>
> To check for harware virtualization support take a look at:
> http://www.linux-kvm.org/page/FAQ#Preparing_to_use_KVM
>
> cheers,
> Jaime
>
> On Tue, Aug 10, 2010 at 1:52 PM, Chris Sarginson <
> chris.sargin...@ukfast.co.uk> wrote:
>
>>  Is hvm not for Xen deployments, rather than KVM?
>>
>>
>>
>> *From:* users-boun...@lists.opennebula.org [mailto:
>> users-boun...@lists.opennebula.org] *On Behalf Of *Diego Perez Fabado
>> *Sent:* 10 August 2010 08:51
>> *To:* Phuwadon (Aun) Danrahan
>>
>> *Cc:* users@lists.opennebula.org
>> *Subject:* Re: [one-users] Failed during boot
>>
>>
>>
>> Hello I'm also having a similar problem with kvm, any help would be very
>> appreciated
>>
>>
>>
>> Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file:
>> /opt/opennebula/var/89/deployment.0
>>
>> Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail: 'mkdir -p
>> /opt/opennebula/var/89/images && cat >
>> /opt/opennebula/var/89/images/deployment.0 && virsh --connect qemu:///system
>> create /opt/opennebula/var/89/images/deployment.0'
>>
>> Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.
>>
>> Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create domain from
>> /opt/opennebula/var/89/images/deployment.0
>>
>> Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no supported
>> architecture for os type 'hvm'
>>
>> Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1
>>
>> Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine
>>
>>
>>
>> Thank you very much!!!
>>
>>
>>
>>
>>
>> 2010/8/10 Phuwadon (Aun) Danrahan 
>>
>> Note: i manually create the .img file by using command "qemu-img create -f
>> qcow2 /opt/image/myimage.img 14G" . I'm very new to OpenNebula.
>>
>>
>>
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command
>> execution fail: 'mkdir -p /srv/cloud/one/var//21/images && cat >
>> /srv/cloud/one/var//21/images/deployment.0 && virsh --connect qemu:///system
>> create /srv/cloud/one/var//21/images/deployment.0'
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR
>> follows.
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error:
>> Failed to create domain from /srv/cloud/one/var//21/images/deployment.0
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error:
>> internal error Domain one-21 didn't show up
>>
>>
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 ExitCode: 1
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: DEPLOY FAILURE 21 -
>>
>> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh:
>> Deleting /srv/cloud/one/var//21/images
>>
>> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh:
>> Executed "ssh devvm1 rm -rf /srv/cloud/one/var//21/images".
>>
>> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: TRANSFER SUCCESS 21 -
>>
>>
>> On 10/8/2553 12:07, Ricky Melgares wrote:
>>
>> Can you please list the next couple of lines that follow the STDERR line.
>>
>>
>>
>> On Aug 10, 2010, at 1:02 AM, Phuwadon (Aun) Danrahan wrote:
>>
>>
>>
>> Hello,
>>
>> I'm testing my first OpenNebular cloud and got an error that need your
>> support. Anyone, know howto fix this error.
>>
>>
>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command
>> execution f

Re: [one-users] Failed during boot

2010-08-10 Thread Jaime Melis
Hello,

KVM supports both para-virtualization and full-virtualization. In libvirt
(used by OpenNebula for KVM), the type of virtualization is specified in the
domain file, under the "type" element. If hvm (hardware virtual
machine) then it requires full-virtualization. Take a look at:
http://libvirt.org/formatdomain.html#elementsOSBIOS

I'm guessing the problem you're having is that either your hardware does not
support hardware virtualization or, as suggested by Ricky Melgares, it's not
enabled in the BIOS.

To check for harware virtualization support take a look at:
http://www.linux-kvm.org/page/FAQ#Preparing_to_use_KVM

cheers,
Jaime

On Tue, Aug 10, 2010 at 1:52 PM, Chris Sarginson <
chris.sargin...@ukfast.co.uk> wrote:

>  Is hvm not for Xen deployments, rather than KVM?
>
>
>
> *From:* users-boun...@lists.opennebula.org [mailto:
> users-boun...@lists.opennebula.org] *On Behalf Of *Diego Perez Fabado
> *Sent:* 10 August 2010 08:51
> *To:* Phuwadon (Aun) Danrahan
>
> *Cc:* users@lists.opennebula.org
> *Subject:* Re: [one-users] Failed during boot
>
>
>
> Hello I'm also having a similar problem with kvm, any help would be very
> appreciated
>
>
>
> Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file:
> /opt/opennebula/var/89/deployment.0
>
> Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail: 'mkdir -p
> /opt/opennebula/var/89/images && cat >
> /opt/opennebula/var/89/images/deployment.0 && virsh --connect qemu:///system
> create /opt/opennebula/var/89/images/deployment.0'
>
> Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.
>
> Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create domain from
> /opt/opennebula/var/89/images/deployment.0
>
> Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no supported
> architecture for os type 'hvm'
>
> Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1
>
> Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine
>
>
>
> Thank you very much!!!
>
>
>
>
>
> 2010/8/10 Phuwadon (Aun) Danrahan 
>
> Note: i manually create the .img file by using command "qemu-img create -f
> qcow2 /opt/image/myimage.img 14G" . I'm very new to OpenNebula.
>
>
>
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command
> execution fail: 'mkdir -p /srv/cloud/one/var//21/images && cat >
> /srv/cloud/one/var//21/images/deployment.0 && virsh --connect qemu:///system
> create /srv/cloud/one/var//21/images/deployment.0'
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR
> follows.
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error: Failed
> to create domain from /srv/cloud/one/var//21/images/deployment.0
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error:
> internal error Domain one-21 didn't show up
>
>
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 ExitCode: 1
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: DEPLOY FAILURE 21 -
>
> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh:
> Deleting /srv/cloud/one/var//21/images
>
> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh:
> Executed "ssh devvm1 rm -rf /srv/cloud/one/var//21/images".
>
> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: TRANSFER SUCCESS 21 -
>
>
> On 10/8/2553 12:07, Ricky Melgares wrote:
>
> Can you please list the next couple of lines that follow the STDERR line.
>
>
>
> On Aug 10, 2010, at 1:02 AM, Phuwadon (Aun) Danrahan wrote:
>
>
>
> Hello,
>
> I'm testing my first OpenNebular cloud and got an error that need your
> support. Anyone, know howto fix this error.
>
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command
> execution fail: 'mkdir -p /srv/cloud/one/var//21/images&&  cat>
>  /srv/cloud/one/var//21/images/deployment.0&&  virsh --connect
> qemu:///system create /srv/cloud/one/var//21/images/deployment.0'
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR
> follows.
>
>
> This error occurred after i ran "onevm create myvhost". I did not see the
> file /srv/cloud/one/var//21/images/deployment.0 but i could see
> /srv/cloud/one/var//21/deployment.0
>
>
>
>
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Failed during boot

2010-08-10 Thread Chris Sarginson
Is hvm not for Xen deployments, rather than KVM?

From: users-boun...@lists.opennebula.org 
[mailto:users-boun...@lists.opennebula.org] On Behalf Of Diego Perez Fabado
Sent: 10 August 2010 08:51
To: Phuwadon (Aun) Danrahan
Cc: users@lists.opennebula.org
Subject: Re: [one-users] Failed during boot

Hello I'm also having a similar problem with kvm, any help would be very 
appreciated

Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file: 
/opt/opennebula/var/89/deployment.0
Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail: 'mkdir -p 
/opt/opennebula/var/89/images && cat > 
/opt/opennebula/var/89/images/deployment.0 && virsh --connect qemu:///system 
create /opt/opennebula/var/89/images/deployment.0'
Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.
Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create domain from 
/opt/opennebula/var/89/images/deployment.0
Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no supported 
architecture for os type 'hvm'
Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1
Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine

Thank you very much!!!


2010/8/10 Phuwadon (Aun) Danrahan 
mailto:phuwa...@tarad.com>>
Note: i manually create the .img file by using command "qemu-img create -f 
qcow2 /opt/image/myimage.img 14G" . I'm very new to OpenNebula.



Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command execution 
fail: 'mkdir -p /srv/cloud/one/var//21/images && cat > 
/srv/cloud/one/var//21/images/deployment.0 && virsh --connect qemu:///system 
create /srv/cloud/one/var//21/images/deployment.0'

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR follows.
Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error: Failed to 
create domain from /srv/cloud/one/var//21/images/deployment.0

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error: internal 
error Domain one-21 didn't show up


Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 ExitCode: 1

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: DEPLOY FAILURE 21 -

Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh: 
Deleting /srv/cloud/one/var//21/images

Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh: 
Executed "ssh devvm1 rm -rf /srv/cloud/one/var//21/images".

Tue Aug 10 11:54:19 2010 [TM][D]: Message received: TRANSFER SUCCESS 21 -


On 10/8/2553 12:07, Ricky Melgares wrote:
Can you please list the next couple of lines that follow the STDERR line.


On Aug 10, 2010, at 1:02 AM, Phuwadon (Aun) Danrahan wrote:


Hello,

I'm testing my first OpenNebular cloud and got an error that need your support. 
Anyone, know howto fix this error.


Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command execution 
fail: 'mkdir -p /srv/cloud/one/var//21/images&&  cat>  
/srv/cloud/one/var//21/images/deployment.0&&  virsh --connect qemu:///system 
create /srv/cloud/one/var//21/images/deployment.0'

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR follows.


This error occurred after i ran "onevm create myvhost". I did not see the file 
/srv/cloud/one/var//21/images/deployment.0 but i could see 
/srv/cloud/one/var//21/deployment.0



___
Users mailing list
Users@lists.opennebula.org<mailto:Users@lists.opennebula.org>
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Failed during boot

2010-08-10 Thread Phuwadon (Aun) Danrahan


I'm testing by using Dell R410. The "Virtualization Technology" is 
enabled in "Processor Settings".


Thabk you.

On 10/8/2553 18:38, Ricky Melgares wrote:

Make sure you've enabled virtualization in your BIOS settings. I got this same 
exact error before and I believe that was the problem.

-Ricky

On Aug 10, 2010, at 3:50 AM, Diego Perez Fabado wrote:

   

Hello I'm also having a similar problem with kvm, any help would be very 
appreciated

Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file: 
/opt/opennebula/var/89/deployment.0
Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail: 'mkdir -p 
/opt/opennebula/var/89/images&&  cat>  
/opt/opennebula/var/89/images/deployment.0&&  virsh --connect qemu:///system create 
/opt/opennebula/var/89/images/deployment.0'
Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.
Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create domain from 
/opt/opennebula/var/89/images/deployment.0
Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no supported 
architecture for os type 'hvm'
Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1
Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine

Thank you very much!!!
 
   


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Failed during boot

2010-08-10 Thread Ricky Melgares
Make sure you've enabled virtualization in your BIOS settings. I got this same 
exact error before and I believe that was the problem.

-Ricky

On Aug 10, 2010, at 3:50 AM, Diego Perez Fabado wrote:

> Hello I'm also having a similar problem with kvm, any help would be very 
> appreciated 
> 
> Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file: 
> /opt/opennebula/var/89/deployment.0
> Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail: 'mkdir -p 
> /opt/opennebula/var/89/images && cat > 
> /opt/opennebula/var/89/images/deployment.0 && virsh --connect qemu:///system 
> create /opt/opennebula/var/89/images/deployment.0'
> Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.
> Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create domain from 
> /opt/opennebula/var/89/images/deployment.0
> Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no supported 
> architecture for os type 'hvm'
> Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1
> Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine
> 
> Thank you very much!!!

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Failed during boot

2010-08-10 Thread Diego Perez Fabado
Hello I'm also having a similar problem with kvm, any help would be very
appreciated

Tue Aug 10 10:40:43 2010 [VMM][I]: Generating deployment file:
/opt/opennebula/var/89/deployment.0
Tue Aug 10 10:40:43 2010 [VMM][I]: Command execution fail: 'mkdir -p
/opt/opennebula/var/89/images && cat >
/opt/opennebula/var/89/images/deployment.0 && virsh --connect qemu:///system
create /opt/opennebula/var/89/images/deployment.0'
Tue Aug 10 10:40:43 2010 [VMM][I]: STDERR follows.
Tue Aug 10 10:40:43 2010 [VMM][I]: error: Failed to create domain from
/opt/opennebula/var/89/images/deployment.0
Tue Aug 10 10:40:43 2010 [VMM][I]: error: internal error no supported
architecture for os type 'hvm'
Tue Aug 10 10:40:43 2010 [VMM][I]: ExitCode: 1
Tue Aug 10 10:40:43 2010 [VMM][E]: Error deploying virtual machine

Thank you very much!!!


2010/8/10 Phuwadon (Aun) Danrahan 

> Note: i manually create the .img file by using command "qemu-img create -f
> qcow2 /opt/image/myimage.img 14G" . I'm very new to OpenNebula.
>
>
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command
> execution fail: 'mkdir -p /srv/cloud/one/var//21/images && cat >
> /srv/cloud/one/var//21/images/deployment.0 && virsh --connect qemu:///system
> create /srv/cloud/one/var//21/images/deployment.0'
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR
> follows.
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error: Failed
> to create domain from /srv/cloud/one/var//21/images/deployment.0
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error:
> internal error Domain one-21 didn't show up
>
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 ExitCode: 1
>
> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: DEPLOY FAILURE 21 -
>
> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh:
> Deleting /srv/cloud/one/var//21/images
>
> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 tm_delete.sh:
> Executed "ssh devvm1 rm -rf /srv/cloud/one/var//21/images".
>
> Tue Aug 10 11:54:19 2010 [TM][D]: Message received: TRANSFER SUCCESS 21 -
>
>
> On 10/8/2553 12:07, Ricky Melgares wrote:
>
>> Can you please list the next couple of lines that follow the STDERR line.
>>
>>
>> On Aug 10, 2010, at 1:02 AM, Phuwadon (Aun) Danrahan wrote:
>>
>>
>>
>>> Hello,
>>>
>>> I'm testing my first OpenNebular cloud and got an error that need your
>>> support. Anyone, know howto fix this error.
>>>
>>>
>>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command
>>> execution fail: 'mkdir -p /srv/cloud/one/var//21/images&&  cat>
>>>  /srv/cloud/one/var//21/images/deployment.0&&  virsh --connect
>>> qemu:///system create /srv/cloud/one/var//21/images/deployment.0'
>>>
>>> Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR
>>> follows.
>>>
>>>
>>> This error occurred after i ran "onevm create myvhost". I did not see the
>>> file /srv/cloud/one/var//21/images/deployment.0 but i could see
>>> /srv/cloud/one/var//21/deployment.0
>>>
>>>
>>
>>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Failed during boot

2010-08-09 Thread Phuwadon (Aun) Danrahan
Note: i manually create the .img file by using command "qemu-img create 
-f qcow2 /opt/image/myimage.img 14G" . I'm very new to OpenNebula.



Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command 
execution fail: 'mkdir -p /srv/cloud/one/var//21/images && cat > 
/srv/cloud/one/var//21/images/deployment.0 && virsh --connect 
qemu:///system create /srv/cloud/one/var//21/images/deployment.0'


Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR 
follows.


Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error: 
Failed to create domain from /srv/cloud/one/var//21/images/deployment.0


Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 error: 
internal error Domain one-21 didn't show up


Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 ExitCode: 1

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: DEPLOY FAILURE 21 -

Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 
tm_delete.sh: Deleting /srv/cloud/one/var//21/images


Tue Aug 10 11:54:19 2010 [TM][D]: Message received: LOG - 21 
tm_delete.sh: Executed "ssh devvm1 rm -rf /srv/cloud/one/var//21/images".


Tue Aug 10 11:54:19 2010 [TM][D]: Message received: TRANSFER SUCCESS 21 -


On 10/8/2553 12:07, Ricky Melgares wrote:

Can you please list the next couple of lines that follow the STDERR line.

On Aug 10, 2010, at 1:02 AM, Phuwadon (Aun) Danrahan wrote:

   

Hello,

I'm testing my first OpenNebular cloud and got an error that need your support. 
Anyone, know howto fix this error.


Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 Command execution fail: 'mkdir -p 
/srv/cloud/one/var//21/images&&  cat>  
/srv/cloud/one/var//21/images/deployment.0&&  virsh --connect qemu:///system create 
/srv/cloud/one/var//21/images/deployment.0'

Tue Aug 10 11:54:18 2010 [VMM][D]: Message received: LOG - 21 STDERR follows.


This error occurred after i ran "onevm create myvhost". I did not see the file 
/srv/cloud/one/var//21/images/deployment.0 but i could see 
/srv/cloud/one/var//21/deployment.0
 
   


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org