<?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: VMware Update Manager, Updates, and New Builds</title>
	<atom:link href="http://www.boche.net/blog/index.php" rel="self" type="application/rss+xml" />
	<link>http://www.boche.net/blog/index.php/2009/06/07/vmware-update-manager-updates-and-new-builds/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 01:05:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: BjÃ¸rn Anders JÃ¸rgensen</title>
		<link>http://www.boche.net/blog/index.php/2009/06/07/vmware-update-manager-updates-and-new-builds/comment-page-1/#comment-837</link>
		<dc:creator>BjÃ¸rn Anders JÃ¸rgensen</dc:creator>
		<pubDate>Sun, 07 Jun 2009 13:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=1458#comment-837</guid>
		<description>Hi Jason.

True, VUM is a hog, but usually you just point it to a cluster an let it chug along.
Problem is when you have geographically dispersed data centers with high latency/low bandwith.
Many times I&#039;ve had to use esxupdate, and it is much faster.
To the point that I now prefer it over VUM regardless of environment.
I&#039;ve never got to the point of automating it,
but I think it would be quite trivial:

Make the update repository available by NFS or FTP.
Create a script in VIMA/vMA that:
- puts the server in mgt mode (using vimsh)
- deploy patches from repository
- brings the server out of mgt mode

You&#039;d need some logic, especially if you are targetting a cluster,
but it is doable.

Add some replication and distribution nodes at different data centers,
and you have a better solution than VIM IMHO.
This doesn&#039;t help with guest patching though...

- Anders</description>
		<content:encoded><![CDATA[<p>Hi Jason.</p>
<p>True, VUM is a hog, but usually you just point it to a cluster an let it chug along.<br />
Problem is when you have geographically dispersed data centers with high latency/low bandwith.<br />
Many times I&#8217;ve had to use esxupdate, and it is much faster.<br />
To the point that I now prefer it over VUM regardless of environment.<br />
I&#8217;ve never got to the point of automating it,<br />
but I think it would be quite trivial:</p>
<p>Make the update repository available by NFS or FTP.<br />
Create a script in VIMA/vMA that:<br />
- puts the server in mgt mode (using vimsh)<br />
- deploy patches from repository<br />
- brings the server out of mgt mode</p>
<p>You&#8217;d need some logic, especially if you are targetting a cluster,<br />
but it is doable.</p>
<p>Add some replication and distribution nodes at different data centers,<br />
and you have a better solution than VIM IMHO.<br />
This doesn&#8217;t help with guest patching though&#8230;</p>
<p>- Anders</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick!</title>
		<link>http://www.boche.net/blog/index.php/2009/06/07/vmware-update-manager-updates-and-new-builds/comment-page-1/#comment-836</link>
		<dc:creator>Nick!</dc:creator>
		<pubDate>Sun, 07 Jun 2009 11:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=1458#comment-836</guid>
		<description>Oh and I think the missing intelligence is the host never contacts the UM server. The UM server controls the ESX host down through vCenter but the communication doesn&#039;t flow the other direction. It would explain why UM just tries the next step 10 minutes later, because it has no idea when the previous step finished.</description>
		<content:encoded><![CDATA[<p>Oh and I think the missing intelligence is the host never contacts the UM server. The UM server controls the ESX host down through vCenter but the communication doesn&#8217;t flow the other direction. It would explain why UM just tries the next step 10 minutes later, because it has no idea when the previous step finished.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick!</title>
		<link>http://www.boche.net/blog/index.php/2009/06/07/vmware-update-manager-updates-and-new-builds/comment-page-1/#comment-835</link>
		<dc:creator>Nick!</dc:creator>
		<pubDate>Sun, 07 Jun 2009 11:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=1458#comment-835</guid>
		<description>Staring at the task times in vCenter and the UM log on the server itself, it appears that every time it runs through a patch that requires a reboot (but it&#039;s using the flag to not reboot) there is still a _10 minute_ delay every time, and a very consistent ten minute delay. You can add 10 minutes to the end of the previous update and to the second the next task starts. For a pile of incremental patches, a lot of them individually want a reboot. It takes AGES. 10 minutes seems like some kind of hard coded &quot;it should be back up by then&quot; time, and its triggering that timer even though its not rebooting. You see this when the host itself reboots, and it&#039;s back, and you&#039;re wondering when UM is going to bother finishing up. You&#039;d think it would notice the host is back quicker, but it&#039;s like it&#039;s not even doing any sort of intelligent checking for this. 10 minutes.

This could certainly be cleaned up and I hope it is in vSphere... at the least it shouldn&#039;t pause on patches needing a reboot when there&#039;s other patches applying.

If you are running an ESXi environment, then this is not as much of an issue with UM as no matter how far behind you are, there&#039;s only 1-3 patches to apply or so and only the firmware needs a reboot. Our ESXis roll through much faster.</description>
		<content:encoded><![CDATA[<p>Staring at the task times in vCenter and the UM log on the server itself, it appears that every time it runs through a patch that requires a reboot (but it&#8217;s using the flag to not reboot) there is still a _10 minute_ delay every time, and a very consistent ten minute delay. You can add 10 minutes to the end of the previous update and to the second the next task starts. For a pile of incremental patches, a lot of them individually want a reboot. It takes AGES. 10 minutes seems like some kind of hard coded &#8220;it should be back up by then&#8221; time, and its triggering that timer even though its not rebooting. You see this when the host itself reboots, and it&#8217;s back, and you&#8217;re wondering when UM is going to bother finishing up. You&#8217;d think it would notice the host is back quicker, but it&#8217;s like it&#8217;s not even doing any sort of intelligent checking for this. 10 minutes.</p>
<p>This could certainly be cleaned up and I hope it is in vSphere&#8230; at the least it shouldn&#8217;t pause on patches needing a reboot when there&#8217;s other patches applying.</p>
<p>If you are running an ESXi environment, then this is not as much of an issue with UM as no matter how far behind you are, there&#8217;s only 1-3 patches to apply or so and only the firmware needs a reboot. Our ESXis roll through much faster.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

