<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VM /ETC &#187; VirtualCenter</title>
	<atom:link href="http://vmetc.com/category/virtualcenter-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://vmetc.com</link>
	<description>Go Green with Virtualization. Go UGLY Green with vmetc.com.</description>
	<lastBuildDate>Wed, 14 Sep 2011 02:01:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Virtually Backing Up A Physical SQL Database (vCenter, Veeam, etc.)</title>
		<link>http://vmetc.com/2011/08/04/virtually-backing-up-a-physical-sql-database-vcenter-veeam-etc/</link>
		<comments>http://vmetc.com/2011/08/04/virtually-backing-up-a-physical-sql-database-vcenter-veeam-etc/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 13:21:00 +0000</pubDate>
		<dc:creator>Rich Brambley</dc:creator>
				<category><![CDATA[esx]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[veeam]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[veeam backup]]></category>
		<category><![CDATA[veeam backup and replication]]></category>

		<guid isPermaLink="false">http://vmetc.com/?p=6562</guid>
		<description><![CDATA[This post explains functionality of Veeam Backup and Replication (BaR) that you are not going to see in the User Guide. I was browsing the Veeam Forums and came across this thread &#8211; Backing up Veeam / vCentre Physical Machine which inspired me to write this post. The thread is actually about having an with [...]]]></description>
			<content:encoded><![CDATA[<p>This post explains functionality of <a href="http://www.veeam.com/vmware-esx-backup.html" target="_blank">Veeam Backup and Replication</a></a> (BaR) that you are not going to see in the User Guide. I was browsing the <a href="http://www.veeam.com/forums/index.php" target="_blank">Veeam Forums</a> and came across this thread &#8211; <a href="http://www.veeam.com/forums/viewtopic.php?f=2&amp;t=8302">Backing up Veeam / vCentre Physical Machine</a> which inspired me to write this post. The thread is actually about having an with an issue using with the scheduled backup of a physical vCenter server, which also happens to be running <a href="http://www.veeam.com/" target="_blank">Veeam</a> Backup and Replication, using another product.</p>
<p>I’ll get right to it. <strong>You can make a backup copy of physical SQL databases with Veeam BaR</strong>. Both vCenter and Veeam BaR have a SQL backend. You can’t schedule this as a job, but there are several scenarios where you could take advantage of a quick and easy, one time, manual backup&#160; – before an upgrade or patch, for example. </p>
<p>Although I work for Veeam, this is not necessarily an intended or fully supported usage of the product. This is an easy alternative for the VMware admin to CYA <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-winkingsmile" alt="Winking smile" src="http://vmetc.com/wp-content/uploads/2011/08/wlEmoticon-winkingsmile.png" />, however.</p>
<p>I’ll start with a brief introduction on how the SQL U-AIR wizard is supposed to work, and then I will explain how you can use an admin switch to make a backup copy of SQL database whether on a VM or a physical server. VMware vCenter and Veeam BaR/Monitor/Reporter all have SQL back ends.&#160; </p>
<p><strong><u>The U-AIR Up There</u></strong></p>
<p>To do this you can use the SQL U-AIR wizard. U-AIR stands for Universal Application Item Recovery, and there are 4 stand alone .exes for the various U-AIR wizards of Veeam BaR – AD, Exchange, SQL, and Universal. All of these wizards can be installed on the Veeam BaR server or on any Windows system that can communicate with Veeam. They could be installed on an admins desktop or the SQL, Exchange, or Domain Controller servers too.</p>
<p>Normally, the purpose of the U-AIR wizard is to request and kick off a workflow for a Veeam <a href="http://www.veeam.com/vmware-esx-backup.html" target="_blank">vPower</a> Virtual Lab. Once the request is approved and managed by the VMware/Veeam administrator and the “Lab Manager–like” virtual lab is ready with the fenced off, running backup copy of the VM(s), the U-AIR wizards allow for the restore from the backup copy VM to the original production VM. For SQL VMs in particular, the restore options are shown in the following screen shot:</p>
<p><a href="http://vmetc.com/wp-content/uploads/2011/08/image.png" target="_blank"><img style="background-image: none; border-right-width: 0px; margin: 5px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://vmetc.com/wp-content/uploads/2011/08/image_thumb.png" width="484" height="339" /></a></p>
<p>Watch this 4 minute video to see the normal SQL restore functionality of the wizard. This video skips the workflow request, skips the wait for approval and virtual lab start up, and just shows what is possible from a backup copy of a SQL VM. <strong>I also want to mention that this is an agentless solution. You do not need to install and manage agents anywhere with Veeam BaR.</strong></p>
<p><iframe height="349" src="http://www.youtube.com/embed/i3F8adDXKvY" frameborder="0" width="425" allowfullscreen="allowfullscreen"></iframe>&#160;</p>
<p><strong><u>Trick The System for Physical SQL backups</u></strong></p>
<p>You can skip the workflow process of starting and using the vPower Virtual Lab if you use an undocumented (as far as I know) Admin Switch for the U-AIR wizards. I’ll focus on the SQL U-AIR wizard for the rest of this post, but it is the same for the Exchange and AD wizards as well.</p>
<p><span id="more-6562"></span>
<p><center><p><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "8919425963";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></center></p>
<p><a href="http://vmetc.com/wp-content/uploads/2011/08/image1.png" target="_blank"><img style="background-image: none; border-right-width: 0px; margin: 5px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" align="right" src="http://vmetc.com/wp-content/uploads/2011/08/image_thumb1.png" width="180" height="244" /></a><u>To use the U-AIR Admin Switch do the following:</u></p>
<ol>
<li><a href="http://www.veeam.com/vmware-esx-backup/download.html?ad=right_sidebar" target="_blank">Download</a> and Install the SQL U-AIR wizard on the Veeam BaR server, a SQL server, or your desktop. </li>
<li>Browse to the install folder – standard location is “C:\Program Files\Veeam\Application Restore\SQL Restore” </li>
<li>Create a shortcut – right click Veeam.AIR.SQLrestore.exe and choose “Create Shortcut” </li>
<li>Right click the new shortcut and choose Properties </li>
<li>Modify the “Target” field by adding “/admin” (see the screen shot to the right. click for a larger image) </li>
<li>Save the shortcut. </li>
<li>Move the modified shortcut to where ever you want (the desktop) </li>
</ol>
<p>Now, when you run the wizard from the shortcut you go right to the restore options.</p>
<p><strong><u>Making A Backup of a physical VMware vCenter SQL</u></strong></p>
<p>Here’s where it gets interesting! Because the wizard prompts you for the SQL Server\Instance to connect to, you can choose any <a href="http://blogs.msdn.com/b/walzenbach/archive/2010/04/14/how-to-enable-remote-connections-in-sql-server-2008.aspx" target="_blank">SQL instance that is configured for remote connections</a>. Yes, SQL Express works too!</p>
<p>In my lab environment, vCenter is not included in a Veeam Backup job. It is a “virtual physical server”. I call it “virtual physical” because I use a VMware Workstation lab (3 VMs = 2 vSphere 4 ESXi + 1 vCenter). The Veeam BaR server is a nested VM along with the 5 other VMs in the environment which it backs up. So vCenter is the equivalent to a physical server in a real datacenter. Clear as mud? </p>
<p>To back up my vCenter database I can do the following:</p>
<ul>
<li>start the SQL U-AIR wizard from the shortcut with the /admin switch </li>
<li>On the SQL Servers screen click the Browse button </li>
<li>From the Choose SQL Server pop up window pick the vCenter instance (screen shot below. click for larger view. Note the Veeam BaR and Veeam One instances available too) </li>
</ul>
<p><a href="http://vmetc.com/wp-content/uploads/2011/08/image2.png" target="_blank"><img style="background-image: none; border-right-width: 0px; margin: 5px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://vmetc.com/wp-content/uploads/2011/08/image_thumb2.png" width="484" height="351" /></a></p>
<ul>
<li>For performing just a backup, copy the newly populated contents of the Backup server name field to the Production server name field (screen shot below, click for larger view) </li>
</ul>
<p><a href="http://vmetc.com/wp-content/uploads/2011/08/image3.png" target="_blank"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://vmetc.com/wp-content/uploads/2011/08/image_thumb3.png" width="484" height="338" /></a></p>
<ul>
<li>For the Restore Task pick “Restore Database Tables” (see screen shot at the beginning of this post) </li>
<li>For the Restore Target pick “Bulk Copy Program (BCP)” </li>
</ul>
<p><a href="http://vmetc.com/wp-content/uploads/2011/08/image4.png" target="_blank"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://vmetc.com/wp-content/uploads/2011/08/image_thumb4.png" width="484" height="337" /></a></p>
<ul>
<li>From the Database screen pick the vCenter database. </li>
</ul>
<p><a href="http://vmetc.com/wp-content/uploads/2011/08/image5.png" target="_blank"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://vmetc.com/wp-content/uploads/2011/08/image_thumb5.png" width="484" height="338" /></a></p>
<ul>
<li>From the Objects to Restore screen leave all selected </li>
</ul>
<p><a href="http://vmetc.com/wp-content/uploads/2011/08/image6.png" target="_blank"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://vmetc.com/wp-content/uploads/2011/08/image_thumb6.png" width="484" height="337" /></a></p>
<ul>
<li>Pick an Output folder. (I created a Restore folder on the Desktop) </li>
<li>Finish the wizard and export the database tables to the selected folder. </li>
</ul>
<p>Now you have a CYA, backup copy of the vCenter database. In case you didn’t notice this was done while vCenter was running. </p>
<p>If you need help with the Microsoft SQL Bulk Import and Export process, <a href="http://msdn.microsoft.com/en-us/library/aa337544.aspx" target="_blank">check out the MSDN pages on the subject</a>.</p>
<p><strong><u>The Tip Of The U-AIR Backup / Restore Iceberg</u></strong></p>
<p>Hopefully you can now see the potential of the Veeam BaR U-AIR wizards with the /admin switch? Imagine what else you can do by placing different SQL instances on your network in the Production and Backup server fields of the wizard. Once again, this functionality goes beyond the intent of the product, but the flexibility of it’s use is endless in the hands of the right admins!</p>
<p><center><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "2700754787";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmetc.com%2F2011%2F08%2F04%2Fvirtually-backing-up-a-physical-sql-database-vcenter-veeam-etc%2F';
  addthis_title  = 'Virtually+Backing+Up+A+Physical+SQL+Database+%28vCenter%2C+Veeam%2C+etc.%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmetc.com/2011/08/04/virtually-backing-up-a-physical-sql-database-vcenter-veeam-etc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Future vCenter And SRM Requirement For 64 bit OS Means More vCenter VMs</title>
		<link>http://vmetc.com/2010/06/23/future-vcenter-and-srm-requirement-for-64-bit-os-means-more-vcenter-vms/</link>
		<comments>http://vmetc.com/2010/06/23/future-vcenter-and-srm-requirement-for-64-bit-os-means-more-vcenter-vms/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 10:18:57 +0000</pubDate>
		<dc:creator>Rich Brambley</dc:creator>
				<category><![CDATA[gestaltit]]></category>
		<category><![CDATA[sqlpass]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[site recovery manager]]></category>
		<category><![CDATA[srm]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[virtual center]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://vmetc.com/2010/06/23/future-vcenter-and-srm-requirement-for-64-bit-os-means-more-vcenter-vms/</guid>
		<description><![CDATA[VMware engineer Michael White’s post 64 bit is almost here &#8211; are you ready? on the Uptime (VMware and Business Continuity) Blog foretells of the future 64 bit requirement of both vCenter and SRM (Site Recovery Manager). White writes: “I wanted to remind everyone, of what I have already seen floating around the internet, but [...]]]></description>
			<content:encoded><![CDATA[<p>VMware engineer Michael White’s post <a href="http://blogs.vmware.com/uptime/2010/06/64-bit-is-almost-here-are-you-ready.html">64 bit is almost here &#8211; are you ready?</a> on the <a href="http://blogs.vmware.com/uptime/">Uptime (VMware and Business Continuity)</a> Blog foretells of the future 64 bit requirement of both vCenter and SRM (Site Recovery Manager). White writes: </p>
<blockquote><p>“I wanted to remind everyone, of what I have already seen floating around the internet, but still important enough to remind.&#160; Our next release of SRM is going to require a 64 bit OS.&#160; This is the same as our next release of VC as it too will require a 64 bit host OS.&#160; This change is required to support the increased capabilities of our products.&#160; As we scale our products to match our customers needs, generally 1 &#8211; 2 years in advance of where they will need all the capabilities of a given product we have had to use a 64 bit OS.&#160; This will show itself in increased numbers in things like more simultaneous vSphere client connections.”</p>
</blockquote>
<p>To me <strong>these new operating system (OS) requirements mean we will see even more instances of vCenter as a VM </strong>(virtual machine). It only seems logical that a least path of resistance is to virtualize the management server in order to upgrade, especially considering all have already invested in 64 bit hardware for their hypervisors if they decided to upgrade to vSphere 4 in the first place. To go a step further, I’m willing to argue that it will be more common for an IT Department to justify the cost of additional ESX hosts, even if only dedicated for management, then it will to deploy new servers for physical instances of vCenter. </p>
<p><center><p><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "8919425963";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></center></p>
<p><a href="http://www.boche.net/blog/index.php/2010/06/17/esx-and-the-service-console-are-going-away/" target="_blank">The looming transition</a> to a console-less <a class="zem_slink" title="VMware ESX" href="http://www.vmware.com/products/vi/esx/" rel="homepage">ESXi</a> eventually means <a href="http://gestaltit.com/all/tech/virtualization/simon/vma-esxi-syslog-server/" target="_blank">more management virtual appliances</a> in the future too. <a href="http://searchvmware.techtarget.com/generic/0,295582,sid179_gci1509899,00.html" target="_blank">Solutions which will continue to need a ESX console or similar</a> will have to substitute <a href="http://news.cnet.com/8301-1001_3-20007545-92.html?part=rss&amp;subj=news&amp;tag=2547-1_3-0-20" target="_blank">their own appliance to operate with ESXi</a>. This means even more justification for additional ESX/ESXi hosts and thus greases the decision to virtualize vCenter as well. I expect to see management clusters of ESX hosts become more common in the future than even the use of management networks today. </p>
<p>ESX hosts have bigger and badder hardware now than ever before allowing for higher consolidation ratios and larger applications to easily run in virtual machines, but it will be interesting to see if the <a href="https://docs.google.com/viewer?url=http://www.vmware.com/pdf/vi3_vc_in_vm.pdf" target="_blank">vCenter as a VM best practices</a> change over time. I personally feel that continuing to separate the database from the virtualized vCenter will continue to be a smart choice. Running a separate, and even virtualized, SQL instance ensures not only better performance of vCenter as a VM but enhances DR scenarios. In fact, those that already have the vCenter database on a remote instance will likely have a safer upgrade to the 64 bit vCenter.</p>
<p>The new 64 bit requirements will no doubt make for an interesting migration scenario, and I’m sure we will see some positive and negative opinions. Let me know your thoughts on a 64 bit vCenter as a VM in the future!</p>
<h6 style="font-size: 1em" class="zemanta-related-title"><center><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "2700754787";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></h6>
<div style="margin-top: 10px; height: 15px" class="zemanta-pixie"><img style="border-bottom-style: none; border-right-style: none; border-top-style: none; float: right; border-left-style: none" class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=0e1af275-e46b-4780-8024-138f2c6526ed" /></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmetc.com%2F2010%2F06%2F23%2Ffuture-vcenter-and-srm-requirement-for-64-bit-os-means-more-vcenter-vms%2F';
  addthis_title  = 'Future+vCenter+And+SRM+Requirement+For+64+bit+OS+Means+More+vCenter+VMs';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmetc.com/2010/06/23/future-vcenter-and-srm-requirement-for-64-bit-os-means-more-vcenter-vms/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>24 Hour Timeout Prevents Removing ESX vNetwork Distributed Switch</title>
		<link>http://vmetc.com/2010/03/06/24-hour-timeout-prevents-removing-esx-vnetwork-distributed-switch/</link>
		<comments>http://vmetc.com/2010/03/06/24-hour-timeout-prevents-removing-esx-vnetwork-distributed-switch/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 15:51:00 +0000</pubDate>
		<dc:creator>Rich Brambley</dc:creator>
				<category><![CDATA[esx]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vds]]></category>
		<category><![CDATA[virtualcenter]]></category>
		<category><![CDATA[vnetwork distributed switch]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://vmetc.com/?p=5532</guid>
		<description><![CDATA[http://kb.vmware.com/kb/1010718 explains the normal way for disabling and removing a VMware ESX/ESXi vNetwork Distributed Switch (vDS or DVS or VDS &#8211; LOL), but when I recently tried to do so I received the following error: “The resource &#8217;1&#8242; is in use. DVS [vDS Name] port 1 is reserved by to entity &#60;not-found.&#62; vnic 4000, type:vmVnic” [...]]]></description>
			<content:encoded><![CDATA[<p><a title="http://kb.vmware.com/kb/1010718" href="http://kb.vmware.com/kb/1010718"></a><a href="http://kb.vmware.com/kb/1010718"></a><a href="http://kb.vmware.com/kb/1010718 " target="_blank">http://kb.vmware.com/kb/1010718</a></a></a> explains the normal way for disabling and removing a VMware ESX/ESXi vNetwork Distributed Switch (vDS or DVS or VDS &#8211; LOL), but when I recently tried to do so I received the following error:</p>
<p>“<strong>The resource &#8217;1&#8242; is in use. DVS [vDS Name] port 1 is reserved by to entity &lt;not-found.&gt; vnic 4000, type:vmVnic</strong>”</p>
<p><a href="http://vmetc.com/wp-content/uploads/2010/03/image9.png"><img style="border-right-width: 0px; margin: 0px 0px 5px 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://vmetc.com/wp-content/uploads/2010/03/image9_thumb.png" width="388" height="158" /></a></p>
<p>The screen shot shows the actual error I received.</p>
<p>After thinking about that message, I decided to check to see if any ports were in fact being used on the vDS. Although PortID 1 dvPortGroups did not show it being used as expected, other PortIDs were, in fact, in use. See image below. </p>
<p><a href="http://vmetc.com/wp-content/uploads/2010/03/image.png" target="_blank"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://vmetc.com/wp-content/uploads/2010/03/image_thumb.png" width="520" height="317" /></a>&#160;</p>
<p>I tried messing around with disabling the ports (blocking was the terminology in the vSphere Client, I believe) but I still could not delete the vDS. It was Saturday and I had family stuff to do so I reluctantly gave up at the time. However, 3 days later I was able to easily remove it via the Remove link on vDS Configuration screen just like I was supposed to be able to do all along. Needless to say I was a bit perplexed.</p>
<p>After researching I discovered that </p>
<p> <span id="more-5532"></span>
<p><center><p><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "8919425963";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></center> </p>
<p><strong>there is a 24 hour time out on the previously mentioned ports in use that was preventing the vDS removal</strong>. This is a guess because I am drawing a conclusion between my error message and the information from the following VMware KB article <a href="http://kb.vmware.com/kb/1010913">Changing the default timeout for locked dvPorts</a>. The resolution section of this KB explains:</p>
<blockquote><p>“Before you can remove a vNetwork Distribued Switch or dvPort group, all unused dvPort reservations must time out. You can either wait for the default 24-hour timeout period before removing the vNetwork Distributed Switch or dvPort group, or temporarily change the default timeout for dvPorts to free the ports before the default 24-hour timeout period. If you change the default timeout, be sure to change it back after the ports have been freed.”</p>
</blockquote>
<p>The details section of the KB&#160; is not exactly a clear match to my specific scenario, but this seems to explain what actually was preventing me from deleting the vDS.</p>
<p>The locked port timeout can be changed by following the KB articles instructions for changing the setting to 10 minutes:</p>
<p><strong><u>To remove a vNetwork Distributed Switch or dvPort group with locked dvPorts</u></strong></p>
<ol>
<li>In vpxd.cfg, add the line &lt;vpxd&gt;&lt;dvs&gt;&lt;portReserveTimeout&gt;10&lt;/portReserveTimeout&gt;&lt;/dvs&gt;&lt;/vpxd&gt; and save the file. </li>
<li>Restart vCenter. The default timeout is now set to ten minutes. </li>
<li>
<p>After the port reservation has timed out, remove the vNetwork Distributed Switch or dvPort group.</p>
</li>
<li>
<p>Reset the default timeout by removing the line you previous added to vpxd.cfg. </p>
</li>
<li>
<p>Restart vCenter.</p>
</li>
</ol>
<p><strong>A vDS is created on the vCenter 4 server, so the vpxd.cfg file was in C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter on my vCenter 4</strong>. Although I used a custom install to change the default installation directory, I believe that is the default location for the vpxd.cfg file. If you have to search for it be sure to look for hidden files too. </p>
<p>You can see from the following screen shot I added the line in the already existing &lt;vpxd&gt; section just before the closing “&lt;/vpxd&gt;” tag. Copy everything between the &lt;vpxd&gt;&lt;/vpxd&gt; tags in step 1 above. I’ll point out that I first placed the entire line as it’s own section just before the final &lt;/config&gt; file, but that caused problems and the VMware VirtualCenter Service would not start. Don’t do that!</p>
<p><a href="http://vmetc.com/wp-content/uploads/2010/03/image2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://vmetc.com/wp-content/uploads/2010/03/image_thumb2.png" width="466" height="369" /></a> </p>
<p>I tested the new config changes by creating a new vDS again, adding my hosts, migrating the VMs to use the vDS, powered on and off some VMs, performed a VMotion, migrated the VMs back to the standard vSwitch, removed the hosts from the vDS, and then deleted the vDS. Interestingly enough, I did not have to wait 10 minutes to delete it.</p>
<p>In the end this post may only be valuable for pointing out that a 24 hour period exists by default for locked portgroups on a vDS. I can’t say for sure that the vpxd.cfg change to 10 minutes means you can remove a stubborn vDS more quickly, but I’m drawing the conclusion that it helps. Let me know in the comments if you have a definitive explanation for this scenario!</p>
<p><center><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "2700754787";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmetc.com%2F2010%2F03%2F06%2F24-hour-timeout-prevents-removing-esx-vnetwork-distributed-switch%2F';
  addthis_title  = '24+Hour+Timeout+Prevents+Removing+ESX+vNetwork+Distributed+Switch';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmetc.com/2010/03/06/24-hour-timeout-prevents-removing-esx-vnetwork-distributed-switch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VirtualCenter 2.5 Update 6 Fixes Data Browser Large File Upload Error; Updates JRE And Apache Tomcat; Supports Firefox; Adds New OS Customizations</title>
		<link>http://vmetc.com/2010/01/30/virtualcenter-2-5-update-6-fixes-data-browser-large-file-upload-error-updates-jre-and-apache-tomcat-supports-firefox-adds-new-os-customizations/</link>
		<comments>http://vmetc.com/2010/01/30/virtualcenter-2-5-update-6-fixes-data-browser-large-file-upload-error-updates-jre-and-apache-tomcat-supports-firefox-adds-new-os-customizations/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 15:00:10 +0000</pubDate>
		<dc:creator>Rich Brambley</dc:creator>
				<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[data store browser]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[update manager]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vc 2.5 u6]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[virtualcenter]]></category>

		<guid isPermaLink="false">http://vmetc.com/?p=5312</guid>
		<description><![CDATA[I haven’t always covered all the vCenter, VirtualCenter, and ESX/ESXi updates in the past. Several updates have been released since the last time I did. VirtualCenter 2.5 Update 6’s announcement caught my attention because of a fix to uploading files with the datastore browser. This issue has been reported in one of the longest comment [...]]]></description>
			<content:encoded><![CDATA[<p>I haven’t always covered all the vCenter, VirtualCenter, and ESX/ESXi updates in the past. Several updates have been released since the last time I did. VirtualCenter 2.5 Update 6’s announcement caught my attention because of a fix to uploading files with the datastore browser. This issue has been reported in one of the longest comment threads here at VM /ETC. More on that later in this post, but I received the following email notification that VMware VirtualCenter 2.5 Update 6 was released:</p>
<blockquote><p><strong>VMware VirtualCenter 2.5 Update 6 is Generally Available</strong></p>
<p>We are pleased to inform you that VMware VirtualCenter Server 2.5 Update 6 (English and localized) is generally available as of late night January 29, 2010.</p>
<p>VirtualCenter 2.5 Update 6 provides the following improvements:</p>
<ul>
<li>Guest Operating System Customization Improvements</li>
<li>Support for Firefox 3.x Browsers with VirtualCenter Web Access</li>
<li>Bug and security fixes</li>
</ul>
<p>For details regarding the new fixes and improvements, please refer to the <a href="http://www.vmware.com/support/vi3/doc/vi3_vc25u6_rel_notes.html" target="_blank">release notes</a>.</p>
<p>VirtualCenter Server 2.5 Update 6 is available for <a href="http://downloads.vmware.com/d/info/datacenter_downloads/vmware_infrastructure_3/3_5" target="_blank">download</a>.</p>
<p>For details regarding compatibility, please view <a href="http://www.vmware.com/pdf/vsphere4/r40/vsp_compatibility_matrix.pdf" target="_blank">vSphere Compatibility Matrixes</a>.</p>
<p>Thanks,<br />
VMware Infrastructure Product Management Team</p></blockquote>
<p>Some of the highlights for me when reading the Release Notes are:</p>
<p><span id="more-5312"></span><center><p><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "8919425963";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></center></p>
<p><strong><span style="text-decoration: underline;">From the </span></strong><a href="http://www.vmware.com/#resolvedissues"><strong>Resolved Issues</strong></a><strong><span style="text-decoration: underline;"> section:</span></strong></p>
<ul>
<li><strong><a name="pr202297"></a><a href="http://kb.vmware.com/kb/1017614">I/O error occurs when downloading a large file from the datastore browser or when exporting a virtual appliance to OVF</a></strong> (KB 1017614)</li>
</ul>
<p>I’ve never experienced the issue with transferring .ISOs and other large files with the data store browser, but <a href="http://vmetc.com/2008/06/04/use-the-vi-client-datastore-browser-to-upload-files-to-esx-hosts/" target="_blank">several VM /ETC readers have</a>. VMware’s KB Article still doesn’t explain exactly when and why it happens, but it’s good to see there’s now a fix. This is critical for ESXi implementations without a service console and SSH access to transfer files. The data store browser will have to become the tool most often used to move files to and from ESX datastores.</p>
<p><strong><span style="text-decoration: underline;">From the </span></strong><a href="http://www.vmware.com/support/vi3/doc/vi3_vc25u6_rel_notes.html#whatsnew" target="_blank"><strong>What’s New</strong></a><strong><span style="text-decoration: underline;"> section</span></strong></p>
<blockquote><p><strong>Guest Operating Systems Customization Improvements</strong></p>
<p>Customization support for the following guest operating systems has been added in this release:<br />
For more complete information about supported guests included in this release, see the <a href="http://www.vmware.com/resources/compatibility/search.php?deviceCategory=software">VMware Compatibility Guide</a>.</p>
<ul>
<li>Windows 7 Enterprise (32-bit and 64-bit)</li>
<li>Windows 7 Ultimate (32-bit and 64-bit)</li>
<li>Windows 7 Professional (32-bit and 64-bit)</li>
<li>Windows 7 Home Premium (32-bit and 64-bit)</li>
<li>Windows Server 2008 R2 Standard Edition (64-bit)</li>
<li>Windows Server 2008 R2 Enterprise Edition (64-bit)</li>
<li>Windows Server 2008 R2 Datacenter Edition (64-bit)</li>
<li>Windows Server 2008 R2 Web Server (64-bit)</li>
</ul>
<p><strong>Support for Firefox 3.x Browsers with VirtualCenter Web  Access</strong></p>
<p>This release adds support for Firefox 3.x browsers with VirtualCenter Web Access. Firefox 3.x is not a supported browser for ESX Server 3.5 Update 5 Web Access with this release.<img src="http://images.connect.vmware.com/eloquaimages/clients/VMWare/{86d9df22-47a3-4821-bde3-ed032660ed3b}_spacer.gif" border="0" alt="" width="15" height="5" /></p></blockquote>
<h5><strong>VirtualCenter 2.5 Update 6 also provides Update Manager Plug-In updates:</strong></h5>
<blockquote><p>This release of the VMware Infrastructure 3 software suite includes an update to VMware Update Manager. For more information, see the <a href="http://www.vmware.com/support/vi3/doc/vi3_vum_10u6_rel_notes.html">VMware Update Manager 1.0 Update 6 for VirtualCenter 2.5 Release Notes</a>. VMware Converter Enterprise Update 4 is compatible with VirtualCenter 2.5 Update 6.</p></blockquote>
<p>Finally, Update 6 also improves security with updates to JRE and Tomcat</p>
<h5><a name="resolvedissuesSecurity"></a>Security</h5>
<blockquote>
<ul>
<li><strong><a name="pr346094"></a>Updates JRE version to 1.5.0_22</strong>This release fixes the following security issues by updating the JRE version to 1.5.0_22:
<ul>
<li>The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the following names to the security issues fixed in JRE 1.5.0_22:<br />
<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3728">CVE-2009-3728</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3729">CVE-2009-3729</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3864">CVE-2009-3864</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3865">CVE-2009-3865</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3866">CVE-2009-3866</a>,<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3867"> CVE-2009-3867</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3868">CVE-2009-3868</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3869">CVE-2009-3869</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3871">CVE-2009-3871</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3872">CVE-2009-3872</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3873">CVE-2009-3873</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3874">CVE-2009-3874</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3875">CVE-2009-3875</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3876">CVE-2009-3876</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3877">CVE-2009-3877</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3879">CVE-2009-3879</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3880">CVE-2009-3880</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3881">CVE-2009-3881</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3882">CVE-2009-3882</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3883">CVE-2009-3883</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3884">CVE-2009-3884</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3886">CVE-2009-3886</a>, and <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3885">CVE-2009-3885</a>.</li>
<li>The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the following names to the security issues fixed in JRE 1.5.0_20:<br />
<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2625">CVE-2009-2625</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2670">CVE-2009-2670</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2671">CVE-2009-2671</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2672">CVE-2009-2672</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2673">CVE-2009-2673</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2675">CVE-2009-2675</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2676">CVE-2009-2676</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2716">CVE-2009-2716</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2718">CVE-2009-2718</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2719">CVE-2009-2719</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2720">CVE-2009-2720</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2721">CVE-2009-2721</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2722">CVE-2009-2722</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2723">CVE-2009-2723</a>, and <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2724">CVE-2009-2724</a>.</li>
<li>The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the following names to the security issues fixed in JRE 1.5.0_18:<br />
<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1093">CVE-2009-1093</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1094">CVE-2009-1094</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1095">CVE-2009-1095</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1096">CVE-2009-1096</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1097">CVE-2009-1097</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1098">CVE-2009-1098</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1099">CVE-2009-1099</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1100">CVE-2009-1100</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1101">CVE-2009-1101</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1102">CVE-2009-1102</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1103">CVE-2009-1103</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1104">CVE-2009-1104</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1105">CVE-2009-1105</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1106">CVE-2009-1106</a>, and <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1107">CVE-2009-1107</a>.</li>
</ul>
</li>
</ul>
<ul>
<li><strong><a name="pr466068"></a>Updates Apache Tomcat version to 5.5.28</strong>This release of VirtualCenter Server updates the Tomcat server package from 5.5.27 to 5.5.28, to address multiple security issues. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the names <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5515">CVE-2008-5515</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0033">CVE-2009-0033</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0580">CVE-2009-0580</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0781">CVE-2009-0781</a>, and <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-20090783">CVE-2009-0783</a> to these issues. For more information on security vulnerabilities, refer to the Apache Tomcat 5.x Vulnerabilities page.</li>
</ul>
</blockquote>
<p>If you are still running VMware VI 3 you should consider upgrading to VirtualCenter 2.5 Upgrade 6 as soon as possible. ESX/ESXi 3.5 remains at Update 5 to the best of my knowledge at this time, however.</p>
<p><center><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "2700754787";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmetc.com%2F2010%2F01%2F30%2Fvirtualcenter-2-5-update-6-fixes-data-browser-large-file-upload-error-updates-jre-and-apache-tomcat-supports-firefox-adds-new-os-customizations%2F';
  addthis_title  = 'VirtualCenter+2.5+Update+6+Fixes+Data+Browser+Large+File+Upload+Error%3B+Updates+JRE+And+Apache+Tomcat%3B+Supports+Firefox%3B+Adds+New+OS+Customizations';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmetc.com/2010/01/30/virtualcenter-2-5-update-6-fixes-data-browser-large-file-upload-error-updates-jre-and-apache-tomcat-supports-firefox-adds-new-os-customizations/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Change VMware Update Manager (VUM) Download Directory</title>
		<link>http://vmetc.com/2009/09/11/change-vmware-update-manager-vum-download-directory/</link>
		<comments>http://vmetc.com/2009/09/11/change-vmware-update-manager-vum-download-directory/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 15:39:47 +0000</pubDate>
		<dc:creator>Rich Brambley</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[update manager]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[virtual center]]></category>
		<category><![CDATA[vum]]></category>

		<guid isPermaLink="false">http://vmetc.com/2009/09/11/change-vmware-update-manager-vum-download-directory/</guid>
		<description><![CDATA[This post is just a quick how to reference for manually changing the VMware Update Manager (VUM) patch repository download location. Admins usually need to do this when the vCenter server is low on disk space on the partition that VUM was originally installed on, but there is a second partition that has enough capacity. [...]]]></description>
			<content:encoded><![CDATA[<p>This post is just a quick how to reference for manually changing the VMware Update Manager (VUM) patch repository download location. Admins usually need to do this when the vCenter server is low on disk space on the partition that VUM was originally installed on, but there is a second partition that has enough capacity. To move the VUM patch repository follow the following steps found in the <a href="http://www.vmware.com/pdf/vsp_vum_40_admin_guide.pdf"><strong>VUM Administrators Guide</strong></a><strong>:</strong>	</p>
<p><span style="font-family: Arial; font-size: 9pt;">When you install Update Manager, you can select the location for downloading patches. To change the location after installation, you must manually edit the <strong>vci-integrity.xml</strong></span><span style="font-family: Arial; font-size: 8pt;"><br />		</span><span style="font-family: Arial; font-size: 9pt;">file.<br /></span></p>
<p><span style="text-decoration: underline;"><strong>Procedure<br /></strong></span></p>
<ol>
<li><span style="font-family: Arial; font-size: 9pt;">Log in to the Update Manager server as an administrator.<br /></span></li>
<li>
<div><span style="font-family: Arial; font-size: 9pt;">Stop the Update Manager service.<br /></span></div>
<ol>
<li><span style="font-size: 9pt;"><span style="font-family: Arial;">Right-click </span><span style="font-family: Arial;">My Computer </span><span style="font-family: Arial;">and click </span><span style="font-family: Arial;">Manage</span><span style="font-family: Arial;">.<br /></span></span></li>
<li><span style="font-size: 9pt;"><span style="font-family: Arial;">In the left pane, expand </span><span style="font-family: Arial;">Services and Applications </span><span style="font-family: Arial;">and click </span><span style="font-family: Arial;">Services</span><span style="font-family: Arial;">.<br /></span></span></li>
<li><span style="font-size: 9pt;"><span style="font-family: Arial;">In the right pane, right-click the </span><span style="font-family: Arial;">VMware Update Manager Service </span><span style="font-family: Arial;">and click </span><span style="font-family: Arial;">Stop</span><span style="font-family: Arial;">.<br /></span></span></li>
</ol>
</li>
<li>
<div><span style="font-family: Arial; font-size: 9pt;">Navigate to the Update Manager installation directory and locate the </span><span style="font-family: Arial; font-size: 8pt;">vci-integrity.xml </span><span style="font-family: Arial; font-size: 9pt;">file.<br /></span></div>
<ol>
<li><span style="font-family: Arial; font-size: 9pt;">The default location is </span><span style="font-family: Arial; font-size: 8pt;">C:\Program Files\VMware\Infrastructure\Update Manager</span><span style="font-family: Arial; font-size: 9pt;">.<br /></span></li>
</ol>
</li>
<li><span style="font-family: Arial; font-size: 9pt;">Create a backup copy of this file in case you need to revert to the previous configuration.<br /></span></li>
<li>
<div><span style="font-family: Arial; font-size: 9pt;">Edit the file by changing the following fields:<br /></span></div>
<ol>
<li><span style="font-family: Arial; font-size: 8pt;">
<patchstore>yournewlocation</patchstore></span></li>
<li><span style="font-family: Arial; font-size: 9pt;">The default patch download location is: </span><span style="font-family: Arial; font-size: 8pt;">C:\Documents and Settings\All Users\Application Data\VMware\VMware Update Manager\Data\<br /></span></li>
<li><span style="font-family: Arial; font-size: 9pt;">The directory path must end with </span><span style="font-family: Arial; font-size: 8pt;">\</span><span style="font-family: Arial; font-size: 9pt;">.</span><span style="font-family: Arial; font-size: 8pt;"><br />					</span></li>
</ol>
</li>
<li><span style="font-family: Arial; font-size: 9pt;">Save the file in UTF-8 format, replacing the existing file.</span><span style="font-family: Arial; font-size: 8pt;"><br />			</span></li>
<li><span style="font-family: Arial; font-size: 9pt;">Copy the contents from the old patchstore directory to the new folder.</span><span style="font-family: Arial; font-size: 8pt;"><br />			</span></li>
<li><span style="font-family: Arial; font-size: 9pt;">Restart the Update Manager service.</span><span style="font-family: Arial; font-size: 8pt;"><br />			</span></li>
</ol>
<p><center><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "2700754787";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=86883dc7-0fcd-809c-b291-bd87d3a4abe8" /></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmetc.com%2F2009%2F09%2F11%2Fchange-vmware-update-manager-vum-download-directory%2F';
  addthis_title  = 'Change+VMware+Update+Manager+%28VUM%29+Download+Directory';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmetc.com/2009/09/11/change-vmware-update-manager-vum-download-directory/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How To Add Sysprep to VMware vCenter for VM Customizations (VMware Converter also)</title>
		<link>http://vmetc.com/2009/08/18/how-to-add-sysprep-to-vmware-vcenter-for-vm-customizations-vmware-converter-also/</link>
		<comments>http://vmetc.com/2009/08/18/how-to-add-sysprep-to-vmware-vcenter-for-vm-customizations-vmware-converter-also/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 11:10:50 +0000</pubDate>
		<dc:creator>Rich Brambley</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[vConverter]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[customization specification]]></category>
		<category><![CDATA[sysprep]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[virtual machines]]></category>
		<category><![CDATA[virtualcenter]]></category>
		<category><![CDATA[vms]]></category>

		<guid isPermaLink="false">http://vmetc.com/?p=4305</guid>
		<description><![CDATA[In order to create customized Windows 2003 and earlier virtual machines (VMs) the Microsoft Sysprep tools need to be added to VMware vCenter (also formerly known as VirtualCenter). Doing so is not a difficult process, but can be a bit confusing if an administrator has never used Sysprep before. Fortunately, VMware has a helpful KB [...]]]></description>
			<content:encoded><![CDATA[<p>In order to create customized Windows 2003 and earlier virtual machines (VMs) <strong>the Microsoft Sysprep tools need to be added to VMware vCenter (also formerly known as VirtualCenter)</strong>. Doing so is not a difficult process, but can be a bit confusing if an administrator has never used Sysprep before. Fortunately, <strong>VMware has a helpful KB article on the topic that explains where to download the Sysprep files from Microsoft and then where to put the extracted contents of those downloads on the vCenter Serve</strong>r. I&#8217;m going to high lite the instructions from VMware for downloading from Microsoft, but then I&#8217;ll explain <strong>how to get Sysprep from an alternate and arguably easier source &#8211; the Windows install CD</strong>.</p>
<p>Note that integrating the Sysprep files are still required in all versions of vCenter to customize VMs. This includes vCenter 4 for vSphere. Sysprep is no longer used for Server 2008, however, but <a href="http://vmetc.com/2009/08/13/windows-server-2008-deploy-from-template-guest-customization-update/" target="_blank">VMware has added native customization of Server 2008 VMs in vCenter 4</a> without adding any additional files. <strong> </strong></p>
<p>KB Article 1005593 titled <a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=1005593&amp;sliceId=1&amp;docTypeID=DT_KB_1_1&amp;dialogID=31097134&amp;stateId=0%200%2031095900" target="_blank">Sysprep file locations and versions</a> not only provides download links and extract to locations but also explains the common symptoms when Sysprep is not installed correctly on vCenter.</p>
<blockquote>
<ul>
<li>When attempting to customize the deployment of a virtual machine the radio buttons are disabled (greyed out).</li>
<li>When a virtual machine (VM) is deployed from a Template, you find that the SID is always the same, despite the fact that you chose the option to generate a new SID during Template deployment and guest operating system customization.</li>
<li>When attempting to create a new virtual machine from a Template in ESX v3.5 you receive the following error message</li>
</ul>
<blockquote><p><em>Warning: Windows customization resources were not found on this server</em></p></blockquote>
<ul>
<li>
<div>Message in the guestcust.log:</div>
</li>
</ul>
<blockquote>
<div><em>deploy doesn&#8217;t contain known sysprep files</em></div>
</blockquote>
</blockquote>
<p>The KB article explains the cause</p>
<blockquote>
<div>Microsoft has a different version of Sysprep for each release and service pack of Windows. According to Microsoft, &#8220;You need to use the version of Sysprep specific to the operating system you are deploying&#8221;. The differences are not immediately visible in the packaging and documentation of the service packs, so it is necessary to manually investigate.</div>
</blockquote>
<p>Use either of the following methods to obtain the appropriate Sysprep files. <strong>All instructions in this post assume vCenter has been installed in the default location.</strong><span id="more-4305"></span><br />
<center><p><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "8919425963";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></center><br />
<span style="text-decoration: underline;"><strong>Download Sysprep from Microsoft</strong></span></p>
<p>Follow the link above to find the table of Sysprep downloads for each Microsoft operating system. Extract those downloads to the exact locations provided in the same table. Basically, all Sysprep versions go in the <strong>C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\sysprep</strong> directory but in a separate sub folder specific for each OS.</p>
<p>At the time of this writing KB Article 1005593 has been updated as of August 14, 2009 so the download links seem current.</p>
<p><span style="text-decoration: underline;"><strong>Obtain Sysprep from the Microsoft Install Media</strong></span></p>
<p>Whether or not KB Article 1005593 remains updated or not, the good news is that you can always get the Sysprep files from the Windows Install CD/DVD too.</p>
<p>Assuming your CDrom drive is E:\</p>
<ol>
<li>Use Windows Explorer to browse to E:\Support\Tools on the Windows (<em>insert your OS here</em>) CD/DVD and find the deploy.cab file</li>
<li>Double-click deploy.cab to open it (like a .zip file)</li>
<li>Copy all of the contents of the deploy.cab file</li>
<li>Paste the copied files on the vCenter server in the appropriate subfolder at <strong>C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\sysprep<br />
</strong></li>
</ol>
<p>The sub folders are named after the various Windows operating systems and are obvious, but use the table in KB Article 1005593 if you need to confirm the exact file location.</p>
<p><span style="text-decoration: underline;"><strong>P2V and V2V Customizations with VMware Converter Stand Alone</strong></span></p>
<p>The free <a href="http://www.vmware.com/download/converter/" target="_blank">VMware Converter Stand Alone version</a> also let&#8217;s you integrate the Sysprep tools and customize multiple VM migrations from a single physical or virtual server. If you install Converter in it&#8217;s default location then obtain Sysprep in the same methods already discussed and place the files in the same locations as vCenter. Of course, this location is now on the server where you installed Converter, and you will only need to use the Sysprep version of the installed OS. You can&#8217;t install Converter on a Windows 2003 Server, put the Windows XP Sysprep tools in it&#8217;s correct directory, and then expect to P2V/V2V a new Windows XP VM!</p>
<p>Starting with VMware Converter 4 Stand Alone there is a Client/Server install option which allows Converter to utilized as a centralized tool for deploying new VMs. Creative administrators are able to duplicate most of vCenter&#8217;s deploy from template and VM cloning features using this install mode.</p>
<p><center><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "2700754787";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=5939c437-ae48-854f-9448-20b9c56a1228" alt="" /></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmetc.com%2F2009%2F08%2F18%2Fhow-to-add-sysprep-to-vmware-vcenter-for-vm-customizations-vmware-converter-also%2F';
  addthis_title  = 'How+To+Add+Sysprep+to+VMware+vCenter+for+VM+Customizations+%28VMware+Converter+also%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmetc.com/2009/08/18/how-to-add-sysprep-to-vmware-vcenter-for-vm-customizations-vmware-converter-also/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Use VirtualCenter Maps Tab to confirm VMotion</title>
		<link>http://vmetc.com/2008/12/15/use-virtualcenter-maps-tab-to-confirm-vmotion/</link>
		<comments>http://vmetc.com/2008/12/15/use-virtualcenter-maps-tab-to-confirm-vmotion/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 11:57:32 +0000</pubDate>
		<dc:creator>Rich Brambley</dc:creator>
				<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[vmotion]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[virtualcenter]]></category>

		<guid isPermaLink="false">http://vmetc.com/?p=2200</guid>
		<description><![CDATA[Eric Sloof&#8217;s A whiter shade of green is an informative post about how the Maps tab in VMware VirtualCenter (VC) can be used to visually confirm if a VM can be live migrated between ESX hosts. By selecting a VM in the tree explorer of VC and then clicking the Maps tab (not the Maps button), [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://vmetc.com/wp-content/uploads/2008/12/esloof_maps.png"><img class="alignright size-medium wp-image-2207" title="esloof_maps" src="http://vmetc.com/wp-content/uploads/2008/12/esloof_maps-300x238.png" alt="" width="300" height="238" /></a>Eric Sloof&#8217;s <a href="http://www.ntpro.nl/blog/archives/803-A-whiter-shade-of-green.html" target="_blank">A whiter shade of green</a> is an informative post about how the Maps tab in VMware VirtualCenter (VC) can be used to visually confirm if a VM can be live migrated between ESX hosts. By selecting a VM in the tree explorer of VC and then clicking the Maps tab (not the Maps button), you can see a diagram of all of the ESX servers, virtual networking, and storage that must be consistently shared between hosts for VMotion to succeed. As my borrowed version of Eric&#8217;s orignal screen shot image shows, when all are configured correctly the ESX hosts have green circles around / behind them.</p>
<p>When the green circles do not appear, the Maps view helps troubleshoot what is wrong because you can see exactly which pieces are not connected correctly in the diagram.</p>
<p>What I did not realize, and Eric&#8217;s post points out, is that<span id="more-2200"></span> </p>
<p>there are different shades of green that appear on the Maps tab.</p>
<blockquote><p>&#8220;If one of your ESX servers is under a heavy load it’ll show a light green colour. On the other hand, when one of your ESX server is not CPU intensive at all, it will show up dark green.&#8221;</p></blockquote>
<p>Now that I know this, recognizing what hosts have a darker green circle from the Maps tab is a quick and convenient way to pick a host that has the best available resources for a manual VM migration.<center><p><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "8919425963";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></center><center><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "2700754787";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmetc.com%2F2008%2F12%2F15%2Fuse-virtualcenter-maps-tab-to-confirm-vmotion%2F';
  addthis_title  = 'Use+VirtualCenter+Maps+Tab+to+confirm+VMotion';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmetc.com/2008/12/15/use-virtualcenter-maps-tab-to-confirm-vmotion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free tools with VirtualCenter -like features</title>
		<link>http://vmetc.com/2008/12/05/free-tools-with-virtualcenter-like-features/</link>
		<comments>http://vmetc.com/2008/12/05/free-tools-with-virtualcenter-like-features/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 01:10:28 +0000</pubDate>
		<dc:creator>Rich Brambley</dc:creator>
				<category><![CDATA[esx]]></category>
		<category><![CDATA[vi client]]></category>
		<category><![CDATA[VirtualCenter]]></category>
		<category><![CDATA[boche.net]]></category>
		<category><![CDATA[esxguide.com]]></category>
		<category><![CDATA[esxmanager]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[trilead vm explorer]]></category>
		<category><![CDATA[virtualcenter]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://vmetc.com/?p=531</guid>
		<description><![CDATA[So you&#8217;ve downloaded your free version of ESXi. Maybe you&#8217;ve built a couple of ESX Servers but you haven&#8217;t purchased a full VI 3.5 Enterpise license. You might even have an enterprise license but your VirtualCenter (VC) server will be a virtual machine (VM) and you want to build a template VM as a gold image [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve downloaded your free version of ESXi. Maybe you&#8217;ve built a couple of ESX Servers but you haven&#8217;t purchased a full VI 3.5 Enterpise license. You might even have an enterprise license but your VirtualCenter (VC) server will be a virtual machine (VM) and you want to build a template VM as a gold image first. These are some of several possible scenarios where it helps to have VC -like functionalities without VirtualCenter. This post is a summary of 3 freely available tools that can provide some of VirtualCenter&#8217;s features.</p>
<p>First let me state that there is not an exact substitute for VirtualCenter, and the automation and ease of management VC provides is well worth it&#8217;s cost. Now for some alternatives.<span id="more-531"></span><center><p><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "8919425963";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p></center></p>
<h3>ESX Manager 2.3</h3>
<p>As described on it&#8217;s web page at <a href="http://www.esxguide.com/esx/" target="_blank">ESXGuide.com:</a></p>
<blockquote><p><span class="Stil13" style="font-size: small; color: #006699;"><span class="Stil13" style="font-size: small; color: #006699;"><strong>Features:</strong></span></span></p>
<ul>
<li>
<div class="Stil8"><span class="Stil10" style="font-size: x-small; font-family: Verdana;"><img src="http://www.esxguide.com/esx/images/stories/bullet1.gif" alt="" width="10" height="12" />Virtual Center independent<br />
<img src="http://www.esxguide.com/esx/images/stories/bullet1.gif" alt="" width="10" height="12" />Keeps track of Virtual Machine Host Registration, Migrations and Status<br />
<img src="http://www.esxguide.com/esx/images/stories/bullet1.gif" alt="" width="10" height="12" />Manage Virtual Machine Configuration</span><br />
<span style="font-size: small; font-family: Verdana;"><span style="font-size: x-small;"><img src="http://www.esxguide.com/esx/images/stories/bullet1.gif" alt="" width="10" height="12" />Display and work in the Virtual Machine Console</span><br />
</span><span style="font-size: x-small; font-family: Verdana;"><img src="http://www.esxguide.com/esx/images/stories/bullet1.gif" alt="" width="10" height="12" />Kill Virtual Machine Process (if the VM can&#8217;t be powered off)<br />
<span class="Stil10" style="font-size: x-small; font-family: Verdana;"><img src="http://www.esxguide.com/esx/images/stories/bullet1.gif" alt="" width="10" height="12" />Rename Virtual Disks of registered Virtual Machines<br />
<img src="http://www.esxguide.com/esx/images/stories/bullet1.gif" alt="" width="10" height="12" />Move Virtual Disks and keep the disk attached to the Virtual Machine<br />
</span><img src="http://www.esxguide.com/esx/images/stories/bullet1.gif" alt="" width="10" height="12" />Virtual Machine Registration, Start , Restart , Reset, Power Off, Suspend<br />
<img src="http://www.esxguide.com/esx/images/stories/bullet1.gif" alt="" width="10" height="12" />Extend Virtual Disks</span><br />
<span class="Stil10" style="font-size: x-small; font-family: Verdana;"><img src="http://www.esxguide.com/esx/images/stories/bullet1.gif" alt="" width="10" height="12" />View-Search-Filter Logfiles on the ESX Host.<br />
</span><span style="font-size: x-small; font-family: Verdana;"><img src="http://www.esxguide.com/esx/images/stories/bullet1.gif" alt="" width="10" height="12" />Define and save custom SSH commands with Parameter handling</span></div>
</li>
</ul>
</blockquote>
<h3 class="ContentSubtitle">VMX &#8211; Trilead VM Explorer</h3>
<p class="ContentSubtitle">I discovered <a href="http://www.trilead.com/Products/VM_Explorer/" target="_blank">VMX &#8211; Trilead VM Explorer </a>from the professionalvmware.com post titled <a title="Permanent Link to Free ESX and ESXi Backups – Trilead VM Explorer" rel="bookmark" href="http://professionalvmware.com/2008/11/30/free-esx-and-esxi-backups-trilead-vm-explorer/" target="_blank">Free ESX and ESXi Backups – Trilead VM Explorer</a> and it quickly has become one of my favorites. It is much more than a back up tool however. Here&#8217;s more info from theTrilead web page.</p>
<blockquote class="ContentSubtitle"><p>Features</p>
<ul>
<li><strong>Multi-Server Management</strong><br />
The graphical user interface of VM Explorer allows to connect to multiple ESX, Linux and FreeBSD servers at the same time in the same interface.</li>
<li><strong>Server to Server fast copy</strong><br />
Allows you to copy files directly (drag&amp;drop) between ESX, Linux and FreeBSD servers at full speed: throughput is only limited by the available network/storage system bandwidth.</li>
<li><strong>ESX to ESX/Windows/Linux/FreeBSD/SAN Backup &amp; Restore</strong><br />
Our unique ESX to any backup feature allows to backup virtual machines to other ESX Servers, Linux or FreeBSD servers. Of course, virtual machines can also be stored to a SAN (ISCSI or NFS) directly attached to an ESX. Furthermore, backups can also be saved on the Windows machine where the VM Explorer is running.</li>
<li><strong>Support for ESX 3i</strong><br />
VMX version 1.5 includes beta support for the next generation of ESX servers.</li>
<li><strong>File Browser</strong><br />
Browse instantly your ESX/Linux/FreeBSD servers&#8217; file system and copy files from one to the other just by drag &amp; drop. Supports also up- and download to the management station.</li>
<li><strong>Integrated SSH Client</strong><br />
The integrated SSH Terminal Client allows you to configure all your Unix/Linux based Servers trough SSH, all within one software.</li>
<li><strong>Job Scheduler</strong><br />
The integrated job scheduler allows you to perform unattened, periodic backups of your virtual infrastructure.</li>
<li><strong>Integrated ESX Snapshot Manager</strong><br />
Create and remove snapshots directly from within VMX.</li>
<li><strong>Dynamic Compression</strong><br />
To make use of slow network links (e.g., for wide-area replication) or to save space on the target system, backups can be dynamically compressed.</li>
</ul>
</blockquote>
<h3>VI Client Datastore Browser</h3>
<p>The VI Client (VIC) comes with every version of ESX/ESXi. It&#8217;s really surprising all that you can actually do with it. Although not meant to be a post about the VIC, Jason over at boche.net provides some great examples of how to simulate some VirtualCenter functionality with VMware&#8217;s standard client. Check out Jason&#8217;s post titled <a href="http://www.boche.net/blog/?p=590">Virtualization rematch corrections and clarifications</a> to see examples of how the VIC can:</p>
<ul>
<li>Upload and download files</li>
<li>Rename objects</li>
<li>Clone VMs</li>
</ul>
<p>Let me know if there are other free alternatives that are worth adding to my VI tools usb stick.<center><script type="text/javascript"><!--
google_ad_client = "pub-9435712307568301";
google_ad_slot = "2700754787";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmetc.com%2F2008%2F12%2F05%2Ffree-tools-with-virtualcenter-like-features%2F';
  addthis_title  = 'Free+tools+with+VirtualCenter+-like+features';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmetc.com/2008/12/05/free-tools-with-virtualcenter-like-features/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

