<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Automated VMware Tools upgrades using your VC and Perl</title>
	<atom:link href="http://blog.laspina.ca/ubiquitous/automated_vmware_tools_upgrades_using/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.laspina.ca/ubiquitous/automated_vmware_tools_upgrades_using</link>
	<description>Blogging for technical minds.</description>
	<lastBuildDate>Fri, 19 Mar 2010 22:09:04 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ronald</title>
		<link>http://blog.laspina.ca/ubiquitous/automated_vmware_tools_upgrades_using/comment-page-1#comment-644</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Sat, 06 Feb 2010 21:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://ux1.laspina.ca/?p=53#comment-644</guid>
		<description>Hi Mike (last post),

Got it to work ! Thanks for sharing. The test with the $vmname and $namevm was also false, because the text file has some trailing garbage (even if it&#039;s truncated in Notepad). I added a trim funtion to the script and now I am checking against the trimmed variables and it started to work.

Thanks again !

BR,

Ronald</description>
		<content:encoded><![CDATA[<p>Hi Mike (last post),</p>
<p>Got it to work ! Thanks for sharing. The test with the $vmname and $namevm was also false, because the text file has some trailing garbage (even if it&#8217;s truncated in Notepad). I added a trim funtion to the script and now I am checking against the trimmed variables and it started to work.</p>
<p>Thanks again !</p>
<p>BR,</p>
<p>Ronald</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald</title>
		<link>http://blog.laspina.ca/ubiquitous/automated_vmware_tools_upgrades_using/comment-page-1#comment-643</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Sat, 06 Feb 2010 20:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://ux1.laspina.ca/?p=53#comment-643</guid>
		<description>Hi,

Sorry for my previous post, solved that already. Plz delete =)
However, the test if ($nameVM eq $vmname) is always false. I printed out both to screen, they look exactly the same. Still, it does not step into the statement. Any idea what can be wrong ?

BR,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Sorry for my previous post, solved that already. Plz delete =)<br />
However, the test if ($nameVM eq $vmname) is always false. I printed out both to screen, they look exactly the same. Still, it does not step into the statement. Any idea what can be wrong ?</p>
<p>BR,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald</title>
		<link>http://blog.laspina.ca/ubiquitous/automated_vmware_tools_upgrades_using/comment-page-1#comment-642</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Sat, 06 Feb 2010 20:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://ux1.laspina.ca/?p=53#comment-642</guid>
		<description>Hi Mike,

Exactly the way to go. Unfort, I get a lot of errors and I am not used to Perl.
This is what I get :
Bareword found where operator expected at C:\Program Files\VMware\VMware VI Perl
 Toolkit\Perl\bin\upgradetools.pl line 40, near &quot;print &quot;Tools&quot;
  (Might be a runaway multi-line &quot;&quot; string starting on line 27)
        (Do you need to predeclare print?)
Global symbol &quot;$vm_views&quot; requires explicit package name at C:\Program Files\VMw
are\VMware VI Perl Toolkit\Perl\bin\upgradetools.pl line 27.
Global symbol &quot;$vm_views&quot; requires explicit package name at C:\Program Files\VMw
are\VMware VI Perl Toolkit\Perl\bin\upgradetools.pl line 27.
Global symbol &quot;$nameVM&quot; requires explicit package name at C:\Program Files\VMwar
e\VMware VI Perl Toolkit\Perl\bin\upgradetools.pl line 27.
Global symbol &quot;$nameVM&quot; requires explicit package name at C:\Program Files\VMwar
e\VMware VI Perl Toolkit\Perl\bin\upgradetools.pl line 27.
syntax error at C:\Program Files\VMware\VMware VI Perl Toolkit\Perl\bin\upgradet
ools.pl line 40, near &quot;print &quot;Tools Upgrade &quot;
Can&#039;t find string terminator &#039;&quot;&#039; anywhere before EOF at C:\Program Files\VMware\
VMware VI Perl Toolkit\Perl\bin\upgradetools.pl line 40.

Can you shine a light ?

Thanks ! Plz use my email mentioned.</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Exactly the way to go. Unfort, I get a lot of errors and I am not used to Perl.<br />
This is what I get :<br />
Bareword found where operator expected at C:\Program Files\VMware\VMware VI Perl<br />
 Toolkit\Perl\bin\upgradetools.pl line 40, near &#8220;print &#8220;Tools&#8221;<br />
  (Might be a runaway multi-line &#8220;&#8221; string starting on line 27)<br />
        (Do you need to predeclare print?)<br />
Global symbol &#8220;$vm_views&#8221; requires explicit package name at C:\Program Files\VMw<br />
are\VMware VI Perl Toolkit\Perl\bin\upgradetools.pl line 27.<br />
Global symbol &#8220;$vm_views&#8221; requires explicit package name at C:\Program Files\VMw<br />
are\VMware VI Perl Toolkit\Perl\bin\upgradetools.pl line 27.<br />
Global symbol &#8220;$nameVM&#8221; requires explicit package name at C:\Program Files\VMwar<br />
e\VMware VI Perl Toolkit\Perl\bin\upgradetools.pl line 27.<br />
Global symbol &#8220;$nameVM&#8221; requires explicit package name at C:\Program Files\VMwar<br />
e\VMware VI Perl Toolkit\Perl\bin\upgradetools.pl line 27.<br />
syntax error at C:\Program Files\VMware\VMware VI Perl Toolkit\Perl\bin\upgradet<br />
ools.pl line 40, near &#8220;print &#8220;Tools Upgrade &#8221;<br />
Can&#8217;t find string terminator &#8216;&#8221;&#8216; anywhere before EOF at C:\Program Files\VMware\<br />
VMware VI Perl Toolkit\Perl\bin\upgradetools.pl line 40.</p>
<p>Can you shine a light ?</p>
<p>Thanks ! Plz use my email mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.laspina.ca/ubiquitous/automated_vmware_tools_upgrades_using/comment-page-1#comment-223</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 28 Aug 2009 12:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://ux1.laspina.ca/?p=53#comment-223</guid>
		<description>Genius.  Exactly what I wanted :)</description>
		<content:encoded><![CDATA[<p>Genius.  Exactly what I wanted <img src='http://blog.laspina.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
