<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities: Message List - "Check and upgrade Tools before each power-on" restarts VM's unexpectedly during a migration from a lesser version host to a ESX 3.5u2!</title>
    <link>http://communities.vmware.com/community/vmtn/general/vm-guest?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Wed, 13 May 2009 18:50:15 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-05-13T18:50:15Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: "Check and upgrade Tools before each power-on" restarts VM's unexpectedly during a migration from a lesser version host to a ESX 3.5u4 158874</title>
      <link>http://communities.vmware.com/message/1251076?tstart=0#1251076</link>
      <description>Has anyone seen this again? Had 15 guests upgrade tools and reboot the other night after an upgrade to U4 and 158874 - DRS migrated guests back to the remediated host after it came out of maint mode. The guests were on the January tools release so they should have had the U3 patch that is referred to below. In the logs of a host it has:&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;tools: 05/06/09 03:42:20 Minor upgrade - migrating the tools conf settings&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
But then proceeds to do a full upgrade and reboot.&lt;br /&gt;
Anyone else seen this behaviour?</description>
      <pubDate>Wed, 13 May 2009 18:50:15 GMT</pubDate>
      <author>ploleary</author>
      <guid>http://communities.vmware.com/message/1251076?tstart=0#1251076</guid>
      <dc:date>2009-05-13T18:50:15Z</dc:date>
      <clearspace:dateToText>6 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: "Check and upgrade Tools before each power-on" restarts VM's unexpectedly during a migration from a lesser version host to a ESX 3.5u2!</title>
      <link>http://communities.vmware.com/message/1079345?tstart=0#1079345</link>
      <description>&lt;br /&gt;
Ok I figured it out. I was missing a dollar sign in the below line. Right before vmConfigSpec. Thanks&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Get-VM | %{(Get-View $_.ID).ReconfigVM($vmConfigSpec)}&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I am assuming even though this value will be changed. It will not become active until the vm is re-booted? Because the vmx is already loaded in memory. A vmotion could still initiate a tools upgrade?</description>
      <pubDate>Mon, 20 Oct 2008 18:05:33 GMT</pubDate>
      <author>gdesmo</author>
      <guid>http://communities.vmware.com/message/1079345?tstart=0#1079345</guid>
      <dc:date>2008-10-20T18:05:33Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: "Check and upgrade Tools before each power-on" restarts VM's unexpectedly during a migration from a lesser version host to a ESX 3.5u2!</title>
      <link>http://communities.vmware.com/message/1079222?tstart=0#1079222</link>
      <description>&lt;br /&gt;
