<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.11" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: ESX 3.x Updater Standard (Repository Server)</title>
	<link>http://www.serverchief.com/content/esx-3x-updater-standard/</link>
	<description>Server virtualization, monitoring, management, troubleshooting, administration, mass deployment and beyound!!!</description>
	<pubDate>Fri, 30 Jul 2010 06:21:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>

	<item>
		<title>by: Daniele Salpietro</title>
		<link>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-43</link>
		<pubDate>Tue, 16 Oct 2007 22:32:01 +0000</pubDate>
		<guid>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-43</guid>
					<description>Hi ilya.m,
vmware.com has been changed yet the html web page, that do you think to do?
next week-end I can try again to change your script alone, but only if you are no free time to do that for us ;-)

Regards,
Daniele</description>
		<content:encoded><![CDATA[<p>Hi ilya.m,<br />
vmware.com has been changed yet the html web page, that do you think to do?<br />
next week-end I can try again to change your script alone, but only if you are no free time to do that for us <img src='http://www.serverchief.com/content/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Regards,<br />
Daniele
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Michael.H</title>
		<link>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-22</link>
		<pubDate>Tue, 28 Aug 2007 13:48:50 +0000</pubDate>
		<guid>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-22</guid>
					<description>Just curious but is there a live link for download of Download ESX Updater 3.x Virtual Machine (CentOS 5)?</description>
		<content:encoded><![CDATA[<p>Just curious but is there a live link for download of Download ESX Updater 3.x Virtual Machine (CentOS 5)?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ilya.m</title>
		<link>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-21</link>
		<pubDate>Mon, 06 Aug 2007 18:06:51 +0000</pubDate>
		<guid>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-21</guid>
					<description>Script has been fixed now. Due to insconsistencies on VmWare site, i have made a small modifcation to support new VmWare layout.

Also, proposed fix by Daniele Salpietro will only work for VmWare ESX 3.0.1 and not 3.0.0.

My fix will work with both releases.

Please update your script.

Regards
ServerChief</description>
		<content:encoded><![CDATA[<p>Script has been fixed now. Due to insconsistencies on VmWare site, i have made a small modifcation to support new VmWare layout.</p>
<p>Also, proposed fix by Daniele Salpietro will only work for VmWare ESX 3.0.1 and not 3.0.0.</p>
<p>My fix will work with both releases.</p>
<p>Please update your script.</p>
<p>Regards<br />
ServerChief
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ilya.m</title>
		<link>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-20</link>
		<pubDate>Sun, 05 Aug 2007 15:56:16 +0000</pubDate>
		<guid>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-20</guid>
					<description>Script is slightly out of sync now due to changes on vmware site. It will be fixed on Monday, 08/05/2007.</description>
		<content:encoded><![CDATA[<p>Script is slightly out of sync now due to changes on vmware site. It will be fixed on Monday, 08/05/2007.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Daniele Salpietro</title>
		<link>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-19</link>
		<pubDate>Sat, 04 Aug 2007 22:43:36 +0000</pubDate>
		<guid>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-19</guid>
					<description>Hi Guy,

this shell script does not work after vmware update their web site. I have update this script so:

remark these lines:

#version 0.2
#curl http://www.vmware.com/download/vi/vi3_patches.html &#124; grep -A 1 "ESX Server $ESXVersion" &#124;grep Updates &#124; cut --output-delimiter "ESX-" -f3 &#124;  sed -e :a -e 's/]*&#62;//g;/ $DATAFILE
#sleep 2

and insert these:

#version 0.3
curl http://www.vmware.com/download/vi/vi3_patches.html &#124; grep -A 1 "ESX Server $ESXVersion" &#124;grep Patch &#124; cut --output-delimiter "ESX-" -f3 &#124;  sed -e :a -e 's/]*&#62;//g;/ $DATAFILE
sleep 2

and now: work fine ;-)

bye,
Daniele/Italy</description>
		<content:encoded><![CDATA[<p>Hi Guy,</p>
<p>this shell script does not work after vmware update their web site. I have update this script so:</p>
<p>remark these lines:</p>
<p>#version 0.2<br />
#curl <a href="http://www.vmware.com/download/vi/vi3_patches.html" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/www.vmware.com');">http://www.vmware.com/download/vi/vi3_patches.html</a> | grep -A 1 &#8220;ESX Server $ESXVersion&#8221; |grep Updates | cut &#8211;output-delimiter &#8220;ESX-&#8221; -f3 |  sed -e :a -e &#8217;s/]*&gt;//g;/ $DATAFILE<br />
#sleep 2</p>
<p>and insert these:</p>
<p>#version 0.3<br />
curl <a href="http://www.vmware.com/download/vi/vi3_patches.html" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/www.vmware.com');">http://www.vmware.com/download/vi/vi3_patches.html</a> | grep -A 1 &#8220;ESX Server $ESXVersion&#8221; |grep Patch | cut &#8211;output-delimiter &#8220;ESX-&#8221; -f3 |  sed -e :a -e &#8217;s/]*&gt;//g;/ $DATAFILE<br />
sleep 2</p>
<p>and now: work fine <img src='http://www.serverchief.com/content/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>bye,<br />
Daniele/Italy
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ESX 3.x Updater Standard (ESX Host Edition)</title>
		<link>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-18</link>
		<pubDate>Tue, 31 Jul 2007 17:05:51 +0000</pubDate>
		<guid>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-18</guid>
					<description>[...] Script Type: VmWare ESX 3.x Edition -&#62; this script must be run on VmWare ESX 3.x host. If your ESX host does not have internet connectivty, please use this script instead. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Script Type: VmWare ESX 3.x Edition -&gt; this script must be run on VmWare ESX 3.x host. If your ESX host does not have internet connectivty, please use this script instead. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tom</title>
		<link>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-15</link>
		<pubDate>Tue, 31 Jul 2007 06:24:18 +0000</pubDate>
		<guid>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-15</guid>
					<description>Download link for the VM?? Thank you, Tom</description>
		<content:encoded><![CDATA[<p>Download link for the VM?? Thank you, Tom
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ilya.m</title>
		<link>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-13</link>
		<pubDate>Mon, 30 Jul 2007 18:28:28 +0000</pubDate>
		<guid>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-13</guid>
					<description>Randy,

Thanks for the comment. I will try to incorporate your request in newer realease. I will also add a feature to be able to specify a range of dates. 

If you ESX host has internet connectivity, I highly recommend using this script.
http://www.serverchief.com/content/esx-3x-updater-standard-esx-host-edition/

Good luck..</description>
		<content:encoded><![CDATA[<p>Randy,</p>
<p>Thanks for the comment. I will try to incorporate your request in newer realease. I will also add a feature to be able to specify a range of dates. </p>
<p>If you ESX host has internet connectivity, I highly recommend using this script.<br />
<a href="http://www.serverchief.com/content/esx-3x-updater-standard-esx-host-edition/" rel="nofollow" >http://www.serverchief.com/content/esx-3x-updater-standard-esx-host-edition/</a></p>
<p>Good luck..
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Randy</title>
		<link>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-11</link>
		<pubDate>Mon, 30 Jul 2007 17:09:27 +0000</pubDate>
		<guid>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-11</guid>
					<description>How about an option to scan download folder for previously downloaded patches to prevent re-downloading them on subsequent script executions?</description>
		<content:encoded><![CDATA[<p>How about an option to scan download folder for previously downloaded patches to prevent re-downloading them on subsequent script executions?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Paul</title>
		<link>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-10</link>
		<pubDate>Fri, 27 Jul 2007 09:38:15 +0000</pubDate>
		<guid>http://www.serverchief.com/content/esx-3x-updater-standard/#comment-10</guid>
					<description>Do you have a link for the CentOS VM Server image?</description>
		<content:encoded><![CDATA[<p>Do you have a link for the CentOS VM Server image?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
