<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>VMwire</title>
	<atom:link href="http://vmwire.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vmwire.com</link>
	<description>Virtualisation made simple</description>
	<lastBuildDate>Thu, 26 Jan 2012 09:35:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vmwire.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>VMwire</title>
		<link>http://vmwire.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vmwire.com/osd.xml" title="VMwire" />
	<atom:link rel='hub' href='http://vmwire.com/?pushpress=hub'/>
		<item>
		<title>Creating vSphere 5 ESXi embedded USB Stick</title>
		<link>http://vmwire.com/2011/09/11/creating-vsphere-5-esxi-embedded-usb-stick/</link>
		<comments>http://vmwire.com/2011/09/11/creating-vsphere-5-esxi-embedded-usb-stick/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 10:32:00 +0000</pubDate>
		<dc:creator>Hugo Phan</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[vSphere5]]></category>
		<category><![CDATA[bootable]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[vsphere 5]]></category>

		<guid isPermaLink="false">http://vmwire.com/?p=636</guid>
		<description><![CDATA[A very quick post on how to create an image that contains vSphere 5 ESXi Embedded with which you can use to quickly create USB sticks that have the ESXi hypervisor installed.  This is not the same as creating a bootable USB key that contains the installation files to install ESXi from the USB stick. &#8230; <a href="http://vmwire.com/2011/09/11/creating-vsphere-5-esxi-embedded-usb-stick/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=636&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A very quick post on how to create an image that contains vSphere 5 ESXi Embedded with which you can use to quickly create USB sticks that have the ESXi hypervisor installed.  This is not the same as creating a bootable USB key that contains the installation files to install ESXi from the USB stick.  Use this in your lab environment, I wouldn&#8217;t recommend doing this in production environments.</p>
<p>In previous versions of vSphere ESXi, it was relatively straight forward to create a bootable USB key which already contained the ESXi hypervizor.  This was done by extracting the files from the ISO and then using &#8216;dd&#8217; to image the directory structure to the USB stick.  With vSphere ESXi 5 however, this technique is no longer possible.  There is a workaround however.  ESXi is installed and configured in two steps, the installation is done to a disk with a vanilla installation of ESXi without configuration.  The server is then rebooted and the configuration of ESXi continues with the creation of the management network vmk0 or vmk1 (depending on your setup), hostname, DNS etc.</p>
<p>For this to work, we do not perform the second part, which is the configuration, but take an image of the USB key directly after the installation of the vanilla installation of ESXi without configuration.  This enables us to image this vanilla installation onto as many USB sticks, i.e., servers as we like without clashes in virtual MAC addresses and the like.</p>
<p>What you will need: VMware Workstation, 1 USB stick, the ESXi Installable ISO file VMware-VMvisor-Installer-5.0.0-469512.x86_64.iso, WinImage.</p>
<h2>Quick steps</h2>
<ol>
<li>Create a new ESX virtual machine in VMware Workstation with CD-ROM drive, USB adapter, 2Gb RAM and 2vCPUs.</li>
<li>Mount the ESXi Installable ISO file to the CD Drive.</li>
<li>Insert the USB stick to your workstation (the same one that runs VMware Workstation).</li>
<li>Boot the VM and connect the USB stick to the VM.</li>
<li>Install ESXi as normal, making sure that you install onto the USB stick, when installation is complete, disconnect the USB stick from the VM and do not reboot the VM, just turn it off.  You no longer need this VM.</li>
<li>With the USB stick still connected to your workstation, open up Winimage.</li>
<li>Go to <strong>Disk</strong> | <strong>Creating Virtual Hard Disk image from physical drive</strong> and select the USB stick that you installed ESXi on.</li>
<li>Select a location where to save your image and change the file type to Image file (*.ima).</li>
<li>WinImage will now make a backup on your newly installed USB stick.</li>
</ol>
<h2><span style="font-size:small;"><span class="Apple-style-span" style="line-height:24px;">Creating vSphere 5 ESXi embedded bootable USB sticks</span></span></h2>
<ol>
<li>Now that you have an ESXi image, you can use this to build lots of USB sticks which are ready for ESXi deployment.</li>
<li>Insert a new USB stick into a spare USB port.</li>
<li>Launch WinImage and navigate to <strong>Disk</strong> | <strong>Restore Virtual Hard Disk image on physical drive</strong>.</li>
<li>Select the USB stick and click on OK.</li>
<li>Navigate to the image file that you created previously.  WinImage will now restore the backed up image to your new USB stick.</li>
<li>Repeat as necessary.</li>
</ol>
<h2><span style="font-size:small;"><span class="Apple-style-span" style="line-height:24px;">Configure ESXi</span></span></h2>
<p>Once the stick is ready, just insert into a spare USB port on your server and ESXi will boot into the configuration screen ready for you to configure management network details.</p>
<p>You may need to log onto the local console once ESXi has finished booting and launch the &#8216;Restore Network Settings&#8217;.  This will reset the vmk0 or vmk1 (depending on your setup) interface.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmwire.wordpress.com/636/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmwire.wordpress.com/636/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vmwire.wordpress.com/636/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vmwire.wordpress.com/636/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vmwire.wordpress.com/636/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vmwire.wordpress.com/636/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vmwire.wordpress.com/636/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vmwire.wordpress.com/636/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vmwire.wordpress.com/636/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vmwire.wordpress.com/636/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vmwire.wordpress.com/636/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vmwire.wordpress.com/636/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vmwire.wordpress.com/636/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vmwire.wordpress.com/636/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=636&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmwire.com/2011/09/11/creating-vsphere-5-esxi-embedded-usb-stick/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c05c47067c49fce7f4ecc26a2816f8b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmwire</media:title>
		</media:content>
	</item>
		<item>
		<title>VMware vCenter Server Virtual Appliance (vCSA) Feature Parity</title>
		<link>http://vmwire.com/2011/08/09/vmware-vcenter-server-virtual-appliance-vcsa-feature-parity/</link>
		<comments>http://vmwire.com/2011/08/09/vmware-vcenter-server-virtual-appliance-vcsa-feature-parity/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 10:54:55 +0000</pubDate>
		<dc:creator>Hugo Phan</dc:creator>
				<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vSphere5]]></category>
		<category><![CDATA[vcenter appliance]]></category>
		<category><![CDATA[vcsa]]></category>

		<guid isPermaLink="false">http://vmwire.wordpress.com/2011/08/09/vmware-vcenter-server-virtual-appliance-vcsa-feature-parity/</guid>
		<description><![CDATA[In a previous article I wrote about the vCSA&#8217;s features and benefits.  A few readers have asked what works with the vCSA and what does not. The vCSA supports all vCenter features – DRS, SDRS, HA, Host Profiles, dvSwitches, etc. Secondary architecture features like supported DB, View Composer are not yet at feature parity with the Windows &#8230; <a href="http://vmwire.com/2011/08/09/vmware-vcenter-server-virtual-appliance-vcsa-feature-parity/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=630&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In a previous <a href="http://vmwire.com/2011/07/17/vmware-vcenter-server-virtual-appliance-vcsa-features-and-benefits/">article</a> I wrote about the vCSA&#8217;s features and benefits.  A few readers have asked what works with the vCSA and what does not.</p>
<p>The vCSA supports all <span style="color:black;"><strong>vCenter</strong></span> features – DRS, SDRS, HA, Host Profiles, dvSwitches, etc.</p>
<p>Secondary architecture features like supported DB, View Composer are not yet at feature parity with the Windows vCenter Server.</p>
<h2>Not supported yet:</h2>
<ul>
<li>Microsoft SQL as the database for vCenter – requires stable ODBC driver for Linux that can scale.</li>
<li>vCenter Server Linked Mode &#8211; requires ADAM.</li>
<li>vCenter Server Heartbeat &#8211; requires Windows.</li>
<li>IPv6.</li>
<li>Single sign-on using Windows session credentials.</li>
<li>VMware View Composer (Linked Clones) &#8211; installed on Windows vCenter Server only.</li>
<li>vSphere Storage Appliance – VSA Manager &amp; VSA Cluster Server installed on Windows vCenter Server.</li>
<li>VIX Plugin for vCenter Orchestrator – VMware Tools API only works with Windows vCenter Server.</li>
</ul>
<h2>Other VMware products that work with the vCSA:</h2>
<ul>
<li>vCenter Operations.</li>
<li>vCenter Orchestrator.</li>
<li>vCenter CapacityIQ.</li>
<li>SRM5.</li>
<li>VMware View 5 (no Linked Clones).</li>
<li>Auto Deploy.</li>
<li>vCenter Update Manager.</li>
<li>vMA.</li>
<li>vSphere Client.</li>
<li>vSphere Web Client.</li>
<li>VMware vCloud Director.</li>
<li>PowerCLI.</li>
<li>vSphere Client for iPad &amp; vCMA.</li>
</ul>
<p>If I find anything else, I&#8217;ll update the article.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmwire.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmwire.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vmwire.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vmwire.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vmwire.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vmwire.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vmwire.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vmwire.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vmwire.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vmwire.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vmwire.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vmwire.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vmwire.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vmwire.wordpress.com/630/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=630&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmwire.com/2011/08/09/vmware-vcenter-server-virtual-appliance-vcsa-feature-parity/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c05c47067c49fce7f4ecc26a2816f8b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmwire</media:title>
		</media:content>
	</item>
		<item>
		<title>VMware vCenter Server Virtual Appliance (vCSA) features and benefits</title>
		<link>http://vmwire.com/2011/07/17/vmware-vcenter-server-virtual-appliance-vcsa-features-and-benefits/</link>
		<comments>http://vmwire.com/2011/07/17/vmware-vcenter-server-virtual-appliance-vcsa-features-and-benefits/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 08:42:21 +0000</pubDate>
		<dc:creator>Hugo Phan</dc:creator>
				<category><![CDATA[vcenter]]></category>
		<category><![CDATA[lunux vcenter]]></category>
		<category><![CDATA[vcenter linux]]></category>
		<category><![CDATA[vcenter server virtual appliance]]></category>
		<category><![CDATA[vcsa]]></category>

		<guid isPermaLink="false">http://vmwire.wordpress.com/2011/07/17/vmware-vcenter-server-virtual-appliance-vcsa-features-and-benefits/</guid>
		<description><![CDATA[The VMware vCenter Server Virtual Appliance (vCSA) provides an alternative option for organizations that chose not to run the Windows vCenter Server but still require centralised management of VMware vSphere deployments in the enterprise. It provides exactly the same functionality as the traditional Windows vCenter Server but packaged in a Linux distribution. I know that &#8230; <a href="http://vmwire.com/2011/07/17/vmware-vcenter-server-virtual-appliance-vcsa-features-and-benefits/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=617&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://vmwire.files.wordpress.com/2011/07/071711_0842_vmwarevcent1.png?w=750" alt="" align="left" />The VMware vCenter Server Virtual Appliance (vCSA) provides an alternative option for organizations that chose not to run the Windows vCenter Server but still require centralised management of VMware vSphere deployments in the enterprise.</p>
<p>It provides exactly the same functionality as the traditional Windows vCenter Server but packaged in a Linux distribution. I know that some of my pure UNIX and LINUX customers have been asking for this for a while.</p>
<p>It&#8217;s been available as a technology preview since 2009 as &#8220;<a href="http://communities.vmware.com/community/vmtn/beta/vcserver_linux">vCenter 2.5 on Linux</a>&#8221; but has finally arrived with vSphere 5 to give customers&#8217; an alternative to the Windows vCenter Server. Expect to see it available for download when vSphere 5 goes GA.</p>
<p><span style="color:#000000;"><strong>*UPDATE*</strong> vSphere5 is now GA, and the vCSA is available to download <a title="vSphere5" href="http://downloads.vmware.com/d/info/datacenter_cloud_infrastructure/vmware_vsphere/5_0" target="_blank">here</a>.</span></p>
<p>I&#8217;ve been using it for a while now in the lab and have found it very easy to deploy and use. vCenter services start a lot quicker and the user experience with the VMware vSphere Client is exactly the same.</p>
<h1>vCenter Server Virtual Appliance features and benefits</h1>
<ul>
<li>Installed on SUSE Linux Enterprise Server 11 x64.</li>
<li>OVF when deployed is configured with 2vCPUs and 8Gb memory, LSI Logic Parallel, VMXNET 3, 15Gb and 60Gb VMDKs and VMware Tools.</li>
<li>Includes embedded DB2 database that is suitable for evaluation or for environments with less than 5 ESXi hosts or 50 virtual machines (equivalent to Windows vCenter Server + MSSQL Express).</li>
<li>Supports external Oracle database for large environments.</li>
<li>Includes Active Directory (AD) and Network Information Services (NIS) authentication.</li>
<li>vSphere Web Client support is built into the vCenter Server Virtual Appliance. vSphere Web Client is OS agnostic and the interface is highly customisable.</li>
<li>Windows vSphere Client is still supported.</li>
<li>Includes a pre-configured Auto Deploy server therefore reducing operational costs with the installation of Auto Deploy.</li>
<li>Can use NFS mounts to store vCenter Server Virtual Appliance core and log files.</li>
<li>vCSA can act as a syslog server for ESXi system logs.</li>
<li>Can be used as a network collector for ESXi kernel core dumps.</li>
<li>Simplified and rapid deployment, approximately 15 minutes deployment time.</li>
<li>Lower TCO by eliminating Windows OS dependency and licenses.</li>
<li>Reduces operational costs – vCSA is easier to upgrade – just deploy a new appliance and connect to the external Oracle database or</li>
<li>Import configuration data from previous installation.</li>
<li>Patches can be installed using the vCSA web interface.</li>
</ul>
<h1>Not yet feature parity with Windows vCenter Server</h1>
<p>vCenter Server Virtual Appliance provides all features as the Windows vCenter Server but does not support the following features:</p>
<ul>
<li>Microsoft SQL as the database for vCenter.</li>
<li>vCenter Server Linked Mode.</li>
<li>vCenter Server Heartbeat.</li>
<li>IPv6.</li>
</ul>
<p>For details on what products are supported with the vCSA please see this <a title="VMware vCenter Server Virtual Appliance (vCSA) Feature Parity" href="http://vmwire.com/2011/08/09/vmware-vcenter-server-virtual-appliance-vcsa-feature-parity/" target="_blank">post</a>.</p>
<p>I&#8217;ve provided a quick start guide including a 10-minute how-to video demonstrating the deployment and administration in this <a href="http://vmwire.com/2011/07/15/vsphere-vcenter-server-linux-virtual-appliance-quick-start-guide/">post</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmwire.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmwire.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vmwire.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vmwire.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vmwire.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vmwire.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vmwire.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vmwire.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vmwire.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vmwire.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vmwire.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vmwire.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vmwire.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vmwire.wordpress.com/617/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=617&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmwire.com/2011/07/17/vmware-vcenter-server-virtual-appliance-vcsa-features-and-benefits/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c05c47067c49fce7f4ecc26a2816f8b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmwire</media:title>
		</media:content>

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071711_0842_vmwarevcent1.png" medium="image" />
	</item>
		<item>
		<title>vSphere 5 vCenter Server Virtual Appliance Quick-Start Guide</title>
		<link>http://vmwire.com/2011/07/15/vsphere-vcenter-server-linux-virtual-appliance-quick-start-guide/</link>
		<comments>http://vmwire.com/2011/07/15/vsphere-vcenter-server-linux-virtual-appliance-quick-start-guide/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 21:48:36 +0000</pubDate>
		<dc:creator>Hugo Phan</dc:creator>
				<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vSphere5]]></category>
		<category><![CDATA[configuring vcenter]]></category>
		<category><![CDATA[vcenter linux virtual appliance]]></category>
		<category><![CDATA[vsphere5]]></category>

		<guid isPermaLink="false">http://vmwire.wordpress.com/?p=605</guid>
		<description><![CDATA[The vCenter Server Linux Virtual Appliance (vCSA) is a preconfigured Linux-based virtual machine that is optimized for running vCenter Server and associated services. This article provides a step-by-step guide on how to deploy the vCSA, configure networking, authentication, database and vCenter services.  For further information regarding the vCSA please refer to this post and this post. &#8230; <a href="http://vmwire.com/2011/07/15/vsphere-vcenter-server-linux-virtual-appliance-quick-start-guide/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=605&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The vCenter Server Linux Virtual Appliance (vCSA) is a preconfigured Linux-based virtual machine that is optimized for running vCenter Server and associated services.</p>
<p>This article provides a step-by-step guide on how to deploy the vCSA, configure networking, authentication, database and vCenter services.  For further information regarding the vCSA please refer to this <a title="VMware vCenter Server Virtual Appliance (VCSA) features and benefits" href="http://vmwire.com/2011/07/17/vmware-vcenter-server-virtual-appliance-vcsa-features-and-benefits/" target="_blank">post</a> and this <a title="VMware vCenter Server Virtual Appliance (vCSA) Feature Parity" href="http://vmwire.com/2011/08/09/vmware-vcenter-server-virtual-appliance-vcsa-feature-parity/" target="_blank">post</a>.</p>
<p><strong>Note: This article was written using the release candidate version of the software so your experience with the GA version may differ slightly.</strong></p>
<p>The following table lists the required files that you will need, gather these files before proceeding.</p>
<div>
<table style="border-collapse:collapse;" border="0">
<col style="width:274px;" />
<col style="width:425px;" />
<col style="width:161px;" />
<col style="width:94px;" />
<tbody valign="top">
<tr style="background:black;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid white 2.25pt;border-right:none;"><span style="color:white;"><strong>Description</strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid white 2.25pt;border-right:none;"><span style="color:white;"><strong>Filename</strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid white 2.25pt;border-right:none;"><span style="color:white;"><strong>Location</strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid white 2.25pt;border-right:none;"><span style="color:white;"><strong>Size (KB)</strong></span></td>
</tr>
<tr style="background:#365f91;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:solid white 2.25pt;"><span style="color:white;">vCenter Appliance .cert file</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;"><span style="color:white;">VMware-vCenter-Server-Appliance-5.0.0.2968-380565_OVF10.cert</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;"></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;"><span style="color:white;">2</span></td>
</tr>
<tr>
<td style="background:#365f91;padding-left:7px;padding-right:7px;border-left:none;border-bottom:none;border-right:solid white 2.25pt;"><span style="color:white;">vCenter Appliance .mf file</span></td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;"><span style="color:white;">VMware-vCenter-Server-Appliance-5.0.0.2968-380565_OVF10.mf</span></td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;"></td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;"><span style="color:white;">1</span></td>
</tr>
<tr style="background:#365f91;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:solid white 2.25pt;"><span style="color:white;">vCenter Appliance .ovf file that is used to import the appliance onto a vSphere server</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;"><span style="color:white;">VMware-vCenter-Server-Appliance-5.0.0.2968-380565_OVF10.ovf</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;"></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;"><span style="color:white;">9</span></td>
</tr>
<tr>
<td style="background:#365f91;padding-left:7px;padding-right:7px;border-left:none;border-bottom:none;border-right:solid white 2.25pt;"><span style="color:white;">vCenter Appliance data disk</span></td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;"><span style="color:white;">VMware-vCenter-Server-Appliance-5.0.0.2968-380565-data</span></td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;"></td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;"><span style="color:white;">43,365</span></td>
</tr>
<tr style="background:#365f91;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:solid white 2.25pt;"><span style="color:white;">vCenter Appliance system disk</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;"><span style="color:white;">VMware-vCenter-Server-Appliance-5.0.0.2968-380565-system</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;"></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;"><span style="color:white;">4,029,063</span></td>
</tr>
<tr>
<td style="background:#365f91;padding-left:7px;padding-right:7px;border-left:none;border-bottom:none;border-right:solid white 2.25pt;"><span style="color:white;">vSphere 5 Client</span></td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;"><span style="color:white;">VMware-viclient-en-5.0.0-380461</span></td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;"></td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;"><span style="color:white;">310,475</span></td>
</tr>
</tbody>
</table>
</div>
<h2>Watch the 10-minute video (Optimised for iPad)</h2>
<span style="text-align:center; display: block;"><a href="http://vmwire.com/2011/07/15/vsphere-vcenter-server-linux-virtual-appliance-quick-start-guide/"><img src="http://img.youtube.com/vi/e6DY7FHEr2M/2.jpg" alt="" /></a></span>
<h2>Deploy the vCenter Server Linux Virtual Appliance</h2>
<ol>
<li>Launch your vSphere Client and navigate to <strong>File | Deploy OVF Template</strong>.</li>
<li>Browse to the location of the vCenter Appliance .ovf file, then click on <strong>Open</strong>.</li>
<li>On the following screen click on <strong>Next</strong>.</li>
<li>Then click on <strong>Next</strong> again on the OVF Template Details page.</li>
<li>Under Name and Location, give your vCenter Appliance a name then click <strong>Next</strong>.</li>
<li>Choose a datastore then click <strong>Next</strong>.</li>
<li>Select a disk format on the next page then click on <strong>Next</strong> to continue.</li>
<li>Click on <strong>Finish</strong> to start deploying.</li>
</ol>
<h2>Configuring the vCenter Server Linux Virtual Appliance</h2>
<ol>
<li>Boot the appliance.</li>
<li>Open a vSphere Client console session to the virtual appliance and configure the network and timezone.</li>
<li>Now open up a browser and type <a>https://&lt;ip_of_appliance&gt;:5480</a> to continue the configuration.</li>
<li>Accept the certificate error to continue.</li>
<li>Login as <strong>root</strong>, the default password is <strong>vmware</strong>.</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen1.png?w=750" alt="" /></p>
<ol>
<li>Now read through every single word of the EULA and click on <strong>Accept EULA</strong> to continue. Please be patient whilst the vCenter is configured. If you look at the appliance remote console you&#8217;ll see the services being configured and started.</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen2.png?w=750" alt="" /></p>
<ol>
<li>You can start using the web interface again once the console screen returns to default.</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen3.png?w=750" alt="" /></p>
<ol>
<li>Next click on <strong>Status</strong>, and view the current status of the vCenter Server. The service should be on a <strong>Stopped</strong> state and the Database Type should show <strong>not configured</strong>.</li>
<li>Click on the <img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen4.png?w=750" alt="" /> tab, you will notice that there are no DNS Servers configured and the appliance&#8217;s hostname is the standard localhost.localdom, lets change this.</li>
<li>Click on <img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen5.png?w=750" alt="" /> and change to your relevant values and click on <img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen6.png?w=750" alt="" /> to complete the network configuration.</li>
<li>Now setup authentication by clicking on <img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen7.png?w=750" alt="" /> and then on either NIS or Active Directory. My lab environment uses AD.</li>
<li>Click on the tick box and then fill in your domain details and then click on Save Settings. You should receive an Operation is successful message to confirm that the authentication settings has worked.</li>
<li>We now need to configure a database for vCenter to use, for this article, let&#8217;s use the embedded DB2 database. Click on <img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen8.png?w=750" alt="" /> to continue.</li>
<li>When using the embedded database, there is no need to enter any details, just click on <img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen9.png?w=750" alt="" />. This will take a while to complete, once done click on <img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen10.png?w=750" alt="" />. After some time the database will complete configuration.</li>
<li>Now reboot the virtual appliance one last time. To reboot click on <img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen11.png?w=750" alt="" /> and then click on <img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen12.png?w=750" alt="" />. Click Reboot again to confirm.</li>
<li>This time the vCenter Appliance will successfully start the vpxd daemon and initialize the database, eventually vCenter 5.0 will be ready for you to use.</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen13.png?w=750" alt="" /></p>
<h2>Connecting to vCenter 5.0 for the first time</h2>
<p>With all VMware vSphere Clients, when you start the vSphere Client and connect to either a vCenter Server or an ESX/ESXi host, it will check whether the vSphere Client is compatible. This is still the case with vSphere 5.0 and you will need to update your vSphere Client if you haven&#8217;t already done so. You can update by connecting to vCenter Server or ESX/ESXi or you can download the vSphere Client executable from the VMware Downloads website.</p>
<ol>
<li>Launch the vSphere Client and connect to your newly configured vCenter Server.</li>
<li>You must use <strong>root</strong> | <strong>vmware</strong> to login, domain credentials will not work until the permissions are added to vCenter.</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen14.png?w=750" alt="" /></p>
<ol>
<li>Update the vSphere Client as necessary.</li>
<li>Add an AD group into vCenter permissions and set the role as Administrator. [See video].</li>
<li>Now you will be able to log in with domain credentials.</li>
<li>You will need to enter your username in DOMAIN\Username or username@DOMAIN format.</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen15.png?w=750" alt="" /></p>
<p>It is also possible to just use the vSphere Web Client by opening up a browser session to https://&lt;<em>ip_of_vCSA</em>&gt;:9443/vsphere-client/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmwire.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmwire.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vmwire.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vmwire.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vmwire.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vmwire.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vmwire.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vmwire.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vmwire.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vmwire.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vmwire.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vmwire.wordpress.com/605/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vmwire.wordpress.com/605/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vmwire.wordpress.com/605/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=605&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmwire.com/2011/07/15/vsphere-vcenter-server-linux-virtual-appliance-quick-start-guide/feed/</wfw:commentRss>
		<slash:comments>79</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c05c47067c49fce7f4ecc26a2816f8b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmwire</media:title>
		</media:content>

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen1.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen2.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen3.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen4.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen5.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen6.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen7.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen8.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen9.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen10.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen11.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen12.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen13.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen14.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/07/071511_2148_vspherevcen15.png" medium="image" />
	</item>
		<item>
		<title>A List of VMware Employee Tweeps (people on Twitter)</title>
		<link>http://vmwire.com/2011/06/16/a-list-of-vmware-employee-tweeps-people-on-twitter/</link>
		<comments>http://vmwire.com/2011/06/16/a-list-of-vmware-employee-tweeps-people-on-twitter/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 08:18:54 +0000</pubDate>
		<dc:creator>Hugo Phan</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://vmwire.wordpress.com/?p=508</guid>
		<description><![CDATA[Following on from the PSO NEMEA twitter list, I decided to go further and produce this list of VMware employees that are on Twitter, sorted alphabetically by Twitter ID as of 29/06/2011. Let me know if I have missed you out or you follow someone that works for VMware. Twitter ID Name Blog Follow @ady189 &#8230; <a href="http://vmwire.com/2011/06/16/a-list-of-vmware-employee-tweeps-people-on-twitter/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=508&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vmware.com/"><img class="alignnone size-thumbnail wp-image-552" title="VMware" src="http://vmwire.files.wordpress.com/2011/06/vmware-logo-new-2009-400.jpg?w=150&#038;h=24" alt="" width="150" height="24" /></a></p>
<p>Following on from the <a title="VMware PSO NEMEA Twitter List" href="http://vmwire.com/2011/06/15/vmware-pso-nemea-twitter-list/" target="_blank">PSO NEMEA twitter</a> list, I decided to go further and produce this list of VMware employees that are on Twitter, sorted alphabetically by Twitter ID as of 29/06/2011.</p>
<p>Let me know if I have missed you out or you follow someone that works for VMware.</p>
<div>
<table style="border-collapse:collapse;" border="0">
<col style="width:119px;" />
<col style="width:155px;" />
<col style="width:203px;" />
<tbody valign="top">
<tr style="height:21px;background:#4f81bd;">
<td style="padding-left:7px;padding-right:7px;border-top:solid #4f81bd 1pt;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:white;"><strong>Twitter ID</strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:solid #4f81bd 1pt;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:white;"><strong>Name</strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:solid #4f81bd 1pt;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:white;"><strong>Blog</strong></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/ady189">Follow @ady189</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Adrian Roberts</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/alanrenouf">Follow @alanrenouf</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Alan Renouf</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.virtu-al.net" target="_blank">www.virtu-al.net</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/amitchell01">Follow @amitchell01</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Andrew Mitchell</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/andybanta">Follow @andybanta</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Andy Banta</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/avlieshout">Follow @avlieshout</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Arnim van Lieshout</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.van-lieshout.com" target="_blank">www.van-lieshout.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/Borgcube_">Follow @Borgcube_</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Kamau Wanguhu</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.borgcube.com" target="_blank">www.borgcube.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/brianriceca">Follow @brianriceca</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Brian Thomas Rice</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/ccolotti">Follow @ccolotti</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Chris Colotti</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.chriscolotti.us" target="_blank">www.chriscolotti.us</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/cdecanini_">Follow @cdecanini_</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Christophe Decanini</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.vcoteam.info" target="_blank">www.vcoteam.info</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/cdommermuth">Follow @cdommermuth</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Christoph Harding</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.thatsmyview.net" target="_blank">www.thatsmyview.net</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/Couls111">Follow @Couls111</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Brittany Coulson</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/cshanklin">Follow @cshanklin</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Carter Shanklin</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/delboyopen">Follow @delboyopen</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Dale Carter</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.delboycarter.com" target="_blank">www.delboycarter.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/davehill99">Follow @davehill99</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Dave Hill</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.virtual-blog.com" target="_blank">www.virtual-blog.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/D0uglasPhillips">Follow @D0uglasPhillips</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Douglas Phillips</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/damosaki">Follow @damosaki</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Richard Damoser</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/DuncanYB">Follow @DuncanYB</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Duncan Epping</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.yellow-bricks.com" target="_blank">www.yellow-bricks.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/eric_gray">Follow @eric_gray</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Eric Gray</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.vcritical.com" target="_blank">www.vcritical.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/frankdenneman">Follow @frankdenneman</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Frank Denneman</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.frankdenneman.nl" target="_blank">www.frankdenneman.nl</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/fw66">Follow @fw66</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Frank Wegner</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/hany_michael">Follow @hany_michael</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Hany Michael</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.hypervizor.com" target="_blank">www.hypervizor.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/harrowandy">Follow @harrowandy</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Andy Troup</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/herrod">Follow @herrod</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Stephen Herrod</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.vmware.com/company/leadership.html" target="_blank">www.vmware.com/company/leadership.html</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/heyitspablo">Follow @heyitspablo</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Pablo Roesch</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/hugo_strydom">Follow @hugo_strydom</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Hugo Strydom</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.vroem.co.za" target="_blank">www.vroem.co.za</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/hugophan">Follow @hugophan</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Hugo Phan</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.vmwire.com" target="_blank">www.vmwire.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/jerrychen">Follow @jerrychen</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Jean-Francois Richard</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/Jfrichard22">Follow @Jfrichard22</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Jerry Chen</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/jkrogsboll">Follow @jkrogsboll</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Johnny Krogsboll</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/Joesarabia">Follow @Joesarabia</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Joe Sarabia</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/jtroyer">Follow @jtroyer</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">John Troyer</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/juleswonder">Follow @juleswonder</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Julie Escott</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/latoga">Follow @latoga</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Greg A Lato</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.latogalabs.com" target="_blank">www.latogalabs.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/lode">Follow @lode</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Lode Vermeiren</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://lodev.name" target="_blank">lodev.name</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/m_daneri">Follow @m_daneri</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Max Daneri</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/Mandivs">Follow @Mandivs</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Manish Patel</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/markverhagen">Follow @markverhagen</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Mark Verhagen</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/martynstorey">Follow @martynstorey</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Martyn Storey</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/mattdmeyer">Follow @mattdmeyer</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Matthew Meyer</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/mccrory">Follow @mccrory</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Dave McCrory</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://blog.mccrory.me" target="_blank">blog.mccrory.me</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/Mcopping">Follow @Mcopping</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Matt Coppinger</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/michaelahaines">Follow @michaelahaines</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Michael Haines</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/mikedipetrillo">Follow @mikedipetrillo</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Mike DiPetrillo</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.mikedipetrillo.com" target="_blank">www.mikedipetrillo.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/mreferre">Follow @mreferre</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Massimo Re Ferre&#8217;</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://it20.info" target="_blank">it20.info</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/nadyne">Follow @nadyne</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Nadyne Richmond</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.nadynerichmond.com" target="_blank">www.nadynerichmond.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/peterlgiordano">Follow @peterlgiordano </a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Peter Giordano</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://petergiordano.com" target="_blank">petergiordano.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/pnothard">Follow @pnothard</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Paul Nothard</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/PunchingClouds">Follow @PunchingClouds</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Rawlinson Rivera</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.punchingclouds.com" target="_blank">www.punchingclouds.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/rasmusjensenvp">Follow @rasmusjensenvp</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Rasmus Jensen</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.vpeeling.com" target="_blank">www.vpeeling.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/rayheffer">Follow @rayheffer</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Ray Heffer</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.rayheffer.com" target="_blank">www.rayheffer.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/repping">Follow @repping</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Raymon Epping</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/RichardMcDougll">Follow @RichardMcDougll</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Richard McDougall</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://blog.richardmcdougall.com" target="_blank">blog.richardmcdougall.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/rickblythe">Follow @rickblythe</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Rick Blythe</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.vmwarewolf.com" target="_blank">www.vmwarewolf.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/RobinPrudholm">Follow @RobinPrudholm</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Robin Prudholm</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/robupham">Follow @robupham</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Rob Upham</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/safouh75">Follow @safouh75</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Safouh Kharrat</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/shd_9">Follow @shd_9</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Scott Davis</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://blogs.vmware.com/view-point" target="_blank">blogs.vmware.com/view-point</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/SimonLong_">Follow @SimonLong_</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Simon Long</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.simonlong.co.uk" target="_blank">www.simonlong.co.uk</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/sjin2008">Follow @sjin2008</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Steve Jin</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.doublecloud.org" target="_blank">www.doublecloud.org</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/ssauer">Follow @ssauer</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Scott Sauer</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://unhub.com/ssauer" target="_blank">unhub.com/ssauer</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/stanhc">Follow @stanhc</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Stan Hutten Czapski</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/susangude">Follow @susangude</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Susan Gudenkauf</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/TechnicalValues">Follow @TechnicalValues</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Burke Azbill</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.vcoteam.info" target="_blank">www.vcoteam.info</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/TeddFox">Follow @TeddFox</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Tedd Fox</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://about.me/teddfox" target="_blank">about.me/teddfox</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/the_anykey">Follow @the_anykey</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Richard Garsthagen</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.run-virtual.com" target="_blank">www.run-virtual.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/Thedodgeretort">Follow @Thedodgeretort</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">John Dodge</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://www.dodgeretort.com" target="_blank">www.dodgeretort.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/tomralph">Follow @tomralph</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Tom Ralph</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://about.me/TomRalph" target="_blank">about.me/TomRalph</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/tony_dunn">Follow @tony_dunn</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Tony Dunn</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/tristantodd">Follow @tristantodd</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Tristan Todd</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/tsugliani">Follow @tsugliani</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Timo Sugliani</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/v_jasonmiles">Follow @v_jasonmiles</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Jason Miles</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/vcdx001">Follow @vcdx001</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">John Arrasjid</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/vcdx026">Follow @vcdx026</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Alexander Thoma</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/vegard_s">Follow @vegard_s</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Vegard Sagbakken </span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/Virtual_Vic">Follow @Virtual_Vic</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Vic Camacho</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://wefollow.com/Virtual_Vic" target="_blank">wefollow.com/Virtual_Vic</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/virtualdru">Follow @virtualdru</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Andrew Johnson</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/virtualirfan">Follow @virtualirfan</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Irfan</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://virtualscoop.org" target="_blank">virtualscoop.org</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/virtualTodd">Follow @virtualTodd</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Todd Muirhead</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/vmMark">Follow @vmMark</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Mark C</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/vmsupergenius">Follow @vmsupergenius</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Josh Liebster</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://vmsupergenius.com" target="_blank">vmsupergenius.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/vmwjourney">Follow @vmwjourney</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Vittorio Viarengo</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://journeytocloud.com" target="_blank">journeytocloud.com</a></span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/wholmes">Follow @wholmes</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Wade Holmes</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/WillemUK">Follow @WillemUK</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Willem van Engeland</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:black;"> </span></td>
</tr>
<tr style="height:21px;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;"><strong><a class="twitter-follow-button" href="http://twitter.com/zhenjl">Follow @zhenjl</a></strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:none;" valign="center"><span style="color:black;">Jian Zhen</span></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;" valign="center"><span style="color:black;"><a href="http://zhen.org" target="_blank">zhen.org</a></span></td>
</tr>
</tbody>
</table>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmwire.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmwire.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vmwire.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vmwire.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vmwire.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vmwire.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vmwire.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vmwire.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vmwire.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vmwire.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vmwire.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vmwire.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vmwire.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vmwire.wordpress.com/508/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=508&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmwire.com/2011/06/16/a-list-of-vmware-employee-tweeps-people-on-twitter/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c05c47067c49fce7f4ecc26a2816f8b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmwire</media:title>
		</media:content>

		<media:content url="http://vmwire.files.wordpress.com/2011/06/vmware-logo-new-2009-400.jpg?w=150" medium="image">
			<media:title type="html">VMware</media:title>
		</media:content>
	</item>
		<item>
		<title>VMware PSO NEMEA Twitter List</title>
		<link>http://vmwire.com/2011/06/15/vmware-pso-nemea-twitter-list/</link>
		<comments>http://vmwire.com/2011/06/15/vmware-pso-nemea-twitter-list/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 17:58:23 +0000</pubDate>
		<dc:creator>Hugo Phan</dc:creator>
				<category><![CDATA[twitter]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[VMware PSO]]></category>

		<guid isPermaLink="false">http://vmwire.wordpress.com/?p=476</guid>
		<description><![CDATA[A list of VMware PSO consultants covering NEMEA that are on Twitter, sorted alphabetically by Twitter ID. Follow us for tweets from the real world. Twitter ID Name Blog Follow @ady189 Adrian Roberts Follow @avlieshout Arnim van Lieshout www.van-lieshout.com Follow @dpironet Didier Pironet deinoscloud.wordpress.com Follow @frankdenneman Frank Denneman www.frankdenneman.nl Follow @hugo_strydom Hugo Strydom www.vroem.co.za Follow &#8230; <a href="http://vmwire.com/2011/06/15/vmware-pso-nemea-twitter-list/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=476&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-574" title="nemea pso" src="http://vmwire.files.wordpress.com/2011/06/nemea-pso1.png?w=191&#038;h=300" alt="" width="191" height="300" /></p>
<p>A list of VMware PSO consultants covering NEMEA that are on Twitter, sorted alphabetically by Twitter ID.</p>
<p>Follow us for tweets from the real world.</p>
<div>
<table style="border-collapse:collapse;" border="0">
<col style="width:142px;" />
<col style="width:198px;" />
<col style="width:207px;" />
<tbody valign="top">
<tr style="background:#4f81bd;">
<td style="padding-left:7px;padding-right:7px;border-top:solid #4f81bd 1pt;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;"><span style="color:white;font-size:12pt;"><strong>Twitter ID</strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;"><span style="color:white;font-size:12pt;"><strong>Name</strong></span></td>
<td style="padding-left:7px;padding-right:7px;border-top:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><span style="color:white;font-size:12pt;"><strong>Blog</strong></span></td>
</tr>
<tr>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;"></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-bottom:solid #4f81bd 1pt;"></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"></td>
</tr>
<tr>
<td style="padding-left:7px;padding-right:7px;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;"><strong><a class="twitter-follow-button" href="http://twitter.com/ady189">Follow @ady189</a></strong></td>
<td style="padding-left:7px;padding-right:7px;border-bottom:solid #4f81bd 1pt;">Adrian Roberts</td>
<td style="padding-left:7px;padding-right:7px;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"></td>
</tr>
<tr>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;"><strong><a class="twitter-follow-button" href="http://twitter.com/avlieshout">Follow @avlieshout</a></strong></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-bottom:solid #4f81bd 1pt;">Arnim van Lieshout</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><a href="http://www.van-lieshout.com">www.van-lieshout.com</a></td>
</tr>
<tr>
<td style="padding-left:7px;padding-right:7px;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;"><strong><a class="twitter-follow-button" href="http://twitter.com/dpironet">Follow @dpironet</a></strong></td>
<td style="padding-left:7px;padding-right:7px;border-bottom:solid #4f81bd 1pt;">Didier Pironet</td>
<td style="padding-left:7px;padding-right:7px;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><a href="http://deinoscloud.wordpress.com" target="_blank">deinoscloud.wordpress.com</a></td>
</tr>
<tr>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;"><strong><a class="twitter-follow-button" href="http://twitter.com/frankdenneman">Follow @frankdenneman</a></strong></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-bottom:solid #4f81bd 1pt;">Frank Denneman</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><a href="http://www.frankdenneman.nl">www.frankdenneman.nl</a></td>
</tr>
<tr>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;"><strong><a class="twitter-follow-button" href="http://twitter.com/hugo_strydom">Follow @hugo_strydom</a></strong></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-bottom:solid #4f81bd 1pt;">Hugo Strydom</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><a href="http://www.vroem.co.za">www.vroem.co.za</a></td>
</tr>
<tr>
<td style="padding-left:7px;padding-right:7px;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;"><strong><a class="twitter-follow-button" href="http://twitter.com/hugophan">Follow @hugophan</a></strong></td>
<td style="padding-left:7px;padding-right:7px;border-bottom:solid #4f81bd 1pt;">Hugo Phan</td>
<td style="padding-left:7px;padding-right:7px;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><a href="http://www.vmwire.com/">www.vmwire.com</a></td>
</tr>
<tr>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;"><strong><a class="twitter-follow-button" href="http://twitter.com/rasmusjensenvp">Follow @rasmusjensenvp</a></strong></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-bottom:solid #4f81bd 1pt;">Rasmus Jensen</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><a href="http://www.vpeeling.com/" target="_blank">www.vpeeling.com</a></td>
</tr>
<tr>
<td style="padding-left:7px;padding-right:7px;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;"><strong><a class="twitter-follow-button" href="http://twitter.com/rayheffer">Follow @rayheffer</a></strong></td>
<td style="padding-left:7px;padding-right:7px;border-bottom:solid #4f81bd 1pt;">Ray Heffer</td>
<td style="padding-left:7px;padding-right:7px;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><a href="http://www.rayheffer.com/" target="_blank">www.rayheffer.com</a></td>
</tr>
<tr>
<td style="padding-left:7px;padding-right:7px;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;"><strong><a class="twitter-follow-button" href="http://twitter.com/SimonLong_">Follow @SimonLong_</a></strong></td>
<td style="padding-left:7px;padding-right:7px;border-bottom:solid #4f81bd 1pt;">Simon Long</td>
<td style="padding-left:7px;padding-right:7px;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"><a href="http://www.simonlong.co.uk/" target="_blank">www.simonlong.co.uk</a></td>
</tr>
<tr>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:solid #4f81bd 1pt;border-bottom:solid #4f81bd 1pt;"><strong><a class="twitter-follow-button" href="http://twitter.com/v_jasonmiles">Follow @v_jasonmiles</a></strong></td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-bottom:solid #4f81bd 1pt;">Jason Miles</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-bottom:solid #4f81bd 1pt;border-right:solid #4f81bd 1pt;"></td>
</tr>
</tbody>
</table>
</div>
<p>Map created using templates from <a href="http://www.presentationmagazine.com/">http://www.presentationmagazine.com</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmwire.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmwire.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vmwire.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vmwire.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vmwire.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vmwire.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vmwire.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vmwire.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vmwire.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vmwire.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vmwire.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vmwire.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vmwire.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vmwire.wordpress.com/476/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=476&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmwire.com/2011/06/15/vmware-pso-nemea-twitter-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c05c47067c49fce7f4ecc26a2816f8b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmwire</media:title>
		</media:content>

		<media:content url="http://vmwire.files.wordpress.com/2011/06/nemea-pso1.png?w=191" medium="image">
			<media:title type="html">nemea pso</media:title>
		</media:content>
	</item>
		<item>
		<title>How to update your Openfiler USB installation for better performance</title>
		<link>http://vmwire.com/2011/06/13/how-to-update-your-openfiler-usb-installation-for-better-performance/</link>
		<comments>http://vmwire.com/2011/06/13/how-to-update-your-openfiler-usb-installation-for-better-performance/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 22:41:40 +0000</pubDate>
		<dc:creator>Hugo Phan</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Openfiler]]></category>
		<category><![CDATA[VMwire Lab]]></category>
		<category><![CDATA[conary updateall]]></category>
		<category><![CDATA[ethtool]]></category>
		<category><![CDATA[flow control]]></category>

		<guid isPermaLink="false">http://vmwire.wordpress.com/?p=460</guid>
		<description><![CDATA[Previously I wrote an article on How to install and run Openfiler on a USB key. I thought that everything was working fine but eventually found that NFS and CIFS performance was too slow. Upon reading a few forums and stumbling across this thread in particular, the reason was down to Openfiler requiring an update. &#8230; <a href="http://vmwire.com/2011/06/13/how-to-update-your-openfiler-usb-installation-for-better-performance/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=460&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Previously I wrote an article on <a href="http://vmwire.com/2011/06/12/how-to-install-and-run-openfiler-on-a-usb-key/">How to install and run Openfiler on a USB key</a>. I thought that everything was working fine but eventually found that NFS and CIFS performance was too slow. Upon reading a few forums and stumbling across this <a href="https://lists.openfiler.com/viewtopic.php?id=3262">thread</a> in particular, the reason was down to Openfiler requiring an update.</p>
<p>I have since tried to update the installation by running <strong>conary updateall</strong> at the CLI. Unfortunately, this installs an updated kernel (2.6.29.6-0.24.smp.gcc3.4.x86_64 (SMP)) and also a new ramdisk which makes all the hard work from the previous post defunct. This article shows you how to perform the update and then make a new <strong>initrd-usb-update.img</strong> to work with the new kernel.</p>
<p>So assuming you&#8217;ve made a successful USB key using the previous <a href="http://vmwire.com/2011/06/12/how-to-install-and-run-openfiler-on-a-usb-key/">article</a>, continue with the following to update your Openfiler installation and also make the updated Openfiler installation USB key bootable.</p>
<h2>Update Openfiler</h2>
<p>Let&#8217;s first update Openfiler.</p>
<ol>
<li>Log into the CLI as root</li>
<li>
<div>Run</div>
<blockquote><p>conary updateall</p></blockquote>
</li>
<li>This will take a while as it downloads around 26 packages and installs them.</li>
<li>Once complete insert the Openfiler CD into your drive and restart your system, making sure that it boots from CD.</li>
</ol>
<h2>Creating a new ramdisk that works with the new kernel</h2>
<p>This part is more or less very much similar to the steps in the previous post, there are some minor additions that we need to make, but for completeness I&#8217;ve included all the steps here.</p>
<ol>
<li>
<div>Once Openfiler finishes booting from the CD type.</div>
<blockquote><p>linux rescue</p></blockquote>
</li>
<li>Go through the menus and select your region and keyboard and skip the automatic mounting of your installed OS. We will do this manually.</li>
<li>
<div>When the prompt appears, create a directory to mount the USB key.</div>
<blockquote><p>mkdir /mnt/sysimage</p></blockquote>
</li>
<li>
<div>Now mount the / of the USB key onto /mnt/sysimage.</div>
<blockquote><p>mount /dev/sda2 /mnt/sysimage</p></blockquote>
<p><span style="font-family:Bell MT;font-size:10pt;">Note: your / partition may be /dev/sda3 instead, depending on how you setup your partitioning during the installation of Openfiler.<br />
</span></li>
<li>
<div>Now mount the boot partition of the USB key onto /mnt/sysimage/boot.</div>
<blockquote><p>mount /dev/sda1 /mnt/sysimage</p></blockquote>
<p><span style="font-family:Bell MT;font-size:10pt;">Note: your / partition may be /dev/sda1 instead, depending on how you setup your partitioning during the installation of Openfiler.<br />
</span></li>
<li>
<div>Make the /mnt/sysimage your working environment by changing your root location so you are working on the file system on the usb key.</div>
<blockquote><p>chroot /mnt/sysimage</p></blockquote>
</li>
<li>
<div>Copy the current initrd file to a temporary location where we can work on it.</div>
<blockquote><p>cp /boot/initrd-<sup>1</sup> /tmp/initrd.gz</p></blockquote>
<p><span style="font-family:Bell MT;font-size:10pt;">Note<sup>1</sup>: now&#8217;s a good time to press TAB, there will now be two kernels, use 2.6.29.6-0.24.smp.gcc3.4.x86_64 as this is the updated kernel that was installed during the update.<br />
</span></li>
<li>
<div>Gunzip the initrd.gz file</div>
<blockquote><p>gunzip /tmp/initrd.gz</p></blockquote>
</li>
<li>
<div>Make a temporary working directory</div>
<blockquote><p>mkdir /tmp/b</p></blockquote>
<p><span style="font-family:Bell MT;font-size:10pt;">We are using /tmp/b because /tmp/a already exists as the temporary working directory from the previous article.<br />
</span></li>
<li>
<div>Go into the new working directory</div>
<blockquote><p>cd /tmp/b</p></blockquote>
</li>
<li>
<div>Extract the contents of the initrd file into /tmp/b.</div>
<blockquote><p>cpio –i &lt; /tmp/initrd</p></blockquote>
</li>
<li>
<div>Now we edit the <strong>init</strong> file to load the USB and SCSI drivers for the new <strong>initrd-usb-update.img</strong> ramdisk.</div>
<blockquote><p>nano init</p></blockquote>
</li>
<li>
<div>Do a search for &#8220;mount –t proc /proc /proc&#8221; and add the following underneath this line. We want to load these USB and storage modules before any other modules that&#8217;s why these entries need to be at the top of the file. Note that there is a new module <strong>crc-t10dif.ko</strong> which is required by the new kernel to boot from USB and as such must be launch during init time.</div>
<blockquote><p>echo &#8220;Starting Openfiler on USB&#8221;</p></blockquote>
<blockquote><p>echo &#8220;Loading scsi_mod.ko module&#8221;</p></blockquote>
<blockquote><p>insmod /lib/scsi_mod.ko</p></blockquote>
<blockquote><p>echo &#8220;Starting crc-t10dif.ko module&#8221;</p></blockquote>
<blockquote><p>insmod /lib/crc-t10dif.ko</p></blockquote>
<blockquote><p>echo &#8220;Loading sd_mod.ko module&#8221;</p></blockquote>
<blockquote><p>insmod /lib/sd_mod.ko</p></blockquote>
<blockquote><p>echo &#8220;Loading sr_mod.ko module&#8221;</p></blockquote>
<blockquote><p>insmod /lib/sr_mod.ko</p></blockquote>
<blockquote><p>echo &#8220;Loading ehci-hcd.ko module&#8221;</p></blockquote>
<blockquote><p>insmod /lib/ehci-hcd.ko</p></blockquote>
<blockquote><p>echo &#8220;Loading uhci-hcd.ko module&#8221;</p></blockquote>
<blockquote><p>insmod /lib/uhci-hcd.ko</p></blockquote>
<blockquote><p>echo &#8220;Loading ohci-hcd.ko module&#8221;</p></blockquote>
<blockquote><p>insmod /lib/ohci-hcd.ko</p></blockquote>
<blockquote><p>sleep 5</p></blockquote>
<blockquote><p>echo &#8220;Loading usb-storage.ko module&#8221;</p></blockquote>
<blockquote><p>insmod /lib/usb-storage.ko</p></blockquote>
<blockquote><p>sleep 5</p></blockquote>
</li>
<li>Do a search for insmod /lib/scsi_mod.ko, insmod /lib/sd_mod.ko, insmod /lib/ehci-hcd.ko, insmod /lib/uhci-hcd.ko and /lib/crc-t10dif.ko and remove these duplicate entries from the rest of the file. We do not want these loaded again.</li>
<li>Save the file and exit with CTRL X, then Y, or if you used vi then :wq!</li>
<li>Now we need to copy all of the modules in Step 13 into our working directory.</li>
<li>
<div>Go to the drivers directory</div>
<blockquote><p>cd /lib/modules/<sup>2</sup>/kernel/drivers</p></blockquote>
<p><span style="font-family:Bell MT;font-size:10pt;">Note<sup>2</sup>: just press tab to fill in this bit, there will now be two kernels, use 2.6.29.6-0.24.smp.gcc3.4.x86_64 as this is the updated kernel that was installed during the update.<br />
</span></li>
<li>
<div>Copy all of the modules in Step 13 to <strong>/tmp/b/lib</strong>.</div>
<blockquote><p>cp scsi/scsi_mod.ko /tmp/b/lib</p></blockquote>
<blockquote><p>cp scsi/sr_mod.ko /tmp/b/lib</p></blockquote>
<blockquote><p>cp scsi/sd_mod.ko /tmp/b/lib</p></blockquote>
<blockquote><p>cp usb/host/ehci-hcd.ko /tmp/b/lib</p></blockquote>
<blockquote><p>cp usb/host/uhci-hcd.ko /tmp/b/lib</p></blockquote>
<blockquote><p>cp usb/host/ohci-hcd.ko /tmp/b/lib</p></blockquote>
<blockquote><p>cp usb/storage/usb-storage.ko /tmp/b/lib</p></blockquote>
<blockquote><p>    cp /lib/modules/2.6.29.6-0.24.smp.gcc3.4.x86_64/kernel/lib/crc-t10dif.ko /tmp/b/lib</p></blockquote>
</li>
<li>
<div>Now let&#8217;s package the contents of the working directory /tmp/b into our new <strong>initrd-usb-update.img</strong>.</div>
<blockquote><p>cd /tmp/b</p></blockquote>
<blockquote><p>find . | cpio –c –o | gzip -9 &gt; /boot/initrd-usb-update.img</p></blockquote>
</li>
<li>
<div>Now all we need to do is edit the <strong>/boot/grub/menu.1st</strong> file to tell the kernel to use the new ramdisk that we just created. Remember that this new ramdisk is currently located in <strong>/boot/</strong> (aka /dev/sda1) and is called <strong>initrd-usb-update.img</strong>.</div>
<blockquote><p>nano /boot/grub/menu.1st</p></blockquote>
</li>
<li>
<div>Find the line starting with initrd /vmlinux-…………………… and replace with</div>
<blockquote><p>initrd /initrd-usb-update.img</p></blockquote>
</li>
<li>Save the file and reboot the computer, remove the CD and allowing it to boot from the USB key. You now have your new updated Openfiler installation booting from the USB key directly.</li>
</ol>
<h2>Turn off flow control for SMB Clients</h2>
<p>For better CIFS performance turn off your network adapter flow control. I can achieve a sustained 60 mb/s transfer between my Macbook and Openfiler once flow control is turned off. I was only achieving around 30 mb/s previously.</p>
<h2>Turn off flow control for ESXi hosts using NFS/iSCSI to Openfiler</h2>
<p>First understand what flow control is before performing the follow actions, the following articles provide good cases for either enabling or disabling flow control and auto-negotiation for flow control.</p>
<p><a href="http://www.telecom.otago.ac.nz/tele301/student_html/ethernet-autonegotiation-flow-control.html">http://www.telecom.otago.ac.nz/tele301/student_html/ethernet-autonegotiation-flow-control.html</a> &#8211; not to be confused with auto-negotiation of flow control.</p>
<p><a href="http://virtualthreads.blogspot.com/2006/02/beware-ethernet-flow-control.html">http://virtualthreads.blogspot.com/2006/02/beware-ethernet-flow-control.html</a></p>
<p>Since this is my lab I&#8217;m going to disable flow control completely.</p>
<p>To do this on ESXi hosts follow these instructions or use VMware <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1013413">KB 1013413</a>.</p>
<ol>
<li>Enable Remote SSH for the ESXi host first.</li>
<li>Use your favourite SSH client and log in as root (assuming you can, disable lock-down mode etc).</li>
<li>
<div>Run the following command to list all your vmnic interfaces, make a note of the vmnic that is used to connect to the Openfiler Server.</div>
<p>esxcfg-nics –l</li>
<li>
<div>In my case it&#8217;s just vmnic0 (I&#8217;m using a HP Microserver), type the following command to see the current flow control status of that adapter.</div>
<blockquote><p>ethtool &#8211;show-pause vmnic0</p></blockquote>
</li>
<li>Run the following commands to set auto-negotiation or RX flow control or TX flow control, any combination is possible.</li>
<li>
<div>To disable flow control for sent and received traffic, use the command:</div>
<blockquote><p>ethtool &#8211;pause  tx off rx off</p></blockquote>
</li>
<li>
<div>To disable auto-negotiation of flow control, use the command:</div>
<blockquote><p>ethtool &#8211;pause  autoneg off</p></blockquote>
</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061311_2241_howtoupdate14.png?w=750" alt="" /></p>
<ol>
<li>Open the <strong>/etc/rc.local</strong> file using a text editor and append the same commands used in Step 6, placing each on its own line. Then save the file.</li>
<li>
<div>For an ESXi host, save the configuration change using the command:</div>
<blockquote><p>/sbin/auto-backup.sh</p></blockquote>
<p>The commands added to the <strong>/etc/rc.local</strong> file will be executed at startup, persisting the configuration changes across reboots. As they are executed in Step 6, no reboot is required for them to take effect.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmwire.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmwire.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vmwire.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vmwire.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vmwire.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vmwire.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vmwire.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vmwire.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vmwire.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vmwire.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vmwire.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vmwire.wordpress.com/460/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vmwire.wordpress.com/460/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vmwire.wordpress.com/460/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=460&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmwire.com/2011/06/13/how-to-update-your-openfiler-usb-installation-for-better-performance/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c05c47067c49fce7f4ecc26a2816f8b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmwire</media:title>
		</media:content>

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061311_2241_howtoupdate14.png" medium="image" />
	</item>
		<item>
		<title>How to setup Active Directory authentication on Openfiler</title>
		<link>http://vmwire.com/2011/06/13/how-to-setup-active-directory-authenticaton-on-openfiler/</link>
		<comments>http://vmwire.com/2011/06/13/how-to-setup-active-directory-authenticaton-on-openfiler/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 08:49:02 +0000</pubDate>
		<dc:creator>Hugo Phan</dc:creator>
				<category><![CDATA[Openfiler]]></category>
		<category><![CDATA[VMwire Lab]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Openfiler AD authentication]]></category>

		<guid isPermaLink="false">http://vmwire.wordpress.com/2011/06/13/how-to-setup-active-directory-authenticaton-on-openfiler/</guid>
		<description><![CDATA[Setup Active Directory Authentication The steps must be performed in this order, otherwise you&#8217;ll get a headache trying to work out why you cannot see any Groups listed. Go to Services &#124; Enable SMB/CIFS server. Click on SMB/CIFS Setup. Change the NetBIOS name to just the hostname of the server (do not include the domain). &#8230; <a href="http://vmwire.com/2011/06/13/how-to-setup-active-directory-authenticaton-on-openfiler/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=304&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Setup Active Directory Authentication</h2>
<p>The steps must be performed in this order, otherwise you&#8217;ll get a headache trying to work out why you cannot see any Groups listed.</p>
<p>Go to <strong>Services | Enable SMB/CIFS server.</strong></p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061311_0848_howtosetupa12.png?w=750" alt="" /></p>
<p>Click on SMB/CIFS Setup.</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061311_0848_howtosetupa22.png?w=750" alt="" align="left" /></p>
<ol>
<li>Change the NetBIOS name to just the hostname of the server (do not include the domain).</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061311_0848_howtosetupa32.png?w=750" alt="" /></p>
<p>Navigate to <strong>Accounts | Expert View</strong>. Configure for your environment, note the CAPITALIZATION of some of the fields.</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061311_0848_howtosetupa42.png?w=750" alt="" /></p>
<p>Click on <strong>Use Kerberos 5</strong> and enter your domain details, note the CAPITALIZATION of some of the fields.</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061311_0848_howtosetupa52.png?w=750" alt="" /></p>
<p>Now click on <strong>Accounts | Group</strong> List and if done successfully, you should see your Domain groups.</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061311_0848_howtosetupa62.png?w=750" alt="" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmwire.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmwire.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vmwire.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vmwire.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vmwire.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vmwire.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vmwire.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vmwire.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vmwire.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vmwire.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vmwire.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vmwire.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vmwire.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vmwire.wordpress.com/304/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=304&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmwire.com/2011/06/13/how-to-setup-active-directory-authenticaton-on-openfiler/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c05c47067c49fce7f4ecc26a2816f8b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmwire</media:title>
		</media:content>

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061311_0848_howtosetupa12.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061311_0848_howtosetupa22.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061311_0848_howtosetupa32.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061311_0848_howtosetupa42.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061311_0848_howtosetupa52.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061311_0848_howtosetupa62.png" medium="image" />
	</item>
		<item>
		<title>How to install and run Openfiler on a USB key</title>
		<link>http://vmwire.com/2011/06/12/how-to-install-and-run-openfiler-on-a-usb-key/</link>
		<comments>http://vmwire.com/2011/06/12/how-to-install-and-run-openfiler-on-a-usb-key/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 22:51:11 +0000</pubDate>
		<dc:creator>Hugo Phan</dc:creator>
				<category><![CDATA[Openfiler]]></category>
		<category><![CDATA[VMwire Lab]]></category>
		<category><![CDATA[Openfiler on USB]]></category>
		<category><![CDATA[USB boot]]></category>

		<guid isPermaLink="false">http://vmwire.wordpress.com/?p=285</guid>
		<description><![CDATA[Install Openfiler onto the USB Key Disconnect all hard disks from the server. Boot from the Openfiler CD and install Openfiler by invoking the linux expert command and installing as normal onto your USB key, taking into account your partitioning to fit onto your USB key and also making a record of which partitions are &#8230; <a href="http://vmwire.com/2011/06/12/how-to-install-and-run-openfiler-on-a-usb-key/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=285&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Install Openfiler onto the USB Key<br />
</h2>
<ol>
<li>Disconnect all hard disks from the server.
</li>
<li>Boot from the Openfiler CD and install Openfiler by invoking the <strong>linux expert</strong> command and installing as normal onto your USB key, taking into account your partitioning to fit onto your USB key and also making a record of which partitions are your <strong>/boot</strong> and your <strong>/</strong> partitions.
</li>
</ol>
<h2>Create a new ramdisk that includes the USB drivers.<br />
</h2>
<ol>
<li>
<div>When installation is complete, reboot the server with the Openfiler CD still in the drive and then type
</div>
<blockquote><p>linux rescue
</p>
</blockquote>
</li>
<li>Go through the menus and select your region and keyboard and skip the automatic mounting of your installed OS.  We will do this manually.
</li>
<li>
<div>When the prompt appears, create a directory to mount the USB key.
</div>
<blockquote><p>mkdir /mnt/sysimage
</p>
</blockquote>
</li>
<li>
<div>Now mount the / of the USB key onto /mnt/sysimage.
</div>
<blockquote><p>mount /dev/sda2 /mnt/sysimage
</p>
</blockquote>
<p><span style="font-family:Bell MT;font-size:10pt;">Note: your / partition may be /dev/sda3 instead, depending on how you setup your partitioning during the installation of Openfiler.<br />
</span></p>
</li>
<li>
<div>Now mount the boot partition of the USB key onto /mnt/sysimage/boot.
</div>
<blockquote><p>mount /dev/sda1 /mnt/sysimage
</p>
</blockquote>
<p><span style="font-family:Bell MT;font-size:10pt;">Note: your / partition may be /dev/sda1 instead, depending on how you setup your partitioning during the installation of Openfiler.<br />
</span></p>
</li>
<li>
<div>Make the /mnt/sysimage your working environment by changing your root location so you are working on the file system on the usb key.
</div>
<blockquote><p>chroot /mnt/sysimage
</p>
</blockquote>
</li>
<li>
<div>Copy the current initrd file to a temporary location where we can work on it.
</div>
<blockquote><p>cp /boot/initrd-<sup>1</sup> /tmp/initrd.gz
</p>
</blockquote>
<p><span style="font-family:Bell MT;font-size:10pt;">Note<sup>1</sup>: now&#8217;s a good time to press TAB<br />
</span></p>
</li>
<li>
<div>Gunzip the initrd.gz file
</div>
<blockquote><p>gunzip /tmp/initrd.gz
</p>
</blockquote>
</li>
<li>
<div>Make a temporary working directory
</div>
<blockquote><p>mkdir /tmp/a
</p>
</blockquote>
</li>
<li>
<div>Go into the new working directory
</div>
<blockquote><p>cd /tmp/a
</p>
</blockquote>
</li>
<li>
<div>Extract the contents of the initrd file into /tmp/a.
</div>
<blockquote><p>cpio –i &lt; /tmp/initrd
</p>
</blockquote>
</li>
<li>
<div>Now we edit the <strong>init</strong> file to load the USB and SCSI drivers for the new initrd-usb.img ramdisk.
</div>
<blockquote><p>nano init
</p>
</blockquote>
</li>
<li>
<div>Do a search for &#8220;mount –t proc /proc /proc&#8221; and add the following underneath this line.  We want to load these USB and storage modules before any other modules that&#8217;s why these entries need to be at the top of the file.
</div>
<blockquote><p>echo &#8220;Starting Openfiler on USB&#8221;
</p>
</blockquote>
<blockquote><p>echo &#8220;Loading scsi_mod.ko module&#8221;
</p>
</blockquote>
<blockquote><p>insmod /lib/scsi_mod.ko
</p>
</blockquote>
<blockquote><p>echo &#8220;Loading sr_mod.ko module&#8221;
</p>
</blockquote>
<blockquote><p>insmod /lib/sr_mod.ko
</p>
</blockquote>
<blockquote><p>echo &#8220;Loading sd_mod.ko module&#8221;
</p>
</blockquote>
<blockquote><p>insmod /lib/sd_mod.ko
</p>
</blockquote>
<blockquote><p>echo &#8220;Loading ehci-hcd.ko module&#8221;
</p>
</blockquote>
<blockquote><p>insmod /lib/ehci-hcd.ko
</p>
</blockquote>
<blockquote><p>echo &#8220;Loading uhci-hcd.ko module&#8221;
</p>
</blockquote>
<blockquote><p>insmod /lib/uhci-hcd.ko
</p>
</blockquote>
<blockquote><p>echo &#8220;Loading ohci-hcd.ko module&#8221;
</p>
</blockquote>
<blockquote><p>insmod /lib/ohci-hcd.ko
</p>
</blockquote>
<blockquote><p>sleep 5
</p>
</blockquote>
<blockquote><p>echo &#8220;Loading usb-storage.ko module&#8221;
</p>
</blockquote>
<blockquote><p>insmod /lib/usb-storage.ko
</p>
</blockquote>
<blockquote><p>sleep 5
</p>
</blockquote>
</li>
<li>Do a search for <strong>insmod /lib/scsi_mod.ko</strong>, <strong>insmod /lib/sd_mod.ko</strong>, <strong>insmod /lib/ehci-hcd.ko</strong> and <strong>insmod /lib/uhci-hcd.ko</strong> and remove these duplicate entries from the rest of the file.  We do not want these loaded again.
</li>
<li>Save the file and exit with CTRL X, then Y, or if you used vi then :wq!
</li>
<li>Now we need to copy all of the modules in Step 13 into our working directory.
</li>
<li>
<div>Go to the drivers directory
</div>
<blockquote><p>cd /lib/modules/<sup>2</sup>/kernel/drivers
</p>
</blockquote>
<p><span style="font-family:Bell MT;font-size:10pt;">Note<sup>2</sup>: just press tab to fill in this bit, you should only have one kernel.<br />
</span></p>
</li>
<li>
<div>Copy all of the modules in Step 13 to <strong>/tmp/a/lib</strong>.
</div>
<blockquote><p>cp scsi/scsi_mod.ko /tmp/a/lib
</p>
</blockquote>
<blockquote><p>cp scsi/sr_mod.ko /tmp/a/lib
</p>
</blockquote>
<blockquote><p>cp scsi/sd_mod.ko /tmp/a/lib
</p>
</blockquote>
<blockquote><p>cp usb/host/ehci-hcd.ko /tmp/a/lib
</p>
</blockquote>
<blockquote><p>cp usb/host/uhci-hcd.ko /tmp/a/lib
</p>
</blockquote>
<blockquote><p>cp usb/host/ohci-hcd.ko /tmp/a/lib
</p>
</blockquote>
<blockquote><p>cp usb/storage/usb-storage.ko /tmp/a/lib
</p>
</blockquote>
</li>
<li>
<div>Now let&#8217;s package the contents of the working directory /tmp/a into our new <strong>initrd-usb.img</strong>.
</div>
<blockquote><p>cd /tmp/a
</p>
</blockquote>
<blockquote><p>find . | cpio –c –o | gzip -9 &gt; /boot/initrd-usb.img
</p>
</blockquote>
</li>
<li>
<div>Now all we need to do is edit the /boot/grub/menu.1st file to tell the kernel to use the new ramdisk that we just created.  Remember that this new ramdisk is currently located in <strong>/boot/</strong> (aka /dev/sda1) and is called <strong>initrd-usb.img</strong>.
</div>
<blockquote><p>nano /boot/grub/menu.1st
</p>
</blockquote>
</li>
<li>
<div>Find the line starting with initrd /vmlinux-…………………… and replace with
</div>
<blockquote><p>initrd /initrd-usb.img
</p>
</blockquote>
</li>
<li>Save the file and reboot the computer, remove the CD and allowing it to boot from the USB key.  You now have your Openfiler installation booting from the USB key directly.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmwire.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmwire.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vmwire.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vmwire.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vmwire.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vmwire.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vmwire.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vmwire.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vmwire.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vmwire.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vmwire.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vmwire.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vmwire.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vmwire.wordpress.com/285/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=285&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmwire.com/2011/06/12/how-to-install-and-run-openfiler-on-a-usb-key/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c05c47067c49fce7f4ecc26a2816f8b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmwire</media:title>
		</media:content>
	</item>
		<item>
		<title>New Openfiler for the VMwire lab</title>
		<link>http://vmwire.com/2011/06/11/new-openfiler-for-the-vmwire-lab/</link>
		<comments>http://vmwire.com/2011/06/11/new-openfiler-for-the-vmwire-lab/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 23:55:31 +0000</pubDate>
		<dc:creator>Hugo Phan</dc:creator>
				<category><![CDATA[Openfiler]]></category>
		<category><![CDATA[VMwire Lab]]></category>
		<category><![CDATA[CIFS]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[Software RAID]]></category>

		<guid isPermaLink="false">http://vmwire.wordpress.com/?p=284</guid>
		<description><![CDATA[Openfiler is a very cool NAS/SAN product that is completely free. I just purchased some brand new SATA III controllers and disks so I&#8217;ve decided to migrate my storage from Freenas running on my HP Microserver to my old Dell PE SC440. Doing so will free up the HP Microserver to run vSphere and allow &#8230; <a href="http://vmwire.com/2011/06/11/new-openfiler-for-the-vmwire-lab/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=284&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Openfiler is a very cool NAS/SAN product that is completely free.  I just purchased some brand new SATA III controllers and disks so I&#8217;ve decided to migrate my storage from Freenas running on my HP Microserver to my old Dell PE SC440.  Doing so will free up the HP Microserver to run vSphere and allow me to expand my current lab capacity of 1.7Tb to a whopping 7.4Tb.  This article details my configuration steps and acts as a means for me to document my VMwire lab and I thought that others may benefit from my experience.
</p>
<h2>Hardware<br />
</h2>
<p>
 </p>
<div>
<table style="border-collapse:collapse;" border="0">
<col style="width:115px;" />
<col style="width:267px;" />
<col style="width:257px;" />
<tbody valign="top">
<tr style="background:black;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid white 2.25pt;border-right:none;">
<p><span style="color:white;"><strong>Hardware</strong></span></p>
</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid white 2.25pt;border-right:none;">
<p><span style="color:white;"><strong>Make/Model</strong></span></p>
</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:solid white 2.25pt;border-right:none;">
<p><span style="color:white;"><strong>Details</strong></span></p>
</td>
</tr>
<tr style="background:#365f91;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:solid white 2.25pt;">
<p><span style="color:white;">Server</span></p>
</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;">
<p><span style="color:white;">Dell PowerEdge SC440</span></p>
</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;">
<p><span style="color:white;">Intel Pentium Dual Core E2180 2.0GHz, 8Gb RAM</span></p>
</td>
</tr>
<tr>
<td rowspan="2" style="background:#365f91;padding-left:7px;padding-right:7px;border-left:none;border-bottom:none;border-right:solid white 2.25pt;">
<p><span style="color:white;">Networking</span></p>
</td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;">
<p><span style="color:white;"><span style="font-family:Verdana;font-size:9pt;">Intel Corporation </span>82546EB Gigabit Ethernet PCI-X <span style="font-family:Verdana;font-size:9pt;">Dual Port </span>Controller</span></p>
</td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;">
<p><span style="color:white;">Installed in PCI 33MHz slot</span></p>
</td>
</tr>
<tr style="background:#365f91;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;">
<p><span style="color:white;">Embedded Broadcom Corporation NetXtreme BCM5754 Gigabit Ethernet PCI Express Controller</span></p>
</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;">
<p><span style="color:white;">Onboard</span></p>
</td>
</tr>
<tr>
<td rowspan="2" style="background:#365f91;padding-left:7px;padding-right:7px;border-left:none;border-bottom:none;border-right:solid white 2.25pt;">
<p><span style="color:white;">SATA III Controllers</span></p>
</td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;">
<p><span style="color:white;">2 x ASUS S3U6 Dual Port SATA III and Dual Port USB 3.0 PCI-E 2.0 x4 Contollers</span></p>
</td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;">
<p><span style="color:white;">One installed in PCI-E 2.0 x4 slot and the other in PCI-E 2.0 x8 slot</span></p>
</td>
</tr>
<tr style="background:#365f91;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;">
<p><span style="color:white;">1 x HighPoint RocketRAID 620 Dual Port PCI-E 2.0 x1 SATA III Controller</span></p>
</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;">
<p><span style="color:white;">Installed in PCI-E 2.0 x1 slot</span></p>
</td>
</tr>
<tr>
<td style="background:#365f91;padding-left:7px;padding-right:7px;border-left:none;border-bottom:none;border-right:solid white 2.25pt;">
<p><span style="color:white;">Fibre Channel Controller</span></p>
</td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;">
<p><span style="color:white;">1 x Brocade 2340 Single Port 2Gb Fibre Channel PCI-X Adapter</span></p>
</td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;">
<p><span style="color:white;">Installed in PCI 33MHz slot</span></p>
</td>
</tr>
<tr style="background:#365f91;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:solid white 2.25pt;">
<p><span style="color:white;">Boot Device</span></p>
</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;">
<p><span style="color:white;">Kingston DataTraveller+ 2Gb USB Key</span></p>
</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-right:none;">
<p><span style="color:white;">Openfiler boot device</span></p>
</td>
</tr>
<tr>
<td style="background:#365f91;padding-left:7px;padding-right:7px;border-left:none;border-bottom:none;border-right:solid white 2.25pt;">
<p><span style="color:white;">Storage Disks</span></p>
</td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;">
<p><span style="color:white;">5 x Seagate ST2000DL03-9VT1 2Tb 5400RPM 64Mb Cache SATA III Disks</span></p>
</td>
<td style="background:#4f81bd;padding-left:7px;padding-right:7px;"> </td>
</tr>
<tr style="background:#365f91;">
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:none;border-right:solid white 2.25pt;">
<p><span style="color:white;">Installed OS</span></p>
</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:none;border-right:none;">
<p><span style="color:white;">Openfiler NAS/SAN</span></p>
</td>
<td style="padding-left:7px;padding-right:7px;border-top:none;border-left:none;border-bottom:none;border-right:none;">
<p><span style="color:white;">2.6.26.8-1.0.11.smp.gcc3.4.x86_64 (SMP)</span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p>
 </p>
<p>The Total SATA 3 ports is 6, plus an additional 4 SATA 2 ports from the onboard adapter.
</p>
<p>I have disabled all the SATA 2 ports from within the BIOS as I will only be using the SATA 3 ports from the three Add-in cards to support my 5 Seagate disks in a RAID-5 aggregate.
</p>
<h2>Overview of the Openfiler Setup<br />
</h2>
<p>I have already setup my Openfiler Server by following the instructions from <a href="http://vmwire.com/2011/06/12/how-to-install-and-run-openfiler-on-a-usb-key/">http://vmwire.com/2011/06/12/how-to-install-and-run-openfiler-on-a-usb-key/</a> to install Openfiler onto the Kingston DataTraveller+ 2Gb USB Key.  Networking is setup and everything is working nicely ready for the configuration of the new RAID-5 Array.
</p>
<p>Below is a screenshot of the Openfiler Hardware Information.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile117.png?w=750" alt="" />
	</p>
<h2>Setting up the Software RAID<br />
</h2>
<p>I&#8217;m using software RAID due to the fact that SATA III RAID Controllers with 5 or more ports are currently still very expensive.  The HighPoint RocketRaid 630 and the ASUS S6U3 Controllers are relatively cheap and can be picked up for less than £20 each.
</p>
<ol>
<li>You can view the list of block devices available to use on Openfiler by navigating to <strong>Volumes | Block Devices</strong>.
</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile210.png?w=750" alt="" />
	</p>
<p>Openfiler has successfully picked up the 5 new disks and we can now manage them.
</p>
<p>To set up the Software RAID we must first partition the disks as &#8220;RAID array member&#8221; partitions.
</p>
<p>To do this you must click in each of the block devices and create a &#8220;RAID array member&#8221; partition.  Remember to leave <strong>/dev/sda</strong> alone as this is the boot device.
</p>
<ol>
<li>Clicking on <strong>/dev/sdb</strong> brings up the partitioning page.
</li>
<li>Select <strong>RAID array member</strong> from the <strong>Partition Type</strong> drop down menu and then just click on <strong>Create</strong>.
</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile35.png?w=750" alt="" />
	</p>
<p>Continue creating the partitions on the remaining four disks by repeating Step 1.
</p>
<p>Once complete the Block Device Management should look something like this.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile45.png?w=750" alt="" />
	</p>
<p>Now we are ready to create the RAID Array.  To do this we need to navigate to <strong>Volumes | Software RAID</strong> and create the array.
</p>
<p>I&#8217;m going to create a RAID-5 (parity) array with a 64kB chunk size.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile55.png?w=750" alt="" />
	</p>
<p>The Seagate disks only have about 1.82Tb usable capacity, so a RAID-5 array with 5 disks would give a total of 7.4Tb usable capacity.
</p>
<h2>Setting up the Volume Group<br />
</h2>
<p>We can create the Volume Group by navigating to <strong>Volumes | Volume Groups</strong>.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile65.png?w=750" alt="" />
	</p>
<p>I&#8217;ve decided to create a single volume group for all my services – CIFS, NFS, iSCSI and FC.  We will then create Volumes from this single Volume Group to carve up the storage.  The resulting Volume Group Management page will then look something like this.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile75.png?w=750" alt="" />
	</p>
<p>That&#8217;s our Volume Group setup complete.  You would never need to revisit the Volume Group Management page ever again, unless you either rebuild your disks or create new Volume Groups from new disks.  For reference the path for this Volume Group is <strong>/dev/md0/volg_raid5/</strong>.
</p>
<h2>Setting up a new Volume<br />
</h2>
<p>Now we can start carving up our 7.4Tb usable capacity by creating Volumes and then assigning these Volumes to specific services.
</p>
<p>We can manage this by using the Add Volume page.  I&#8217;m going to add a new 1Tb NFS volume for my VMware virtual machines.
</p>
<p>To do this navigate to <strong>Volumes | Add Volume</strong>.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile85.png?w=750" alt="" />
	</p>
<p>Upon creating this new Volume, the path for this Volume will then be <strong>/dev/md0/volg_raid5/nfs01/</strong>.
</p>
<h2>Setting up a new Sub-folder on a Volume<br />
</h2>
<p>Now that we have created a Volume, we can now create a Sub-folder in which we can make a Share.  I&#8217;m going with a 1:1 allocation of Volume to Sub-folder in my lab, so the naming conventions reflect this.
</p>
<p>To do this, navigate to the Shares page.  The screen should be similar to this.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile95.png?w=750" alt="" />
	</p>
<p>We can create the new Share by clicking on the VMware Virtual Machines link.
</p>
<p>Now we can create a new sub-folder, I&#8217;m going to call mine nfs01-vm01.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile105.png?w=750" alt="" />
	</p>
<p>The Shares page will now display the following.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile118.png?w=750" alt="" />
	</p>
<h2>Setting up a new Share<br />
</h2>
<p>To create the actual nfs01-vm01 NFS share that is mounted on our vSphere servers we need to make the share from the Sub-folder created in &#8220;Setting up a new Sub-folder from a Volume&#8221;.
</p>
<ol>
<li>Click on the <strong>nfs01-vm01</strong> link and then click on the <strong>Make Share</strong> button.
</li>
<li>Select the &#8220;Public guest access&#8221; radio button and click on Update.
</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile125.png?w=750" alt="" />
	</p>
<ol>
<li>Now scroll to the bottom of the page and click on the &#8220;RW&#8221; radio button underneath the NFS column, and then click on Update.
</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile135.png?w=750" alt="" />
	</p>
<p>Note that you need to have setup network access configuration prior to doing any of these steps.  This is not covered in this guide.
</p>
<p>Again, for reference this nfs01-vm01 NFS share for use by VMware vSphere hosts has a path of <strong>/mnt/volg_raid5/nfs01/nfs01-vm01/</strong>.
</p>
<h2>Mounting the NFS share<br />
</h2>
<p>The NFS volume is now ready to be mounted by VMware vSphere hosts.  Just use <strong>/mnt/volg_raid5/nfs01/nfs01-vm01</strong> as the &#8220;Folder&#8221; mount point.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile145.png?w=750" alt="" />
	</p>
<p>Happy days!
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile155.png?w=750" alt="" />
	</p>
<p>[NEW]
</p>
<h2>Setting up a new Volume for CIFS<br />
</h2>
<p>Now I can start carving up my remaining 6.4Tb usable capacity by creating Volumes and then assigning these Volumes to specific services.  For this part I&#8217;m going to create a new Volume for CIFS.
</p>
<p>We can manage this by using the Add Volume page.  I&#8217;m going to add a new 3Tb CIFS volume for my Windows file storage.
</p>
<p>To do this navigate to <strong>Volumes | Add Volume</strong>.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile165.png?w=750" alt="" />
	</p>
<p>Upon creating this new Volume, the path for this Volume will then be <strong>/dev/md0/volg_raid5/cifs01/</strong>.
</p>
<h2>Setting up a new Sub-folder on a Volume for CIFS<br />
</h2>
<p>Now that we have created a new Volume for CIFS, we can now create a Sub-folder in which we can make a Share.  I&#8217;m going with a 1:1 allocation of Volume to Sub-folder in my lab, so the naming conventions reflect this.
</p>
<p>To do this, navigate to the Shares page.  The screen should be similar to this.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile174.png?w=750" alt="" />
	</p>
<p>We can create the new Share by clicking on the <span style="color:#4f81bd;text-decoration:underline;"><strong>Windows File Share</strong></span>.
</p>
<p>Now we can create a new sub-folder, I&#8217;m going to call mine <strong>cifs01-smb01</strong>.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile184.png?w=750" alt="" />
	</p>
<p>The Shares page will now display the following.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile194.png?w=750" alt="" />
	</p>
<h2>Setting up a new Share for CIFS<br />
</h2>
<p>To create the actual cifs01-smb01 CIFS share that can be used for SMB file storage we need to make the share from the Sub-folder created in &#8220;Setting up a new Sub-folder on a Volume for CIFS&#8221;.
</p>
<ol>
<li>Click on the <span style="color:#4f81bd;"><span style="text-decoration:underline;"><strong>cifs01-smb01</strong></span><br />
			</span>link and then click on the <strong>Make Share</strong> button.
</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile204.png?w=750" alt="" />
	</p>
<ol>
<li>Select the &#8220;Controlled access&#8221; radio button and click on Update.
</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile215.png?w=750" alt="" />
	</p>
<ol>
<li>Now scroll to the <strong>Group access configuration</strong> section in the middle and select the primary group for this CIFS share and also set Read or Read/Write Permissions for this share based on your Active Directory Groups.  I&#8217;ve already created a Security Group called &#8220;openfiler cifs users&#8221; with which my AD account VIRTUAL\Hugo.Phan is a member of.  Once done click <strong>Update</strong>.
</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile224.png?w=750" alt="" />
	</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile234.png?w=750" alt="" />
	</p>
<p>    Note that to use Active Directory authentication, you must set up Authentication under the Accounts section.  I&#8217;ve written a guide here <a href="http://vmwire.com/2011/06/13/how-to-setup-active-directory-authenticaton-on-openfiler/">http://vmwire.com/2011/06/13/how-to-setup-active-directory-authenticaton-on-openfiler/</a>.
</p>
<ol>
<li>Now scroll all the way down to the bottom and configure the Host access configuration to the /mnt/volg_raid5/cifs01/cifs01-smb01/ Volume.  Choose the options relevant to your environment, I&#8217;m making this share R/W accessible by all my devices in my network – 192.168.200.0/24.  Then just click on Update to finish.
</li>
</ol>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile244.png?w=750" alt="" />
	</p>
<p>
 </p>
<p>Note that you need to have setup network access configuration prior to doing any of these steps.  This is not covered in this guide.
</p>
<p>Again, for reference this cifs01-smb01 CIFS share for use as network file storage over the network has a path of <strong>/mnt/volg_raid5/cifs01/cifs01-smb01/</strong>.
</p>
<h2>Connecting to the SMB Share<br />
</h2>
<p>The SMB share is now ready to be used by client computers. To connect just open a UNC path to it. <strong>of.virtual.local</strong> is the FQDN of my Openfiler Server.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile254.png?w=750" alt="" />
	</p>
<p>Now enter your domain credentials.
</p>
<p><img src="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile264.png?w=750" alt="" />
	</p>
<p>Job done!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vmwire.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vmwire.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vmwire.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vmwire.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vmwire.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vmwire.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vmwire.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vmwire.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vmwire.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vmwire.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vmwire.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vmwire.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vmwire.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vmwire.wordpress.com/284/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vmwire.com&amp;blog=12008161&amp;post=284&amp;subd=vmwire&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vmwire.com/2011/06/11/new-openfiler-for-the-vmwire-lab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c05c47067c49fce7f4ecc26a2816f8b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vmwire</media:title>
		</media:content>

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile117.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile210.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile35.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile45.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile55.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile65.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile75.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile85.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile95.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile105.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile118.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile125.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile135.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile145.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile155.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile165.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile174.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile184.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile194.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile204.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile215.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile224.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile234.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile244.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile254.png" medium="image" />

		<media:content url="http://vmwire.files.wordpress.com/2011/06/061111_2354_newopenfile264.png" medium="image" />
	</item>
	</channel>
</rss>