Ok here is the latest failure &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt; [Reflection.Assem&lt;br /&gt;
bly]::LoadWithPartialName("vmware.vim")&lt;br /&gt;
&lt;p /&gt;
GAC    Version        Location&lt;br /&gt;
---&lt;hr /&gt;
&lt;hr /&gt;
True   v2.0.50727     C:\WINDOWS\assembly\GAC_MSIL\VMware.Vim\1.0.0.0__10980...&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt; $vmConfigSpec = N&lt;br /&gt;
ew-Object VMware.Vim.VirtualMachineConfigSpec&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt; $vmConfigSpec.Too&lt;br /&gt;
ls = New-Object VMware.Vim.ToolsConfigInfo&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt; $vmConfigSpec.Too&lt;br /&gt;
ls.ToolsUpgradePolicy = "Manual"&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt; Get-VM | %{(Get-V&lt;br /&gt;
iew $_.ID).ReconfigVM(vmConfigSpec)}&lt;br /&gt;
Missing ')' in method call.&lt;br /&gt;
At line:1 char:40&lt;br /&gt;
+ Get-VM | %{(Get-View $_.ID).ReconfigVM(v &amp;lt;&amp;lt;&amp;lt;&amp;lt; mConfigSpec)}&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I also tried the script in the managing powershell FAQ. That looked a little different than yours. It also did not complete.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt; $vm =&lt;br /&gt;
&lt;div class="jive-quote"&gt;&lt;div class="jive-quote"&gt; &lt;br /&gt;
Get-View (Get-VM VMName).Id $vmConfigSpec = New-Object VMware.Vim.VirtualMach&lt;/div&gt;&lt;/div&gt;
ineConfigSpec&lt;br /&gt;
&lt;div class="jive-quote"&gt;&lt;div class="jive-quote"&gt; &lt;/div&gt;&lt;/div&gt;
Get-VM : 10/20/2008 10:02:52 AM    Get-VM        VM with name 'VMName' not foun&lt;br /&gt;
d, using the specified filter(s).&lt;br /&gt;
At line:2 char:17&lt;br /&gt;
+ Get-View (Get-VM  &amp;lt;&amp;lt;&amp;lt;&amp;lt; VMName).Id $vmConfigSpec = New-Object VMware.Vim.Virtu&lt;br /&gt;
alMachineConfigSpec&lt;br /&gt;
Get-View : The argument cannot be null or empty.&lt;br /&gt;
At line:2 char:9&lt;br /&gt;
+ Get-View  &amp;lt;&amp;lt;&amp;lt;&amp;lt; (Get-VM VMName).Id $vmConfigSpec = New-Object VMware.Vim.Virtu&lt;br /&gt;
alMachineConfigSpec&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt; $vmConfigSpec.Too&lt;br /&gt;
ls = New-Object VMware.Vim.ToolsConfigInfo&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt;&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt; $vmConfigSpec.Too&lt;br /&gt;
ls.ToolsUpgradePolicy = "Manual" $vm.ReconfigVM($vmConfigSpec)&lt;br /&gt;
Unexpected token 'vm' in expression or statement.&lt;br /&gt;
At line:1 char:54&lt;br /&gt;
+ $vmConfigSpec.Tools.ToolsUpgradePolicy = "Manual" $vm. &amp;lt;&amp;lt;&amp;lt;&amp;lt; ReconfigVM($vmCon&lt;br /&gt;
figSpec)&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt;</description>
      <pubDate>Mon, 20 Oct 2008 16:03:44 GMT</pubDate>
      <author>gdesmo</author>
      <guid>http://communities.vmware.com/message/1079222?tstart=0#1079222</guid>
      <dc:date>2008-10-20T16:03:44Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: "Check and upgrade Tools before each power-on" restarts VM's unexpectedly during a migration from a lesser version host to a ESX 3.5u2!</title>
      <link>http://communities.vmware.com/message/1077790?tstart=0#1077790</link>
      <description>&lt;br /&gt;
...and yes, it's a CR after each line.</description>
      <pubDate>Fri, 17 Oct 2008 19:27:47 GMT</pubDate>
      <author>henketh</author>
      <guid>http://communities.vmware.com/message/1077790?tstart=0#1077790</guid>
      <dc:date>2008-10-17T19:27:47Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: "Check and upgrade Tools before each power-on" restarts VM's unexpectedly during a migration from a lesser version host to a ESX 3.5u2!</title>
      <link>http://communities.vmware.com/message/1077788?tstart=0#1077788</link>
      <description>Hi again!&lt;br /&gt;
&lt;br /&gt;
You don't seem to be using the first line of the script in the image? Reflection.Assembly and so on..?&lt;br /&gt;
&lt;br /&gt;
And then you use the "UpgradeAtPowerCycle" -value? That's for turning the feature ON, and you wanted to turn it off? Then you should replace that with the value "manual" (also in my script in the image)&lt;br /&gt;
&lt;br /&gt;
Check out the link "Managing VMware with PowerShell -- Frequently Asked Questions" &lt;a class="jive-link-external" href="http://communities.vmware.com/docs/DOC-4210"&gt;http://communities.vmware.com/docs/DOC-4210&lt;/a&gt;&lt;br /&gt;
for some useful tips.&lt;br /&gt;
&lt;br /&gt;
Keep on scripting! &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";-)" /&gt;</description>
      <pubDate>Fri, 17 Oct 2008 19:26:43 GMT</pubDate>
      <author>henketh</author>
      <guid>http://communities.vmware.com/message/1077788?tstart=0#1077788</guid>
      <dc:date>2008-10-17T19:26:43Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: "Check and upgrade Tools before each power-on" restarts VM's unexpectedly during a migration from a lesser version host to a ESX 3.5u2!</title>
      <link>http://communities.vmware.com/message/1077782?tstart=0#1077782</link>
      <description>&lt;br /&gt;
