<div dir="ltr">Hi there,<br><br>comments inline,<br><br><div class="gmail_quote">On Tue, Sep 16, 2008 at 1:54 PM,  <span dir="ltr"><<a href="mailto:jvp1@alu.upct.es">jvp1@alu.upct.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've just installed/configured opennebula, and i have questions about<br>
virtual machine configuration. I want to use one machine installed with<br>
virt-manager. The file disk of virtual machine has two partitions: swap<br>
and root. In xen config file for this machine i have this:<br>
bootloader="/usr/lib/xen/boot/domUloader.py"<br>
bootargs="--entry=xvda2:/boot/vmlinuz-xenpae,/boot/initrd-xenpae"<br>
extra=" "<br>
disk=[ 'file:/var/lib/xen/images/sles10/disk0,xvda,w', ]<br>
<br>
How can ia translate this to opennebula template? I've made this:<br>
OS     = [<br>
  kernel   = "/boot/vmlinuz-xenpae",<br>
  initrd   = "/boot/initrd-xenpae",<br>
  root     = "xvda2",<br>
  boot     = "xvda"<br>
]<br>
<br>
DISK   = [<br>
  source   = "/opt/nebula/images/sles10.img",<br>
  target   = "xvda",<br>
  readonly = "no"<br>
]<br>
<br>
but this configuration fails. If i use:</blockquote><div><br>Could you send $ONE_LOCATION/var/<vid>/vm.log through?<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
OS     = [<br>
  kernel   = "/boot/vmlinuz-xen",<br>
  initrd   = "/boot/initrd-xen",<br>
  root     = "xvda2",<br>
  boot     = "xvda"<br>
]<br>
<br>
DISK   = [<br>
  source   = "/opt/nebula/images/sles10.img",<br>
  target   = "xvda",<br>
  readonly = "no"<br>
]<br>
<br>
it will use local kernel xen, and not xen of the virtual machine, so<br>
this causes errors on the startup virtual machine and does not work fine.<br>
<br>
Another question, i've seen this on documentation<br>
(<a href="http://www.opennebula.org/doku.php?id=documentation:rel1.0:qg" target="_blank">http://www.opennebula.org/doku.php?id=documentation:rel1.0:qg</a>):<br>
To perform a live migration we use yet again the onevm command. Assuming<br>
the VM was scheduled into aquila01 (with HID=0), let's move it to<br>
aquila02 (HID=1):<br>
<br>
$> onevm livemigrate 0 1<br>
<br>
This will move the VM from aquila01 to aquila02. Then, your onevm list<br>
should show something like the following if all went smooth:<br>
<br>
<br>
But that is not true, you have to specify the ID of virtual machine that<br>
you want to migrate and the destination HID, and not HID of origin and<br>
HId of destination.</blockquote><div><br>you are right, it was a little misleading. I've correct it to avoid the <span style="cursor: pointer;" onclick="dr4sdgryt(event,"Ox")"><span class="hw">ambiguity</span></span>. <br>
<br>Thanks,<br><br>-Tino<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><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>
</blockquote></div><br><br clear="all"><br>-- <br>Constantino Vázquez, Grid Technology Engineer/Researcher: <a href="http://www.dsa-research.org/doku.php?id=people:tinova">http://www.dsa-research.org/doku.php?id=people:tinova</a><br>
DSA Research Group: <a href="http://dsa-research.org">http://dsa-research.org</a><br>Globus GridWay Metascheduler: <a href="http://www.GridWay.org">http://www.GridWay.org</a> <br>OpenNebula Virtual Infrastructure Engine: <a href="http://www.OpenNebula.org">http://www.OpenNebula.org</a><br>

</div>