<?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:series="http://unfoldingneurons.com/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Gestalt IT &#187; Gestalt IT Top Story </title>
	<atom:link href="http://gestaltit.com/category/featured/top/feed/" rel="self" type="application/rss+xml" />
	<link>http://gestaltit.com</link>
	<description>Independent Experts United</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:00:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
			<title>Gestalt IT</title>
			<url>http://gestaltit.com/wp-content/uploads/2009/02/gestalt-it-feedicon-21.png</url>
			<link>http://gestaltit.com</link>
			<width>144</width>
			<height>37</height>
			<description>Independent Experts United</description>
		</image><!-- podcast_generator="Blubrry PowerPress/2.0.4" -->
	<itunes:summary>Gestalt IT is a community of independent IT infrastructure experts. We gather at GestaltIT.com and our Tech FIeld Day events to discuss the topics of the day. This podcast includes video and audio recordings of these discussions.</itunes:summary>
	<itunes:author>Stephen Foskett</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://gestaltit.com/wp-content/uploads/powerpress/Gestalt_IT_Tech_Field_Day_Roundtable_Podcast_600.png" />
	<itunes:owner>
		<itunes:name>Stephen Foskett</itunes:name>
		<itunes:email>stephen@fosketts.net</itunes:email>
	</itunes:owner>
	<managingEditor>stephen@fosketts.net (Stephen Foskett)</managingEditor>
	<itunes:subtitle>The best independent IT commentary</itunes:subtitle>
	<itunes:keywords>Storage, Virtualization, Networking, IT</itunes:keywords>
	<image>
		<title>Gestalt IT &#187; Gestalt IT Top Story </title>
		<url>http://gestaltit.com/wp-content/uploads/powerpress/Gestalt_IT_Tech_Field_Day_Roundtable_Podcast_144.png</url>
		<link>http://gestaltit.com/category/featured/top/</link>
	</image>
	<itunes:category text="Technology" />
	<itunes:category text="Business" />
	<itunes:category text="Technology">
		<itunes:category text="Tech News" />
	</itunes:category>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>vSphere 5–PXE Installation Using vCenter Virtual Appliance</title>
		<link>http://gestaltit.com/featured/top/bill/vsphere-5pxe-installation-vcenter-virtual-appliance/</link>
		<comments>http://gestaltit.com/featured/top/bill/vsphere-5pxe-installation-vcenter-virtual-appliance/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 16:30:33 +0000</pubDate>
		<dc:creator>Bill Hill</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Server Virtualization]]></category>
		<category><![CDATA[Top Story]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[gestaltit]]></category>
		<category><![CDATA[PXE]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[virtual center]]></category>
		<category><![CDATA[vSphere 5]]></category>

		<guid isPermaLink="false">https://virtualbill.wordpress.com/?p=446</guid>
		<description><![CDATA[With the release of VMware's vSphere 5 product, the addition of the vCenter Virtual Appliance has been a welcome addition to management options. However, vCenter Virtual Appliance includes DHCP and TFTP functions that can be used for a PXE installation environment. Read on for instructions on using the vCenter Virtual Appliance as a PXE host for ESXi host installations!]]></description>
			<content:encoded><![CDATA[<p>The release of vSphere 5 has a lot of little gems. One of which is the availability of a SLES-based vCenter virtual appliance. So, while that is really cool, there is another little nugget of joy waiting for you in the vCenter virtual appliance (‘VCVA’ for all the hip kids)… specifically, your own little PXE booting environment. The oh-so-wise developers decided to include the requisite DHCP daemon and TFTP daemon. So nice of you VMware. Now, now only do you get a Linux-based vCenter, you also get the web client, a virtual appliance form, no requirement for SQL server, and a PXE environment. Really, how can you go wrong?</p>
<p>The PXE environment components included with the VCVA are not configured and turned off by default. So, if you’re ready to configure your VCVA for PXE, time to roll up your sleeves, crack those knuckles, and get ready to get your hands dirty.</p>
<p>Before we get started, though, and little caution (and disclaimer so I can sleep better at night):</p>
<blockquote><p>I know nothing about your environment. You are following these instructions at your own risk. This setup will impact DHCP functionality on your network. Follow these instructions at your own risk and make the appropriate adjustments to work in your environment.<br />
Additionally, I do not know everything about everything. So, you are going to need to rely upon your sleuthing abilities to help resolve issues that may arise.</p></blockquote>
<p>These instructions assume some knowledge of CLI-based file editing (vi). So, please research how to use it if you are unsure.</p>
<h3>Overview</h3>
<p>A PXE environment via the VCVA requires the following components in your environment</p>
<ul>
<li>DHCP server</li>
<li>TFTP server</li>
<li>Web Server (for kickstart scripts)</li>
<li>SYSLINUX (for pxeboot.0)</li>
<li>Access to an ESXi 5.0 installation CD (perhaps you created on using my <a rel="nofollow" href="http://virtualbill.wordpress.com/2011/08/19/vmware-vsphere-5using-image-builder-for-custom-installation/" >Image Builder tutorial</a>)</li>
<li>vCenter Virtual Appliance deployed</li>
<li>Blank server to PXE boot and install ESXi 5.0 on (aka – the client)</li>
<li>ESXi 5.0 installation .ISO</li>
<li>HTTP server on the network (for hosting kickstart files – customization during installation)</li>
</ul>
<p>For this exercise:</p>
<ul>
<li>Network: 192.168.226.0/24</li>
<li>VCVA: 192.168.226.21</li>
<li>DHCP Range: 192.168.226.200 – 254</li>
<li>Default Gateway: 192.168.226.1</li>
</ul>
<h3>Configuration</h3>
<p><strong>0 – Log into the appliance as ‘root’</strong></p>
<p><strong>1 – Configure DHCP</strong></p>
<p>‘<span style="font-family: 'Courier New';">dhcpd</span>‘ will listen to IP address requests, provide an IP to use, direct the client to the “<span style="font-family: 'Courier New';">next-server</span>” to continue PXE booting, and which file (<span style="font-family: 'Courier New';">filename</span>) to download from the server.</p>
<ul>
<li><span style="font-family: 'Courier New';">cd /var/lib/dhcp/etc </span></li>
<li><span style="font-family: 'Courier New';">cp -a dhcpd.conf dhcpd.conf.orig </span></li>
<li><span style="font-family: 'Courier New';">vi dhcpd.conf</span></li>
</ul>
<p>Once inside of the file, ensure the following exists (highlighted for your ease of identification)</p>
<blockquote>
<p align="left"><span style="font-family: 'Courier New';">ddns-update-style ad-hoc;<br />
</span><span style="color: #000000; font-family: 'Courier New';">allow booting;<br />
allow bootp;</span></p>
<p align="left"><span style="font-family: 'Courier New';">#gPXE options<br />
option space gpxe;<br />
option gpxe-encap-opts code 175 = encapsulate gpxe;<br />
option gpxe.bus-id code 177 = string;<br />
</span><span style="color: #000000; font-family: 'Courier New';">class “pxeclients”{<br />
match if substring(option vendor-class-identifier, 0, 9) = “PXEClient”;<br />
next-server 192.168.226.21;<br />
filename “pxelinux.0″;<br />
}<br />
subnet 192.168.226.0 netmask 255.255.255.0 {<br />
range 192.168.226.200 192.168.226.254;<br />
}</span></p>
</blockquote>
<p><span style="font-family: 'Courier New';">Save the</span> file and exit (hint: <span style="font-family: 'Courier New';">:wq</span>)</p>
<p><strong>2 – Configure TFTP</strong></p>
<p>TFTP services are provided by the ‘<span style="font-family: 'Courier New';">atftpd</span>’ daemon</p>
<ul>
<li><span style="font-family: 'Courier New';">cd /etc/sysconfig </span></li>
<li><span style="font-family: 'Courier New';">cp –a atftpd atftpd.orig </span></li>
<li><span style="font-family: 'Courier New';">vi atftpd</span></li>
</ul>
<p>Once inside the file adjust the “ATFTP_OPTIONS” line to read: “–daemon –user root”. Typically, the atftpd daemon runs as ‘<span style="font-family: 'Courier New';">nobody</span>’. However, the TFTP root (/<span style="font-family: 'Courier New';">tftpboot</span>/) is configured as owned by the ‘<span style="font-family: 'Courier New';">root</span>’ user.</p>
<p>Save and exit the file.</p>
<p><strong>3 – Get the SYSLINUX packages on the server</strong></p>
<p>There is one package missing to make the PXE installation process work: <span style="font-family: 'Courier New';">‘pxelinux.0′</span>. ‘<span style="font-family: 'Courier New';">pxelinux.0</span>‘ is an executable that is downloaded by the client in order to properly continue the PXE process (aka – download the files, execute the installer, etc…). ‘<span style="font-family: 'Courier New';">pxelinux.0</span>‘ is provided by the SYSLINUX package. In order for PXE to work properly with the ESXi 5.0 installation, SYSLINUX version 3.86 (or higher) is needed.</p>
<ul>
<li><span style="font-family: 'Courier New';">cd /tmp </span></li>
<li><span style="font-family: 'Courier New';">wget </span><a href="http://www.kernel.org/pub/linux/utils/boot/syslinux/3.xx/syslinux-3.86.tar.gz" ><span style="font-family: 'Courier New';">http://www.kernel.org/pub/linux/utils/boot/syslinux/3.xx/syslinux-3.86.tar.gz</span></a></li>
<li><span style="font-family: 'Courier New';">gunzip syslinux-3.86.tar.gz </span></li>
<li><span style="font-family: 'Courier New';">tar xvf syslinux-3.86.tar</span></li>
</ul>
<p>Note: you can use <span style="font-family: 'Courier New';">YUM</span> or copy the files to the server another way if you’d like. Regardless, get the files there. This example will continue to use the <span style="font-family: 'Courier New';">/tmp</span> file as the landing area for the SYSLINUX files.</p>
<p>Copy the pxelinux.0 file to your TFTP root</p>
<ul>
<li><span style="font-family: 'Courier New';">cp /tmp/syslinux-3.86/core/pxelinux.0 /tftpboot</span></li>
</ul>
<p><strong>4 – Prep the TFTP root for PXE</strong></p>
<p>The TFTP root configured on the VCVA is located at <span style="font-family: 'Courier New';">/tftpboot</span>. We are going to need to get the directory structure built out to support PXE.</p>
<ul>
<li><span style="font-family: 'Courier New';">cd /tftpboot </span></li>
<li><span style="font-family: 'Courier New';">mkdir esxi50</span></li>
</ul>
<p>By adding a directory, we are able to organize the TFTP server and support additional versions of ESXi going forward.</p>
<p><strong>5 – Get the ESXi 5.0 CD contents onto the server</strong></p>
<p>Seeing as the VCVA is a virtual appliance, it is easy to get the contents of the installation media onto the server.</p>
<ul>
<li>Mount the installation CD to the VCVA as a CD-ROM drive using the vSphere Client.</li>
<li><span style="font-family: 'Courier New';">mount /dev/cdrom /media </span></li>
<li><span style="font-family: 'Courier New';">cp –a /media* /tftpboot/esxi50</span>/</li>
<li><span style="font-family: 'Courier New';">umount /dev/cdrom</span></li>
</ul>
<p><strong>6 – Configure PXELINUX</strong></p>
<p>pxelinux is the utility that enables the PXE functionality. As mentioned before, pxelinux.0 is an executable that the server downloads. The executable provides functionality to parse a menu system, load kernels, options, customizations, modules, etc…, and boot the server. Since PXE can be used by multiple physical servers for multiple images, we need to configure pxelinux for this specific image.</p>
<ul>
<li><span style="font-family: 'Courier New';">cd /tftpboot </span></li>
<li><span style="font-family: 'Courier New';">mkdir pxelinux.cfg </span></li>
<li><span style="font-family: 'Courier New';">cd pxelinux.cfg</span></li>
</ul>
<p>pxelinux.0 looks for configuration files in the TFTP:/<span style="font-family: 'Courier New';">pxelinux.cfg</span> directory.</p>
<p>pxelinux looks for a large number of configuration files… specific to a default/generic value. This allows server administrators to define a file based on a complete MAC address, partial MAC address, or none at all to determine which image to boot from. Since this is the first configuration on the VCVA, we are going to configure a default. Do your research if you want to adjust this from the default value.</p>
<p>The installation media contains a file called <span style="font-family: 'Courier New';">isolinux.cfg</span>. We can use this as the basis for our file called ‘<span style="font-family: 'Courier New';">default</span>’. Copy it from the installation media and start customizations:</p>
<ul>
<li><span style="font-family: 'Courier New';">cp –a /tftpboot/esxi50/isolinux.cfg default </span></li>
<li><span style="font-family: 'Courier New';">chmod a+w default </span></li>
<li><span style="font-family: 'Courier New';">vi default</span></li>
</ul>
<ul>Ensure the appropriate lines match the following lines:</ul>
<blockquote><p><span style="font-family: 'Courier New';">DEFAULT /esxi50/menu.c32<br />
KERNEL /esxi50/mboot.cfg<br />
APPEND -c /esxi50/boot.cfg</span></p></blockquote>
<p>Save and Exit</p>
<p><strong>7 – Configure the Kickstart file</strong></p>
<p>Using a kickstart file, we can configure ESXi 5.0 automatically during installation. This requires that a file be placed on a server that is available to the client.  Sadly, the HTTP areas on the VCVA are not readily available… and, they may be erased during future upgrades. So, we need to use an external HTTP server somewhere on your network. (Note: NFS and FTP are options as well).</p>
<p>Add the following contents:</p>
<blockquote><p><span style="font-family: 'Courier New';"># Accept the EULA<br />
vmaccepteula</span></p>
<p><span style="font-family: 'Courier New';">#Set root password<br />
rootpw supersecretpassword</span></p>
<p><span style="font-family: 'Courier New';">#Install on first local disk<br />
install –firstdisk –overwritevmfs</span></p>
<p><span style="font-family: 'Courier New';">#Config initial network settings<br />
network –bootproto=dhcp –device=vmnic0</span></p>
<p>&nbsp;</p></blockquote>
<p>In this example, we are saving the file to:</p>
<ul>
<li>HTTP Server: 192.168.226.1</li>
<li>Directory: ks</li>
<li>File: esxi50.txt</li>
<li>URL: <a href="http://192.168.226.1/ks/esxi50.txt" >http://192.168.226.1/ks/esxi50.txt</a></li>
</ul>
<p><strong>8 – Configure the installation files</strong></p>
<p>The CD installation media for ESXi 5.0 assumes a single installation point. Thus, all the files are placed at the root of the image. However, since we want to actually organize our installation root, we added the ‘<span style="font-family: 'Courier New';">/tftpboot/esxi50</span>‘ directory and copied the files into it. We need to adjust the installation files in <span style="font-family: 'Courier New';">/tftpboot/esxi50</span> to reflect the change.</p>
<ul>
<li><span style="font-family: 'Courier New'; font-size: x-small;">cd /tftpboot/esxi50 </span></li>
<li><span style="font-family: 'Courier New'; font-size: x-small;">cp -a boot.cfg boot.cfg.orig </span></li>
<li><span style="font-family: 'Courier New'; font-size: x-small;">vi boot.cfg</span></li>
<li>Using the following picture as reference, add “<span style="font-family: 'Courier New'; font-size: x-small;">/esxi50</span>” to the paths for ‘<span style="font-family: 'Courier New';">kernel</span>’ and ‘<span style="font-family: 'Courier New';">modules</span>’ <a rel="nofollow" href="http://virtualbill.files.wordpress.com/2011/08/image13.png" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0; border-width: 0;" title="image" src="http://virtualbill.files.wordpress.com/2011/08/image_thumb13.png?w=486&amp;h=325" alt="image" width="486" height="325" border="0" /></a></li>
</ul>
<p>Save and quit</p>
<p><strong>9 – Restart services to load the service configurations and configure to start with server</strong><strong></strong></p>
<ul>
<li><span style="font-family: 'Courier New'; font-size: x-small;">/etc/init.d/dhcpd restart </span></li>
<li><span style="font-family: 'Courier New'; font-size: x-small;">/etc/init.d/atftpd restart </span></li>
<li><span style="font-family: 'Courier New'; font-size: x-small;">chkconfig –add dhcpd </span></li>
<li><span style="font-family: 'Courier New'; font-size: x-small;">chkconfig –add atftpd</span></li>
</ul>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2011/08/image14.png" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0; border: 0;" title="image" src="http://virtualbill.files.wordpress.com/2011/08/image_thumb14.png?w=487&amp;h=185" alt="image" width="487" height="185" border="0" /></a></p>
<p><strong>10 – Take a break</strong></p>
<ul>You made it this far… great job. At this time, we have configured DHCP, TFTP, pxelinux, copied installation media to the TFTP root, and configured the installation for our organizational purposes.</ul>
<p><strong>11</strong><strong> – Start your host and install away</strong></p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2011/08/image15.png" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0; border: 0;" title="image" src="http://virtualbill.files.wordpress.com/2011/08/image_thumb15.png?w=514&amp;h=439" alt="image" width="514" height="439" border="0" /></a></p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2011/08/image16.png" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0; border: 0;" title="image" src="http://virtualbill.files.wordpress.com/2011/08/image_thumb16.png?w=514&amp;h=439" alt="image" width="514" height="439" border="0" /></a><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2011/08/image17.png" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0; border: 0;" title="image" src="http://virtualbill.files.wordpress.com/2011/08/image_thumb17.png?w=516&amp;h=440" alt="image" width="516" height="440" border="0" /></a></p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2011/08/image18.png" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0; border: 0;" title="image" src="http://virtualbill.files.wordpress.com/2011/08/image_thumb18.png?w=511&amp;h=436" alt="image" width="511" height="436" border="0" /></a></p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2011/08/image19.png" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0; border: 0;" title="image" src="http://virtualbill.files.wordpress.com/2011/08/image_thumb19.png?w=513&amp;h=434" alt="image" width="513" height="434" border="0" /></a></p>
<p align="center">[BELOW] Reading the Kickstart Script. No need to enter customization info anymore.</p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2011/08/image20.png" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0; border: 0;" title="image" src="http://virtualbill.files.wordpress.com/2011/08/image_thumb20.png?w=515&amp;h=435" alt="image" width="515" height="435" border="0" /></a></p>
<p align="center">[BELOW] Checking contents of Kickstart file. You will see errors here if errors in file.</p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2011/08/image21.png" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0; border: 0;" title="image" src="http://virtualbill.files.wordpress.com/2011/08/image_thumb21.png?w=510&amp;h=436" alt="image" width="510" height="436" border="0" /></a></p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2011/08/image22.png" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0; border: 0;" title="image" src="http://virtualbill.files.wordpress.com/2011/08/image_thumb22.png?w=512&amp;h=438" alt="image" width="512" height="438" border="0" /></a></p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2011/08/image23.png" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0; border: 0;" title="image" src="http://virtualbill.files.wordpress.com/2011/08/image_thumb23.png?w=493&amp;h=417" alt="image" width="493" height="417" border="0" /></a></p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2011/08/image24.png" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0; border: 0;" title="image" src="http://virtualbill.files.wordpress.com/2011/08/image_thumb24.png?w=495&amp;h=442" alt="image" width="495" height="442" border="0" /></a></p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2011/08/image25.png" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0; border: 0;" title="image" src="http://virtualbill.files.wordpress.com/2011/08/image_thumb25.png?w=509&amp;h=90" alt="image" width="509" height="90" border="0" /></a></p>
<p>&nbsp;</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/all/tech/virtualization/simon/vmware-hot-add-memorycpu-support/"  rel="bookmark" class="crp_title">VMware Hot-Add Memory/CPU Support</a></li><li><a href="http://gestaltit.com/all/tech/virtualization/simon/unable-cast-object-type-logicalunitpolicy-type-fixedlogicalunitpolicy/"  rel="bookmark" class="crp_title">Unable to cast object of type ‘LogicalUnitPolicy’ to type ‘FixedLogicalUnitPolicy’</a></li><li><a href="http://gestaltit.com/all/tech/virtualization/bill/vmware-flingpxe-manager-vcenterhow-setup-installing/"  rel="bookmark" class="crp_title">VMware Fling–PXE Manager for vCenter–How To Setup And Get Installing</a></li><li><a href="http://gestaltit.com/all/tech/networking/bill/macos-cosco-ipsec-vpn-tunnel-configuration/"  rel="bookmark" class="crp_title">OS X IPSec VPN Tunnel Configuration Issue AND Resolution</a></li><li><a href="http://gestaltit.com/all/tech/virtualization/simon/need-more-vcenter-tasks-and-events/"  rel="bookmark" class="crp_title">Need More vCenter Tasks and Events?</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/featured/top/bill/vsphere-5pxe-installation-vcenter-virtual-appliance/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Bill for <a href="http://gestaltit.com">Gestalt IT</a>, 2011. |
<a href="http://gestaltit.com/featured/top/bill/vsphere-5pxe-installation-vcenter-virtual-appliance/">vSphere 5–PXE Installation Using vCenter Virtual Appliance</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/" title="View all posts in All" rel="category tag">All</a>, <a href="http://gestaltit.com/category/featured/" title="View all posts in Featured" rel="category tag">Featured</a>, <a href="http://gestaltit.com/category/all/tech/virtualization/" title="View all posts in Server Virtualization" rel="category tag">Server Virtualization</a>, <a href="http://gestaltit.com/category/featured/top/" title="View all posts in Top Story" rel="category tag">Top Story</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/featured/top/bill/vsphere-5pxe-installation-vcenter-virtual-appliance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://virtualbill.files.wordpress.com/2011/08/image_thumb20.png" length="5242880" type="image/png" />
			<itunes:keywords>ESXi,gestaltit,PXE,Systems,virtual center,vSphere 5</itunes:keywords>
		<itunes:subtitle>With the release of VMware&#039;s vSphere 5 product, the addition of the vCenter Virtual Appliance has been a welcome addition to management options. However, vCenter Virtual Appliance includes DHCP and TFTP functions that can be used for a PXE installation...</itunes:subtitle>
		<itunes:summary>With the release of VMware&#039;s vSphere 5 product, the addition of the vCenter Virtual Appliance has been a welcome addition to management options. However, vCenter Virtual Appliance includes DHCP and TFTP functions that can be used for a PXE installation environment. Read on for instructions on using the vCenter Virtual Appliance as a PXE host for ESXi host installations!</itunes:summary>
		<itunes:author>Stephen Foskett</itunes:author>
		<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>EMC FAST and NetApp FlashCache a Comparison</title>
		<link>http://gestaltit.com/featured/top/joerg/emc-fast-netapp-flashcache-comparison/</link>
		<comments>http://gestaltit.com/featured/top/joerg/emc-fast-netapp-flashcache-comparison/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 16:30:00 +0000</pubDate>
		<dc:creator>Joerg Hallbauer</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Top Story]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[FAST]]></category>
		<category><![CDATA[Flash Cache]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[tiered storage]]></category>

		<guid isPermaLink="false">http://gestaltit.com/?p=15454</guid>
		<description><![CDATA[This article is intended to provide the reader with an introduction to two technologies,  EMC FAST and NetApp FlashCache. Both of these technologies are intended to improve the performance of storage arrays, while also helping to bend the cost curve of storage downward.]]></description>
			<content:encoded><![CDATA[<p>This article is intended to provide the reader with an introduction to two technologies,  EMC FAST and NetApp FlashCache. Both of these technologies are intended to improve the performance of storage arrays, while also helping to bend the cost curve of storage downward. With the amount of data that needs to be stored increasing on a daily basis, anything that addresses the cost of storage is a welcome addition to the data center portfolio.</p>
<h3><strong>EMC FAST</strong></h3>
<p>EMC FAST (Fully Automated Storage Tiering) is actually a suite made of of two different products. the first, called FAST Cache operates by keeping a copy of &#8220;hot&#8221; blocks of data on SSD drives. In effect it acts as a very fast disk cache for data that is currently being accessed while the data itself is being stored on either 15K SAS or 7200 RPM NL-SAS (SATA) drives.</p>
<p>FAST Cache provides the ability to improve the performance of SATA drives, as well as to turbo charge the performance of fiber channel and SAS drives as well. In general, this kind of technology helps to divide performance from spindle count, which helps drive down the number of drives required for many workloads, thus driving down the cost of storage, and the overall TCO of storage.</p>
<div class="separator" style="clear: both; text-align: center;"><a rel="nofollow" href="http://1.bp.blogspot.com/-NN97t3uRmeQ/TeSCXfIbujI/AAAAAAAAACQ/Js0Qv0IbfVo/s1600/i1.jpg" style="margin-left: 1em; margin-right: 1em;" ><img src="http://1.bp.blogspot.com/-NN97t3uRmeQ/TeSCXfIbujI/AAAAAAAAACQ/Js0Qv0IbfVo/s320/i1.jpg" alt="" width="320" height="210" border="0" /></a></div>
<p>The other product in the FAST suite is FAST Virtual Pool.  This is the product that most people associate with FAST since it is the one that leverages  three different disk technologies, SSD, high speed drives such as 15K RPM SAS, and slower high capacity drives such as 7200 RPM NL-SAS. By placing only data that requires high speed access on the SSD drives, data that is receiving a moderate amount of access on the 15K SAS drives, and putting the rest on the slower, high capacity disks EMC FAST is able to drive the TCO of storage downward.</p>
<div class="separator" style="clear: both; text-align: center;"><a rel="nofollow" href="http://3.bp.blogspot.com/-5SaNnt1oElY/TeSCX5LL24I/AAAAAAAAACU/irOerV3zy8g/s1600/i2.jpg" style="margin-left: 1em; margin-right: 1em;" ><img src="http://3.bp.blogspot.com/-5SaNnt1oElY/TeSCX5LL24I/AAAAAAAAACU/irOerV3zy8g/s320/i2.jpg" alt="" width="184" height="320" border="0" /></a></div>
<h3><strong>NetApp FlashCache</strong></h3>
<p>NetApp approaches the overall issue of improved performance while simultaneously driving down the TCO of storage in a different way. NetApp believes that using fewer disks to store the same amount of data is the best way to drive down TCO. Therefore NetApp has spent a significant amount of time developing storage efficiency tools to help their customer&#8217;s store more data in less space.  For example, they developed a variant of RAID-6 called RAID-DP which provides the protection and performance of RAID-10, while utilizing significantly less space. NetApp has also developed block level de-duplication which can be utilized with primary production data.</p>
<p>However, as with many technologies of this type there could be a performance penalty paid for it&#8217;s utilization. Therefore, Netapp needed to develop a way to improve the performance if it&#8217;s arrays while also supporting it&#8217;s storage efficiency technology. With the advent of Flash memory, Netapp found a way to do this without any need for significant changes in the architecture of it&#8217;s arrays. Thus was born FlashCache.</p>
<p>FlashCahce provides a secondary read cache for hot blocks of data. This proves a way to separate performance from spindle count,  and thus not only allows workloads intended for Fiber Channel or SAS drives to potentially run on SATA drives, but it also addresses some of the performance issues with the storage efficiency technologies that NetApp developed. For example, with FlashCache utilized in a virtual desktop environment Netapp de-duplication allows many individual Windows images to be represented in a very small footprint on disk. However a problem arrises when a large numer of desktops all try to access their Windows image at once. However with the addition of FlashCache, most, if not all of the Windows image would end up being storage in Flash memory, thus avoiding the performance issue of a boot storm, virus checking storm, etc.</p>
<div class="separator" style="clear: both; text-align: center;"><a rel="nofollow" href="http://3.bp.blogspot.com/-II-6a8XSNgY/TeSBSR1YNQI/AAAAAAAAACM/VcXTDQrzzag/s1600/I3.jpg" style="margin-left: 1em; margin-right: 1em;" ><img src="http://3.bp.blogspot.com/-II-6a8XSNgY/TeSBSR1YNQI/AAAAAAAAACM/VcXTDQrzzag/s320/I3.jpg" alt="" width="320" height="239" border="0" /></a></div>
<h3><strong>Conclusion</strong></h3>
<p>Both EMC and Netapp have developed ways to help both improve the performance, and drive the TCO of storage downward. the two vendors approached the problem is somewhat different ways, but in the end they have both solved the problem in unique and effective ways.</p>
<p>The NetApp technology requires that the user buy-in completely to the NetApp vision of storage efficiency. If the user ignores the advantages of de-dupication in particular, or has data or workloads  that simply don&#8217;t allow for the application of the NetApp storage efficiency technology then the TCO saving that NetApp promises will not be achieved. Utilizing FlashCache to seperate performance from spindle count is also critical in maintaining the performance of the array. This separation of performance from spindle count also in and of itself drives dwn the number ofd drives needed to support a workload, and thus also drives down the TCO.</p>
<p>The EMC technology requires a very good understanding of your application workloads, and careful planning and sizing of the different tiers of storage. EMC could do more to make the two sub-products work together so that a single solution could provide both the TCO and the performance improvements at the same time. However, EMC FAST is a product that provides the TCO improvement promised, and doe it with a clean and elegant solution.</p>
<p>Finally, a little on the future. With the cost of Flash memory coming down 50% year over year, it will soon reach the same price point that we currently see 15K HDD&#8217;s at. Once that happens one has to wonder what role 15K HHDs will fill? If 15K HDDs are, indeed, squeezed out of existence by this reduction in the price of Flash memory, what purpose will 3 tiered automated storage tiering fill? Or, will the future simply be 2 tiers of storage, one that provides bulk capacity, and one that accelerates the performance of this bult capacity? if that predication is correct, then FAST VP will have a limited life, and FAST Cache and FlashCache will be the longer surviving technology.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/all/tech/storage/joerg/flash-storage-automated-storage-tiering/"  rel="bookmark" class="crp_title">Flash Storage and Automated Storage Tiering</a></li><li><a href="http://gestaltit.com/all/tech/storage/devang/after-all-fast-makes-a-debut/"  rel="bookmark" class="crp_title">After all, FAST makes a debut</a></li><li><a href="http://gestaltit.com/all/tech/storage/devang/fast-features-drawbacks-applications-and-some-questions/"  rel="bookmark" class="crp_title">FAST: Features, Drawbacks, Applications and some Questions</a></li><li><a href="http://gestaltit.com/all/tech/storage/devang/enterprise-flash-drives-efd-emc-symmetrix-vmax-systems/"  rel="bookmark" class="crp_title">Enterprise Flash Drives (EFD) on EMC Symmetrix V-Max Systems</a></li><li><a href="http://gestaltit.com/all/tech/storage/bas/storage-tiering-dying/"  rel="bookmark" class="crp_title">“Storage tiering is dying.” But purple unicorns exist.</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/featured/top/joerg/emc-fast-netapp-flashcache-comparison/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Joerg Hallbauer for <a href="http://gestaltit.com">Gestalt IT</a>, 2011. |
<a href="http://gestaltit.com/featured/top/joerg/emc-fast-netapp-flashcache-comparison/">EMC FAST and NetApp FlashCache a Comparison</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/" title="View all posts in All" rel="category tag">All</a>, <a href="http://gestaltit.com/category/featured/" title="View all posts in Featured" rel="category tag">Featured</a>, <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a>, <a href="http://gestaltit.com/category/featured/top/" title="View all posts in Top Story" rel="category tag">Top Story</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/featured/top/joerg/emc-fast-netapp-flashcache-comparison/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Druva Launches at Tech Field Day 5</title>
		<link>http://gestaltit.com/featured/top/stephen/druva-launches-tech-field-day-5/</link>
		<comments>http://gestaltit.com/featured/top/stephen/druva-launches-tech-field-day-5/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 21:58:25 +0000</pubDate>
		<dc:creator>Stephen Foskett</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Exclusive]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Top Story]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[data protection]]></category>
		<category><![CDATA[Druva]]></category>
		<category><![CDATA[Tech Field Day]]></category>
		<category><![CDATA[W. Curtis Preston]]></category>

		<guid isPermaLink="false">http://gestaltit.com/?p=14826</guid>
		<description><![CDATA[Druva is not as new a company as the "launch" nomenclature indicates. The company has spent years building a data protection product, inSync, for remote enterprise PCs and already boasts hundreds of customers. The company is profitable and successful already, but decided to come to the United States and initiate a growth effort.]]></description>
			<content:encoded><![CDATA[<blockquote><p>The <a href="http://techfieldday.com"  target="_blank">Tech Field Day</a> staff have added <a href="http://gestaltit.com/field-day/2010-san-jose/tech-field-day-4-live-stream/"  target="_blank">live streaming</a> from <a href="http://gestaltit.com/field-day/tfd5/"  target="_blank">Tech Field Day 5</a> in San Jose this week.</p></blockquote>
<p><a href="http://techfieldday.com"  target="_blank">Tech Field Day</a> always includes innovative companies and sometimes sees launches, but it&#8217;s rare to have a company launch itself at an event like this. Nimble Storage was successful in using our <a href="http://gestaltit.com/field-day/2010-seattle/"  target="_blank">2010 Seattle event</a> as their springboard, and remote data protection newcomer <a href="http://www.druva.com/"  target="_blank">Druva</a> followed their lead this week.</p>
<p>Druva is not as new a company as the &#8220;launch&#8221; nomenclature indicates. The company has spent years building a data protection product, inSync, for remote enterprise PCs and already boasts hundreds of customers. The company is profitable and successful already, but decided to come to the United States and initiate a growth effort.</p>
<p>The Druva staff felt that the influential delegates invited to <a href="http://gestaltit.com/field-day/tfd5/"  target="_blank">Tech Field Day 5</a> would be key to achieving notice in the crowded enterprise IT market, and their February 10 presentation was the first time the company engaged with this audience.</p>
<p>Following the Druva presentation, W. Curtis Preston and I met with Jaspreet Singh, co-founder and CEO of Druva to discuss the product and the market.</p>
<p><iframe frameborder="0" height="225" src="http://player.vimeo.com/video/19842931?title=0&amp;byline=0&amp;portrait=0" width="400"></iframe></p>
<p>A 30-day trial of inSync is <a href="http://www.druva.com/insync/laptop-backup"  target="_blank">available for download</a> if you would like to try it out.</p>
<p>The entire presentation is embedded below.</p>
<p><object id="myFlashContent" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="266" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="autoplay=false&amp;vid=20965%2F1070776" /><param name="src" value="http://www.ustream.tv/flash/viewer.swf" /><embed id="myFlashContent" type="application/x-shockwave-flash" width="320" height="266" src="http://www.ustream.tv/flash/viewer.swf" flashvars="autoplay=false&amp;vid=20965%2F1070776" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object id="myFlashContent" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="266" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="autoplay=false&amp;vid=20965%2F1070780" /><param name="src" value="http://www.ustream.tv/flash/viewer.swf" /><embed id="myFlashContent" type="application/x-shockwave-flash" width="320" height="266" src="http://www.ustream.tv/flash/viewer.swf" flashvars="autoplay=false&amp;vid=20965%2F1070780" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/all/tech/networking/stephen/aprius-live-tech-field-day-san-jose/"  rel="bookmark" class="crp_title">Aprius: Live From Tech Field Day San Jose</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/solarwinds-live-tech-field-day-san-jose/"  rel="bookmark" class="crp_title">SolarWinds: Live From Tech Field Day San Jose</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/avere-live-tech-field-day-san-jose/"  rel="bookmark" class="crp_title">Avere: Live From Tech Field Day San Jose</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/actifio-live-tech-field-day-san-jose/"  rel="bookmark" class="crp_title">Actifio: Live From Tech Field Day San Jose</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/netapp-live-tech-field-day-san-jose/"  rel="bookmark" class="crp_title">NetApp: Live From Tech Field Day San Jose</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/featured/top/stephen/druva-launches-tech-field-day-5/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Stephen Foskett for <a href="http://gestaltit.com">Gestalt IT</a>, 2011. |
<a href="http://gestaltit.com/featured/top/stephen/druva-launches-tech-field-day-5/">Druva Launches at Tech Field Day 5</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/tech/desktop/" title="View all posts in Desktop" rel="category tag">Desktop</a>, <a href="http://gestaltit.com/category/exclusive/" title="View all posts in Exclusive" rel="category tag">Exclusive</a>, <a href="http://gestaltit.com/category/featured/" title="View all posts in Featured" rel="category tag">Featured</a>, <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a>, <a href="http://gestaltit.com/category/featured/top/" title="View all posts in Top Story" rel="category tag">Top Story</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/featured/top/stephen/druva-launches-tech-field-day-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetEx Joins the Roster of Tech Field Day Presenters</title>
		<link>http://gestaltit.com/featured/top/stephen/netex-joins-roster-tech-field-day-presenters/</link>
		<comments>http://gestaltit.com/featured/top/stephen/netex-joins-roster-tech-field-day-presenters/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 17:36:00 +0000</pubDate>
		<dc:creator>Stephen Foskett</dc:creator>
				<category><![CDATA[Exclusive]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Server Virtualization]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Top Story]]></category>
		<category><![CDATA[HyperIP]]></category>
		<category><![CDATA[NetEx]]></category>
		<category><![CDATA[Tech Field Day]]></category>
		<category><![CDATA[Veeam]]></category>
		<category><![CDATA[WAN acceleration]]></category>

		<guid isPermaLink="false">http://gestaltit.com/?p=14664</guid>
		<description><![CDATA[NetEx was my first surprise when scheduling presenters for Tech Field Day 5. Their technology does indeed accelerate data transfer over a network, but it's much more useful than I expected. NetEx is a data movement accelerator and makes what others do better.]]></description>
			<content:encoded><![CDATA[<p>Every Tech Field Day includes a surprise for me, and our February event is no exception. I always try to broaden the range of my experience beyond enterprise storage, but it&#8217;s tempting to lump companies into overly-broad categories: This company is in security, that one is in networking, and the other one has something to do with management.</p>
<p><a href="http://static.gestaltit.com/wp-content/uploads/2011/01/NetEx.jpg" ><img class="aligncenter size-full wp-image-14637" title="NetEx" src="http://static.gestaltit.com/wp-content/uploads/2011/01/NetEx.jpg" alt="" width="100" height="23" /></a><a href="http://www.netex.com"  target="_blank">NetEx</a> was my first surprise when scheduling presenters for <a href="http://gestaltit.com/field-day/tfd5/"  target="_blank">Tech Field Day 5</a>. I saw the word &#8220;networking&#8221; on their trade show booth and mentally lumped them in with companies like Riverbed, F5, and Silver Peak. It has something to do with WAN acceleration, right?</p>
<p>This all changed once I started talking with the folks from NetEx. Their technology does indeed accelerate data transfer over a network, but it&#8217;s much more useful than I expected. NetEx is a data movement accelerator &#8211; hey, that&#8217;s got something to do with storage! Their HyperIP product makes what others do better, including <a href="http://gestaltit.com/field-day/2010-seattle/"  target="_blank">past Field Day presenter</a>, <a href="http://www.veeam.com/"  target="_blank">Veeam</a>. They make data replication faster for iSCSI arrays, virtual machines, and enterprise storage devices. They also allow legacy data movers to work over IP. I&#8217;m really not sure how I overlooked their capabilities for so long!</p>
<p>Technology like this is a perfect fit for the enterprise datacenter-focused Field Day events like Tech Field Day 5. We&#8217;ll have <a href="http://gestaltit.com/field-day/tfd5/"  target="_blank">a wide variety of delegates</a> representing servers and virtualization, storage, networking, and more. And all of them will find something to like about NetEx, <a href="http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-5-returning-silicon-valley-february-2011/"  target="_blank">Symantec</a>, <a href="http://gestaltit.com/featured/top/stephen/data-robotics-presents-tech-field-day/"  target="_blank">Data Robotics</a>, and the other Field Day presenters.</p>
<p>Bob MacIntyre of NetEx agreed, telling me he was excited to participate and &#8220;looking forward to a highly interactive discussion with some of the industry&#8217;s independent thought leaders, analysts and bloggers.&#8221; MacIntyre sees Tech Field Day 5 as a way to &#8221;increase the awareness of company and our HyperIP WAN Optimization virtual appliance through an intimate and educational environment.&#8221; I&#8217;d say he&#8217;s got a clear picture of what this event is all about.</p>
<p>NetEx will be presenting on Friday, February 11. We&#8217;ll be streaming their presentation (and the others as well) live so everyone can tune in online. Check back at <a href="http://techfieldday.com"  target="_blank">the Tech Field Day site</a> to watch on the 10th and 11th!</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/featured/top/stephen/data-robotics-presents-tech-field-day/"  rel="bookmark" class="crp_title">Data Robotics Is First Three-Time Tech Field Day Presenter</a></li><li><a href="http://gestaltit.com/featured/top/stephen/gearing-tech-field-day-boston/"  rel="bookmark" class="crp_title">Gearing Up For Tech Field Day Boston</a></li><li><a href="http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-5-returning-silicon-valley-february-2011/"  rel="bookmark" class="crp_title">Announcing Tech Field Day 5: Returning to Silicon Valley in February 2011!</a></li><li><a href="http://gestaltit.com/all/events/stephen/contest-data-robotics/"  rel="bookmark" class="crp_title">Do You Know Data Robotics?</a></li><li><a href="http://gestaltit.com/featured/top/stephen/1-gestaltit-tech-field-day-overview/"  rel="bookmark" class="crp_title">Podcast 1: Gestalt IT Tech Field Day Overview</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/featured/top/stephen/netex-joins-roster-tech-field-day-presenters/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Stephen Foskett for <a href="http://gestaltit.com">Gestalt IT</a>, 2011. |
<a href="http://gestaltit.com/featured/top/stephen/netex-joins-roster-tech-field-day-presenters/">NetEx Joins the Roster of Tech Field Day Presenters</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/exclusive/" title="View all posts in Exclusive" rel="category tag">Exclusive</a>, <a href="http://gestaltit.com/category/featured/" title="View all posts in Featured" rel="category tag">Featured</a>, <a href="http://gestaltit.com/category/all/tech/networking/" title="View all posts in Networking" rel="category tag">Networking</a>, <a href="http://gestaltit.com/category/all/tech/virtualization/" title="View all posts in Server Virtualization" rel="category tag">Server Virtualization</a>, <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a>, <a href="http://gestaltit.com/category/featured/top/" title="View all posts in Top Story" rel="category tag">Top Story</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/featured/top/stephen/netex-joins-roster-tech-field-day-presenters/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Data Robotics Is First Three-Time Tech Field Day Presenter</title>
		<link>http://gestaltit.com/featured/top/stephen/data-robotics-presents-tech-field-day/</link>
		<comments>http://gestaltit.com/featured/top/stephen/data-robotics-presents-tech-field-day/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 01:39:26 +0000</pubDate>
		<dc:creator>Stephen Foskett</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Exclusive]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Top Story]]></category>
		<category><![CDATA[Data Robotics]]></category>
		<category><![CDATA[Drobo]]></category>
		<category><![CDATA[Mario Blandini]]></category>
		<category><![CDATA[Tech Field Day]]></category>

		<guid isPermaLink="false">http://gestaltit.com/?p=14580</guid>
		<description><![CDATA[The surest sign of success for the Tech Field Day event series is the return of past presenters and delegates. We are pleased to announce our first three-time Tech Field Day presenter: Data Robotics will make a third presentation as part of Tech Field Day 5!]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://techfieldday.com"  target="_blank">Tech Field Day</a> has come a long way since the first event back in 2009. The hectic rush to pull together delegates, presenters, and logistics has been replaced by a steady and predictable process. A crew of professionals has been assembled to make everything happen smoothly, from contracts and paperwork to travel planning to streaming video. After selecting over 50 presentations and almost 100 delegates, we&#8217;ve gotten good at making this thing happen.</p>
<p>But we didn&#8217;t start the Field Day series to become event planners; we wanted to build a community of the new guard of freelance writers, bloggers, and other influential folks that included interesting companies in IT infrastructure. Measuring success can be challenging, but the surest metric is repeat visits: Most of the companies that presented in the past have asked to join us for another event, as have most of the delegates.</p>
<div class="wp-caption aligncenter" style="width: 310px"><img class=" " title="Drobo welcomes Tech Field Day" src="http://blog.fosketts.net/wp-content/uploads/2009/11/Golden-Ticket-2-sm.png" alt="" width="300" height="241" /><p class="wp-caption-text">The two previous Data Robotics presentations are favorites among the Field Day delegates!</p></div>
<p>This is why I&#8217;m so pleased to announce our first three-time Tech Field Day presenter: Data Robotics was quick to come on board for <a href="http://gestaltit.com/field-day/2009-san-jose/"  target="_blank">our very first event</a>, and returned for <a href="http://gestaltit.com/field-day/2010-boston/"  target="_blank">Tech Field Day 2</a>. Now they will make a third presentation as part of <a href="http://gestaltit.com/field-day/tfd5/"  target="_blank">Tech Field Day 5</a>! Data Robotics will host the afternoon presentation at their headquarters in Santa Clara, following <a href="http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-5-returning-silicon-valley-february-2011/"  target="_blank">Symantec&#8217;s morning session</a> on Thursday, February 10.</p>
<p>Data Robotics gave those first Field Day delegates an advance peak at their new Drobo S and DroboElite models, and launched their Drobo FS product at Tech Field Day 2. Will the Drobo product line continue to grow at Tech Field Day 5? I&#8217;ll definitely be paying attention! The Field Day presentations, including Data Robotics, will be streamed live on February 10 and 11!</p>
<p>The new Sr. Director of Product Marketing at Data Robotics, Mario Blandini, explained why he wanted to bring the company back a third time. &#8221;Tech Field Day events are a great value for us at Data Robotics,&#8221; he told me. &#8220;There is never a shortage of productive input among the delegates, and the intimate gathering makes for fantastic technology discussions.&#8221; I couldn&#8217;t have put it better myself. We&#8217;re glad to have you back!</p>
</div>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/featured/top/stephen/netex-joins-roster-tech-field-day-presenters/"  rel="bookmark" class="crp_title">NetEx Joins the Roster of Tech Field Day Presenters</a></li><li><a href="http://gestaltit.com/featured/top/stephen/podcast-2-tech-field-day-drobo-roundtable/"  rel="bookmark" class="crp_title">Podcast 2: Tech Field Day Drobo Roundtable</a></li><li><a href="http://gestaltit.com/featured/top/stephen/gearing-tech-field-day-boston/"  rel="bookmark" class="crp_title">Gearing Up For Tech Field Day Boston</a></li><li><a href="http://gestaltit.com/all/events/stephen/contest-data-robotics/"  rel="bookmark" class="crp_title">Do You Know Data Robotics?</a></li><li><a href="http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-5-returning-silicon-valley-february-2011/"  rel="bookmark" class="crp_title">Announcing Tech Field Day 5: Returning to Silicon Valley in February 2011!</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/featured/top/stephen/data-robotics-presents-tech-field-day/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Stephen Foskett for <a href="http://gestaltit.com">Gestalt IT</a>, 2011. |
<a href="http://gestaltit.com/featured/top/stephen/data-robotics-presents-tech-field-day/">Data Robotics Is First Three-Time Tech Field Day Presenter</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/events/" title="View all posts in Events" rel="category tag">Events</a>, <a href="http://gestaltit.com/category/exclusive/" title="View all posts in Exclusive" rel="category tag">Exclusive</a>, <a href="http://gestaltit.com/category/featured/" title="View all posts in Featured" rel="category tag">Featured</a>, <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a>, <a href="http://gestaltit.com/category/featured/top/" title="View all posts in Top Story" rel="category tag">Top Story</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/featured/top/stephen/data-robotics-presents-tech-field-day/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Announcing Tech Field Day 5: Returning to Silicon Valley in February 2011!</title>
		<link>http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-5-returning-silicon-valley-february-2011/</link>
		<comments>http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-5-returning-silicon-valley-february-2011/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 21:22:14 +0000</pubDate>
		<dc:creator>Stephen Foskett</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Exclusive]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server Virtualization]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Top Story]]></category>
		<category><![CDATA[Bill Hill]]></category>
		<category><![CDATA[Devang Panchigar]]></category>
		<category><![CDATA[Eric Siebert]]></category>
		<category><![CDATA[San Jose]]></category>
		<category><![CDATA[Scott D. Lowe]]></category>
		<category><![CDATA[Sean Clark]]></category>
		<category><![CDATA[Symantec]]></category>
		<category><![CDATA[Tech Field Day]]></category>
		<category><![CDATA[W. Curtis Preston]]></category>

		<guid isPermaLink="false">http://gestaltit.com/?p=14455</guid>
		<description><![CDATA[Gestalt IT is pleased to announce our next Tech Field Day event. The Field Day delegates will convene in and around San Jose, CA on February 9 and 10, 2011. There, they will engage some of the most innovative and interesting IT infrastructure companies, with leading enterprise software provider, Symantec, headlining.]]></description>
			<content:encoded><![CDATA[<div>
<p>Gestalt IT is pleased to announce our next <a href="http://techfieldday.com"  target="_blank">Tech Field Day</a> event. The Field Day delegates will convene in and around San Jose, CA on February 9 and 10, 2011. There, they will engage some of the most innovative and interesting IT infrastructure companies, with leading enterprise software provider, <a rel="nofollow" href="http://symantec.com"  target="_blank">Symantec</a>, headlining.</p>
<blockquote><p>Follow the news at our <a href="http://gestaltit.com/field-day/tfd5/"  target="_blank">Tech Field Day 5</a> page!</p></blockquote>
<p>The unique Field Day℠ concept brings together as equals two groups that rarely meet: Product vendors and independent thought leaders. The event includes a dozen hand-picked delegates and just five speaking slots. Both vendors and delegates are nominated and selected by an independent team of volunteers based on interest, technology and passion. The resulting discussions are packed with technical information, with feedback and questions flowing both ways across the table. To expand access, the event will also be streamed live on the Internet.</p>
<p>Delegates will spend two to four hours with each vendor, learning about their products, technology, and relevance to modern IT practices. The Gestalt IT Tech Field Day events have attracted some of the biggest names in information technology, and this event is no exception. Symantec will headline, bringing the delegates on-site for a half-day session. Other presenting sponsors will be announced in the coming month.</p>
<p>Only about a dozen hand-picked delegates will attend this Tech Field Day event. Our selection process focuses on the unique characteristics of thought leaders: Independence, open-mindedness, technical knowledge, and influence are key criteria. The global team of delegates come from a variety of backgrounds, including server virtualization, enterprise storage, networking, security, and systems administration.</p>
<p>Field Day alumni, <a rel="nofollow" href="http://virtualbill.wordpress.com/"  target="_blank">Bill Hill</a>, <a href="http://slowe.com/"  target="_blank">Scott D. Lowe</a>, <a href="http://storagenerve.com/"  target="_blank">Devang Panchigar</a>, and <a href="http://backupcentral.com"  target="_blank">W. Curtis Preston</a> will be joined by new delegates, <a href="http://seanclark.us/"  target="_blank">Sean Clark</a>, <a href="http://vmware-land.com/"  target="_blank">Eric Siebert</a>, and others. Each has distinguished himself in his community, and each was selected by a team of delegates from past events.</p>
<h3>About Gestalt IT and Tech Field Day</h3>
<p>Complete delegate and sponsor lists are available at <a href="http://gestaltit.com/field-day/tfd5/"  target="_blank">the Gestalt IT web site</a>. We encourage those interested in IT infrastructure topics to follow the delegates on Gestalt IT (<a href="http://gestaltit.com/" >gestaltit.com</a>), Twitter (<a href="http://bit.ly/TFD5TL"  target="_blank">bit.ly/TFD5TL</a>), Facebook (<a href="http://bit.ly/TFDGFB"  target="_blank">bit.ly/TFDGFB</a>), LinkedIn (<a href="http://bit.ly/TFDLI"  target="_blank">bit.ly/TFDLI</a>), Flickr (<a href="http://bit.ly/TFDpics"  target="_blank">bit.ly/TFDpics</a>) and Vimeo (<a href="http://bit.ly/TFDvids" >bit.ly/TFDvids</a>).</p>
<p>The whole is greater than the sum of the parts. This is the concept behind Gestalt IT &#8211; that experts in a variety of disciplines are stronger when they work together. As a group, we formed a media organization focused on promoting community among independent thought leaders in IT infrastructure topics. Our productions include the Gestalt IT web site and the series of Tech Field Day events. Gestalt IT Media LLC community organizer, Stephen Foskett, can be contacted at <a href="http://GestaltIT.com/" >GestaltIT.com</a>, <a href="mailto:sfoskett@gestaltit.com">sfoskett@gestaltit.com</a>, or (508)451-9532.</p>
</div>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-4-san-jose/"  rel="bookmark" class="crp_title">Announcing Tech Field Day 4: This Week in San Jose!</a></li><li><a href="http://gestaltit.com/featured/top/stephen/announcing-gestalt-tech-field-day-boston-2010/"  rel="bookmark" class="crp_title">Announcing Gestalt IT Tech Field Day Boston 2010</a></li><li><a href="http://gestaltit.com/featured/top/stephen/announcing-gestalt-networking-field-day-2010/"  rel="bookmark" class="crp_title">Announcing Gestalt IT Networking Field Day 2010</a></li><li><a href="http://gestaltit.com/featured/top/stephen/announcing-gestalt-tech-field-day-seattle-2010/"  rel="bookmark" class="crp_title">Announcing Gestalt IT Tech Field Day Seattle 2010</a></li><li><a href="http://gestaltit.com/featured/top/stephen/gearing-tech-field-day-boston/"  rel="bookmark" class="crp_title">Gearing Up For Tech Field Day Boston</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-5-returning-silicon-valley-february-2011/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Stephen Foskett for <a href="http://gestaltit.com">Gestalt IT</a>, 2010. |
<a href="http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-5-returning-silicon-valley-february-2011/">Announcing Tech Field Day 5: Returning to Silicon Valley in February 2011!</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/" title="View all posts in All" rel="category tag">All</a>, <a href="http://gestaltit.com/category/all/events/" title="View all posts in Events" rel="category tag">Events</a>, <a href="http://gestaltit.com/category/exclusive/" title="View all posts in Exclusive" rel="category tag">Exclusive</a>, <a href="http://gestaltit.com/category/featured/" title="View all posts in Featured" rel="category tag">Featured</a>, <a href="http://gestaltit.com/category/all/tech/networking/" title="View all posts in Networking" rel="category tag">Networking</a>, <a href="http://gestaltit.com/category/all/tech/security/" title="View all posts in Security" rel="category tag">Security</a>, <a href="http://gestaltit.com/category/all/tech/virtualization/" title="View all posts in Server Virtualization" rel="category tag">Server Virtualization</a>, <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a>, <a href="http://gestaltit.com/category/featured/top/" title="View all posts in Top Story" rel="category tag">Top Story</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-5-returning-silicon-valley-february-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thoughts On A Dell Acquisition Of Compellent</title>
		<link>http://gestaltit.com/featured/top/stephen/dell-compellent-acquisition/</link>
		<comments>http://gestaltit.com/featured/top/stephen/dell-compellent-acquisition/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 16:15:01 +0000</pubDate>
		<dc:creator>Stephen Foskett</dc:creator>
				<category><![CDATA[Exclusive]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Top Story]]></category>
		<category><![CDATA[3PAR]]></category>
		<category><![CDATA[block storage]]></category>
		<category><![CDATA[CLARiiON]]></category>
		<category><![CDATA[Compellent]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Exanet]]></category>
		<category><![CDATA[FCoE]]></category>
		<category><![CDATA[Fibre Channel]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Nexenta]]></category>
		<category><![CDATA[ocarina]]></category>
		<category><![CDATA[scale-out]]></category>
		<category><![CDATA[scale-up]]></category>
		<category><![CDATA[Tech Field Day]]></category>
		<category><![CDATA[tiered storage]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://gestaltit.com/?p=14413</guid>
		<description><![CDATA[The news came out this morning that Dell is in exclusive talks to acquire network storage specialist Compellent for just under $900 million. I will leave it to the real reporters to track the ups and downs of the story; what piques my interest is the value Dell gets from Compellent's technology and the challenge it poses to the data storage industry.]]></description>
			<content:encoded><![CDATA[<p>The news came out this morning that Dell is in exclusive talks to acquire network storage specialist Compellent for just under $900 million. I will leave it to the <a href="http://www.theregister.co.uk/2010/12/09/dell_talking_to_compellent/"  target="_blank">real reporters</a> to track the ups and downs of the story; what piques my interest is the value Dell gets from Compellent&#8217;s technology and the challenge it poses to the data storage industry.</p>
<h3>A Compelling Product</h3>
<p>At its core, Compellent is a storage software company. Their <a href="http://www.compellent.com/Products/Storage-Center-5-4.aspx"  target="_blank">Storage Center</a> software creates a &#8220;virtual storage array&#8221; from standard building blocks. The resulting storage product is one of the most flexible and (excuse the pun) compelling midrange storage systems on the market. Consider the following roundtable discussion from our recent <a href="http://techfieldday.com"  target="_blank">Tech Field Day</a> event in Seattle, which includes a <a href="http://gestaltit.com/featured/top/stephen/podcast-9-compellent-roundtable-tech-field-day/"  target="_blank">discussion</a> of Compellent&#8217;s products and technologies by independent voices in the industry:</p>
<div id="powerpress_player_4337" class="powerpress_player"><a href="http://services.media.gestaltit.com/sfoskett/9-Compellent-640.m4v" title="Play" onclick="return powerpress_embed_quicktime('powerpress_player_4337', 'http://services.media.gestaltit.com/sfoskett/9-Compellent-640.m4v', 280, 210, 'aspect' );" ><img title="Play" src="http://gestaltit.com/wp-content/plugins/powerpress/play_video_default.jpg" alt="Play" /></a></div>
<p class="powerpress_links powerpress_links_m4v">Podcast: <a href="http://services.media.gestaltit.com/sfoskett/9-Compellent-640.m4v" class="powerpress_link_pinw" title="Play in new window" onclick="return powerpress_pinw('13504-podcast');"  target="_blank">Play in new window</a> | <a href="http://services.media.gestaltit.com/sfoskett/9-Compellent-640.m4v" class="powerpress_link_d" title="Download" >Download</a> (Duration: 8:59 — 102.7MB)</p>
<p>Compellent&#8217;s Storage Center scales up, adding additional storage capacity to existing arrays without disruption and integrating this added bandwidth and capacity seamlessly. <a href="http://www.boche.net/blog/index.php/2010/07/16/gestalt-it-tech-field-day-compellent/"  target="_blank">Compellent also has an impressive tiered storage and thin provisioning story</a>, since data blocks are virtualized and can be moved between tiers dynamically. Full-featured integrated snapshot technology completes the picture, adding <a href="http://www.backupcentral.com/index.php?option=com_content&amp;task=view&amp;id=328&amp;Itemid=47"  target="_blank">data protection credentials</a>.</p>
<p>Compellent&#8217;s scale-out story is impressive as well, but is more about replication and virtualization than the clustering technology used by others, including Dell&#8217;s EqualLogic. Compellent&#8217;s newly-introduced Live Volume can be thought of as a volume manager for virtual servers, allowing their storage to exist simultaneously on two different storage arrays. Supporting VMware vSphere, Microsoft Hyper-V, and Citrix XenServer, Compellent claims that Live Volume enables a &#8220;grid of Compellent arrays&#8221;, but it&#8217;s not the sort of scale-out grid one would get from EMC&#8217;s recently purchased Isilon, HP&#8217;s LeftHand, Dell&#8217;s Compellent, or NAS specialist Panasas. It&#8217;s more of an active-active mirror of storage than a true cluster. Learn more about Live Volume in the following video by <a href="http://rodos.haywood.org/2010/07/seattle-techfieldday-compellent.html" >Rodos</a>:</p>
<p><iframe src="http://player.vimeo.com/video/13398367?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0"></iframe></p>
<p>Let&#8217;s also take a moment to consider the hardware Compellent <a href="http://www.compellent.com/Solutions/Alliance-Partners/Technology-Partners.aspx"  target="_blank">currently uses</a>: They deploy and sell this software on SuperMicro servers with Xyratex disk enclosures, and Seagate hard disk drives, and connect everything with QLogic, Emulex, and Brocade storage networking gear. This is all pretty much standard-issue for storage vendors: Most no longer produce their own controllers or disk enclosures, and the standard components Compellent uses can be swapped from other sources if needed.</p>
<h3>Compellent&#8217;s Mid-Market Strategy</h3>
<p>Compellent has not traditionally competed in the stratosphere of enterprise storage dominated by EMC&#8217;s Symmetrix V-Max, the HDS/HP USP/VSP, and (to a lesser extend) the HP 3PAR InServ. Instead, the Minneapolis-based company has been happy to sell into the fat middle of the market, and has gained a loyal following in smaller-but-still-impressive enterprises. Nowhere is this more evident than at Compellent&#8217;s annual &#8220;C-Drive&#8221; customer conference: It&#8217;s amazing, really, for a smallish storage company to have such a devoted user base!</p>
<p>Although they offer two NAS front-ends, Compellent is a block storage player through and through. Their &#8220;<a href="http://www.compellent.com/Products/Hardware/Network-Attached-Storage.aspx"  target="_blank">Storage Center with NAS</a>&#8221; offering is decidedly low-end, employing Windows Storage Server 2008 on a 1U server for SMB and NFS connectivity. The newer and more-impressive <a href="http://www.compellent.com/Products/Hardware/zNAS.aspx"  target="_blank">zNAS</a> is based on the OpenSolaris operating system, including ZFS a friendly interface &#8220;<a href="http://www.compellent.com/Community/Blog/Posts/2010/4/Compellent-zNAS.aspx"  target="_blank">co-developed</a>&#8221; with Nexenta. Neither product is an in-house Compellent design, nor are they competitive in the high-end &#8220;big data&#8221; market touted by NAS leaders EMC, NetApp, and BlueArc.</p>
<h3>Compellent&#8217;s Fit Within Dell</h3>
<p>Assuming the acquisition goes through, attention will turn to the fit for Compellent&#8217;s Storage Center technology and marketing within Dell. What will Dell get for three quarters of a billion dollars? What will it mean to the enterprise storage market as a whole?</p>
<p>Dell&#8217;s EqualLogic acquisition, though expensive, is now widely seen as a success. The Round Rock management team allowed EqualLogic the freedom to develop and compete, while bolstering their hardware and manufacturing story with commodity components. The combination has become a dominant plater in the mid-market iSCSI storage space, and Dell is likely to attempt a repeat of that strategy here. It was widely rumored that 3PAR management preferred Dell&#8217;s to HP&#8217;s offering based on a promise of similar autonomy.</p>
<p>We assume Dell would replace the EMC-sourced CLARiiON with Compellent in their midrange storage arsenal, replacing the SuperMicro servers. Although Compellent would likely be allowed to develop and grow within the Dell umbrella, there is substantial overlap with the existing EqualLogic line. One would expect Compellent to focus more on Fibre Channel and FCoE (which they recently delivered), though iSCSI support is unlikely to be dropped. A longer-term strategy would see EqualLogic and Compellent combining their midrange storage IP and management team within Dell.</p>
<p>Considering their success selling CLARiiON block storage, Dell&#8217;s acquisition would strap a rocket to Compellent&#8217;s sales. Once the Dell hardware is grafted in, profits will grow substantially as well. This is a major win for Dell, which needs the kind of margins that only in-house IP can drive. The price is right, the market is ready, and the fit is solid.</p>
<h3>What Comes Next</h3>
<p>Some are suggesting that this is the end of the <a href="http://gestaltit.com/all/tech/storage/stephen/enterprise-acquisition-game/"  target="_blank">storage acquisition parade</a>, but many holes remain. Dell still lacks enterprise NAS, data deduplication, and cloud storage success, and companies like Oracle have only just begun to bulk up their storage strategies. <a href="http://gestaltit.com/all/tech/storage/stephen/dell-equallogic-exanet-ocarina-3par/"  target="_blank">Dell&#8217;s acquisitions of Ocarina and Exanet</a> have yet to pay dividends, likely driven by the immaturity of those products. One would not be at all surprised if they continued shopping in the storage space: Panasas, BlueArc, Sepaton, FalconStor, and Overland all look ripe for purchase. Although Compellent is a win for Dell, it is not likely to be their last acquisition.</p>
<blockquote><p>Disclosure: Compellent sponsored and presented at Gestalt IT&#8217;s <a href="http://gestaltit.com/field-day/2010-seattle/"  target="_blank">Tech Field Day 3</a>.</p></blockquote>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/featured/top/stephen/podcast-9-compellent-roundtable-tech-field-day/"  rel="bookmark" class="crp_title">Podcast 9: Compellent Roundtable at Tech Field Day</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/3-questions-field-day-sponsor-compellent/"  rel="bookmark" class="crp_title">3 Questions For Field Day Sponsor, Compellent</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/dell-equallogic-exanet-ocarina-3par/"  rel="bookmark" class="crp_title">Dell + EqualLogic, Exanet, Ocarina, 3Par = What?</a></li><li><a href="http://gestaltit.com/featured/top/stephen/tech-field-day-seattle-links/"  rel="bookmark" class="crp_title">Tech Field Day Seattle: The Links</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/dell-enterprise-storage/"  rel="bookmark" class="crp_title">Why Should Anyone Take Dell Seriously in Enterprise Storage?</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/featured/top/stephen/dell-compellent-acquisition/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Stephen Foskett for <a href="http://gestaltit.com">Gestalt IT</a>, 2010. |
<a href="http://gestaltit.com/featured/top/stephen/dell-compellent-acquisition/">Thoughts On A Dell Acquisition Of Compellent</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/exclusive/" title="View all posts in Exclusive" rel="category tag">Exclusive</a>, <a href="http://gestaltit.com/category/featured/" title="View all posts in Featured" rel="category tag">Featured</a>, <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a>, <a href="http://gestaltit.com/category/featured/top/" title="View all posts in Top Story" rel="category tag">Top Story</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/featured/top/stephen/dell-compellent-acquisition/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Announcing Tech Field Day 4: This Week in San Jose!</title>
		<link>http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-4-san-jose/</link>
		<comments>http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-4-san-jose/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 23:54:02 +0000</pubDate>
		<dc:creator>Stephen Foskett</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Exclusive]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server Virtualization]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Top Story]]></category>
		<category><![CDATA[Actifio]]></category>
		<category><![CDATA[Aprius]]></category>
		<category><![CDATA[Asigra]]></category>
		<category><![CDATA[Avere]]></category>
		<category><![CDATA[Bill Hill]]></category>
		<category><![CDATA[Brandon Carroll]]></category>
		<category><![CDATA[Chris Dearden]]></category>
		<category><![CDATA[Derek Schauland]]></category>
		<category><![CDATA[Edward Aractingi]]></category>
		<category><![CDATA[Frank Owen]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Joe Onisick]]></category>
		<category><![CDATA[Jon Owings]]></category>
		<category><![CDATA[Matt Simmons]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[Paul Miller]]></category>
		<category><![CDATA[Robin Harris]]></category>
		<category><![CDATA[solarwinds]]></category>
		<category><![CDATA[Tech Field Day]]></category>

		<guid isPermaLink="false">http://gestaltit.com/?p=14059</guid>
		<description><![CDATA[Gestalt IT is pleased to announce our next Tech Field Day event. The Field Day delegates will convene this week in San Jose, CA, engaging some of the most innovative and interesting IT infrastructure companies.]]></description>
			<content:encoded><![CDATA[<p>Gestalt IT is pleased to announce our next <a href="http://gestaltit.com/field-day/"  target="_blank">Tech Field Day</a> event. The Field Day delegates will convene <strong>this week in San Jose, CA</strong>, engaging some of the most innovative and interesting IT infrastructure companies.</p>
<p>The unique Field Day℠ concept brings together as equals two groups that rarely meet: <strong>Product vendors and independent thought leaders</strong>. The event includes 11 delegates and just five speaking slots. Both vendors and delegates are nominated and selected by an independent team of volunteers based on interest, technology and passion. The resulting discussions are packed with technical information, with feedback and questions flowing both ways across the table.</p>
<h3>Presenting Sponsors</h3>
<p><strong>Just seven companies will sponsor and present at Tech Field Day 4</strong>. Delegates will spend two to four hours with each vendor, learning about their products, technology, and relevance to modern IT practices. The Gestalt IT Tech Field Day events have attracted some of the biggest names in information technology, and this event is no exception.</p>
<p>Tech Field Day 4 begins Thursday, November 11 at the <a href="http://netapp.com"  target="_blank"><strong>NetApp</strong></a> campus in Sunnyvale. We will spend the morning learning about their unified storage technology and looking into their latest product updates. After lunch, the delegates will move to the PlugandPlay Tech Center to learn about the virtual I/O products developed by <a href="http://www.aprius.com/"  target="_blank"><strong>Aprius</strong></a>. <a href="http://www.averesystems.com/"  target="_blank"><strong>Avere Systems</strong></a> is up next, presenting their tiered NAS appliances.</p>
<p>Friday begins with data management startup, <a href="http://actifio.com/"  target="_blank"><strong>Actifio</strong></a>. <a href="http://intel.com"  target="_blank"><strong>Intel</strong></a> hosts the delegates next, covering converged networking and their latest Xeon server processor technology. Friday afternoon will be hosted by The Hoffman Group in San Jose. There, Field Day veterans, <a href="http://solarwinds.com"  target="_blank"><strong>SolarWinds</strong></a>, will cover their management and monitoring software. We will conclude the event with a look at the cloud backup capabilities made possible by <a href="http://asigra.com"  target="_blank"><strong>Asigra</strong></a>.</p>
<h3><strong>Selected Delegates</strong></h3>
<p><strong>Only eleven hand-picked delegates will attend this Tech Field Day event</strong>. Our selection process focuses on the unique characteristics of thought leaders: Independence, open-mindedness, technical knowledge, and influence are key criteria. The global team of delegates come from a variety of backgrounds, including <strong>server virtualization, enterprise storage, networking, security, and systems administration</strong>.</p>
<p>Field Day alumni, Brandon Carroll, Matt Simmons, Derek Schauland, and Robin Harris will be joined by seven new delegates: Jon Owings, Edward Aractingi, Frank Owen, Chris Dearden, Bill Hill, Paul Miller, and Joe Onisick. Each has distinguished himself in his community, and each was selected by a team of delegates from past events.</p>
<h3><strong>About Gestalt IT and Tech Field Day</strong></h3>
<p>Complete delegate and sponsor lists are available at <a href="http://gestaltit.com/field-day/2010-san-jose/"  target="_blank">the Gestalt IT web site</a>. We encourage those interested in IT infrastructure topics to follow the delegates on Gestalt IT (<a href="http://gestaltit.com/" >gestaltit.com</a>), Twitter (<a href="http://bit.ly/TFD4TL"  target="_blank">bit.ly/TFD4TL</a> and <a href="http://bit.ly/TFD4TS"  target="_blank">bit.ly/TFD4TS</a>), Facebook (<a href="http://bit.ly/TFDGFB"  target="_blank">bit.ly/TFDGFB</a>), LinkedIn (<a href="http://bit.ly/TFDLI"  target="_blank">bit.ly/TFDLI</a>), Flickr (<a href="http://bit.ly/TFDpics"  target="_blank">bit.ly/TFDpics</a>) and Vimeo (<a href="http://bit.ly/TFDvids" >bit.ly/TFDvids</a>).</p>
<p>For the first time, <strong>Tech Field Day will be streamed live</strong> over the Internet. Visit the special <a href="http://gestaltit.com/field-day/2010-san-jose/tech-field-day-4-live-stream/"  target="_blank">Tech Field Day 4 live stream</a> page during the event to follow along!</p>
<p><strong>The whole is greater than the sum of the parts</strong>. This is the concept behind Gestalt IT &#8211; that experts in a variety of disciplines are stronger when they work together. As a group, we formed a media organization focused on promoting community among independent thought leaders in IT infrastructure topics. Our productions include the Gestalt IT web site and the series of Tech Field Day events. Gestalt IT Media LLC community organizer, Stephen Foskett, can be contacted at <a href="http://GestaltIT.com/" >http://GestaltIT.com</a>, <a href="mailto:sfoskett@gestaltit.com">sfoskett@gestaltit.com</a>, or (508)451-9532.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-5-returning-silicon-valley-february-2011/"  rel="bookmark" class="crp_title">Announcing Tech Field Day 5: Returning to Silicon Valley in February 2011!</a></li><li><a href="http://gestaltit.com/featured/top/stephen/announcing-gestalt-tech-field-day-boston-2010/"  rel="bookmark" class="crp_title">Announcing Gestalt IT Tech Field Day Boston 2010</a></li><li><a href="http://gestaltit.com/featured/top/stephen/announcing-gestalt-networking-field-day-2010/"  rel="bookmark" class="crp_title">Announcing Gestalt IT Networking Field Day 2010</a></li><li><a href="http://gestaltit.com/featured/top/stephen/gearing-tech-field-day-boston/"  rel="bookmark" class="crp_title">Gearing Up For Tech Field Day Boston</a></li><li><a href="http://gestaltit.com/featured/top/stephen/announcing-gestalt-tech-field-day-seattle-2010/"  rel="bookmark" class="crp_title">Announcing Gestalt IT Tech Field Day Seattle 2010</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-4-san-jose/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Stephen Foskett for <a href="http://gestaltit.com">Gestalt IT</a>, 2010. |
<a href="http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-4-san-jose/">Announcing Tech Field Day 4: This Week in San Jose!</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/" title="View all posts in All" rel="category tag">All</a>, <a href="http://gestaltit.com/category/all/tech/cloud/" title="View all posts in Cloud Computing" rel="category tag">Cloud Computing</a>, <a href="http://gestaltit.com/category/all/tech/desktop/" title="View all posts in Desktop" rel="category tag">Desktop</a>, <a href="http://gestaltit.com/category/all/events/" title="View all posts in Events" rel="category tag">Events</a>, <a href="http://gestaltit.com/category/exclusive/" title="View all posts in Exclusive" rel="category tag">Exclusive</a>, <a href="http://gestaltit.com/category/featured/" title="View all posts in Featured" rel="category tag">Featured</a>, <a href="http://gestaltit.com/category/all/tech/networking/" title="View all posts in Networking" rel="category tag">Networking</a>, <a href="http://gestaltit.com/category/all/tech/security/" title="View all posts in Security" rel="category tag">Security</a>, <a href="http://gestaltit.com/category/all/tech/virtualization/" title="View all posts in Server Virtualization" rel="category tag">Server Virtualization</a>, <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a>, <a href="http://gestaltit.com/category/all/tech/" title="View all posts in Tech" rel="category tag">Tech</a>, <a href="http://gestaltit.com/category/featured/top/" title="View all posts in Top Story" rel="category tag">Top Story</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/featured/top/stephen/announcing-tech-field-day-4-san-jose/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>vSphere–Migration to vNetwork Distributed Switch (vDS)–LIVE!</title>
		<link>http://gestaltit.com/featured/top/bill/vsphere%e2%80%93live-migration-vnetwork-distributed-switch-vds/</link>
		<comments>http://gestaltit.com/featured/top/bill/vsphere%e2%80%93live-migration-vnetwork-distributed-switch-vds/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 17:00:15 +0000</pubDate>
		<dc:creator>Bill Hill</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Server Virtualization]]></category>
		<category><![CDATA[Top Story]]></category>
		<category><![CDATA[gestaltit]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[VDS]]></category>
		<category><![CDATA[vnetwork distributed switch]]></category>

		<guid isPermaLink="false">https://virtualbill.wordpress.com/2010/10/13/vspheremigration-to-vnetwork-distributed-switch-vdslive/</guid>
		<description><![CDATA[With vSphere 4.0, VMware has introduced vNetwork Distributed Switches (vDS). Implementation of a vDS in your environment is fairly straightforward and can be performed on a live environment! Read on for an example procedure to introduce vDS into your environment.]]></description>
			<content:encoded><![CDATA[<p>The vNetwork Distributed Switch (vDS) is an amazing new entity in the vSphere realm. As with many things, knowing a little history makes you appreciate things a little more.</p>
<h3>A Little History of vDS</h3>
<p>A long time ago, vSphere environments relied upon each ESX host being configured with multiple virtual switches. These switches were bound to physical NICs that bridged the virtual and the physical networks. However, as the switches needed to be defined on each host, there was room for error. vMotion relies upon the same switch names to be defined on each ESX host, or else it will fail. Additionally, it was darn near impossible to collect any networking information regarding how a VM was using a switch because the VM could be on any given switch at any time.</p>
<p>So, VMware saw the inefficiencies of this structure and began seeing the benefits of a more centralized virtual switching infrastructure. Enter the vNetwork Distributed Switch (vDS). The vDS removes the need to create virtual switches on the ESX/ESXi host and, instead, creates the switch on the data center. So, any machine inside of the datacenter has access to the virtual switch. Now, all the administrator needs to do is assign the correct physical NICs to the correct switches, and the work is done for you.</p>
<p>The vDS is also the cornerstone for some of the new networking functionality that VMware is introducing (vShield products, vCloud, etc…). vDS introduces the ability to add logic and control to the switching of the virtual machines. Naming standards are applied across all hosts to ensure that machines will migrate flawlessly. Network statistics on a VM are maintained as they are running on the same switching entity, regardless of ESX host. New functions, like Network I/O Control can be introduced (ability to prioritize which VMs have network access). Again, this is the future of how VMware is going to handle vSphere networking. So, getting on the horse now is going to be beneficial as you will be more likely to be able to use new features and functions sooner in the future.</p>
<h3>How To Reconfigure Virtual Networking While Keeping VMs Live</h3>
<p>Now, if you are like me, all of the NICs in our vSphere environment are being consumed. This poses a problem because we need at least 1 vmnic to connect to the vDS in order for it to become useful, right?! Plus, being able to migrate the VMs without any downtime seems like a swell proposition as well. So, I have developed what I believe to be a fairly simple procedure that should allow for us to reconfigure the virtual networking while keeping the VMs live, without needing to vMotion everything off to another host… just a little repetitive and requires a little balancing. But, that just makes it more fun! The instructions are going to assume using the GUI to define the vDS.</p>
<h4><strong><span style="text-decoration: underline;">Stage 0 – Define the Physical Network Adjustments</span></strong></h4>
<p>The underlying physical network needs to be configured properly for this to work. This may be a great opportunity to make some adjustment to the networking that you have always wanted to make. For me, I am taking the opportunity to move everything over to trunking ports, so the vDS is going to tag the VLANs as necessary. Just remember that you are going to need to make sure any pSwitch adjustments you are going to make ahead of time are not going to impact the production network. This may take some coordination with your networking team. If you, like me, are the networking team, this conversation should be nice and quick. Just make sure everyone is on the same page before starting.</p>
<h4><strong><span style="text-decoration: underline;">Stage 1 – Define the vDS</span></strong></h4>
<p>This is super easy. You can define the vDS objects without interrupting anything. Part of the GUI setup asks if you would like to add physical interfaces now or later. Just select the option to add later and move on with the setup.</p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2010/10/home-inventory-networking.jpg" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: inline; padding-top: 0; border-width: 0;" title="Home -- Inventory -- Networking" src="http://virtualbill.files.wordpress.com/2010/10/home-inventory-networking_thumb.jpg?w=244&amp;h=24" border="0" alt="Home -- Inventory -- Networking" width="244" height="24" /></a></p>
<p>Next up, right-click on your Datacenter and select “New vNetwork Distributed Switch”</p>
<p>Assuming you are running vCenter 4.1 (with at least 1 ESX 4.1 host), you should have the option between version 4.0 and 4.1.</p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2010/10/vds-version-selection.jpg" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: inline; padding-top: 0; border-width: 0;" title="vDS Version Selection" src="http://virtualbill.files.wordpress.com/2010/10/vds-version-selection_thumb.jpg?w=644&amp;h=243" border="0" alt="vDS Version Selection" width="644" height="243" /></a></p>
<p>Selection version 4.1.0 is going to be the most preferable as it introduces support for the most new functions. On the down side, you need to be running ESX/ESXi 4.1 to get the functionality. For this example, we will assume you are running on ESX/ESXi 4.1.</p>
<p>The next step involves giving the vDS a name. Name the switch something descriptive that would allow you to know exactly which network it connects to just by the name. So, dvSwitch-DMZ would be a good name, for example. Additionally, you can define the number of dvUplinks (vmnics) will connect to the switch (per host). The default value of 4 is just fine for our environment, so select it and move on.</p>
<p>The next step allows you to select the vmnics from each host that meets the vDS configurations. So, if you have a single 4.1 host in your environment and your environment has 10 ESX hosts, you will only have a single host in this list. Recall that we selected vDS 4.1.0 above… and 4.1.0 requires ESX/ESXi 4.1. For the time being, we are going to select the option to “Add Later” and move on.</p>
<p>The final stage allows for the creation of a default port group and to finish. In this situation, we will go ahead and allow the wizard to create the port group automatically and create the vDS!</p>
<h4><strong><span style="text-decoration: underline;">Stage 2 – Remove One vmnic From Existing vSwitch</span></strong></h4>
<p>Seeing as all of the vmnics are consumed, we need at least one vmnic available to move to the new vDS. Now… take into consideration the network changes that you may need to make for the vDS (back in Stage 0). You may need to coordinate the switch port change with the network team (or yourself). Now… as we are removing a vmnic from your production environment, you are responsible for double-checking to make sure that this should work for what you are doing. If you have a vSwitch with a single vmnic, you WILL lose connectivity when you pull the vmnic for the vDS.</p>
<p>Once you know which vmnic you are going to remove from the existing vSwitch for the new vDS and you have cleared it with your networking team, go ahead and remove it from the vSwitch via the vSphere Client.</p>
<h4><strong><span style="text-decoration: underline;">Stage 3 – Add the vmnic to the new vDS</span></strong></h4>
<p>Now that you have a vmnic available to use, ensure it has been properly configured for the network (again, see Stage 0).</p>
<p>The next step is to add the vmnic to the vDS. Since we did not assign any ports to the vDS during creation, we need to add the ports from the ESX/ESXi host itself.</p>
<p>Open the host configuration tab –&gt; Networking –&gt; Click on the “vNetwork Distributed Switch” button</p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2010/10/host-configuration-networking-vds.jpg" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: inline; padding-top: 0; border-width: 0;" title="Host Configuration -- Networking -- vDS" src="http://virtualbill.files.wordpress.com/2010/10/host-configuration-networking-vds_thumb.jpg?w=644&amp;h=80" border="0" alt="Host Configuration -- Networking -- vDS" width="644" height="80" /></a></p>
<p>This view will show you the configuration of the vDS on the ESX/ESXi host itself.</p>
<p>Click the “Manage Physical Adapters” link on the top-right corner of the screen. This will load a page that displays the vmnics attached to the vDS. Select the “Click to Add NIC” link.</p>
<p>Locate the section labeled “Unclaimed adapters”. Inside the section, you should see the vmnic you just removed in Stage 2! Sweet!</p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2010/10/unclaimed-adapters.jpg" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: inline; padding-top: 0; border-width: 0;" title="Unclaimed Adapters" src="http://virtualbill.files.wordpress.com/2010/10/unclaimed-adapters_thumb.jpg?w=162&amp;h=41" border="0" alt="Unclaimed Adapters" width="162" height="41" /></a></p>
<p>Select the adapter and click OK.</p>
<p>You have been returned to the “Manage Physical Adapters” screen again. This time, you should see that the vmnic has been added. In my environment, this is vmnic2.</p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2010/10/pnic-added-to-vds.jpg" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: inline; padding-top: 0; border-width: 0;" title="pNIC Added To vDS" src="http://virtualbill.files.wordpress.com/2010/10/pnic-added-to-vds_thumb.jpg?w=244&amp;h=74" border="0" alt="pNIC Added To vDS" width="244" height="74" /></a></p>
<h4><strong><span style="text-decoration: underline;">Stage 4 – Configure the Port Group VLAN</span></strong></h4>
<p>The Port Group is a structure inside of the vDS that handles many of the switching functions you would expect. These functions include Traffic Shaping, Failover, VLAN, etc… This is semi-analogous to the vSwitch you were used to configuring in the past.</p>
<p>In the event that you need the vDS to tag your network traffic with the proper VLAN, you need to edit the Port Group settings.</p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2010/10/home-inventory-networking1.jpg" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: inline; padding-top: 0; border: 0;" title="Home -- Inventory -- Networking" src="http://virtualbill.files.wordpress.com/2010/10/home-inventory-networking_thumb1.jpg?w=244&amp;h=24" border="0" alt="Home -- Inventory -- Networking" width="244" height="24" /></a></p>
<p>Locate the vDS in your vCenter structure. Click the [+] next to the vDS to get access to the Port Group (default label is “dvPortGroup”). Right-click on the Port Group and edit the settings.</p>
<p>Locate “VLAN” in the table on the left. Notice the “VLAN Type” defaults to “None”. Drop the box down and select “VLAN”. Then, provide the VLAN ID.</p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2010/10/dvportgroup-vlan-definition.jpg" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: inline; padding-top: 0; border: 0;" title="dvPortGroup VLAN Definition" src="http://virtualbill.files.wordpress.com/2010/10/dvportgroup-vlan-definition_thumb.jpg?w=644&amp;h=166" border="0" alt="dvPortGroup VLAN Definition" width="644" height="166" /></a></p>
<p>Click OK to close out the windows.</p>
<p>Now, your Port Group is on VLAN 30!</p>
<h4><strong><span style="text-decoration: underline;">Stage 5 – Move A VM To vDS</span></strong></h4>
<p>Next stop is the time to test your work. Find a nice utility or low-use VM. You should be able to ping the VM continuously as you move from the old vSwitch to the vDS. So, begin pinging the VM.</p>
<p>Now, we need to change the network that the VM’s NIC is connected to. This is a simple operation you can perform on the fly, while the machine is online.</p>
<p>Edit the settings of the VM.</p>
<p>Select the Network Adapter of the VM</p>
<p>On the right-side of the window, you will see a section labeled “Network Connection”. Look for the Network Label box and drop it down. Magically, you will see your new vDS as a network label. Select the vDS</p>
<p><a rel="nofollow" href="http://virtualbill.files.wordpress.com/2010/10/vm-network-adapter-settings.jpg" ><img style="background-image: none; padding-left: 0; padding-right: 0; display: inline; padding-top: 0; border-width: 0;" title="VM Network Adapter Settings" src="http://virtualbill.files.wordpress.com/2010/10/vm-network-adapter-settings_thumb.jpg?w=644&amp;h=382" border="0" alt="VM Network Adapter Settings" width="644" height="382" /></a></p>
<p>Hold your breath and click OK. See… that was not hard was it?! Pings should continue uninterrupted. Now… if you have any connectivity issues to the VM, I would suggest the following:</p>
<ul>
<li>Move the VM back to the original Network (select the old Network Label from the Network Connection section of the VM Settings)</li>
<li>Check to ensure the proper pSwitch port has been configured correctly. Do you need a trunk? Is it configured as a trunk? Was the correct port configured (oops)?</li>
<li>Check to ensure you have defined the VLAN in the Port Group correctly, if you are trunking.</li>
<li>Try again once everything has been verified.</li>
</ul>
<h4><strong><span style="text-decoration: underline;">Stage 6 – Balancing Act</span></strong></h4>
<p>If you have made it this far, you know that the vDS is setup as you expected. The underlying vmnic has been configured properly to allow access to the network for the VMs.</p>
<p>So, the next step is going to be a balancing act. You will need to migrate your VM network adapters from the old vSwitch to the new vDS. As the load on the vDS gets higher, you will need to migrate another vmnic from the vSwitch to the vDS. Ultimately, all VMs will need to be migrated before the last vmnic is removed. Otherwise, the VMs on the vSwitch will be lost in their own network-less world until you move them over.</p>
<p>Rinse-Wash-Repeat</p>
<h4><strong><span style="text-decoration: underline;">Stage 7 – vBeers</span></strong></h4>
<p>Test everything out. The networking for the VMs should not be interrupted. After the balancing act has been completed, the VMs on the host should be safely running on the new vDS! Complete the same tasks on your other ESX/ESXi hosts (again, remember that we need them to be on v4.1, right?!).</p>
<p>Well done. You deserve to have some vBeers for your hard work!</p>
<h3>Notes and Considerations</h3>
<ul>
<li>You are the master of your environment. The example above is just that… an example. You know what is best for your environment. Take everything you read here with a grain of salt.</li>
<li>By all means, you can feel free to shutdown VMs to change any configuration if you feel more comfortable going that route. The same procedure applies. With less concern about the VM availability since you know it is going to be offline anyway.</li>
<li>Migrating VMs to a vDS will interrupt any vMotion activities until other hosts have been configured (recall that each ESX/ESXi host needs the same Networks to be available for the migration to complete). So, while this can be performed live, selecting a maintenance window for the work would still be wise.</li>
<li>If you have the capacity in your environment, you can always evacuate all VMs from a host and configure it without any VMs running as a safety measure. In that environment, you do not need to worry about a balancing act as you will not have any production load on either the vSwitch or the vDS. The same configuration principles apply.</li>
</ul>
<p>Thanks for reading through this walkthrough on implementing a vDS on a live system! Look for future posts on migrating VMkernel interfaces to vDS configurations and how Host Profiles can help make this easier for you.</p>
<p>As always, please leave comments at the bottom. If you know of a way to improve the procedure, let me know!</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/all/tech/virtualization/bill/vsphere-extending-vmfs-datastore%e2%80%93live-unisphere/"  rel="bookmark" class="crp_title">vSphere – Extending VMFS Datastore–Live (With Unisphere)</a></li><li><a href="http://gestaltit.com/all/tech/virtualization/bill/vmware-flingpxe-manager-vcenterhow-setup-installing/"  rel="bookmark" class="crp_title">VMware Fling–PXE Manager for vCenter–How To Setup And Get Installing</a></li><li><a href="http://gestaltit.com/featured/top/bill/vsphere-5pxe-installation-vcenter-virtual-appliance/"  rel="bookmark" class="crp_title">vSphere 5–PXE Installation Using vCenter Virtual Appliance</a></li><li><a href="http://gestaltit.com/all/tech/virtualization/bill/vmware-vcenter-operations%e2%80%93standard-edition/"  rel="bookmark" class="crp_title">VMware vCenter Operations–Standard Edition</a></li><li><a href="http://gestaltit.com/all/tech/virtualization/bill/esxi-5015-hour-boot-time-upgrade/"  rel="bookmark" class="crp_title">ESXi 5.0–1.5 Hour Boot Time During Upgrade</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/featured/top/bill/vsphere%e2%80%93live-migration-vnetwork-distributed-switch-vds/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Bill for <a href="http://gestaltit.com">Gestalt IT</a>, 2010. |
<a href="http://gestaltit.com/featured/top/bill/vsphere%e2%80%93live-migration-vnetwork-distributed-switch-vds/">vSphere–Migration to vNetwork Distributed Switch (vDS)–LIVE!</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/" title="View all posts in All" rel="category tag">All</a>, <a href="http://gestaltit.com/category/featured/" title="View all posts in Featured" rel="category tag">Featured</a>, <a href="http://gestaltit.com/category/all/tech/networking/" title="View all posts in Networking" rel="category tag">Networking</a>, <a href="http://gestaltit.com/category/all/tech/virtualization/" title="View all posts in Server Virtualization" rel="category tag">Server Virtualization</a>, <a href="http://gestaltit.com/category/featured/top/" title="View all posts in Top Story" rel="category tag">Top Story</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/featured/top/bill/vsphere%e2%80%93live-migration-vnetwork-distributed-switch-vds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMworld 2010: A Trip to Remember</title>
		<link>http://gestaltit.com/featured/top/guest/vmworld-2010-trip-remember/</link>
		<comments>http://gestaltit.com/featured/top/guest/vmworld-2010-trip-remember/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 12:24:27 +0000</pubDate>
		<dc:creator>Guest Post</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Exclusive]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Server Virtualization]]></category>
		<category><![CDATA[Top Story]]></category>
		<category><![CDATA[Boche.net]]></category>
		<category><![CDATA[Contest]]></category>
		<category><![CDATA[Gestalt IT]]></category>
		<category><![CDATA[Greg Stuart]]></category>
		<category><![CDATA[Guy Chapman]]></category>
		<category><![CDATA[Jason Boche]]></category>
		<category><![CDATA[San Francisco]]></category>
		<category><![CDATA[Stephen Foskett]]></category>
		<category><![CDATA[vDestination]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[VMworld]]></category>
		<category><![CDATA[vmworld 2010]]></category>
		<category><![CDATA[WYSE]]></category>
		<category><![CDATA[Xsigo]]></category>

		<guid isPermaLink="false">http://gestaltit.com/?p=13644</guid>
		<description><![CDATA[Winning that contest inspired me to join the community of bloggers evangelizing VMware and find ways to give back as well. I started my own blog, vDestination.com, and quickly began writing about VMware, my experiences as well as a few contests that would help give back to the community.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Editor&#8217;s Note: This guest post was written by <a href="http://vdestination.com/about/"  target="_blank">Greg W. Stuart</a>, winner of the Boche.net/Gestalt IT VMworld trip contest</p></blockquote>
<h3>Finally Attending a Computer/Technology Event</h3>
<p>I have to confess something right off the bat; I’ve never actually been to a computer/technology conference in the 10 years that I’ve been in the business. Yes, that is pitiful, being that there are so many good conferences out there such as Microsoft’s TechEd, Oracle’s Open World, Citrix’s Synergy and of course VMware’s VMworld. These are all very exciting and highly entertaining conferences. That being said, I can finally say I’ve attended a computer/technology event, VMworld 2010.</p>
<p><a href="http://static.gestaltit.com/wp-content/uploads/2010/10/San-Francisco-2010-025.jpg" ><img class="size-medium wp-image-13860 alignright" title="San Francisco 2010 025" src="http://static.gestaltit.com/wp-content/uploads/2010/10/San-Francisco-2010-025-225x300.jpg" alt="" width="225" height="300" /></a>Being completely new to virtualization (introduced to VMware for the 1st time in December of 2009), I quickly gained a passion for the field and the technology involved, particularly with VMware. We have Citrix and even an instance of Hyper-V in our infrastructure but VMware grabbed my attention and I’ve been hooked ever since. In April of 2010 I achieved my VMware Certified Professional (V4) certification and have gained a lot of good experience and knowledge in a fairly short period of time. This is thanks to the amazing VMware community; i.e. blogs, twitter feeds, training, etc.</p>
<p>As I’m surfing through many of the great blogs on VMware I came across a blog post by Jason Boche promoting a “Get Away to VMworld” contest. <a href="http://www.boche.net/blog/index.php/2010/06/06/win-a-free-vmworld-pass-from-boche-net/"  target="_blank">Jason donated a free registration</a> to the person who won his contest, and <a href="http://gestaltit.com/featured/top/stephen/expanding-access-vmworld-bochenet/"  target="_blank">Gestalt IT agreed to cover the airfare</a>. I thought, why not, I never win anyways and it only took my 2 minutes to enter, done.</p>
<p>Just as I’m about to fall asleep one night, I get an email on my phone and sure enough it was from Jason telling me I won his competition. I was going to VMworld, my first computer/technology conference. Needless to say I didn’t sleep much the rest of the night.</p>
<h3>Inspired to Join the Community</h3>
<p>Winning that contest inspired me to join the community of bloggers evangelizing VMware and find ways to give back as well. I started my own blog, <a href="http://vdestination.com"  target="_blank">vDestination.com</a>, and quickly began writing about VMware, my experiences as well as a few contests that would help give back to the community.</p>
<p>In the days leading up to VMworld 2010, I ran a contest giving away a full library of books based on VMware vSphere and its tools.  Authors and vExperts, Eric Siebert, Scott Lowe and Mike Laverick all donated a book (some donated 2) as well as David Davis and Train Signal donating their vSphere training video series and even a donation of Windows 7 Ultimate by Chris Kusek. It was a huge testament to the willingness of the community to give back to those who are seeking to expand their knowledge base on VMware.</p>
<p>Finally the day to leave for VMworld had arrived; excitement was at its apex as I boarded the plane in Baltimore to head out to San Francisco. The first order of business upon arriving at the Moscone Center was getting my badge and my swag… I mean conference materials.  VMware provided a really nice backpack chock full of conference material, a helpful map of Moscone, a guide to all of the sessions, labs, etc. and a map of the Solutions Exchange show floor. Being my first time at VMworld the first day was very overwhelming and the guides and materials provided really helped to make it a more structured event for me.</p>
<h3>Day One</h3>
<p>Day one I headed over to the bloggers lounge in hopes to meet some of the bloggers whose content I read on a daily basis, and to meet some of my readers as well. The difficult part was figuring out who was who due to the fact that our avatars were not posted on our badges (note to VMware: print badges with avatar/twitter handle next year).  I plugged in my laptop and began tweeting and blogging.</p>
<p>No more than 2 minutes after I had tweeted that I was in the bloggers lounge, Guy Chapman sends me a tweet that said, “@gregwstuart Raise your left hand if you are here” I looked around worried that people might think I was crazy sitting in the lounge with my left hand raised so I did a quick scan and saw Guy hanging out in the corner. We met and had a nice chat for about a half hour, first networking connection made! I also met Patrick Redknap, John Troyer and Stu Miniman, Kendrick Coleman as well as the man that made my trip possible, Jason Boche.</p>
<p>From there I went to my first session which was about building your own home lab, the speakers included Eric Siebert and Simon Seagrave, both vExperts and authors. The sessions were really great, while I didn’t attend many; the ones I did attend were very knowledgeable and entertaining as well. You don’t always assume that a tech conference is going to be entertaining, but this was different, VMworld was fun at every turn.</p>
<h3>The Scene</h3>
<p><a href="http://static.gestaltit.com/wp-content/uploads/2010/10/San-Francisco-2010-037-e1286885485730.jpg" ><img class="aligncenter size-medium wp-image-13859" title="San Francisco 2010 037" src="http://static.gestaltit.com/wp-content/uploads/2010/10/San-Francisco-2010-037-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>The labs were amazing. This was an area that was constantly packed and at times had a significant wait to get into. In different areas of Moscone there was what I call “chill” areas, staged with small ottoman like cubes to sit on or even, get this, giant VMworld beanbag chairs. People napped, held meetings, typed away on their laptops or just sat for a breather, it was very interesting.</p>
<p>There were even areas that were staged like a game room. I counted about 4 ping pong tables, a couple of air hockey tables and other areas you could hang out in that were relaxing and fun.</p>
<p>I didn’t expect this to be the scene at VMworld. I thought it was going to be long days of bad food, very involved sessions, waiting in lines, and having nowhere to sit. This was not the case. The food was always good and available at every turn it seemed, from hot food, food for on the go, candy, soda, water and everything in between. This is an aspect of the conference that I thought was very well put together, it made the long days easier to handle.</p>
<h3>Day Two</h3>
<p><a href="http://static.gestaltit.com/wp-content/uploads/2010/10/San-Francisco-2010-012-e1286885666134.jpg" ><img class="aligncenter size-medium wp-image-13861" title="San Francisco 2010 012" src="http://static.gestaltit.com/wp-content/uploads/2010/10/San-Francisco-2010-012-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Day two I was invited to attend a product launch/press release held by Xsigo at the W hotel across from the Moscone Center. This was an awesome event. I was there on behalf of Gestalt IT, and following the press release and lunch, Xsigo invited us to hold a round table discussion on their new line of Virtual I/O Directors and to discuss the relevance of virtual I/O in the field today.</p>
<p>It was very educational and I made some good contacts and came away with a nice blog post as well. It was nice to be the first to get the news and blog about it, a significant benefit of attending these types of events.</p>
<h3>The Solutions Exchange</h3>
<p>Lastly, the Solutions Exchange was my most favorite attraction at VMworld; this is where I spent the bulk of days 3 and 4. There were over 200 sponsors and exhibitors that had their offering of the latest technology to either partner with VMware or even in some instances compete with VMware, yes Citrix had a booth, 10&#215;20 actually&#8230; which I thought was interesting.</p>
<p>My favorite booth was the WYSE booth. WYSE had their WYSE Pocket Cloud product on display with a number of various end points displaying its ability to reach your virtual desktop anywhere you are. They had the DroidX phone, the iPhone 4 and a couple of other handhelds on display that you could actually play with and test drive the application. Cisco, Veeam and NetApp all had really great booths and very good presentations.</p>
<p>The Solutions Exchange next year should really be called The Swag Depot, this is where I got 98% of my swag from all of the different vendors. My most prized piece of swag was an iPod Nano that I won, and I can’t even remember who I won it from. There was just so much stuff going on, at times it was information overload.</p>
<h3>A Year’s Worth of Knowledge</h3>
<p><a href="http://static.gestaltit.com/wp-content/uploads/2010/10/San-Francisco-2010-011-e1286885766114.jpg" ><img class="aligncenter size-medium wp-image-13862" title="San Francisco 2010 011" src="http://static.gestaltit.com/wp-content/uploads/2010/10/San-Francisco-2010-011-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>In less than a week at VMworld, I came away with a year’s worth of knowledge it seems. I definitely came back with a ton of stuff to blog about; I think I generated at least 4 blog posts resulting from my trip to VMworld.</p>
<p>I also made some very good connections with others inside the VMware community that are sure to be long lasting and mutually beneficial. I was actually approached by Mike Laverick and he told me he loved my blog contest and has begun to run contests on his blog as well.</p>
<p>The VMware community is very involved in helping others join in the community and gain the knowledge and experience that will further their careers in the virtualization field. To be a part of this community had done more for my career than any certification or training course had done to date. Many thanks to Stephen Foskett at GestaltIT and Jason Boche for helping me get to VMworld; I wouldn’t have gone without your help.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/featured/top/stephen/expanding-access-vmworld-bochenet/"  rel="bookmark" class="crp_title">Expanding Access to VMworld With Boche.Net</a></li><li><a href="http://gestaltit.com/featured/top/stephen/announcing-gestalt-vmworld-contest/"  rel="bookmark" class="crp_title">Announcing the Gestalt IT &#8220;Get Away to VMworld&#8221; Contest!</a></li><li><a href="http://gestaltit.com/featured/top/stephen/greg-stuart-bochenet-vmworld/"  rel="bookmark" class="crp_title">Congratulations, Greg Stuart, You&#8217;re Going To VMworld!</a></li><li><a href="http://gestaltit.com/all/tech/virtualization/stephen/vmworld-contest-enhanced-extended/"  rel="bookmark" class="crp_title">&#8220;Get Away to VMworld&#8221; Contest: Enhanced and Extended!</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/podcast-10-xsigo-discussion-vmworld/"  rel="bookmark" class="crp_title">Podcast 10: Xsigo Discussion at VMworld</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/featured/top/guest/vmworld-2010-trip-remember/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© guest for <a href="http://gestaltit.com">Gestalt IT</a>, 2010. |
<a href="http://gestaltit.com/featured/top/guest/vmworld-2010-trip-remember/">VMworld 2010: A Trip to Remember</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/" title="View all posts in All" rel="category tag">All</a>, <a href="http://gestaltit.com/category/exclusive/" title="View all posts in Exclusive" rel="category tag">Exclusive</a>, <a href="http://gestaltit.com/category/featured/" title="View all posts in Featured" rel="category tag">Featured</a>, <a href="http://gestaltit.com/category/all/tech/virtualization/" title="View all posts in Server Virtualization" rel="category tag">Server Virtualization</a>, <a href="http://gestaltit.com/category/featured/top/" title="View all posts in Top Story" rel="category tag">Top Story</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/featured/top/guest/vmworld-2010-trip-remember/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