Hello Again &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt; It errored on me. I think it might be formating? Are there carriage returns after each of your lines in your image?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt; Get-View (Get-VM&lt;br /&gt;
VMName).Id $vmConfigSpec = New-Object VMware.Vim.VirtualMachineConfigSpec $vmCon&lt;br /&gt;
figSpec.Tools = New-Object VMware.Vim.ToolsConfigInfo $vmConfigSpec.Tools.ToolsU&lt;br /&gt;
pgradePolicy = "UpgradeAtPowerCycle" $vm.ReconfigVM($vmConfigSpec)&lt;br /&gt;
Get-VM : 10/17/2008 12:50:20 PM    Get-VM        VM with name 'VMName' not foun&lt;br /&gt;
d, using the specified filter(s).&lt;br /&gt;
At line:1 char:17&lt;br /&gt;
+ Get-View (Get-VM  &amp;lt;&amp;lt;&amp;lt;&amp;lt; VMName).Id $vmConfigSpec = New-Object VMware.Vim.Virtu&lt;br /&gt;
alMachineConfigSpec $vmConfigSpec.Tools = New-Object VMware.Vim.ToolsConfigInfo&lt;br /&gt;
 $vmConfigSpec.Tools.ToolsUpgradePolicy = "UpgradeAtPowerCycle" $vm.ReconfigVM(&lt;br /&gt;
$vmConfigSpec)&lt;br /&gt;
You cannot call a method on a null-valued expression.&lt;br /&gt;
At line:1 char:229&lt;br /&gt;
+ Get-View (Get-VM VMName).Id $vmConfigSpec = New-Object VMware.Vim.VirtualMach&lt;br /&gt;
ineConfigSpec $vmConfigSpec.Tools = New-Object VMware.Vim.ToolsConfigInfo $vmCo&lt;br /&gt;
nfigSpec.Tools.ToolsUpgradePolicy = "UpgradeAtPowerCycle" $vm.ReconfigVM( &amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
$vmConfigSpec)&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt;&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt; [Reflection.Assem&lt;br /&gt;
bly]::LoadWithPartialName("vmware.vim")&lt;br /&gt;
&lt;p /&gt;
GAC    Version        Location&lt;br /&gt;
---&lt;hr /&gt;
&lt;hr /&gt;
True   v2.0.50727     C:\WINDOWS\assembly\GAC_MSIL\VMware.Vim\1.0.0.0__10980...&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt; $vmConfigSpec = N&lt;br /&gt;
ew-Object VMware.Vim.VirtualMachineConfigSpec&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt; $vmConfigSpec.Too&lt;br /&gt;
ls = New-Object VMware.Vim.ToolsConfigInfo&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt; $vmConfigSpec.Too&lt;br /&gt;
ls.ToolsUpgradePolicy = "UpgradeAtPowerCycle"&lt;br /&gt;
PS C:\Program Files\VMware\Infrastructure\VIToolkitForWindows&amp;gt; Get-VM | %{(Get-V&lt;br /&gt;
iew $_.ID).ReconfigVM(vmConfigSpec)}</description>
      <pubDate>Fri, 17 Oct 2008 19:08:10 GMT</pubDate>
      <author>gdesmo</author>
      <guid>http://communities.vmware.com/message/1077782?tstart=0#1077782</guid>
      <dc:date>2008-10-17T19:08:10Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Re: "Check and upgrade Tools before each power-on" restarts VM's unexpectedly during a migration from a lesser version host to a ESX 3.5u2!</title>
      <link>http://communities.vmware.com/message/1077733?tstart=0#1077733</link>
      <description>Sorry, my second post assumed that you already have connected to your vi-server. So use the line&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;connect-viserver -server &amp;lt;server&amp;gt; -user &amp;lt;user&amp;gt; -password &amp;lt;pwd&amp;gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
