Hi TIno,<div><br></div><div>Thank you very much Opennebula run with KVM now :).</div><div><br></div><div>I have another question. If i have two vms in 1 computer and this computer down (hardware error,software error..) , the vm automatically migrato to another node.</div>
<div><br></div><div>Thank you  very much,</div><div><br></div><div>Sergio<br><br><div class="gmail_quote">2010/2/3 Tino Vazquez <span dir="ltr">&lt;<a href="mailto:tinova@fdi.ucm.es">tinova@fdi.ucm.es</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Sergio,<br>
<br>
Unix locale [1] are, briefly, the language set up you have in your<br>
computer. I see that you have it set to spanish, and you should change<br>
that into english. There are lots of info on google on how to<br>
accomplish this.<br>
<br>
Best,<br>
<br>
-Tino<br>
<br>
[1] <a href="http://linux.die.net/man/7/locale" target="_blank">http://linux.die.net/man/7/locale</a><br>
<div class="im"><br>
--<br>
Constantino Vázquez, Grid &amp; Virtualization Technology<br>
Engineer/Researcher: <a href="http://www.dsa-research.org/tinova" target="_blank">http://www.dsa-research.org/tinova</a><br>
DSA Research Group: <a href="http://dsa-research.org" target="_blank">http://dsa-research.org</a><br>
Globus GridWay Metascheduler: <a href="http://www.GridWay.org" target="_blank">http://www.GridWay.org</a><br>
OpenNebula Virtual Infrastructure Engine: <a href="http://www.OpenNebula.org" target="_blank">http://www.OpenNebula.org</a><br>
<br>
<br>
<br>
</div>On Wed, Feb 3, 2010 at 5:01 PM, sergio garcia escriche<br>
<div><div></div><div class="h5">&lt;<a href="mailto:sergei.garcia@gmail.com">sergei.garcia@gmail.com</a>&gt; wrote:<br>
&gt; Hi Tino,<br>
&gt;<br>
&gt; I&#39;m sorry but i don&#39;t understand you when you say that i change my locales.<br>
&gt;<br>
&gt; Thank you,<br>
&gt;<br>
&gt; Sergio<br>
&gt;<br>
&gt; 2010/2/3 Tino Vazquez &lt;<a href="mailto:tinova@fdi.ucm.es">tinova@fdi.ucm.es</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi Sergio,<br>
&gt;&gt;<br>
&gt;&gt; Try changing your locales to english, that may be confusing OpenNebula.<br>
&gt;&gt;<br>
&gt;&gt; Regards,<br>
&gt;&gt;<br>
&gt;&gt; -Tino<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Constantino Vázquez, Grid &amp; Virtualization Technology<br>
&gt;&gt; Engineer/Researcher: <a href="http://www.dsa-research.org/tinova" target="_blank">http://www.dsa-research.org/tinova</a><br>
&gt;&gt; DSA Research Group: <a href="http://dsa-research.org" target="_blank">http://dsa-research.org</a><br>
&gt;&gt; Globus GridWay Metascheduler: <a href="http://www.GridWay.org" target="_blank">http://www.GridWay.org</a><br>
&gt;&gt; OpenNebula Virtual Infrastructure Engine: <a href="http://www.OpenNebula.org" target="_blank">http://www.OpenNebula.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Feb 3, 2010 at 1:03 PM, sergio garcia escriche<br>
&gt;&gt; &lt;<a href="mailto:sergei.garcia@gmail.com">sergei.garcia@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; HI,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I have a problem when i try execute a windows template in KVM. In vm.log<br>
&gt;&gt; &gt; display this message:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;  Error deploying virtual machine: Domain id not found in virsh --connect<br>
&gt;&gt; &gt; qemu:///system create output. Then i see in phisical node with virsh -c<br>
&gt;&gt; &gt; qem:///system list and display this:<br>
&gt;&gt; &gt; virsh # list<br>
&gt;&gt; &gt;  Id Nombre               Estado<br>
&gt;&gt; &gt; ----------------------------------<br>
&gt;&gt; &gt;   2 one-              ejecutando<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; When I shutdown the vm with onevm shutdown in front end is shutdown but<br>
&gt;&gt; &gt; in<br>
&gt;&gt; &gt; cluster node it isn&#39;t shutdown.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; This is my template:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; #---------------------------------------<br>
&gt;&gt; &gt; # VM definition example<br>
&gt;&gt; &gt; #---------------------------------------<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; NAME = winxp<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; CPU    = 0.50<br>
&gt;&gt; &gt; MEMORY = 512<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; # --- kernel &amp; boot device ---<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; OS = [ boot = &quot;hd&quot; ]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; FEATURES = [ acpi = &quot;no&quot; ]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; # --- 1 disks ---<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; DISK = [<br>
&gt;&gt; &gt;   source   = &quot;/srv/cloud/images/win.img&quot;,<br>
&gt;&gt; &gt;   target   = &quot;hda&quot;,<br>
&gt;&gt; &gt;   clone    = &quot;no&quot; ]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; # --- 1 NIC ---<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; NIC = [ network=&quot;Public&quot;]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; # --- VNC server ---<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; GRAPHICS = [ type = &quot;vnc&quot;, listen  = &quot;0.0.0.0&quot;, port = &quot;5902&quot;,<br>
&gt;&gt; &gt; keymap=&quot;es&quot;]<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thank you very much,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Sergio<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Users mailing list<br>
&gt;&gt; &gt; <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
&gt;&gt; &gt; <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>