<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Tino,</div><div><br></div><div>i just wanted to write, that everything is fine, but it isn't. The problem only occurs sometimes. At the end of this mail you will find some logs. VM(77) is up and running in the VM-Server, but in the same time in "boot" state. By the way we currently use VMware-server-2.0.2-203138.i386 .</div><div><br></div><div>As you can see in the logs, the "DEPLOY SUCCESS" message is send at least this believes the OneVmmVmware.java. But it seems that it is never received. Sometimes it works, but this is not deterministic, in that case it would also be appear in oned.log.</div><div><br></div><div><br></div><div><br></div><div>The main goal of our project is to setup a network environment, in which students can test and investigate several security weaknesses on live systems. For every such scenario we need different computers which are simulated via VMs. In effect when a new scenario is loaded, OpenNebula will be responsable for the VM setup and management.</div><div><br></div><div>We will primarily use VMWare images(with VM-Server) but also KVM. To control our scenarios we will implement a webinterface, which will be used for management but also monitoring purpose. As far as i know, OpenNebula has only a command line frontend?</div><div><br></div><div>Best Regards</div><div>Stefan</div><div><br></div><div><br></div><div><br></div><div>VM.LOG :</div><div><br></div><div>Wed Jan 27 23:57:41 2010 [DiM][I]: New VM state is ACTIVE.</div><div>Wed Jan 27 23:57:42 2010 [LCM][I]: New VM state is PROLOG.</div><div>Wed Jan 27 23:57:42 2010 [VM][I]: Virtual Machine has no context</div><div>Wed Jan 27 23:58:46 2010 [TM][I]: tm_clone.sh: fqdn:/srv/seclab/images-src/vmware/XP2 fqdn:/srv/seclab/vms/77/images/disk.0</div><div>Wed Jan 27 23:58:46 2010 [TM][I]: tm_clone.sh: Cloning fqdn:/srv/seclab/images-src/vmware/XP2</div><div>Wed Jan 27 23:58:46 2010 [LCM][I]: New VM state is BOOT</div><div>Wed Jan 27 23:58:46 2010 [VMM][I]: Generating deployment file: /usr/share/one/var/77/deployment.0</div><div><br></div><div><br></div><div>ONED.LOG :</div><div>Wed Jan 27 23:57:41 2010 [DiM][D]: Deploying VM 77</div><div>Wed Jan 27 23:57:44 2010 [InM][I]: Monitoring host fqdn (0)</div><div>Wed Jan 27 23:57:48 2010 [InM][D]: Host 0 successfully monitored.</div><div>Wed Jan 27 23:57:52 2010 [VMM][I]: Monitoring VM 76.</div><div>Wed Jan 27 23:57:53 2010 [VMM][D]: Message received: POLL SUCCESS 76 STATE=a USEDMEMORY=25 USEDCPU=0</div><div><br></div><div>Wed Jan 27 23:58:46 2010 [TM][D]: Message received: LOG - 77 tm_clone.sh: fqdn:/srv/seclab/images-src/vmware/XP2 fqdn:/srv/seclab/vms/77/images/disk.0</div><div><br></div><div>Wed Jan 27 23:58:46 2010 [TM][D]: Message received: LOG - 77 tm_clone.sh: Cloning fqdn:/srv/seclab/images-src/vmware/XP2</div><div><br></div><div>Wed Jan 27 23:58:46 2010 [TM][D]: Message received: TRANSFER SUCCESS 77 -</div><div><br></div><div>Wed Jan 27 23:58:46 2010 [LCM][I]: prolog success:</div><div><br></div><div><br></div><div>VMM_VMWARE.LOG (Output added to OneVmmVWare.java)</div><div>[27.01.2010 23:41:40] TRY TO POWER ON</div><div>[27.01.2010 23:41:45] DEPLOY SUCCESS</div><div>[27.01.2010 23:58:50] TRY TO POWER ON</div><div>[27.01.2010 23:58:54] DEPLOY SUCCESS</div><div><br></div><div><div>Am 27.01.2010 um 13:04 schrieb Tino Vazquez:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi Stefan,<br><br>comments inline,<br><br>On Wed, Jan 27, 2010 at 10:27 AM, Stefan Reichel<br><<a href="mailto:stefan.reichel@student.hpi.uni-potsdam.de">stefan.reichel@student.hpi.uni-potsdam.de</a>> wrote:<br><blockquote type="cite">Hi,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">i tried to analyze the bug and finally solve this problem. For now these are my results, please correct my if i am wrong.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">First of all,  the VM is running in VMware but in the "onevm list" it  is still booting. The VirtualMachineManager::deploy_action was finished. These were the facts now my theory:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Normally the MadManager will receive a message, and forward it to the corresponding VM-Driver by calling the protocol method. In my case this would be the VirtualMachineManagerDriver.  Nevertheless its protocol method is not called and therefore it can't call the LifeCycleManager, which would in effect set the "running" state, after reacting on a "DEPLOY_SUCCESS". Therefore i assume, that the corresponding message is never send. But who should send it???<br></blockquote><br>The VMware VMM mad is responsible to send back the DEPLOY SUCESS, so<br>it is probably failing to do so. you mentioned in a previous email<br>that the VM is already running, so I guess the driver is crashing<br>badly after performing the powerOn (otherwise it will send the "DEPLOY<br>FAILED " and you would get a "fail" instead of a "boot" in the VM<br>state). Do you see anything in the one_vmm_vmware log file?<br><br><blockquote type="cite"><br></blockquote><blockquote type="cite">I temporary fixed the problem by setting the running state manually in the mentioned deploy_action. I hope that someone will finally answer one of my messages. Indeed its my third unanswered? message to this community.<br></blockquote><br>Sorry for the delay in my answers, please take into account that this<br>is a best effort support mailing list.<br><br><blockquote type="cite"><br></blockquote><blockquote type="cite">We try to use opennebula in our current project, but the focus of our project is not to get software to do what it is used to do. Nevertheless we are software developers and therefore  we could also fix and extend the openNebula project if there would be any support from you.<br></blockquote><br>That is great news!! Could you please elaborate a bit on what is that<br>you intend to do with the software? We are happy to provide best<br>effort support.<br><br>Best regards,<br><br>-Tino<br><br><blockquote type="cite"><br></blockquote><blockquote type="cite">Kind regards,<br></blockquote><blockquote type="cite">Stefan<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Am 26.01.2010 um 21:41 schrieb Stefan Reichel:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><blockquote type="cite">Hi OpenNebula team,<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">our developer team tried to use OpenNebula  and now we are able to start vms in VMWare. But we have a serious problem. Every VM we start stays in the "boot" state. What is the reason for that, where ca we gather more information about the problem? We use OpenNebula 1.4 / SVN version on Ubuntu 9.10 in combination with VMWare Server 2. Any help would be appreciated.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Sincerely<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Stefan<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">_______________________________________________<br></blockquote><blockquote type="cite">Users mailing list<br></blockquote><blockquote type="cite"><a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br></blockquote><blockquote type="cite"><a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br></blockquote><blockquote type="cite"><br></blockquote><br><br><br><br>--<br>Constantino Vázquez, Grid & Virtualization Technology<br>Engineer/Researcher: <a href="http://www.dsa-research.org/tinova">http://www.dsa-research.org/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></blockquote></div><br><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">_____________________________________<br><br><b>Stefan Reichel,  M.Sc.</b><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px; "><b> Candidate</b></span></font><br><br><font class="Apple-style-span" size="2"><span class="Apple-style-span" style="font-size: 10px; ">Hasso-Plattner-Institut für Softwaresystemtechnik GmbH <br></span></font><div><font class="Apple-style-span" size="2"><span class="Apple-style-span" style="font-size: 10px; ">Postfach 900460, D-14440 Potsdam, Germany </span></font></div><div><font class="Apple-style-span" size="2"><span class="Apple-style-span" style="font-size: 10px; "><a href="http://www.hpi.uni-potsdam.de">http://www.hpi.uni-potsdam.de</a></span></font></div><div><font class="Apple-style-span" size="2"><span class="Apple-style-span" style="font-size: 10px; "><br></span></font></div><div><b><font class="Apple-style-span" size="2"><span class="Apple-style-span" style="font-size: 10px; ">Telefon:</span></font></b><font class="Apple-style-span" size="2"><span class="Apple-style-span" style="font-size: 10px; "> 03322/206306  </span></font><b><font class="Apple-style-span" size="2"><span class="Apple-style-span" style="font-size: 10px; ">Mobile:</span></font></b><font class="Apple-style-span" size="2"><span class="Apple-style-span" style="font-size: 10px; "> 0178/5495023 <br></span></font><b><font class="Apple-style-span" size="2"><span class="Apple-style-span" style="font-size: 10px; ">Email:</span></font></b><font class="Apple-style-span" size="2"><span class="Apple-style-span" style="font-size: 10px; "> <a href="mailto:stefan.reichel@student.hpi.uni-potsdam.de">stefan.reichel@student.hpi.uni-potsdam.de</a></span></font><br>_____________________________________</div></div></span></div></span></div></span></div></span></div>
</div>
<br></body></html>