<?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>Joe&#039;s Tech Blog</title>
	<atom:link href="http://joestechblog.info/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://joestechblog.info</link>
	<description>Helping with Virtual Systems needs</description>
	<lastBuildDate>Mon, 19 Dec 2011 20:36:55 +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>Change Nic Pol</title>
		<link>http://joestechblog.info/?p=96</link>
		<comments>http://joestechblog.info/?p=96#comments</comments>
		<pubDate>Mon, 19 Dec 2011 20:36:55 +0000</pubDate>
		<dc:creator>MR.Admin</dc:creator>
				<category><![CDATA[KB:]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://joestechblog.info/?p=96</guid>
		<description><![CDATA[Thanks to http://blog.scottlowe.org/ who saved my life with this post http://blog.scottlowe.org/2008/12/16/using-vmware-vim-cmd-to-modify-a-portgroup/ Using vmware-vim-cmd to Modify a Portgroup While creating a command-line configuration guide for a design that I’d prepared, I found myself in need of a command that sets the NIC failover order explicitly for a portgroup. I suspected—and was correct—that vmware-vim-cmd would do the job, but [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://blog.scottlowe.org/">http://blog.scottlowe.org/</a> who saved my life with this post</p>
<p><a href="http://blog.scottlowe.org/2008/12/16/using-vmware-vim-cmd-to-modify-a-portgroup/">http://blog.scottlowe.org/2008/12/16/using-vmware-vim-cmd-to-modify-a-portgroup/</a></p>
<p>Using vmware-vim-cmd to Modify a Portgroup</p>
<p>While creating a command-line configuration guide for a design that I’d prepared, I found myself in need of a command that sets the NIC failover order explicitly for a portgroup. I suspected—and was correct—that vmware-vim-cmd would do the job, but was having a hard time finding documentation on the correct syntax. Even the extensive XtraVirt vimsh white paper did not have information on the syntax. After a little bit of digging around, I found the information for which I was looking. Here it is for future benefit.</p>
<p>The syntax for using vmware-vim-cmd to modify the NIC failover order for a portgroup looks like this:</p>
<p>vmware-vim-cmd hostsvc/net/portgroup_set &#8211;nicorderpolicy-active=&lt;List of NICs&gt; &lt;vSwitch#&gt; &lt;Portgroup&gt;</p>
<p>If the portgroup name includes spaces, then wrap the portgroup name in double quotes, like this:</p>
<p>vmware-vim-cmd hostsvc/net/portgroup_set &#8211;nicorderpolicy-active=vmnic0 vSwitch0 &#8220;Service Console&#8221;</p>
<p>That sets only the active NICs. Any NICs not included in the command above are set to Unused, which is generally not the desired result. Usually, we’d want those to be Standby NICs. To set the standby NICs, use this command:</p>
<p>vmware-vim-cmd hostsvc/net/portgroup_set &#8211;nicorderpolicy-standby=&lt;List of VMNICs&gt; &lt;vSwitch#&gt; &lt;Portgroup&gt;</p>
<p>Run the command to set the active NICs first, then run the command to set the standby NICs. The following example will set vmnic0 as Active and vmnic1 as standby for the Service Console port group on vSwitch0:</p>
<p>vmware-vim-cmd hostsvc/net/portgroup_set &#8211;nicorderpolicy-active=vmnic0 vSwitch0 &#8220;Service Console&#8221;<br />
vmware-vim-cmd hostsvc/net/portgroup_set &#8211;nicorderpolicy-standby=vmnic1 vSwitch0 &#8220;Service Console&#8221;</p>
<p>I hope this is helpful to some readers.</p>
<p>UPDATE: A reader clarified in the comments that the parameters can actually be combined into a single command, like so:</p>
<p>vmware-vim-cmd hostsvc/net/portgroup_set &#8211;nicorderpolicy-active=vmnic0 &#8211;nicorderpolicy-standby=vmnic1 vSwitch0 &#8220;Service Console&#8221;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://joestechblog.info/?feed=rss2&#038;p=96</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Directory Web Services fails to read the settings for the specified Active Directory Lightweight Directory Services instance</title>
		<link>http://joestechblog.info/?p=94</link>
		<comments>http://joestechblog.info/?p=94#comments</comments>
		<pubDate>Wed, 30 Nov 2011 14:21:48 +0000</pubDate>
		<dc:creator>MR.Admin</dc:creator>
				<category><![CDATA[KB:]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[KB Article: 1023864]]></category>

		<guid isPermaLink="false">http://joestechblog.info/?p=94</guid>
		<description><![CDATA[Active Directory Web Services fails to read the settings for the specified Active Directory Lightweight Directory Services instance Symptoms After installing vCenter Server, the Active Directory Web Services (ADWS) is unable to read the settings for the specified Active Directory Lightweight Directory Services (AD LDS) instance You see the error: Active Directory Web Services encountered an error while reading the [...]]]></description>
			<content:encoded><![CDATA[<h2>Active Directory Web Services fails to read the settings for the specified Active Directory Lightweight Directory Services instance</h2>
<div>
<h4>Symptoms</h4>
<div>
<ul>
<li>After installing vCenter Server, the Active Directory Web Services (ADWS) is unable to read the settings for the specified Active Directory Lightweight Directory Services (AD LDS) instance</li>
<li>You see the error:
<p>Active Directory Web Services encountered an error while reading the settings for the specified Active Directory Lightweight Directory Services instance. Active Directory Web Services will retry this operation periodically.</li>
<li>Microsoft Event ID: 1209</li>
</ul>
</div>
<h4>Resolution</h4>
<div>
<div><span style="font-size: small;">This issue occurs if ADWS is unable to read the ports that AD LDS is configured to use for LDAP and Secure LDAP (SSL) services.</p>
<p>ADWS reads these registry entries to check for the configuration settings:</p>
<p>Key: HKLM\SYSTEM\CurrentControlSet\Services\&lt;ADAM_INSTANCE_NAME&gt;\Parameters<br />
Value: Port LDAP<br />
Type: REG_DWORD<br />
Data: 1 – 65535 (default: 389)</p>
<p>Key: HKLM\SYSTEM\CurrentControlSet\Services\&lt;ADAM_INSTANCE_NAME&gt;\Parameters<br />
Value: Port SSL<br />
Type: REG_DWORD<br />
Data: 1 – 65535 (default: 636)</p>
<p>To resolve this issue:</span></div>
<ul>
<li><span style="font-size: small;">Verify that the above registry keys exist and have appropriate values.</span></li>
<li><span style="font-size: small;">Ensure that the NT AUTHORITY\SYSTEM account has permission to read the values.</span></li>
<li><span style="font-size: small;">Verify that ADWS runs under the Local System account.</span></li>
<li><span style="font-size: small;">Ensure that the <span style="font-family: 'Courier New';">\System\CurrentControlSet\Services\&lt;ADAM_INSTANCE_NAME&gt;\Parameters\Port SSL<br />
</span>key is of type REG_DWORD. If the value is REG_SZ, you must delete it and create a new REG_DWORD with the value 636 (decimal).</span></li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://joestechblog.info/?feed=rss2&#038;p=94</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vCenter Server 4.1 running with Oracle, DB2, or MSSQL causes tempdb to grow Out of control</title>
		<link>http://joestechblog.info/?p=89</link>
		<comments>http://joestechblog.info/?p=89#comments</comments>
		<pubDate>Tue, 29 Nov 2011 16:23:07 +0000</pubDate>
		<dc:creator>MR.Admin</dc:creator>
				<category><![CDATA[KB:]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[KB Article: 1033925]]></category>

		<guid isPermaLink="false">http://joestechblog.info/?p=89</guid>
		<description><![CDATA[If you are running vCenter Server 4.1 with Oracle, DB2, or MSSQL, you may experience running out of space. &#160; I have found this has Help fix the issue http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#38;cmd=displayKC&#38;externalId=1033925]]></description>
			<content:encoded><![CDATA[<p>If you are running vCenter Server 4.1 with Oracle, DB2, or MSSQL, you may experience running out of space.</p>
<p>&nbsp;</p>
<p>I have found this has Help fix the issue</p>
<p><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1033925">http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1033925</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joestechblog.info/?feed=rss2&#038;p=89</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop the E-PARASITE Act.</title>
		<link>http://joestechblog.info/?p=85</link>
		<comments>http://joestechblog.info/?p=85#comments</comments>
		<pubDate>Tue, 22 Nov 2011 19:37:49 +0000</pubDate>
		<dc:creator>MR.Admin</dc:creator>
				<category><![CDATA[Blogs]]></category>

		<guid isPermaLink="false">http://joestechblog.info/?p=85</guid>
		<description><![CDATA[This Bill would allow essentially allow A Great Firewall of America and would be a shameful desecration of free speech and any sort of reasonable copyright law. The new Law would allow copyright holders to force websites which have any copyrighted material to be blocked by ISP companies around the country, without requiring that the [...]]]></description>
			<content:encoded><![CDATA[<p>This Bill would allow essentially allow A Great Firewall of America and would be a shameful desecration of free speech and any sort of reasonable copyright law. The new Law would allow copyright holders to force websites which have any copyrighted material to be blocked by ISP companies around the country, without requiring that the websites be given time to take the offending material down. It would also put pressure on ISP companies to monitor their users like never before, a gross invasion of privacy. This bill is a direct assault on a free internet and a shameful attempt by copyright lobbyists to destroy net neutrality. Essentially it&#8217;s a censorship law that would end the internet as we know it in America.</p>
<p><a href="https://wwws.whitehouse.gov/petitions#!/petition/stop-e-parasite-act/SWBYXX55">https://wwws.whitehouse.gov/petitions#!/petition/stop-e-parasite-act/SWBYXX55</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joestechblog.info/?feed=rss2&#038;p=85</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vOPS ISSUE</title>
		<link>http://joestechblog.info/?p=81</link>
		<comments>http://joestechblog.info/?p=81#comments</comments>
		<pubDate>Tue, 22 Nov 2011 19:35:47 +0000</pubDate>
		<dc:creator>MR.Admin</dc:creator>
				<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://joestechblog.info/?p=81</guid>
		<description><![CDATA[ You install the appliance, but can&#8217;t connect to it. The browser returns &#8220;connection reset&#8221; or &#8220;unreachable&#8221; (depends on the browser). If you used another client system, and it worked, and you connected the appliance to your VCenter, the original system&#8217;s VCenter Client still shows that the plugin is disabled due to connection error. Network dump [...]]]></description>
			<content:encoded><![CDATA[<p><strong> </strong>You install the appliance, but can&#8217;t connect to it. The browser returns &#8220;connection reset&#8221; or &#8220;unreachable&#8221; (depends on the browser). If you used another client system, and it worked, and you connected the appliance to your VCenter, the original system&#8217;s VCenter Client still shows that the plugin is disabled due to connection error. Network dump shows that the TCP handshake succeeds, but the appliance resets the connection after the first HTTPS packet.</p>
<p>&nbsp;</p>
<p>Cause: The appliance is configured using default SUSE security settings, which include &#8220;ALL : KNOWN&#8221; line in /etc/hosts.allow. This line dictates that the client IP must be reverse resolvable to a name and then back from the name to the same IP. If your environment doesn&#8217;t have reverse DNS that matches exactly with direct DNS, the check may fail, and the server will close the connection.</p>
<p>&nbsp;</p>
<p>Resolution: Use the console to connect to the command line (login as &#8220;root&#8221; / &#8220;admin&#8221;), and change the above line to &#8220;ALL : ALL&#8221;. You need to know how to use vi.</p>
]]></content:encoded>
			<wfw:commentRss>http://joestechblog.info/?feed=rss2&#038;p=81</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save Your Friends and Family From Malware! (UPDATED)</title>
		<link>http://joestechblog.info/?p=79</link>
		<comments>http://joestechblog.info/?p=79#comments</comments>
		<pubDate>Sat, 29 Oct 2011 23:18:44 +0000</pubDate>
		<dc:creator>MR.Admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[AV]]></category>
		<category><![CDATA[Malware]]></category>

		<guid isPermaLink="false">http://joestechblog.info/?p=79</guid>
		<description><![CDATA[If you&#8217;re at all competent with a computer, chances are you&#8217;ve had requests from people to fix these problems. I&#8217;ve heard different programs mentioned (XP Antivirus, Antivirus 2009, etc.), but it usually goes like this: &#8220;Hey, I&#8217;m getting this messages from [program] that I&#8217;m infected, can you fix that?&#8221; Note: run the first two in safe mode, [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re at all competent with a computer, chances are you&#8217;ve had requests from people to fix these problems. I&#8217;ve heard different programs mentioned (XP Antivirus, Antivirus 2009, etc.), but it usually goes like this: &#8220;Hey, I&#8217;m getting this messages from [program] that I&#8217;m infected, can you fix that?&#8221;<br />
<em>Note: run the first two in safe mode, if possible!</em></p>
<p>1. <a href="http://www.bleepingcomputer.com/combofix/how-to-use-combofix">Combofix</a>. This one has seen some major upgrades recently, and I use it on every cleanup. Where the old version just gave you a blue screen and said &#8220;Hang out for about ten minutes,&#8221; the current version provides feedback about what&#8217;s going on. Before any changes are made, ComboFix backs up the registry. <strong>Based on the comments, BE CAREFUL. Combofix has never caused me any issues, but your experience may be different.</strong></p>
<p>2. <a href="http://siri.geekstogo.com/SmitfraudFix.php">SmitFraudFix</a>. I&#8217;ve used it for ages, but there was a brief span where it wasn&#8217;t doing such a great job (that&#8217;s when I started with ComboFix again). Things are back in order, and SmitFraudFix is doing a bang-up job once again. Make sure you run all the options with it (update, dns hijack, trusted zone, clean) and answer yes to &#8220;Clean the registry?&#8221; when asked. Nothing to install here, either, it&#8217;s portable.</p>
<p>3. <a href="http://www.superantispyware.com/">SuperAntiSpyware</a>. When I first saw this one, I thougt it was bogus. It looked like some of the rogue apps I was trying to remove &#8211; now I know better. While I&#8217;m sure some people think this is a crap choice, it&#8217;s been working great for me. It&#8217;s got a lot of nice features, and it catches <strong><em>damn near everything</em></strong> that ComboFix and SmitFraudFix don&#8217;t. Follow-up scans with Malwarebytes and Ad-Aware never turn up more than a few cookies.</p>
<p>&nbsp;</p>
<p>4. <a href="http://www.ccleaner.com/">CCleaner</a>. Crap Cleaner bats cleanup. It&#8217;s a great final, general cleanup to run on a system that you&#8217;ve just scanned. Keep the <a href="http://www.ccleaner.com/download/builds">portable version</a> handy for fast cleanup jobs.</p>
<p>5. <a href="http://www.malwarebytes.org/">Malwarebytes</a> Malwarebytes works for most of the time</p>
<p>&nbsp;</p>
<p>Update from AOL- downloadsquad original posted</p>
]]></content:encoded>
			<wfw:commentRss>http://joestechblog.info/?feed=rss2&#038;p=79</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View Composer Agent Initialization Error (16)</title>
		<link>http://joestechblog.info/?p=74</link>
		<comments>http://joestechblog.info/?p=74#comments</comments>
		<pubDate>Fri, 28 Oct 2011 15:21:49 +0000</pubDate>
		<dc:creator>MR.Admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[View]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://joestechblog.info/?p=74</guid>
		<description><![CDATA[Last week doing a demo I Found View Composer Agent Initialization Error (16) causing me an issue.   the Quick fix is To bypass license activation by QuickPrep: In the guest operating system on the parent virtual machine, start the Windows Registry Editor and navigate to this registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vmware-viewcomposer-ga Navigate to the SkipLicenseActivation registry value. The default value is 0. [...]]]></description>
			<content:encoded><![CDATA[<p>Last week doing a demo I Found View Composer Agent Initialization Error (16) causing me an issue.   the Quick fix is</p>
<p>To bypass license activation by QuickPrep:</p>
<ol>
<li>In the guest operating system on the parent virtual machine, start the Windows Registry Editor and navigate to this registry key:<strong><em>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vmware-viewcomposer-ga</em></strong></li>
<li>Navigate to the <strong><em>SkipLicenseActivation</em></strong> registry value. The default value is 0.</li>
<li>Set the value to 1.</li>
</ol>
<div><span class="Apple-style-span" style="line-height: 19px;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://joestechblog.info/?feed=rss2&#038;p=74</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware vSphere 5 Licensing &amp; Pricing Update</title>
		<link>http://joestechblog.info/?p=67</link>
		<comments>http://joestechblog.info/?p=67#comments</comments>
		<pubDate>Thu, 04 Aug 2011 01:41:43 +0000</pubDate>
		<dc:creator>MR.Admin</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[ESXI]]></category>
		<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://joestechblog.info/?p=67</guid>
		<description><![CDATA[So after a few weeks of chatter We have some new Licensing and i think this will make more people happy &#160; • Increased vRAM entitlements for all vSphere editions, including the doubling of the entitlements for vSphere Enterprise and Enterprise Plus. This change addresses concerns about future-looking business cases that were based on future [...]]]></description>
			<content:encoded><![CDATA[<p>So after a few weeks of chatter We have some new Licensing and i think this will make more people happy</p>
<p>&nbsp;</p>
<div align="center">
<table width="580" border="0" cellspacing="3" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="10">•</td>
<td valign="top" width="570"><strong>Increased vRAM entitlements for all vSphere editions</strong>, including the doubling of the entitlements for vSphere Enterprise and Enterprise Plus. This change addresses concerns about future-looking business cases that were based on future hardware capabilities and the previous vSphere licensing model.  Below is a comparison of the previously announced and the new vSphere 5 vRAM entitlements per vSphere edition:</td>
</tr>
<tr>
<td valign="top">&nbsp;</td>
<td valign="top">
<table width="570" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="190"><strong>vSphere edition </strong></td>
<td width="190"><strong>Previous vRAM entitlement </strong></td>
<td width="190"><strong>New vRAM entitlement </strong></td>
</tr>
<tr>
<td>vSphere Enterprise+</td>
<td>48 GB</td>
<td>96 GB</td>
</tr>
<tr>
<td>vSphere Enterprise</td>
<td>32 GB</td>
<td>64 GB</td>
</tr>
<tr>
<td>vSphere Standard</td>
<td>24 GB</td>
<td>32 GB</td>
</tr>
<tr>
<td>vSphere Essentials+</td>
<td>24 GB</td>
<td>32 GB</td>
</tr>
<tr>
<td>vSphere Essentials</td>
<td>24 GB</td>
<td>32 GB</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td valign="top" width="10">•</td>
<td valign="top"><strong>Capped the amount of vRAM we count in any given VM</strong>, so that no VM, not even the “monster” 1TB vRAM VM, would cost more than one vSphere Enterprise Plus license. This change also aligns with our goal to make vSphere 5 the best platform for running Tier 1 applications.</td>
</tr>
<tr>
<td valign="top" width="10">•</td>
<td valign="top"><strong>Aadjusted  model to be much more flexible</strong> around transient workloads, and short-term spikes that are typical in test &amp; development environments for example. We will now calculate a 12-month average of consumed vRAM to rather than tracking the high water mark of vRAM.</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://joestechblog.info/?feed=rss2&#038;p=67</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware vSphere 5 Whats new!!!</title>
		<link>http://joestechblog.info/?p=64</link>
		<comments>http://joestechblog.info/?p=64#comments</comments>
		<pubDate>Wed, 13 Jul 2011 00:19:59 +0000</pubDate>
		<dc:creator>MR.Admin</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://joestechblog.info/?p=64</guid>
		<description><![CDATA[So for a quick rundown of some of the cool new things coming with  vSphere 5. In the coming weeks I will have more tech savvy Post but for now enjoy vSphere 5.0 – Scaling Virtual Machines Create virtual machines with up to: 32 vCPU 1 TB of RAM New Virtual Machine Capabilities 3D graphics [...]]]></description>
			<content:encoded><![CDATA[<p><strong>So for a quick rundown of some of the cool new things coming with  vSphere 5. In the coming weeks I will have more tech savvy Post but for now enjoy </strong></p>
<p><strong> </strong></p>
<p><strong>vSphere 5.0 – Scaling Virtual Machines</strong><strong> </strong></p>
<p>Create virtual machines with up to:</p>
<ul>
<li>32 vCPU</li>
<li>1 TB of RAM</li>
</ul>
<p><strong> </strong></p>
<p><strong>New Virtual Machine Capabilities</strong></p>
<ul>
<li>3D graphics</li>
<li>Client-connected USB devices</li>
<li>USB 3.0</li>
<li>Smart Card Readers</li>
<li>Multi-core virtual CPUs (in GUI)</li>
<li>Extended VMware tools compatibility</li>
<li><strong>Mac OS X server support</strong></li>
</ul>
<p>&nbsp;</p>
<p><strong>Profile-Driven Storage and Storage DRS</strong></p>
<ul>
<li>Tier storage based on performance characteristics (i.e. datastore cluster)</li>
<li>Simplify initial storage placement</li>
<li>Load balance based on I/O</li>
<li>Eliminate VM downtime for storage maintenance</li>
<li>Reduce time for storage planning/configuration</li>
<li>Reduce errors in the selection and management of VM storage</li>
<li>Increase storage utilization by optimizing placement</li>
</ul>
<p>&nbsp;</p>
<p><strong>vSphere 5.0 – Auto Deploy</strong></p>
<ul>
<li>Deploy and patch vSphere hosts in minutes using a new “on the fly” model</li>
<li>Coordination with vSphere Host Profiles</li>
<li>Rapid provisioning: initial deployment and patching of hosts</li>
<li>Centralized host and image management</li>
<li>Reduce manual deployment and patch processes</li>
</ul>
<p><strong>vSphere 5.0 – View Accelerator</strong></p>
<ul>
<li>Caching data on a vSphere Host rather than requesting at boot time from a storage array</li>
<li>Faster boot for virtual desktop</li>
<li>More efficient use of existing storage arrays</li>
<li>Enhanced scalability</li>
<li>Acceleration of new or existing View deployments</li>
</ul>
<p>&nbsp;</p>
<p><strong>vSphere 5.0 – vCenter Server Appliance (Linux)</strong></p>
<p><strong>Run vCenter Server as a Linux-based appliance</strong></p>
<p>&nbsp;</p>
<ul>
<li>Simplified setup and configuration</li>
<li>Enables deployment choices according to business needs or requirements</li>
<li>Leverages vSphere availability features for protection of the management layer</li>
</ul>
<p><strong>vSphere 5.0 – Web Client</strong></p>
<p><strong>Run and manage vSphere from any web browser anywhere in the world (Windows, OSX, Linux)</strong></p>
<p>&nbsp;</p>
<p><strong>vSphere 5.0 – The Best of the Rest</strong></p>
<p><strong>Platform </strong></p>
<p>Hardware Version 8 – EFI  virtual BIOS</p>
<p><strong> </strong></p>
<p><strong>Network </strong></p>
<p>Distributed Switch (Netflow, SPAN support, LLDP) Network I/O Controls (per VM), ESXi firewall</p>
<p><strong> </strong></p>
<p><strong>Storage </strong></p>
<p>VMFS 5</p>
<p>iSCSI UI</p>
<p>Storage I/O Control (NFS)</p>
<p>Array Integration for Thin Provisioning,</p>
<p>Swap to SSD, 2TB+ VMFS datastores</p>
<p>Storage vMotion Snapshot Support</p>
<p>&nbsp;</p>
<p><strong>Availability</strong></p>
<p>vMotion with higher latency links</p>
<p><strong> </strong></p>
<p><strong>Management</strong></p>
<p>Inventory Extensibility</p>
<p>Solution Installation and Management</p>
<p>iPad client</p>
]]></content:encoded>
			<wfw:commentRss>http://joestechblog.info/?feed=rss2&#038;p=64</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raising the Bar, Part V</title>
		<link>http://joestechblog.info/?p=61</link>
		<comments>http://joestechblog.info/?p=61#comments</comments>
		<pubDate>Sun, 03 Jul 2011 15:07:02 +0000</pubDate>
		<dc:creator>MR.Admin</dc:creator>
				<category><![CDATA[Default]]></category>

		<guid isPermaLink="false">http://joestechblog.info/?p=61</guid>
		<description><![CDATA[Raising the Bar, Part V Date: Tuesday, July 12, 2011 Time: 9:00 AM (PT) &#124; 12:00 PM (ET) Please join VMware executives Paul Maritz, CEO and Steve Herrod, CTO for the unveiling of the next major step forward in Cloud infrastructure. Paul &#38; Steve’s 45 minute live webcast will be followed by additional online sessions where you [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #016990;"><span style="font-size: medium;">Raising the Bar, Part V</span></span></strong></p>
<p><strong>Date:</strong> Tuesday, July 12, 2011<br />
<strong>Time:</strong> 9:00 AM (PT) | 12:00 PM (ET)</p>
<p>Please join VMware executives <a href="http://wcc.on24.com/eventManager/presentation/html.jsp?profiletype=customHTML2&amp;eventid=319982&amp;sessionid=1&amp;mode=preview#bio11308758" target="_blank"><span style="color: #016990;"><strong>Paul Maritz</strong></span></a>, CEO and <a href="http://wcc.on24.com/eventManager/presentation/html.jsp?profiletype=customHTML3&amp;eventid=319982&amp;sessionid=1&amp;mode=preview" target="_blank"><span style="color: #016990;"><strong>Steve Herrod</strong></span></a>, CTO for the unveiling of the next major step forward in Cloud infrastructure.</p>
<p>Paul &amp; Steve’s 45 minute live webcast will be followed by additional online sessions where you can learn more about the industry’s most trusted virtualization and cloud infrastructure products and services.</p>
<p>Join us and experience how the virtualization journey is helping transform IT and ushering in the era of Cloud Computing.</p>
<p>Join at <a href="https://event.on24.com/eventRegistration/EventLobbyServlet?target=registration.jsp&amp;needuserinfo=y&amp;eventid=319982&amp;sessionid=1&amp;key=82E09EE9B6FB6F29E31FB41998C23C79&amp;sourcepage=register">https://event.on24.com/eventRegistration/EventLobbyServlet?target=registration.jsp&amp;needuserinfo=y&amp;eventid=319982&amp;sessionid=1&amp;key=82E09EE9B6FB6F29E31FB41998C23C79&amp;sourcepage=register</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joestechblog.info/?feed=rss2&#038;p=61</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: joestechblog.info @ 2012-05-21 01:51:22 -->