to create the connection&lt;br /&gt;
&lt;br /&gt;
THEN&lt;br /&gt;
&lt;br /&gt;
paste the lines from my second post&lt;br /&gt;
&lt;br /&gt;
and finally press ENTER&lt;br /&gt;
&lt;br /&gt;
Then you can follow the progress of the modification of the VM's in VirtualCenters Recent Tasks pane.</description>
      <pubDate>Fri, 17 Oct 2008 18:28:39 GMT</pubDate>
      <author>henketh</author>
      <guid>http://communities.vmware.com/message/1077733?tstart=0#1077733</guid>
      <dc:date>2008-10-17T18:28:39Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Re: "Check and upgrade Tools before each power-on" restarts VM's unexpectedly during a migration from a lesser version host to a ESX 3.5u2!</title>
      <link>http://communities.vmware.com/message/1077637?tstart=0#1077637</link>
      <description>&lt;br /&gt;
Sorry I am not very verse in scripting. Would I not need the below to connect to my vc server? Your second post looks quite different than your first. I just need to paste your second post in the vi tool kit window?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
connect-viserver -server &amp;lt;server&amp;gt; -user &amp;lt;user&amp;gt; -password &amp;lt;pwd&amp;gt;&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thank you</description>
      <pubDate>Fri, 17 Oct 2008 16:57:42 GMT</pubDate>
      <author>gdesmo</author>
      <guid>http://communities.vmware.com/message/1077637?tstart=0#1077637</guid>
      <dc:date>2008-10-17T16:57:42Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Re: "Check and upgrade Tools before each power-on" restarts VM's unexpectedly during a migration from a lesser version host to a ESX 3.5u2!</title>
      <link>http://communities.vmware.com/message/1077106?tstart=0#1077106</link>
      <description>Hello again!&lt;br /&gt;
&lt;br /&gt;
Now I'm at work, and my exact script for the VI Toolkit reads like this, and disables the "Check and upgrade tools at each power-on" on all machines:&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/2-1077106-4129/VIscript.png" alt="VIscript.png" class="jive-image"  /&gt; &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
(I had to paste this as an image to keep the formatting right)&lt;br /&gt;
&lt;br /&gt;
And in the vmx-file there's a entry that reads:&lt;br /&gt;
tools.upgrade.policy = "manual" or "upgradeAtPowerCycle"&lt;br /&gt;
&lt;br /&gt;
Good luck!</description>
      <pubDate>Fri, 17 Oct 2008 07:14:02 GMT</pubDate>
      <author>henketh</author>
      <guid>http://communities.vmware.com/message/1077106?tstart=0#1077106</guid>
      <dc:date>2008-10-17T07:14:02Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Re: "Check and upgrade Tools before each power-on" restarts VM's unexpectedly during a migration from a lesser version host to a ESX 3.5u2!</title>
      <link>http://communities.vmware.com/message/1076728?tstart=0#1076728</link>
      <description>No, not a word from support! And consequently I'm not sure how this option works in U3, but since they promised to let me know when a solution is available, I guess they haven't fixed it yet..&lt;br /&gt;
