<?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>VMtoday &#187; vcenter</title>
	<atom:link href="http://vmtoday.com/tag/vcenter/feed/" rel="self" type="application/rss+xml" />
	<link>http://vmtoday.com</link>
	<description>VMware News, Views, &#38; How-To&#039;s from Josh Townsend</description>
	<lastBuildDate>Tue, 06 Jul 2010 17:21:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing PowerPath/VE using VMware Update Manager</title>
		<link>http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=installing-powerpathve-using-vmware-update-manager</link>
		<comments>http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 19:17:07 +0000</pubDate>
		<dc:creator>Joshua Townsend</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Issues & Troubleshooting]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware How To]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[I/O]]></category>
		<category><![CDATA[multipathing]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[powerpath]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://vmtoday.com/?p=368</guid>
		<description><![CDATA[I am finishing up an installation of an EMC Clariion CX4 SAN. One of the final steps of the installation is to configure PowerPath/VE on the ESXi hosts. PowerPath/VE is EMC&#8217;s multipathing extension module for VMware (and Hyper-V), designed to replace the Native Multipathing Plugin (NMP) for increased I/O performance and failover management.  To simplify [...]


Related posts:<ol><li><a href='http://vmtoday.com/2010/07/emc-virtual-storage-integrator-update/' rel='bookmark' title='Permanent Link: EMC Virtual Storage Integrator Update'>EMC Virtual Storage Integrator Update</a> <small>I upgraded my in-house VMware vSphere environment to 4.0 Update...</small></li>
<li><a href='http://vmtoday.com/2008/11/networking-problems-with-esx-35-update-3-on-the-dl380-g3/' rel='bookmark' title='Permanent Link: Networking Problems with ESX 3.5 Update 3 on the DL380 G3'>Networking Problems with ESX 3.5 Update 3 on the DL380 G3</a> <small>I began building up a new lab environment with a...</small></li>
<li><a href='http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/' rel='bookmark' title='Permanent Link: Virtualization Bookmarks for August 28th'>Virtualization Bookmarks for August 28th</a> <small>Here are some bookmarks for resources that I have recently...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am finishing up an installation of an EMC Clariion CX4 SAN.  One of the final steps of the installation is to configure PowerPath/VE on the ESXi hosts.  <a title="PowerPath/VE" href="http://www.emc.com/products/detail/software/powerpath-ve.htm" target="_blank">PowerPath/VE</a> is EMC&#8217;s multipathing extension module for VMware (and Hyper-V), designed to replace the Native Multipathing Plugin (NMP) for increased I/O performance and failover management.  To simplify and automate the installation of PowerPath/VE, I decided to use VMware Update Manager (VUM) to push the extension to the ESXi 4.x hosts in the environment.</p>
<p>The process of setting up an additional VUM patch repository to host PowerPath/VE (and other 3rd party extensions such as the Cisco Nexus 1000v) is pretty straight forward.  3rd party extensions are supported in VUM beginning with vSphere 4.0 Update 1.  <a title="Chad Sakac - Virtual Geek blog" href="http://virtualgeek.typepad.com/virtual_geek/2009/11/vsphere-update-1-and-other-friday-goodies.html" target="_blank">Chad Sakac</a> has posted a great video guide on YouTube that covers the setup:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/V5dtxqSJCyQ&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/V5dtxqSJCyQ&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I opted to use the tomcat installation on the environment&#8217;s vCenter server to host the PowerPath/VE repository.  To accomplish this, I simply created a new directory in the tomcat root directory.  The default path for the root directory on a vSphere vCenter Server is &#8220;C:\Program Files\VMware\Infrastructure\tomcat\webapps&#8221; (or C:\Program Files (x86)\VMware\Infrastructure\tomcat\webapps on a 64-bit installation).</p>
<p>I created a directory named &#8216;depot&#8217; and within that directory created a PowerPathVE folder.  I extracted the contents of the VUM folder from the PowerPath .zip file that I downloaded from <a title="EMC PowerLink" href="http://powerlink.emc.com" target="_blank">http://powerlink.emc.com</a>.  A screenshot of the directory is below:</p>
<div id="attachment_371" class="wp-caption aligncenter" style="width: 589px"><a href="http://vmtoday.com/wp-content/uploads/2010/02/PPVEDepot.jpg" rel="lightbox[368]"><img class="size-full wp-image-371 " title="PowerPath/VE Depot Folder" src="http://vmtoday.com/wp-content/uploads/2010/02/PPVEDepot.jpg" alt="PowerPath/VE Depot Directory Tree" width="579" height="455" /></a><p class="wp-caption-text">PowerPath/VE Depot Directory Tree</p></div>
<p>After creating the directory for the patch repository, I simply added an Extension Repository to VMware Update Manager as Chad shows in his <a href="http://www.youtube.com/watch?v=V5dtxqSJCyQ&amp;feature=player_embedded" target="_blank">video</a>.  I would like to call out one caveat &#8211; Because vCenter may not listen on standard HTTP/HTTPS ports, I used <img src="file:///C:/Users/JOSH%7E1.TOW/AppData/Local/Temp/moz-screenshot.png" alt="" />https://vcenter.domain.local:8443/depot/PowerPathVE/index.xml as the path to the source.</p>
<div id="attachment_373" class="wp-caption aligncenter" style="width: 534px"><a href="http://vmtoday.com/wp-content/uploads/2010/02/patchsource.jpg" rel="lightbox[368]"><img class="size-full wp-image-373 " title="VUM Patch Source" src="http://vmtoday.com/wp-content/uploads/2010/02/patchsource.jpg" alt="VUM Patch Source" width="524" height="201" /></a><p class="wp-caption-text">VUM Patch Source</p></div>
<p>Once PowerPath was added to an Extension Baseline in VUM, I simply had to scan my hosts for updates and remediate.  Installation of PowerPath/VE requires the host to be in Maintenance Mode and concludes with a reboot.  Pretty simple.</p>
<p>Then all you have to do is fight through an overly-complex licensing setup (seriously, a 112 page <a title="PowerPath/VE for VMware vSphere Licensing Guide" href="https://powerlink.emc.com/nsepn/webapps/btg548664833igtcuup4826/km/live1/en_US/Offering_Technical/Technical_Documentation/300-009-188.pdf" target="_blank">PDF</a> on how to install licenses???), a bit of configuration, and you are multi-pathing with the best of them.  If you are interested in learning more about PowerPath/VE, start with this whitepaper: <a title="EMC PowerPath/VE for VMware vSphere Best Practices Planning" href="http://www.emc.com/collateral/software/white-papers/h6340-powerpath-ve-for-vmware-vsphere-wp.pdf" target="_blank">EMC PowerPath/VE for VMware vSphere Best Practices Planning</a>.  For a bit of real-world insight into the performance increase you might see with PowerPath/VE, check out this blog post from Eric Sloof: <a rel="bookmark" href="http://www.ntpro.nl/blog/archives/1294-Massive-IO-power-increase-using-EMC-PowerPathVE.html">Massive I/O power increase using EMC PowerPath/VE</a>.</p>
<p>Update &#8211; 3/27/09: VMware published a Knowledge Base article on this procedure a few weeks after I wrote this post.  You can find it in  article <a title="Install PowerPath/VE for VMware vSphere by using vCenter Update Manager" href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=1018740&amp;sliceId=1&amp;docTypeID=DT_KB_1_1&amp;dialogID=76207021&amp;stateId=0%200%2076203931" target="_blank">1018740</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Installing+PowerPath%2FVE+using+VMware+Update+Manager+-+http://bit.ly/9XIse5&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/&amp;title=Installing+PowerPath%2FVE+using+VMware+Update+Manager" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/&amp;title=Installing+PowerPath%2FVE+using+VMware+Update+Manager" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/&amp;title=Installing+PowerPath%2FVE+using+VMware+Update+Manager" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Installing%20PowerPath%2FVE%20using%20VMware%20Update%20Manager%22&amp;body=Link: http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%20am%20finishing%20up%20an%20installation%20of%20an%20EMC%20Clariion%20CX4%20SAN.%20%20One%20of%20the%20final%20steps%20of%20the%20installation%20is%20to%20configure%20PowerPath%2FVE%20on%20the%20ESXi%20hosts.%20%20PowerPath%2FVE%20is%20EMC%27s%20multipathing%20extension%20module%20for%20VMware%20%28and%20Hyper-V%29%2C%20designed%20to%20replace%20the%20Native%20Multipathing%20Plugin%20%28NMP%29%20for%20increa" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/&amp;title=Installing+PowerPath%2FVE+using+VMware+Update+Manager" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/&amp;title=Installing+PowerPath%2FVE+using+VMware+Update+Manager&amp;srcUrl=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/&amp;srcTitle=Installing+PowerPath%2FVE+using+VMware+Update+Manager&amp;snippet=I%20am%20finishing%20up%20an%20installation%20of%20an%20EMC%20Clariion%20CX4%20SAN.%20%20One%20of%20the%20final%20steps%20of%20the%20installation%20is%20to%20configure%20PowerPath%2FVE%20on%20the%20ESXi%20hosts.%20%20PowerPath%2FVE%20is%20EMC%27s%20multipathing%20extension%20module%20for%20VMware%20%28and%20Hyper-V%29%2C%20designed%20to%20replace%20the%20Native%20Multipathing%20Plugin%20%28NMP%29%20for%20increa" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://vmtoday.com/2010/07/emc-virtual-storage-integrator-update/' rel='bookmark' title='Permanent Link: EMC Virtual Storage Integrator Update'>EMC Virtual Storage Integrator Update</a> <small>I upgraded my in-house VMware vSphere environment to 4.0 Update...</small></li>
<li><a href='http://vmtoday.com/2008/11/networking-problems-with-esx-35-update-3-on-the-dl380-g3/' rel='bookmark' title='Permanent Link: Networking Problems with ESX 3.5 Update 3 on the DL380 G3'>Networking Problems with ESX 3.5 Update 3 on the DL380 G3</a> <small>I began building up a new lab environment with a...</small></li>
<li><a href='http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/' rel='bookmark' title='Permanent Link: Virtualization Bookmarks for August 28th'>Virtualization Bookmarks for August 28th</a> <small>Here are some bookmarks for resources that I have recently...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>vCenter Database Stats Rollup Troubleshooting</title>
		<link>http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=vcenter-database-stats-rollup-troubleshooting</link>
		<comments>http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 14:33:40 +0000</pubDate>
		<dc:creator>Joshua Townsend</dc:creator>
				<category><![CDATA[Issues & Troubleshooting]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware How To]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vi client]]></category>
		<category><![CDATA[viclient]]></category>
		<category><![CDATA[virtual center]]></category>
		<category><![CDATA[virtualcenter]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://vmtoday.com/?p=240</guid>
		<description><![CDATA[VMware vCenter collects performance statistics, tasks and events for historical performance analysis and auditing.  The collection level and retention of performance statistics can be controlled through the vCenter GUI (see Administration &#124; vCenter Server Settings &#124; Statistics).   The level of statistics collection and retention periods can have a dramatic impact on your vCenter Server&#8217;s performance [...]


Related posts:<ol><li><a href='http://vmtoday.com/2009/09/the-skinny-on-esxtop/' rel='bookmark' title='Permanent Link: The Skinny on ESXTOP'>The Skinny on ESXTOP</a> <small>A reader named Mark contacted me today and asked if...</small></li>
<li><a href='http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/' rel='bookmark' title='Permanent Link: vCenter Client Passthrough Authentication'>vCenter Client Passthrough Authentication</a> <small>I started this blog for a couple reasons: 1.) To...</small></li>
<li><a href='http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/' rel='bookmark' title='Permanent Link: Installing PowerPath/VE using VMware Update Manager'>Installing PowerPath/VE using VMware Update Manager</a> <small>I am finishing up an installation of an EMC Clariion...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>VMware vCenter collects performance statistics, tasks and events for historical performance analysis and auditing.  The collection level and retention of performance statistics can be controlled through the vCenter GUI (see Administration | vCenter Server Settings | Statistics).   <a href="http://vmtoday.com/wp-content/uploads/2009/09/image2.png" rel="lightbox[240]"><img style="border-bottom: 0px; border-left: 0px; margin: 10px 15px 10px 0px; display: inline; border-top: 0px; border-right: 0px" title="vCenter Statistics Settings" src="http://vmtoday.com/wp-content/uploads/2009/09/image_thumb2.png" border="0" alt="vCenter Statistics Settings" width="289" height="282" align="left" /></a>The level of statistics collection and retention periods can have a dramatic impact on your vCenter Server&#8217;s performance if not carefully planned and monitored.  In particular, the vCenter database can grow quite large and the database server required to support the increase in statistics increases in size and performance characteristics (increased disk IO capacity, CPU, and memory).  Fortunately, VMware has provided a vCenter database sizing tool within the vCenter client (see picture).  This is all well and good for initial sizing, and my experience shows that vCenter&#8217;s sizing estimates are fairly accurate assuming the environment remains healthy.</p>
<p>I recently migrated an environment from vCenter 2.5 to 4.0 and in the process switched from a Windows 2003 32-bit vCenter host and a SQL 2005 server (remote to vCenter) to a Windows 2008 64-bit vCenter server with a SQL 2008 server (again, a remote SQL server).  I experienced a few issues during the migration and thought I had worked through them all (I&#8217;ll post on those at a later date).  However, after a bit of time I found that performance statistics for objects in the vCenter were missing of not rendering at an acceptable pace.  Upon further investigation, I discovered warnings in the vCenter Service Status node indicating that performance rollups within the vCenter database were not taking place.</p>
<p><a href="http://vmtoday.com/wp-content/uploads/2009/09/image3.png" rel="lightbox[240]"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://vmtoday.com/wp-content/uploads/2009/09/image_thumb3.png" border="0" alt="image" width="428" height="50" /></a></p>
<p>In a SQL-backed vCenter, statistics rollups are handled by the SQL Server Agent (note: if you are using SQL Server Express, statistics rollups are handled by vCenter itself as SQL Express does not offer SQL Server Agent jobs).  <a title="Missing Performance Data in VirtualCenter 2.5" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1003570" target="_blank">KB 1003570</a> describes this process (it applies to vCenter 2.5, but the principles in it can be applied to 4.0).  To troubleshoot and resolve the issue I opened SQL Server Management Studio and checked several items:</p>
<ol>
<li><span style="color: #35383d;">Is the SQL Server Agent running?</span></li>
<li><span style="color: #35383d;">Are there statistics rollup jobs defined for SQL server agent?</span></li>
<li><span style="color: #35383d;">Are those jobs running?</span></li>
</ol>
<p>In my case, the SQL Server Agent was running (you are prompted to configure this during the vCenter install).  However, when I checked for the presence of rollup jobs, I discovered that only a Past Day job had migrated with the database to the new SQL server.  Upon investigating the job history for that job I discovered that the job had not run since the migration (note to self: add these checks to your standard vCenter migration checklist).</p>
<p>To remediate the problem I completed the following steps:</p>
<ol>
<li><span style="color: #35383d;">Remove the bad &#8216;Past Day stats rollupVirtualCenter&#8217; job from the list of SQL Server Agent Jobs.</span></li>
<li><span style="color: #35383d;">Recreate the three standard stats rollup jobs.  To recreate the jobs, find SQL scripts on your vCenter server in C:\Program Files (x86)\VMware\Infrastructure\VirtualCenter Server.  The .sql scripts you&#8217;ll need are stats_rollup1_proc_mssql.sql, stats_rollup2_proc_mssql.sql, and stats_rollup3_proc_mssql.sql.  Run these scripts in SQL Query Analyzer against your VirtualCenter Database in order from 1 to 3.  These scripts should create the rollup jobs and their associated stored procedures (this procedure is detailed at <a title="http://communities.vmware.com/thread/123715?start=0&amp;tstart=0" href="http://communities.vmware.com/thread/123715">http://communities.vmware.com/thread/123715</a>).</span></li>
<li><span style="color: #35383d;">After recreating the jobs I took a backup of the vCenter database.  The Past Day job soon kicked off to begin a stats rollup (this runs every 30 minutes by default).</span></li>
</ol>
<p>I checked the server several hours later and discovered that rather than completing successfully, the Past Day job was still running and the drive holding my vCenter database transaction log was full.  Back to the drawing board..</p>
<ol>
<li><span style="color: #35383d;">I disabled the Past Week and Past Month rollup jobs to avoid job conflicts.</span></li>
<li><span style="color: #35383d;">I backed up the vCenter database and then performed a shrink of the log file to get it back down to size.</span></li>
<li><span style="color: #35383d;">The vCenter was running as a VM, so I was able to quickly increase its disk size and use diskpart from within the guest to extend the partition.  The space required to process weeks of performance statistics is not included in the vCenter Database Sizing tool as it is assumed that the rollup/purge jobs will run as designed.</span></li>
</ol>
<p>I wanted to see how bad the problem was before kicking off another job so I ran:</p>
<blockquote><p>select count(*) from vpx_hist_stat1</p></blockquote>
<p>against the vCenter database in SQL Query Analyzer.  The query ran for several hours (never a good sign) and eventually returned well over 20 million rows of performance statistics (thanks to <a title="http://communities.vmware.com/message/1318736" href="http://communities.vmware.com/message/1318736">http://communities.vmware.com/message/1318736</a> for pointing me in this direction).  I investigated options to truncate the tables (see above link), and also looked at a script from VMware KB <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1000125" target="_blank">1000125</a>: Purging old data from the database used by vCenter Server.  In the end, I decided to try to let the Past Day stats job run.</p>
<p>I stopped the vCenter  Server Service to prevent new statistics from being written to the database.  I also disabled the Past Week and Past Month SQL Agent jobs to prevent job conflicts and then manually started the Past Day job.  I had to stop the job several times as it filled the 100GB transaction log volume.  A backup &amp; shrink operation gave me back the space on the log volume.  I saw about 300GB of transaction logs written over the course of this process, but the Past Day job eventually completed.</p>
<p>Finally, I re-enabled the Past Week and Past Month jobs and manually ran both of them (Past Week first, then Past Month), followed by a backup and shrink of the vCenter database.  I was impressed with the performance increase I saw in the vCenter client.  Lists and performance graphs rendered much faster than when stats rollups were not taking place.</p>
<p>It would be a good idea to include checking stats rollup job status and a count of rows from the vpx_hist_stat tables in the vCenter database in your regular maintenance tasks.  For other vCenter Database best practices, check out breakout session PO2061 from VMworld 2008.  If you did not attend or subscribe to <a title="VMworld" href="http://www.vmworld.com" target="_blank">VMworld</a>, Scott Lowe <a title="PO2061: VMware VirtualCenter 2.5 Database Best Practices" href="http://blog.scottlowe.org/2008/09/18/po2061-vmware-virtualcenter-25-database-best-practices/" target="_blank">covered the session in this post</a>.  A VMworld 2009 &#8220;<a title="Exclusive &quot;Online Only&quot; Sessions for VMworld 2009" href="http://www.vmworld.com/blogs/vmworld/2009/09/01/exclusive-online-only-sessions-for-vmworld-2009" target="_blank">online only</a>&#8221; session entitled <a title="VM3237: vCenter Databases: Setup, Management and Best Practices" href="http://www.vmworld.com/docs/DOC-3763" target="_blank">VM3237 vCenter Databases: Setup, Management and Best Practices</a> was also offered (subscription required).  I have not viewed this session so I cannot comment on its content.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=vCenter+Database+Stats+Rollup+Troubleshooting+-+http://bit.ly/dt9TQN&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/&amp;title=vCenter+Database+Stats+Rollup+Troubleshooting" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/&amp;title=vCenter+Database+Stats+Rollup+Troubleshooting" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/&amp;title=vCenter+Database+Stats+Rollup+Troubleshooting" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22vCenter%20Database%20Stats%20Rollup%20Troubleshooting%22&amp;body=Link: http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A VMware%20vCenter%20collects%20performance%20statistics%2C%20tasks%20and%20events%20for%20historical%20performance%20analysis%20and%20auditing.%C2%A0%20The%20collection%20level%20and%20retention%20of%20performance%20statistics%20can%20be%20controlled%20through%20the%20vCenter%20GUI%20%28see%20Administration%20%7C%20vCenter%20Server%20Settings%20%7C%20Statistics%29.%C2%A0%C2%A0%20The%20level%20of%20st" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/&amp;title=vCenter+Database+Stats+Rollup+Troubleshooting" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/&amp;title=vCenter+Database+Stats+Rollup+Troubleshooting&amp;srcUrl=http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/&amp;srcTitle=vCenter+Database+Stats+Rollup+Troubleshooting&amp;snippet=VMware%20vCenter%20collects%20performance%20statistics%2C%20tasks%20and%20events%20for%20historical%20performance%20analysis%20and%20auditing.%C2%A0%20The%20collection%20level%20and%20retention%20of%20performance%20statistics%20can%20be%20controlled%20through%20the%20vCenter%20GUI%20%28see%20Administration%20%7C%20vCenter%20Server%20Settings%20%7C%20Statistics%29.%C2%A0%C2%A0%20The%20level%20of%20st" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://vmtoday.com/2009/09/the-skinny-on-esxtop/' rel='bookmark' title='Permanent Link: The Skinny on ESXTOP'>The Skinny on ESXTOP</a> <small>A reader named Mark contacted me today and asked if...</small></li>
<li><a href='http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/' rel='bookmark' title='Permanent Link: vCenter Client Passthrough Authentication'>vCenter Client Passthrough Authentication</a> <small>I started this blog for a couple reasons: 1.) To...</small></li>
<li><a href='http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/' rel='bookmark' title='Permanent Link: Installing PowerPath/VE using VMware Update Manager'>Installing PowerPath/VE using VMware Update Manager</a> <small>I am finishing up an installation of an EMC Clariion...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Virtualization Bookmarks for August 28th</title>
		<link>http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=virtualization-bookmarks-for-august-28th</link>
		<comments>http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 14:13:21 +0000</pubDate>
		<dc:creator>Joshua Townsend</dc:creator>
				<category><![CDATA[General IT]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[certificates]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[hippa]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[pci]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[regulations]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[vmsight]]></category>
		<category><![CDATA[vmtoday]]></category>
		<category><![CDATA[vsphere]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://vmtoday.com/?p=161</guid>
		<description><![CDATA[Here are some bookmarks for resources that I have recently referenced: vCenter 4 and ESX 4 Now Use 10 Year Default SSL Certificate &#124; VM /ETC &#8211; Rich Brambly has some guidance on installing a new SSL certificate on vCenter, with very useful links in his post to official VMware documentation and KB&#8217;s on the [...]


Related posts:<ol><li><a href='http://vmtoday.com/2010/07/emc-virtual-storage-integrator-update/' rel='bookmark' title='Permanent Link: EMC Virtual Storage Integrator Update'>EMC Virtual Storage Integrator Update</a> <small>I upgraded my in-house VMware vSphere environment to 4.0 Update...</small></li>
<li><a href='http://vmtoday.com/2010/05/free-san-monitor-for-ds3300-md3000i-and-others/' rel='bookmark' title='Permanent Link: Free SAN Monitor for DS3300, MD3000i and others'>Free SAN Monitor for DS3300, MD3000i and others</a> <small>One of my most popular posts to date had been...</small></li>
<li><a href='http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/' rel='bookmark' title='Permanent Link: vCenter Database Stats Rollup Troubleshooting'>vCenter Database Stats Rollup Troubleshooting</a> <small>VMware vCenter collects performance statistics, tasks and events for historical...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here are some bookmarks for resources that I have recently referenced:</p>
<ul>
<li><a href="http://vmetc.com/2009/08/14/vcenter-4-now-has-10-year-default-ssl-certificate/">vCenter 4 and ESX 4 Now Use 10 Year Default SSL Certificate | VM /ETC</a> &#8211; Rich Brambly has some guidance on installing a new SSL certificate on vCenter, with very useful links in his post to official VMware documentation and KB&#8217;s on the subject.</li>
<li><a href="http://www.virtuallifestyle.nl/2009/05/vmware-vsphere-client-on-microsoft-windows-7/">VMware vSphere Client on Microsoft Windows 7! | Virtual Lifestyle</a> &#8211; Heiko Verlande has found a way to run the VMware vSphere Client on Windows 7.</li>
<li><a href="http://www.virtu-al.net/2009/08/18/powercli-daily-report-v2/">Virtu-Al » PowerCLI: Daily Report V2</a> &#8211; Version two of a handy PowerShell based VMware Environment Daily Report from VMware vExpert and PowerShell guru Alan Renouf
<ul>What’s new/Bug Fixes<br />
* Active VMs count<br />
* Inactive VMs count<br />
* DRS Migrations count and list<br />
* Correct NTP Server check for each host<br />
* VMs stored on local datastores<br />
* NTP Service check for each host<br />
* vmkernel warning messages for each host<br />
* VM CPU ready over x%</ul>
</li>
<li><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1003468">VMware Self-Service- VMware Update Manager Plug-In fails to install</a> -Troubleshooting steps for vCenter Plug-in install problems.</li>
<li><a href="http://www.vmware.com/resources/techresources/1027">Using VMware VDI and vmSight for Stronger and Sustainable HIPAA and PCI Compliance</a> &#8211; Virtualization brings new options for protecting sensitive data by moving it from the desktop into the datacenter.</li>
<li><a href="http://blogs.technet.com/cotw/archive/2009/03/18/analyzing-storage-performance.aspx">Counter of the Week : Analyzing Storage Performance</a> &#8211; The purpose of this article is to provide prescriptive guidance on how to troubleshoot logical and physical disk response times in regards to Windows performance analysis. Start with the following performance counters to analyze disk response&#8230;</li>
<li><a href="http://www.networkworld.com/reviews/2008/072808-test-iscsi-sans.html">NetApp, Compellent, HP, Dell top the field in 12-product test &#8211; Network World</a> &#8211; A terabyte isn&#8217;t what it used to be. Disks are slower than you think. And a Gigabit Ethernet is plenty of bandwidth for many storage applications.</li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Virtualization+Bookmarks+for+August+28th+-+http://bit.ly/bRMfIh&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/&amp;title=Virtualization+Bookmarks+for+August+28th" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/&amp;title=Virtualization+Bookmarks+for+August+28th" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/&amp;title=Virtualization+Bookmarks+for+August+28th" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Virtualization%20Bookmarks%20for%20August%2028th%22&amp;body=Link: http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Here%20are%20some%20bookmarks%20for%20resources%20that%20I%20have%20recently%20referenced%3A%0D%0A%0D%0A%09vCenter%204%20and%20ESX%204%20Now%20Use%2010%20Year%20Default%20SSL%20Certificate%20%7C%20VM%20%2FETC%20-%20Rich%20Brambly%20has%20some%20guidance%20on%20installing%20a%20new%20SSL%20certificate%20on%20vCenter%2C%20with%20very%20useful%20links%20in%20his%20post%20to%20official%20VMware%20documentation%20and%20KB" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/&amp;title=Virtualization+Bookmarks+for+August+28th" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/&amp;title=Virtualization+Bookmarks+for+August+28th&amp;srcUrl=http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/&amp;srcTitle=Virtualization+Bookmarks+for+August+28th&amp;snippet=Here%20are%20some%20bookmarks%20for%20resources%20that%20I%20have%20recently%20referenced%3A%0D%0A%0D%0A%09vCenter%204%20and%20ESX%204%20Now%20Use%2010%20Year%20Default%20SSL%20Certificate%20%7C%20VM%20%2FETC%20-%20Rich%20Brambly%20has%20some%20guidance%20on%20installing%20a%20new%20SSL%20certificate%20on%20vCenter%2C%20with%20very%20useful%20links%20in%20his%20post%20to%20official%20VMware%20documentation%20and%20KB" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://vmtoday.com/2010/07/emc-virtual-storage-integrator-update/' rel='bookmark' title='Permanent Link: EMC Virtual Storage Integrator Update'>EMC Virtual Storage Integrator Update</a> <small>I upgraded my in-house VMware vSphere environment to 4.0 Update...</small></li>
<li><a href='http://vmtoday.com/2010/05/free-san-monitor-for-ds3300-md3000i-and-others/' rel='bookmark' title='Permanent Link: Free SAN Monitor for DS3300, MD3000i and others'>Free SAN Monitor for DS3300, MD3000i and others</a> <small>One of my most popular posts to date had been...</small></li>
<li><a href='http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/' rel='bookmark' title='Permanent Link: vCenter Database Stats Rollup Troubleshooting'>vCenter Database Stats Rollup Troubleshooting</a> <small>VMware vCenter collects performance statistics, tasks and events for historical...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vCenter Client Passthrough Authentication</title>
		<link>http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=vcenter-client-passthrough-authentication</link>
		<comments>http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 17:48:20 +0000</pubDate>
		<dc:creator>Joshua Townsend</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware How To]]></category>
		<category><![CDATA[3.5]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[kerberos]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[VI3]]></category>
		<category><![CDATA[virtual center]]></category>

		<guid isPermaLink="false">http://vmtoday.com/?p=82</guid>
		<description><![CDATA[I started this blog for a couple reasons: 1.) To help you, my readers, with your virtualization projects, and 2.) To help myself by: a.) raising my online profile as an expert in the community, and b.) To give myself somewhere to keep tidbits of knowledge that I find myself going back to look for [...]


Related posts:<ol><li><a href='http://vmtoday.com/2009/07/virtual-infrastructure-client-opens-off-screen/' rel='bookmark' title='Permanent Link: Virtual Infrastructure Client Opens Off Screen'>Virtual Infrastructure Client Opens Off Screen</a> <small>A user reported an issue with one of the VM&#8217;s...</small></li>
<li><a href='http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/' rel='bookmark' title='Permanent Link: vCenter Database Stats Rollup Troubleshooting'>vCenter Database Stats Rollup Troubleshooting</a> <small>VMware vCenter collects performance statistics, tasks and events for historical...</small></li>
<li><a href='http://vmtoday.com/2009/06/ot-joining-a-mac-to-a-windows-active-directory/' rel='bookmark' title='Permanent Link: OT: Joining a Mac to a Windows Active Directory'>OT: Joining a Mac to a Windows Active Directory</a> <small>We picked up a few new 17&#8243; MacBook Pro&#8217;s at...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I started this blog for a couple reasons: 1.) To help you, my readers, with your virtualization projects, and 2.) To help myself by: a.) raising my online profile as an expert in the community, and b.) To give myself somewhere to keep tidbits of knowledge that I find myself going back to look for over and over again.  This post is a 2b.</p>
<p>I just built up a new laptop and couldn&#8217;t remember how to set up pass-through authentication on my VI3 Client.  A quick Google search gave me the answer, courtesy of <a title="vinternals" href="http://vinternals.com" target="_blank">Stu Radnidge</a>&#8216;s post on nothing other than <a title="Virtual Center 2.5 Passthrough Authentication" href="http://vinternals.com/2008/02/virtualcenter-25-passthrough-authentication/" target="_blank">VirtualCenter 2.5 Passthrough Authentication</a>.  This little gem saves the terribly tedius work of having to manually enter your login credentials each time you launch the Virtual Infrastructure 3 Client by passing through your currently logged-in credentials to the VC server.  Thanks for the tip, Stu!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=vCenter+Client+Passthrough+Authentication+-+http://bit.ly/cmAYFy&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/&amp;title=vCenter+Client+Passthrough+Authentication" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/&amp;title=vCenter+Client+Passthrough+Authentication" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/&amp;title=vCenter+Client+Passthrough+Authentication" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22vCenter%20Client%20Passthrough%20Authentication%22&amp;body=Link: http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%20started%20this%20blog%20for%20a%20couple%20reasons%3A%201.%29%20To%20help%20you%2C%20my%20readers%2C%20with%20your%20virtualization%20projects%2C%20and%202.%29%20To%20help%20myself%20by%3A%20a.%29%20raising%20my%20online%20profile%20as%20an%20expert%20in%20the%20community%2C%20and%20b.%29%20To%20give%20myself%20somewhere%20to%20keep%20tidbits%20of%20knowledge%20that%20I%20find%20myself%20going%20back%20to%20look%20for%20ov" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/&amp;title=vCenter+Client+Passthrough+Authentication" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/&amp;title=vCenter+Client+Passthrough+Authentication&amp;srcUrl=http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/&amp;srcTitle=vCenter+Client+Passthrough+Authentication&amp;snippet=I%20started%20this%20blog%20for%20a%20couple%20reasons%3A%201.%29%20To%20help%20you%2C%20my%20readers%2C%20with%20your%20virtualization%20projects%2C%20and%202.%29%20To%20help%20myself%20by%3A%20a.%29%20raising%20my%20online%20profile%20as%20an%20expert%20in%20the%20community%2C%20and%20b.%29%20To%20give%20myself%20somewhere%20to%20keep%20tidbits%20of%20knowledge%20that%20I%20find%20myself%20going%20back%20to%20look%20for%20ov" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://vmtoday.com/2009/07/virtual-infrastructure-client-opens-off-screen/' rel='bookmark' title='Permanent Link: Virtual Infrastructure Client Opens Off Screen'>Virtual Infrastructure Client Opens Off Screen</a> <small>A user reported an issue with one of the VM&#8217;s...</small></li>
<li><a href='http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/' rel='bookmark' title='Permanent Link: vCenter Database Stats Rollup Troubleshooting'>vCenter Database Stats Rollup Troubleshooting</a> <small>VMware vCenter collects performance statistics, tasks and events for historical...</small></li>
<li><a href='http://vmtoday.com/2009/06/ot-joining-a-mac-to-a-windows-active-directory/' rel='bookmark' title='Permanent Link: OT: Joining a Mac to a Windows Active Directory'>OT: Joining a Mac to a Windows Active Directory</a> <small>We picked up a few new 17&#8243; MacBook Pro&#8217;s at...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://vmtoday.com/2009/03/vcenter-client-passthrough-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
