<div dir="ltr">yes, it's there. are there any problem using .img files with LVM. <div>I have installed Ubuntu according to this method <a href="https://help.ubuntu.com/community/Xen#During_installation_of_Ubuntu">https://help.ubuntu.com/community/Xen#During_installation_of_Ubuntu</a> so Dom 0 is in the LVM.</div>
<div><br></div><div>Please reply me every possible way to resolve this it's very helpful. </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 21, 2013 at 6:52 PM, Javier Fontan <span dir="ltr"><<a href="mailto:jfontan@opennebula.org" target="_blank">jfontan@opennebula.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Can you check that the pygrub executable is at /usr/bin/pygrub in the<br>
nodes where you are trying to start the VMs?<br>
<br>
On Mon, Oct 21, 2013 at 7:29 AM, Documented Facts<br>
<div class="HOEnZb"><div class="h5"><<a href="mailto:documentedfacts@gmail.com">documentedfacts@gmail.com</a>> wrote:<br>
> hi<br>
><br>
> Sorry since I' m late to reply.<br>
><br>
> I have attached oned.conf, vmm_exec_xen3.conf, xenrc to this email.<br>
><br>
> Network bridge xenbr0 exist. I have put the output of brctl show command<br>
><br>
> bridge name bridge id STP enabled interfaces<br>
> virbr0 8000.feffffffffff yes vif1.0<br>
> xenbr0 8000.0021856e8e4a no eth0<br>
><br>
> also I have changed the template to make it similar to xen config file of<br>
> this. New template is given bellow<br>
><br>
> TEMPLATE 6 INFORMATION<br>
> ID             : 6<br>
> NAME           : UbuntuParaV64<br>
> USER           : oneadmin<br>
> GROUP          : oneadmin<br>
> REGISTER TIME  : 10/04 10:33:23<br>
><br>
> PERMISSIONS<br>
> OWNER          : um-<br>
> GROUP          : ---<br>
> OTHER          : ---<br>
><br>
> TEMPLATE CONTENTS<br>
> CONTEXT=[<br>
>   NETWORK="YES",<br>
>   SSH_PUBLIC_KEY="$USER[SSH_PUBLIC_KEY]" ]<br>
> CPU="0.5"<br>
> DISK=[<br>
>   DEV_PREFIX="xvd",<br>
>   DRIVER="file",<br>
>   IMAGE_ID="7",<br>
>   READONLY="no" ]<br>
> GRAPHICS=[<br>
>   LISTEN="0.0.0.0",<br>
>   TYPE="VNC" ]<br>
> MEMORY="512"<br>
> NIC=[<br>
>   NETWORK_ID="0" ]<br>
> OS=[<br>
>   ARCH="x86_64",<br>
>   BOOT="hd",<br>
>   BOOTLOADER="/usr/bin/pygrub",<br>
>   GUESTOS="ubuntu64Guest",<br>
>   ROOT="xvda" ]<br>
> REQUIREMENTS="ID=\"0\""<br>
><br>
> it produce the deployment.0 file with content<br>
><br>
> name = 'one-29'<br>
> #O CPU_CREDITS = 128<br>
> memory  = '512'<br>
> bootloader = "/usr/bin/pygrub"<br>
> disk = [<br>
>     'file:/var/lib/one//datastores/0/29/disk.0,xvda,w',<br>
>     'file:/var/lib/one//datastores/0/29/disk.1,xvdb,r',<br>
> ]<br>
> vif = [<br>
>     ' mac=02:00:0a:16:81:a3,ip=10.22.129.163,bridge=xenbr0',<br>
> ]<br>
> vfb = ['type=vnc,vnclisten=0.0.0.0,vncdisplay=29']<br>
><br>
><br>
> On Thu, Oct 17, 2013 at 10:40 PM, Javier Fontan <<a href="mailto:jfontan@opennebula.org">jfontan@opennebula.org</a>><br>
> wrote:<br>
>><br>
>> Can you send us the conf file of a Xen VM you can run? Does xenbr0 exist?<br>
>><br>
>> On Mon, Oct 7, 2013 at 8:38 AM, Documented Facts<br>
>> <<a href="mailto:documentedfacts@gmail.com">documentedfacts@gmail.com</a>> wrote:<br>
>> > Hi<br>
>> ><br>
>> > I have installed XEN according to below URL<br>
>> ><br>
>> > <a href="https://help.ubuntu.com/community/Xen#During_installation_of_Ubuntu" target="_blank">https://help.ubuntu.com/community/Xen#During_installation_of_Ubuntu</a><br>
>> ><br>
>> > it can run a VM itself.<br>
>> ><br>
>> > then I created a Image according this URL<br>
>> ><br>
>> > <a href="http://opennebula.org/documentation:ubuntu12-xen" target="_blank">http://opennebula.org/documentation:ubuntu12-xen</a><br>
>> ><br>
>> > and it works on the host.<br>
>> ><br>
>> > But when I used extracted ubuntu image of that through the Opennebula I<br>
>> > got<br>
>> > the below error message<br>
>> ><br>
>> > Mon Oct 7 10:19:51 2013 [VMM][I]: Command execution fail: cat << EOT |<br>
>> > /var/tmp/one/vmm/xen3/deploy<br>
>> > '/var/lib/one//datastores/0/22/deployment.0'<br>
>> > 'node01' 22 node01<br>
>> > Mon Oct 7 10:19:51 2013 [VMM][I]: Error: Domain 'one-22' does not exist.<br>
>> > Mon Oct 7 10:19:51 2013 [VMM][E]: Unable<br>
>> > Mon Oct 7 10:19:51 2013 [VMM][I]: ExitCode: 3<br>
>> > Mon Oct 7 10:19:51 2013 [VMM][I]: Failed to execute virtualization<br>
>> > driver<br>
>> > operation: deploy.<br>
>> > Mon Oct 7 10:19:51 2013 [VMM][E]: Error deploying virtual machine:<br>
>> > Unable<br>
>> > Mon Oct 7 10:19:51 2013 [DiM][I]: New VM state is FAILED<br>
>> ><br>
>> > My Virtual Machine template is given below and it was created through<br>
>> > sun<br>
>> > stone<br>
>> ><br>
>> > TEMPLATE CONTENTS<br>
>> > CONTEXT=[<br>
>> >   NETWORK="YES",<br>
>> >   SSH_PUBLIC_KEY="$USER[SSH_PUBLIC_KEY]" ]<br>
>> > CPU="0.5"<br>
>> > DISK=[<br>
>> >   IMAGE_ID="7" ]<br>
>> > GRAPHICS=[<br>
>> >   LISTEN="0.0.0.0",<br>
>> >   TYPE="VNC" ]<br>
>> > MEMORY="512"<br>
>> > NIC=[<br>
>> >   NETWORK_ID="0" ]<br>
>> > OS=[<br>
>> >   ARCH="x86_64",<br>
>> >   BOOT="hd",<br>
>> >   BOOTLOADER="pygrub",<br>
>> >   GUESTOS="ubuntu64Guest" ]<br>
>> > REQUIREMENTS="ID=\"0\""<br>
>> ><br>
>> > and the deployment.0 file content is<br>
>> ><br>
>> > name = 'one-22'<br>
>> > #O CPU_CREDITS = 128<br>
>> > memory  = '512'<br>
>> > bootloader = "pygrub"<br>
>> > disk = [<br>
>> >     'file:/var/lib/one//datastores/0/22/disk.0,hda,w',<br>
>> >     'file:/var/lib/one//datastores/0/22/disk.1,hdb,r',<br>
>> > ]<br>
>> > vif = [<br>
>> >     ' mac=02:00:0a:16:81:a3,ip=10.22.129.163,bridge=xenbr0',<br>
>> > ]<br>
>> > vfb = ['type=vnc,vnclisten=0.0.0.0,vncdisplay=22']<br>
>> ><br>
>> > System data store and default data store have configured to use SSH.<br>
>> ><br>
>> > I m very new to open nebula. Can anybody please help me to find solution<br>
>> > to<br>
>> > this problem ?<br>
>> ><br>
>> > My intention is to configure open nebula to use a PHP CMS hosting on a<br>
>> > XEN<br>
>> > para virtualized guests because Machines doesn't have Hardware support.<br>
>> > Can<br>
>> > you please let me know how to do it too ?<br>
>> ><br>
>> > Thank you<br>
>> ><br>
>> ><br>
>> > _______________________________________________<br>
>> > Users mailing list<br>
>> > <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
>> > <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
>> ><br>
>><br>
>><br>
>><br>
>> --<br>
>> Javier Fontán Muiños<br>
>> Developer<br>
>> OpenNebula - The Open Source Toolkit for Data Center Virtualization<br>
>> <a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | @OpenNebula | <a href="http://github.com/jfontan" target="_blank">github.com/jfontan</a><br>
><br>
><br>
<br>
<br>
<br>
--<br>
Javier Fontán Muiños<br>
Developer<br>
OpenNebula - The Open Source Toolkit for Data Center Virtualization<br>
<a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | @OpenNebula | <a href="http://github.com/jfontan" target="_blank">github.com/jfontan</a><br>
</div></div></blockquote></div><br></div>