&lt;br /&gt;
Yes, you can use VI Toolkit and a script. I believe this is the right script for turning this feature ON:&lt;br /&gt;
&lt;br /&gt;
connect-viserver -server &amp;lt;server&amp;gt; -user &amp;lt;user&amp;gt; -password &amp;lt;pwd&amp;gt; $vm = Get-View (Get-VM VMName).Id $vmConfigSpec = New-Object VMware.Vim.VirtualMachineConfigSpec $vmConfigSpec.Tools = New-Object VMware.Vim.ToolsConfigInfo $vmConfigSpec.Tools.ToolsUpgradePolicy = "UpgradeAtPowerCycle" $vm.ReconfigVM($vmConfigSpec)&lt;br /&gt;
&lt;br /&gt;
For turning it OFF I believe you should change "UpgradeAtPowerCycle" to "Manual", but I can't confirm this right now since I don't remember it and as I'm at home right now I can't check my script at work.&lt;br /&gt;
&lt;br /&gt;
I believe you can verify the syntax by checking this value in the .vmx-file for a VM. Check the vmx-file for a VM with the "check and upgrade" option turned ON, it should have "UpgradeAtPowerCycle" somewhere, and then check the corresponding value in av .vmx-file belonging to a machine with the feature turned OFF, I'm positive it should read "Manual".&lt;br /&gt;
&lt;br /&gt;
Let me know your results!</description>
      <pubDate>Thu, 16 Oct 2008 19:59:18 GMT</pubDate>
      <author>henketh</author>
      <guid>http://communities.vmware.com/message/1076728?tstart=0#1076728</guid>
      <dc:date>2008-10-16T19:59:18Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: "Check and upgrade Tools before each power-on" restarts VM's unexpectedly during a migration from a lesser version host to a ESX 3.5u2!</title>
      <link>http://communities.vmware.com/message/1076642?tstart=0#1076642</link>
      <description>&lt;br /&gt;
Ouch! I got bit by this issue last night. Only some of my vm's that have this box checked got upgraded/re-booted. Others were fine.. Strange. Any update from support?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
I have more hosts to patch tonight. Is there a way to disable this check box without powering down the vm's?</description>
      <pubDate>Thu, 16 Oct 2008 18:41:09 GMT</pubDate>
      <author>gdesmo</author>
      <guid>http://communities.vmware.com/message/1076642?tstart=0#1076642</guid>
      <dc:date>2008-10-16T18:41:09Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>"Check and upgrade Tools before each power-on" restarts VM's unexpectedly during a migration from a lesser version host to a ESX 3.5u2!</title>
      <link>http://communities.vmware.com/message/1062122?tstart=0#1062122</link>
      <description>After upgrading one of my ESX-hosts to 3.5.0,110268 (from 3.5.0,84374) and then migrated VM's back to this host, several of the VM's started to upgrade their VM Tools resulting in unexpected reboots and in some cases OS-freezing in the virtual machine. &lt;br /&gt;
The option &lt;b&gt;”Check and upgrade Tools before each power-on”&lt;/b&gt; was activated on all VM's, but since I didn't manually initiate any reboots on the VM's, the upgrade shouldn't have taken place, right?&lt;br /&gt;
&lt;br /&gt;
But after contacting VMware Support with this question, I got the somewhat terrifying answer:&lt;br /&gt;
&lt;b&gt;&lt;i&gt;"This is a known issue which will be fixed in a future patch. The issue is caused because when the virtual machine is VMotioned to another ESX host, the tools see a power on event as the virtual machine resumes. Currently the only workaround is to disable the "Check and upgrade Tools before each power-on" option."&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The scary part is that there exists no official information regarding this bug:&lt;br /&gt;
&lt;b&gt;&lt;i&gt;"Additional information has not been released on this while it is being worked on internally however as I mentioned in my previous mail it will be fixed going forward."&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
So consider this a warning, don't use the option ”Check and upgrade Tools before each power-on” before VMware has released a patch for this bug.</description>
      <pubDate>Mon, 29 Sep 2008 13:14:41 GMT</pubDate>
      <author>statssweden</author>
      <guid>http://communities.vmware.com/message/1062122?tstart=0#1062122</guid>
      <dc:date>2008-09-29T13:14:41Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
    </item>
  </channel>
</rss>

