<html><head><base href="x-msg://94/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 19, 2010, at 3:18 AM, Joseph Smith wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; 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; font-size: medium; "><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Hi All,<br><br>I had the chance to follow-up and do some very extensive testing and with Klaus's insight via our discussion on IRC, have found the error of my ways ... Thanks Klaus.  Your feedback was instrumental in helping me find the problem!!!<br><br>For anyone else that might be interested, I'll describe the mistake I made and outline the steps that through testing I have confirmed works every time.<br><br><span style="text-decoration: underline; ">First:  What am I trying to do and why:</span><br>On occasion, though not often, I need to take a live host off-line (to upgrade memory, replace/change internal hardware, etc).  These live hosts can have anywhere from 9 - 15 VMs running at a time.  To take this host offline without powering-down the VMs, the VirtualBox teleport feature is ideal.  My goal then was to teleport each of the VMs from the existing host to another host (must be on the same network and have access to the same networked storage subsystem where the virtual drives are).  VBoxManage does provide a command line option to initiate the teleport request but does require coordinating the execution on both the source and target hosts.  As I have control of all the VirtualBox hosts via the SOAP Webservice APIs, I decided to automate the entire process.<br><br><span style="text-decoration: underline; ">What I was doing wrong:</span><br>The steps I outline in the original message (see below) are actually correct except for Step #7.  The call to power-up the VM with a new Session via the IConsole object returnes a progressRef object and I assumed it was necessary to wait for completion before moving forward.  THIS IS WRONG!  In reality, the correct way to determine the VM is ready for the teleport-in step is to watch the state of the target VM and wait for the state to change to 'TELEPORTINGIN'.  Once in this state, the teleport step on the source VM can be done.<br></div></div></div></span></blockquote><div><br></div><div>If you are using IVirtualBox::openRemoteSession (renamed on trunk) it's NOT the right way either. Take a look at what <a href="http://www.virtualbox.org/sdkref/interface_i_virtual_box.html#915f7609a00e888a15cbf74aef743bcc">http://www.virtualbox.org/sdkref/interface_i_virtual_box.html#915f7609a00e888a15cbf74aef743bcc</a>  and <a href="http://www.virtualbox.org/sdkref/interface_i_console.html#0191f0ffb739504065c05f6e33a65a7c">http://www.virtualbox.org/sdkref/interface_i_console.html#0191f0ffb739504065c05f6e33a65a7c</a> says about teleportation. Before attempting call IConsole::teleport() you should wait for the progress object to reach the penultimate operation (IProgress::OperationCount - 2).</div></div><div><br></div><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; 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; font-size: medium; "><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; "><div><div>-- <br><br>Kind regards / Mit freundlichen Gruessen / Vennlig hilsen,<br> bird<br><br>--<br><br>ORACLE Deutschland B.V. & Co. KG  Knut St. Osmundsen<br>Werkstrasse 24                    Senior Staff Engineer, VirtualBox<br>71384 Weinstadt, Germany          <a href="mailto:bird@sun.com">mailto:bird@sun.com</a><br><br>Hauptverwaltung: Riesstr. 25, D-80992 Muenchen<br>Registergericht: Amtsgericht Muenchen, HRA 95603<br><br>Komplementaerin: ORACLE Deutschland Verwaltung B.V.<br>Rijnzathe 6, 3454PV De Meern, Niederlande<br>Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697<br>Geschaeftsfuehrer: J. Kunz, M. van de Molen, A. van der Ven</div></div></div></span></span>
</div>
<br></body></html>