<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.scottlowe.org/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>blog.scottlowe.org</title>
	
	<link>http://blog.scottlowe.org</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Thu, 18 Mar 2010 01:31:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.scottlowe.org/slowe/content/feed" /><feedburner:info uri="slowe/content/feed" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>slowe/content/feed</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>A Quick and Simple Guide to Building an OpenBSD VM</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/D4Kbg0WPPnE/</link>
		<comments>http://blog.scottlowe.org/2010/03/17/a-quick-and-simple-guide-to-building-an-openbsd-vm/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 01:31:20 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[UNIX]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[BSD]]></category>

		<category><![CDATA[Fusion]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1864</guid>
		<description><![CDATA[I like using OpenBSD, but can't remember some of the commands to install OpenBSD. Here's a quick and simple installation procedure for OpenBSD 4.6.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/03/17/a-quick-and-simple-guide-to-building-an-openbsd-vm/">A Quick and Simple Guide to Building an OpenBSD VM</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll start this off with a disclaimer: this post is really more for my own benefit than the benefit of anyone else.</p>
<p><a href="http://www.openbsd.org">OpenBSD</a> is my OS of choice when it comes to setting up a quick, simple UNIX-based virtual machine (VM). Need a virtual firewall? Use OpenBSD. Need a router? Use OpenBSD. Need a web server or an FTP server? Use OpenBSD. Need to run some network security tools? Use OpenBSD.</p>
<p>The problem is this: once I get an OpenBSD system up and running, it runs so well that I rarely have to go set up another one. Because there is then this length of time between installations, I always find myself forgetting the steps to take when installing an OpenBSD system. Thus, the need for this post and why I say it&#8217;s really for my benefit more than anything else. Next time I need to install OpenBSD in a VM for some reason, I can quickly come back and reference my list. (I will say that the installation of OpenBSD in recent versions has gotten <em>much</em> simpler than it was in the past.)</p>
<p>Oh, another disclaimer is probably necessary here, too: this is <b><em>not</em></b> to be considered some sort of &#8220;best practices&#8221; guide, so please don&#8217;t hammer the comments with stuff like &#8220;You know, you really should&#8230;&#8221;. This is just a quick and simple setup.</p>
<p>With those disclaimers out of the way, here&#8217;s the installation procedure. This was written for use with OpenBSD 4.6:</p>
<ol>
<li>Boot from the OpenBSD installation ISO image. When prompted, choose &#8220;i&#8221; to install.</li>
<li>Press Enter for the default keyboard layout (unless you need a different layout, naturally).</li>
<li>Enter the system&#8217;s hostname in short form.</li>
<li>Enter the name of the network interface to configure. When installing on VMware Fusion 3.0.2 on my Macintosh, the default interface is <code>em0</code>. On VMware vSphere 4, the default interface is <code>vic0</code>.</li>
<li>Enter the IPv4 address or press Enter to use DHCP.</li>
<li>Enter the IPv6 address or press Enter to not assign an IPv6 address.</li>
<li>Press Enter to complete the configuration of network interfaces.</li>
<li>Press Enter not to perform any manual network configuration.</li>
<li>Enter and confirm the root password.</li>
<li>Press Enter to start <code>sshd</code> by default.</li>
<li>Press Enter not to start <code>ntpd</code> by default.</li>
<li>Enter &#8220;no&#8221; to indicate that you will not be running the X Window System.</li>
<li>Press Enter not to change the default console to <code>com0</code>.</li>
<li>Press Enter not to create an additional user. (I generally prefer to create an additional user after installation is complete.)</li>
<li>Press Enter to accept the default disk as the root disk. On my Mac running VMware Fusion 3.0.2, the default disk is <code>wd0</code>.</li>
<li>Press Enter to use the whole disk.</li>
<li>Press Enter to use auto layout of partitions on the disk. (I&#8217;m not sure what version of OpenBSD added this feature, but it is quite handy for simple installations.)</li>
<li>Press Enter to use the CD to install the sets. The CD in the VM should be mapped to the ISO image of the OpenBSD 4.6 install CD.</li>
<li>Press Enter to use the default CD (which showed up as <code>cd0</code> on my system).</li>
<li>Press Enter to use the default path to the sets.</li>
<li>Remove the X Window System sets by entering &#8220;-x*&#8221; and pressing Enter.</li>
<li>Verify that the X Window System sets (<code>xbase46.tgz</code>, <code>xetc46.tgz</code>, <code>xshare46.tgz</code>, <code>xfont46.tgz</code>, and <code>xserv46.tgz</code>) are unselected, then press Enter to complete set selection. OpenBSD will start installing the sets.</li>
<li>Enter the timezone, such as &#8220;US/Eastern&#8221;.</li>
<li>Enter <code>reboot</code> to reboot your new OpenBSD VM. You should now be ready to perform final configuration of OpenBSD, such as using <code>pkg_add</code> to install packages or editing <code>rc.conf.local</code> to control what daemons are launched at startup. (Of course, those are tasks for an entirely different blog post).</li>
</ol>
<p>That&#8217;s it. Again, this not a best practice/ideal installation. It&#8217;s just a &#8220;drop dead simple&#8221; installation in a VM for when you need to get something done quickly.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/03/17/a-quick-and-simple-guide-to-building-an-openbsd-vm/">A Quick and Simple Guide to Building an OpenBSD VM</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2006/10/06/openbsd-as-a-simple-nat-router/" rel="bookmark" title="Friday, October 6, 2006">OpenBSD as a Simple NAT Router</a></li>

<li><a href="http://blog.scottlowe.org/2009/04/22/new-folders-with-quicksilver/" rel="bookmark" title="Wednesday, April 22, 2009">New Folders with Quicksilver</a></li>

<li><a href="http://blog.scottlowe.org/2007/05/23/openbsd-41-on-esx-server-301/" rel="bookmark" title="Wednesday, May 23, 2007">OpenBSD 4.1 on ESX Server 3.0.1</a></li>

<li><a href="http://blog.scottlowe.org/2005/11/04/openbsd-pcn0-driver-issue-resolved/" rel="bookmark" title="Friday, November 4, 2005">OpenBSD pcn0 Driver Issue Resolved</a></li>

<li><a href="http://blog.scottlowe.org/2007/03/16/remotely-exploitable-flaw-in-openbsd-found/" rel="bookmark" title="Friday, March 16, 2007">Remotely Exploitable Flaw in OpenBSD Found</a></li>
</ul><!-- Similar Posts took 17.252 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/D4Kbg0WPPnE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/03/17/a-quick-and-simple-guide-to-building-an-openbsd-vm/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2010/03/17/a-quick-and-simple-guide-to-building-an-openbsd-vm/</feedburner:origLink></item>
		<item>
		<title>Understanding Network Interface Virtualization</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/V-9xuSJW-f4/</link>
		<comments>http://blog.scottlowe.org/2010/03/16/understanding-network-interface-virtualization/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 12:33:24 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[Cisco]]></category>

		<category><![CDATA[UCS]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1862</guid>
		<description><![CDATA[Network interface virtualization (NIV) is, in my opinion, a poorly understood technology that has a number of implications for network design and behavior. Here is some more information on NIV.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/03/16/understanding-network-interface-virtualization/">Understanding Network Interface Virtualization</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In late November 2009, I published a post on understanding NPIV (N_Port ID Virtualization) and NPV (N_Port Virtualization); you can read the <a href="http://blog.scottlowe.org/2009/11/27/understanding-npiv-and-npv/">full post here</a>. In that post, I described a pair of virtualization technologies&#8212;NPV and NPIV&#8212;for Fibre Channel storage area networks (SANs). This time around, I&#8217;d like to discuss a related technology on the Ethernet networking side called network interface virtualization (NIV). This technology, by the way, is currently undergoing IEEE standardization as part of the 802.1Qbh standard under the name &#8220;Bridge Port Extension&#8221;.</p>
<p>Before I can describe NIV, I need to define a few key terms:</p>
<p><em>IV-capable bridge:</em> This is a switch that understands and is aware of interface virtualization (IV). Examples of IV-capable bridges include the Nexus 5000 and the UCS 6100XP fabric interconnects.</p>
<p><em>Interface virtualizer:</em> An interface virtualizer (IV) is a device that simply extends the reach of an IV-capable bridge. To the outside world, an IV-capable bridge and all of its IVs appear as a single bridge. Examples of IVs include the Nexus 2000 fabric extender and the I/O module (IOM) in the Cisco Unified Computing System (UCS). There are also other forms of IVs, as I&#8217;ll explain later in this post.</p>
<p><em>Link-local tag:</em> Frames entering an IV from a network interface card (NIC) have a link-local tag added to them; this link-local tag denotes the source IV port. Similarly, frames entering an IV-capable bridge have a link-local tag added to them that indicates the path through the IV(s) to the destination IV port. In this way, the link-local tag supplants the MAC address as the primary method of determining to which port (or out which port) a frame should be forwarded. The link-local tag is removed from the frame when it exits an IV (headed into a NIC) or when it exits an IV-capable bridge. (This link-local tag is what Cisco refers to as VNTag.)</p>
<p>Now that I&#8217;ve defined some NIV terminology, I&#8217;d like to explain why NIV is useful. To understand the value of NIV, take a look at the progression or development of data center networking:</p>
<ol>
<li>Before virtualization, bridges (or switches) were connected to a NIC (sometimes multiple NICs, but usually just one NIC) in a physical server. The relationship between physical NICs, physical switch ports, and MAC addresses is static and easy to determine (generally one NIC with one MAC address connected to one switch port). The bridge hierarchy is reasonably simple.</li>
<li>Then hardware manufacturers introduce the server blade form factor. This introduces another layer of bridges (switches) in the blade chassis themselves and creates a more complex bridge hierarchy. This more complex bridge hierarchy also means more management, as each of these bridges represents a point of management. In order to provide redundancy between the various layers of bridges multiple connections are necessary; this, in turn, necessitates the use of Spanning Tree Protocol (STP) in order to prevent bridging loops. STP creates active/passive connections, meaning the effective bandwidth of the network is reduced.</li>
<li>Along comes virtualization, which introduces the idea of multiple virtual NICs (vNICs) associated with a single physical NIC. This, in turn, introduces another layer of switching and more points of management, and the bridge hierarchy grows more complex. Because multiple MAC addresses are now associated with a single NIC connected to a single switch port, bridges must now deal with &#8220;hairpin forwarding,&#8221; in which the switch must retransmit a frame out the same port on which it was received. The relationship between NICs, MAC addresses, and switch ports is now much more complex and very dynamic (due to live migration technologies).</li>
</ol>
<p>As the proliferation of virtualization continues, this trend toward increased complexity also continues unabated. How, then, are we supposed to address this? NIV is intended to help address this problem. NIV seeks to remove the complexity from the edge&#8212;the NICs and vNICs&#8212;and drive that complexity toward the bridges. That is a key underlying principle behind NIV. Look back at the definitions: one characteristic of an IV-capable bridge is that the IV-capable bridge and all of its associated IVs appear to the outside world <em>as a single bridge.</em></p>
<p>For example, consider a Nexus 2000 fabric extender connected to a Nexus 5000 switch. From both a management perspective as well as a networking perspective, the Nexus 5000+Nexus 2000 combination appears as a single device. The Nexus 2000 is simply an extension of the Nexus 5000 (hence the name &#8220;fabric extender&#8221;). This is why we say that a Nexus 2000 is an example of a interface virtualizer and why a Nexus 5000 is provided as an example of an IV-capable bridge. Similarly, this is why an IOM in the back of a UCS blade chassis functions as an interface virtualizer; it acts as an integrated part of the UCS 6100XP fabric interconnect. Just as the ports on a Nexus 2000 appear to be part of the Nexus 5000, the ports on a UCS IOM appear to be part of the UCS 6100XP fabric interconnects.</p>
<p>By now it should start making a little bit of sense. IVs allow you to scale to larger port densities, but they keep the complexity away from the edge of the network. If you&#8217;re astute, though, you&#8217;ll note that the examples I&#8217;ve provided so far don&#8217;t address the growth of vNICs created by virtualization. The Nexus 2000 and the UCS IOM help address the growth of physical ports, but not virtual ports. Can NIV help address vNICs as well?</p>
<p>So far, the examples I&#8217;ve provided of IVs have been IVs that embrace the bridge/switch form factor. There&#8217;s no reason, though, that an IV must look or feel like existing bridges or switches. Here&#8217;s another type of interface virtualizer that will really blow you away: what about the Cisco Virtual Interface Controller (VIC), aka Palo? Think about it: a VIC is really just an IV built into a UCS server blade. It appears to the outside world as additional ports on the IV-capable bridge (the UCS 6100XP fabric interconnect) to which it is connected. This underscores the flexibility of IVs and also underscores the fact that IVs can be &#8220;chained,&#8221; just as the VIC (an IV built onto the server blade) is &#8220;chained&#8221; behind the UCS IOM (an IV in the rear of the UCS chassis). Chained IVs appear as part of the upstream IV-capable bridge to which they are connected.</p>
<p>By building the IV into the server itself and leveraging hypervisor bypass (VMDirectPath in VMware vSphere), Cisco can address the growth of vNICs. With VIC as an IV on a VMware vSphere host, the ports that connect directly to a VM appear as ports on the upstream IV-capable bridge (the UCS 6100XP in this case); this erases any distinction between physical NICs on physical servers and virtual NICs on virtual servers. Again, a key component of NIV is that an IV-capable bridge and all associated IVs (regardless of form factor) appear <em>as a single bridge</em>.</p>
<p>Related to NIV is the idea of an Ethernet Host Virtualizer (EHV). EHV describes the behavior when an IV-capable bridge and associated IVs appear to the rest of the network as a single host. Because it appears as a single host, all issues with multiple uplinks and STP now go away. This is why, for example, the uplinks on the UCS 6100XP fabric interconnects are always active-active. I&#8217;m planning on delving a bit deeper in EHV in the near future.</p>
<p>I hope that this discussion of NIV has been useful. If you are interested in some additional information, I found some documents which were extremely helpful in solidifying my information. These documents (<a href="http://ieee802.org/1/files/public/docs2008/new-dcb-pelissier-NIV-Simpification-0908.pdf">here</a>, <a href="http://ieee802.org/1/files/public/docs2008/new-dcb-pelissier-NIV-Proposal-1108.pdf">here</a>, and <a href="http://ieee802.org/1/files/public/docs2008/new-dcb-pelissier-NIV-Review-0109.pdf">here</a>) are very technical but they are good sources of information nevertheless.</p>
<p>In a future post, I&#8217;ll discuss the role of the Nexus 1000V in NIV and how it relates to the other components described here.</p>
<p>Feel free to post any questions, comments, or clarifications below.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/03/16/understanding-network-interface-virtualization/">Understanding Network Interface Virtualization</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/11/27/understanding-npiv-and-npv/" rel="bookmark" title="Friday, November 27, 2009">Understanding NPIV and NPV</a></li>

<li><a href="http://blog.scottlowe.org/2009/08/27/connecting-nexus-5000-to-older-gigabit-ethernet-switches/" rel="bookmark" title="Thursday, August 27, 2009">Connecting Nexus 5000 to Older Gigabit Ethernet Switches</a></li>

<li><a href="http://blog.scottlowe.org/2008/03/11/identifying-esx-server-nics-in-blades/" rel="bookmark" title="Tuesday, March 11, 2008">Identifying ESX Server NICs in Blades</a></li>

<li><a href="http://blog.scottlowe.org/2009/07/29/no-such-thing-as-an-end-to-end-fcoe-solution/" rel="bookmark" title="Wednesday, July 29, 2009">No Such Thing as an End-to-End FCoE Solution</a></li>

<li><a href="http://blog.scottlowe.org/2009/08/11/why-no-multi-hop-fcoe/" rel="bookmark" title="Tuesday, August 11, 2009">Why No Multi-Hop FCoE?</a></li>
</ul><!-- Similar Posts took 160.182 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/V-9xuSJW-f4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/03/16/understanding-network-interface-virtualization/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2010/03/16/understanding-network-interface-virtualization/</feedburner:origLink></item>
		<item><title>Links for 2010-03-11 [del.icio.us]</title><link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/o-n3EB08TjU/slowe</link><pubDate>Fri, 12 Mar 2010 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2010-03-11</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/940184"&gt;Microsoft - KB940184 - Error message when you run the &amp;quot;vssadmin list writers&amp;quot; command&lt;/a&gt;&lt;br/&gt;
This Microsoft KB article describes a problem with VSS; this problem with VSS can cascade up into problems with VMware snapshots when running Windows as a VM guest.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/o-n3EB08TjU" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2010-03-11</feedburner:origLink></item><item>
		<title>VSS Can Cause Problems with RM</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/Sy0IuKFrnVo/</link>
		<comments>http://blog.scottlowe.org/2010/03/11/vss-can-cause-problems-with-rm/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 16:16:25 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Storage]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[Snapshot]]></category>

		<category><![CDATA[VMware]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1860</guid>
		<description><![CDATA[An error taking a VMware snapshot while using EMC Replication Manager turned out to be a problem with VSS.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/03/11/vss-can-cause-problems-with-rm/">VSS Can Cause Problems with RM</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This is just a quick post about a potential fix for some timeout issues when using EMC Replication Manager (RM). An e-mail sent to an internal distribution list described a situation in which a user was using RM but was getting an error when trying to take a VMware snapshot. The error reported was a fairly generic error:</p>
<blockquote><p>Cannot create a quiesced snapshot because the create snapshot operation exceeded the time limit for holding off I/O in the frozen virtual machine.</p></blockquote>
<p>As it turns out, the problem was actually VSS in the Windows Server&#160;2003-based guest. Since RM leverages VSS, an error with VSS was causing the entire process to fail. The fix was to clean up VSS as described in <a href="http://support.microsoft.com/kb/940184">this Microsoft KB article</a> and then reinstall the VMware Tools. After completing both of those steps, the problem was resolved.</p>
<p>If you are using RM and run into this problem, be sure to double-check to ensure that VSS is working as expected.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/03/11/vss-can-cause-problems-with-rm/">VSS Can Cause Problems with RM</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/06/29/snapshot-issue-with-vmware-data-recovery/" rel="bookmark" title="Monday, June 29, 2009">Snapshot Issue with VMware Data Recovery</a></li>

<li><a href="http://blog.scottlowe.org/2010/02/09/partner-exchange-2010-session-techbc0320/" rel="bookmark" title="Tuesday, February 9, 2010">Partner Exchange 2010 Session TECHBC0320</a></li>

<li><a href="http://blog.scottlowe.org/2007/10/08/vm-file-level-recovery-with-netapp-snapshots/" rel="bookmark" title="Monday, October 8, 2007">VM File-Level Recovery with NetApp Snapshots</a></li>

<li><a href="http://blog.scottlowe.org/2006/12/30/recovering-data-inside-vms-using-netapp-snapshots/" rel="bookmark" title="Saturday, December 30, 2006">Recovering Data Inside VMs Using NetApp Snapshots</a></li>

<li><a href="http://blog.scottlowe.org/2007/10/31/lessons-learned-about-exchange-server-2007/" rel="bookmark" title="Wednesday, October 31, 2007">Lessons Learned About Exchange Server 2007</a></li>
</ul><!-- Similar Posts took 91.003 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/Sy0IuKFrnVo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/03/11/vss-can-cause-problems-with-rm/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2010/03/11/vss-can-cause-problems-with-rm/</feedburner:origLink></item>
		<item><title>Links for 2010-03-10 [del.icio.us]</title><link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/QgoLLLb2J5Q/slowe</link><pubDate>Thu, 11 Mar 2010 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2010-03-10</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.readylines.com/"&gt;readylines.com, the one-liner specialist&lt;/a&gt;&lt;br/&gt;
This site has a list of useful one-line commands for tools like openssl, grep, sed, awk, curl, nc, and dig. Some Cisco IOS commands are also included.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/QgoLLLb2J5Q" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2010-03-10</feedburner:origLink></item><item>
		<title>Virtualization Short Take #36</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/zvxsWgvj9iY/</link>
		<comments>http://blog.scottlowe.org/2010/03/09/virtualization-short-take-36/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 15:04:55 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[NFS]]></category>

		<category><![CDATA[VMware]]></category>

		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1858</guid>
		<description><![CDATA[Welcome to Virtualization Short Take #36, the latest collection of virtualization-related news, posts, and tidbits that I've found interesting or useful. Enjoy!<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/03/09/virtualization-short-take-36/">Virtualization Short Take #36</a></p>
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a busy couple of weeks! I was in Vienna, Austria, all last week, and I&#8217;m on the US West Coast this week. Even though I&#8217;ve been on the go, I&#8217;ve still been collecting various virtualization-related posts and tidbits. Here they are for you in Virtualization Short Take #36! I hope you find something useful.</p>
<ul>
<li>You might recall that in early 2008 I wrote about <a href="http://blog.scottlowe.org/2008/03/31/only-thin-provisioned-in-the-beginning/">how thin provisioned VMDKs on NFS storage tend to inflate</a>. In a <a href="http://virtualgeek.typepad.com/virtual_geek/2010/02/fixing-eagerzeroedthick-use---in-vi35-vsphere-and-using-zero-reclaim.html">recent post</a>, Chad Sakac pointed out that VMware has addressed this problem, which is caused by the use of the eagerzeroedthick VMDK format instead of the zeroedthick format. The fix requires ESX 3.5 Update 5 and VirtualCenter 2.5 Update 6, plus a configuration change that is outlined in <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1017666">this VMware KB article</a>. Kudos to VMware for fixing the underlying issue instead of just forcing customers to upgrade to vSphere.</li>
<li>VMware&#8217;s Scott Drummonds provides <a href="http://vpivot.com/2010/03/01/memory-compression/">a bit more information</a> on the memory compression technology previewed by Steve Herrod at Partner Exchange 2010 a few weeks ago. In my opinion, anyone who says that the hypervisor is a commodity isn&#8217;t paying attention to the fact that VMware is still innovating in this space.</li>
<li>If you perform virtualization assessments using VMware&#8217;s Capacity Planner tool, you&#8217;ll find Gabe&#8217;s <a href="http://www.gabesvirtualworld.com/?p=1032">Capacity Planner troubleshooting tips</a> helpful.</li>
<li>Gabe also published <a href="http://www.gabesvirtualworld.com/?p=1086">a &#8220;wish list&#8221; for VMware datastores</a>. If you take a deeper look at what Gabe is really trying to address, though, a great deal of the functionality he&#8217;s looking for could be achieved through a combination of policy-based storage tiering and greater integration between VMware and the storage array. Would you really need category labels on VMware datastores if the underlying storage was tiering data effectively based on utilization? Probably not. It might still make sense in some cases, but I think the vast majority of cases would be addressed. I think that you are going to see some very cool innovation in this space over the course of this year.</li>
<li>Simon Gallagher recently asked this question: <a href="http://vinf.net/2010/03/02/with-the-move-to-esxi-is-nfs-becoming-more-useful-than-vmfs/">with the move to ESXi, is NFS more useful than VMFS?</a> It appears that a large part of Simon&#8217;s argument centers around the speed at which files can be transferred into VMFS using ESXi, and it seems to me that VMware needs to do some optimization there. I&#8217;m not knocking NFS&#8212;I&#8217;ve used it extensively in the past and I have and continue to recommend it to customers where it is appropriate&#8212;but I&#8217;m not sure that you can build an argument for NFS based on ESXi&#8217;s file transfer performance. My friend and former colleague Aaron Delp (whose <a href="http://blog.aarondelp.com/">blog</a> was recently added to Planet V12n; congrats!) points out that fixing VMDK alignment using ESXi could be an issue; now that&#8217;s a great point. Even third-party utilities like vOptimizer don&#8217;t work with ESXi. In my opinion, these points underscore the need for VMware to concentrate very heavily on ESXi if that is indeed going to be the &#8220;platform moving forward&#8221;.</li>
<li>I came across an interesting VMware KB article while browsing the weekly VMware KB digest for <a href="http://blogs.vmware.com/kbdigest/2010/02/new-articles-published-for-week-ending-02282010.html?utm_source=feedburner&#038;utm_medium=twitter&#038;utm_campaign=Feed%3A+VmwareKnowledgebaseWeeklyDigest+(VMware+Knowledge+Base+Digest)">the week ending 2/28/10</a>. The article, which discusses a situation in which <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1018217">VMware HA would fail to configure at 90% completion</a>, describes how some network switches&#8212;HP ProCurve 1810G switches with automatic denial-of-service protection enabled and Cisco Catalyst 4948 switches with ICMP rate limiting enabled&#8212;can drop packets that are necessary for VMware HA to configure and start correctly.</li>
<li>Unfortunately, the latest VMware KB weekly digest (for <a href="http://blogs.vmware.com/kbdigest/2010/03/new-articles-published-for-week-ending-362010.html?utm_source=feedburner&#038;utm_medium=twitter&#038;utm_campaign=Feed%3A+VmwareKnowledgebaseWeeklyDigest+(VMware+Knowledge+Base+Digest)">the week ending 3/6/2010</a>) didn&#8217;t include links to the actual articles that were published. Bummer! Still, it&#8217;s easy enough to simply look up the articles directly.</li>
<li>EMC today released a couple of plug-ins for vCenter Server. The Celerra plug-in for VMware Environments brings Celerra NFS provisioning into the vSphere Client. The Celerra Failback Plug-in for SRM automates failback in VMware SRM environments. The official press release is <a href="http://www.emc.com/about/news/press/2010/20100309-01.htm">here</a>, which contains links to more information on the individual plug-ins. <em>(Disclaimer: I work for EMC.)</em></li>
<li>Newly-minted VCDX #029 Frank Denneman posted a good article on <a href="http://frankdenneman.nl/2010/02/resource-pools-and-avoiding-ha-slot-sizing/">using reservations on resource pools to bypass slot sizing</a>. As Frank points out, it&#8217;s not a recommended practice necessarily, but it might be warranted depending on customer requirements.</li>
<li>Duncan&#8217;s recent article on the <a href="http://www.yellow-bricks.com/2010/03/03/cpumem-reservation-behaviour/">behavior of CPU and memory reservations</a> is also helpful, especially for those who might not be familiar with the differences between the two types of reservations.</li>
<li>Similarly, <a href="http://www.yellow-bricks.com/2010/02/22/the-resource-pool-priority-pie-paradox/">this guest post</a> on Duncan&#8217;s site by VCDX Craig Risinger also helps explain how shares on a resource pool work. This is good information to have if you are unfamiliar with the topic.</li>
<li>I&#8217;m not a security geek, but I did think that the RSA-Intel-VMware announcement at RSAC 2010 (third-party coverage <a href="http://www.darkreading.com/securityservices/security/encryption/showArticle.jhtml?articleID=223101210&#038;cid=RSSfeed_DR_News">here</a>) was pretty cool. Security experts, I&#8217;d love to hear your thoughts on the matter. What was good about the announcement? What was missing?</li>
<li>If you will be working with distributed vSwitches, <a href="http://thesaffageek.wordpress.com/2010/03/08/vms-cant-ping-while-on-distributed-virtual-switches-vlans/">this post</a> by EMC&#8217;s Gregg Robertson might help; it underscores the need to ensure that your environment is being consistently and thoroughly patched and maintained. vCenter Update Manager, anyone?</li>
</ul>
<p>I do have a few other articles in my &#8220;things to read list&#8221; that I haven&#8217;t yet gotten around to reading:</p>
<p><a href="http://blogs.inside.quest.com/provision/2010/03/02/how-to-integrate-thinapp-with-quest-vworkspace-70/">The Official Quest Software Desktop Virtualization Group Blog » Blog Archive » How to Integrate ThinApp with Quest vWorkspace 7.0</a><br />
<a href="http://frankdenneman.nl/2010/03/drs-resource-distribution-chart/">DRS Resource Distribution Chart</a><br />
<a href="http://www.internetworkexpert.org/2010/02/09/hp-flex-10-versus-nexus-5000-nexus-1000v-with-10ge-passthrough/">HP Flex-10 versus Nexus 5000 &amp; Nexus 1000V with 10GE passthrough</a></p>
<p>That&#8217;s it for now. I hope that you&#8217;ve found something useful here, and&#8212;as always&#8212;I&#8217;d love to hear your thoughts in the comments below.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/03/09/virtualization-short-take-36/">Virtualization Short Take #36</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/10/01/virtualization-short-take-30/" rel="bookmark" title="Thursday, October 1, 2009">Virtualization Short Take #30</a></li>

<li><a href="http://blog.scottlowe.org/2010/02/18/virtualization-short-take-35/" rel="bookmark" title="Thursday, February 18, 2010">Virtualization Short Take #35</a></li>

<li><a href="http://blog.scottlowe.org/2009/11/18/virtualization-short-take-31/" rel="bookmark" title="Wednesday, November 18, 2009">Virtualization Short Take #31</a></li>

<li><a href="http://blog.scottlowe.org/2009/12/22/virtualization-short-take-32/" rel="bookmark" title="Tuesday, December 22, 2009">Virtualization Short Take #32</a></li>

<li><a href="http://blog.scottlowe.org/2010/01/07/virtualization-short-take-33/" rel="bookmark" title="Thursday, January 7, 2010">Virtualization Short Take #33</a></li>
</ul><!-- Similar Posts took 55.536 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/zvxsWgvj9iY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/03/09/virtualization-short-take-36/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2010/03/09/virtualization-short-take-36/</feedburner:origLink></item>
		<item><title>Links for 2010-03-08 [del.icio.us]</title><link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/mVbXTuB_Y1M/slowe</link><pubDate>Tue, 09 Mar 2010 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2010-03-08</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://labs.vmware.com/"&gt;VMware Labs&lt;/a&gt;&lt;br/&gt;
The VMware Labs site contains some unofficial and unsupported (but quite cool) tools from VMware engineers.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/mVbXTuB_Y1M" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2010-03-08</feedburner:origLink></item><item>
		<title>VMware ESX, EMC CLARiiON Arrays, and Multiple Protocols</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/685M7mYUagQ/</link>
		<comments>http://blog.scottlowe.org/2010/03/05/vmware-esx-emc-clariion-arrays-and-multiple-protocols/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 11:01:51 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Storage]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[EMC]]></category>

		<category><![CDATA[FibreChannel]]></category>

		<category><![CDATA[iSCSI]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1856</guid>
		<description><![CDATA[The ESX CLARiiON arrays support both Fibre Channel and iSCSI natively, but there are a few provisions that are applicable in a VMware ESX/ESXi environment.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/03/05/vmware-esx-emc-clariion-arrays-and-multiple-protocols/">VMware ESX, EMC CLARiiON Arrays, and Multiple Protocols</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I was browsing through an EMC technical document titled &#8220;EMC CLARiiON Integration with VMware ESX Server&#8221; (download it <a href="http://www.emc.com/collateral/hardware/white-papers/h1416-emc-clariion-intgtn-vmware-wp.pdf">here</a>) a little while ago and I came across a phrase in the document that caught my attention:</p>
<blockquote><p>&#8220;VMware ESX/ESXi support both Fibre Channel and iSCSI storage. However, VMware and EMC do not support connecting VMware ESX/ESXi servers to CLARiiON Fibre Channel and iSCSI devices on the same array simultaneously.&#8221;</p></blockquote>
<p>What? No Fibre Channel and iSCSI from the same array to a VMware ESX/ESXi host simultaneously? That piqued my curiosity, so I contacted a few people within EMC to question the veracity of that statement. It turns out that the answer is more complicated than it might seem at first glance.</p>
<p>For those of you who aren&#8217;t interested in the deep technical details, here&#8217;s the short explanation behind this behavior:</p>
<ul>
<li>VMware fully supports the use of both Fibre Channel and iSCSI from the same array to the same VMware ESX/ESXi host simultaneously.</li>
<li>VMware does not support presenting the <b><em>same LUN</em></b> via both protocols concurrently to the same host. (I qualified this directly with VMware.)</li>
<li>For a Celerra, you can use both Fibre Channel (via the CLARiiON side of the array) and iSCSI (via the Celerra side of the array) simultaneously. This is a fully supported configuration.</li>
<li>A CLARiiON array can easily present the same LUN via both Fibre Channel and iSCSI, but then VMware wouldn&#8217;t support it (see earlier bullet).</li>
<li>With a CLARiiON array, it is possible to present some LUNs via Fibre Channel and some LUNs via iSCSI to the same VMware ESX/ESXi host (i.e., LUN A via Fibre Channel and LUN B via iSCSI), but EMC will only support it if you file an RPQ. Without an RPQ, it&#8217;s an unsupported configuration. An RPQ, by the way, is a request to qualify a certain configuration for support.</li>
</ul>
<p>I&#8217;m confident that some other array vendors out there will be very quick to jump on this post and harp on this limitation until the cows come home. I would just ask this question: is it really as big of a limitation as it seems? I&#8217;ll come back to that question in a moment.</p>
<p>With the short explanation in mind, here are the more in-depth details. If you like the longer, more technical explanation, then read on!</p>
<p>From EMC&#8217;s side, the root of the restriction about using both Fibre Channel and iSCSI devices on the same array simultaneously stems from the interaction of host registration and storage groups.</p>
<p>Host registration is a requirement in the CLARiiON world. In order to present storage to a host from a CLARiiON array, you must first register the host&#8217;s initiators with the array in Navisphere. Once the host has been registered, then you can proceed with presenting storage to that host. In theory the CLARiiON could operate without registering hosts and initiators, but EMC chose to require registration. EMC made this choice in order to help simplify host management.</p>
<p>Requiring host registration is a bit different than some of other storage arrays on the market. It&#8217;s not better or worse&#8212;just different. (Remember, <a href="http://blog.scottlowe.org/2009/10/23/cutting-yourself-on-the-double-edged-sword/">pros and cons come from every technology decision</a>.)</p>
<p>If you&#8217;re like me, you&#8217;re probably wondering at this point how requiring host registration simplifies anything. Instead of having to manage multiple paths, multiple initiators, and individual hosts every time you want to present storage to a host, you only need to register the host&#8212;and all of its initiators&#8212;and then you can refer to that same object (the host) over and over again as needed. Yes, host registration does mean a bit more work up front, but the idea is that it will save some work down the road. I guess you can think of host registration kind of like defining aliases in your Fibre Channel zoning configuration: it&#8217;s a bit more work up front, but it simplifies things later down the road. If you didn&#8217;t create device aliases in your Fibre Channel switch, you&#8217;d end up having to re-enter Fibre Channel WWPNs multiple times. You create the aliases so that it&#8217;s easier later. The same applies to host registration. Again, it&#8217;s a matter of choices.</p>
<p>One might also say that registration is security measure, albeit a weak measure. Rather than allow just any Fibre Channel-attached or iSCSI-attached host to see storage, the array requires that it <em>know</em> about the host (via host registration) in order to present storage to the host. This provides an additional layer of security to ensure that only authorized hosts are presented storage from the array.</p>
<p>Now you have a fairly decent idea of why host registration is necessary. So how does host registration occur? Host registration can occur either manually or automatically. Starting with version 4.0, both VMware ESX and VMware ESXi will automatically register with a CLARiiON array running any recent version of FLARE (ESX 3i version 3.5 also supports this form of push registration). FLARE release 28 and earlier will show these hosts as &#8220;Manually registered, unmanaged&#8221;; starting with FLARE 29, these hosts are listed as &#8220;Manually registered, managed&#8221;. In either case, the registration occurs automatically. If the host is Fibre Channel-attached, then the Fibre Channel initiators will be included in the automatic registration. The same goes for iSCSI initiators. Normally, this is a good thing because it saves the administrator the extra steps of registering the host with the storage array. (Also, because VMware ESX/ESXi hosts register automatically, there is no need to install the Navisphere Agent.)</p>
<p>In this case, though, the automatic registration causes a problem. Why? This goes back to the second item I said I needed to discuss: storage groups. Specifically, storage groups have two characteristics that come into play here:</p>
<ol>
<li>First, any given host&#8212;not just VMware ESX/ESXi hosts, but all types of hosts&#8212;can only be connected to a single storage group at any given time.</li>
<li>Second, while the CLARiiON can present Fibre Channel LUNs and iSCSI LUNs simultaneously (including presenting the same LUN via both protocols simultaneously), there is no way within a single storage group to specify which LUNs should be accessed via Fibre Channel and which LUNs should be accessed via iSCSI. This is necessary because VMware won&#8217;t support accessing the same LUN via both protocols at the same time (see earlier VMware support statement).</li>
</ol>
<p>Do you see how all the pieces come together? The only way to control which LUNs should be presented via which protocol is to use multiple storage groups&#8212;but a host can only be in a single storage group at a time. With only a single host object for any given VMware ESX/ESXi host, that host can only see either Fibre Channel LUNs (by being in a storage group containing Fibre Channel LUNs) <b>or</b> iSCSI LUNs (by being in a storage group containing iSCSI LUNs), but not both. Hence, the statement in the CLARiiON document I referenced in the very beginning of this blog post that outlines using <em>either</em> Fibre Channel or iSCSI but not both. This behavior is required to enforce the single-protocol LUN access required by VMware.</p>
<p>As with all things, there is a workaround. Because it is a workaround, that&#8217;s why the RPQ is necessary to get full support.</p>
<p>To work around this problem, you&#8217;ll need to ignore the automatic host registration (or disable the automatic host registration) and instead create two manually registered &#8220;pseudo-hosts&#8221;: one with the Fibre Channel initiators and one with the iSCSI initiators. These &#8220;pseudo-hosts&#8221; will need fake IP addresses (if they both use the same IP address, Navisphere will treat them as the same host, thus defeating the purpose of the workaround). Put the Fibre Channel initiators into the Fibre Channel storage group(s), and put the iSCSI initiators into the iSCSI storage group(s). Each &#8220;pseudo-host&#8221; will be able to see LUNs presented to that storage group and therefore would see both Fibre Channel and iSCSI LUNs at the same time. And, as required by VMware, any given LUN would be accessed only via Fibre Channel or iSCSI but not both. Remember that you need to file an RPQ in order to get support on this configuration.</p>
<p>For VMware ESX/ESXi 4.0 hosts (and ESX 3i version 3.5 hosts), you can disable automatic registration using the Disk.EnableNaviReg advanced configuration option. Setting this value to 0 disables the automatic registration with Navisphere. (Here are screenshots for <a href="http://dl.dropbox.com/u/1015730/navireg-esx3.png">VMware ESX 3i</a> and <a href="http://dl.dropbox.com/u/1015730/navireg-esx4.png">VMware ESX/ESXi 4</a>.) If you disable the automatic registration, then you only need to manually register the Fibre Channel and iSCSI initiators as separate &#8220;pseudo-hosts&#8221; and you&#8217;re ready to go.</p>
<p>Let me reiterate again that if you are presenting iSCSI LUNs via the Celerra and not the CLARiiON, <b><em>none of this applies.</em></b> Presenting Fibre Channel LUNs via the CLARiiON and iSCSI LUNs via the Celerra to the same VMware ESX/ESXi host is fine. This workaround that I&#8217;ve described only applies when you want to present some LUNs via Fibre Channel and some LUNs via iSCSI from a CLARiiON to a single VMware ESX/ESXi host.</p>
<p>Earlier you&#8217;ll recall that I asked this question: is this really a limitation? There are a couple of viewpoints:</p>
<ul>
<li>One viewpoint states there is no need for both Fibre Channel and iSCSI connectivity to the same array. Since you already have Fibre Channel connectivity to the array, what&#8217;s the point in using iSCSI? Conversely, if you already have iSCSI connectivity to an array, why invest in establishing Fibre Channel connectivity? Since you can&#8217;t use it for failover (that would violate the VMware support position), running another block protocol against the same array and same sets of disks doesn&#8217;t add a great deal of value.</li>
<li>A second viewpoint argues that the ability to provide a differentiation of service based on the different performance characteristics of Fibre Channel and iSCSI (and NFS, but we&#8217;re focusing on block protocols for this discussion) is valuable, and thus the need to be able to easily present LUNs via either protocol from the same array to the same host is a worthwhile function. There are a number of potential use cases here&#8212;test/development environments, Tier 2 applications, varying SLAs, etc. This is especially true if you are using different disk pools (fast Fibre Channel drives or EFDs vs. slower SATA drives) on the same array.</li>
</ul>
<p>I can see both sides of the coin. Personally, I tend to side more with the second viewpoint and would prefer to see the CLARiiON have the ability to easily present Fibre Channel and iSCSI to the same host, especially when multiple disk pools are involved. I think that CLARiiON engineering is now evaluating this possibility; as more information emerges, I&#8217;ll be sure to keep you posted.</p>
<p>Courteous and professional comments, clarifications, or corrections are always welcome!</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/03/05/vmware-esx-emc-clariion-arrays-and-multiple-protocols/">VMware ESX, EMC CLARiiON Arrays, and Multiple Protocols</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/10/03/netapp-igroup-strategies-for-vmware-esx/" rel="bookmark" title="Friday, October 3, 2008">NetApp iGroup Strategies for VMware ESX</a></li>

<li><a href="http://blog.scottlowe.org/2007/10/03/sanrad-configuration-basics/" rel="bookmark" title="Wednesday, October 3, 2007">Sanrad Configuration Basics</a></li>

<li><a href="http://blog.scottlowe.org/2008/12/01/4198-hyper-v-on-netapp-deep-dive/" rel="bookmark" title="Monday, December 1, 2008">4198: Hyper-V on NetApp Deep Dive</a></li>

<li><a href="http://blog.scottlowe.org/2006/12/15/iscsi-from-netapp-to-esx-server/" rel="bookmark" title="Friday, December 15, 2006">iSCSI from NetApp to ESX Server</a></li>

<li><a href="http://blog.scottlowe.org/2009/11/27/understanding-npiv-and-npv/" rel="bookmark" title="Friday, November 27, 2009">Understanding NPIV and NPV</a></li>
</ul><!-- Similar Posts took 913.173 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/685M7mYUagQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/03/05/vmware-esx-emc-clariion-arrays-and-multiple-protocols/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2010/03/05/vmware-esx-emc-clariion-arrays-and-multiple-protocols/</feedburner:origLink></item>
		<item><title>Links for 2010-03-04 [del.icio.us]</title><link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/S7iA-o_qIDU/slowe</link><pubDate>Fri, 05 Mar 2010 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2010-03-04</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.speckproducts.com/products/seethru-satin/macbook-pro-15-aluminum-black-keys/164"&gt;Gift Idea - Speck SeeThru Satin Soft-Touch Hard Shell for MacBook Pro&lt;/a&gt;&lt;br/&gt;
This is an attractive hard shell for my MacBook Pro.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/Information-Storage-Management-Managing-Protecting/dp/0470294213/"&gt;Information Storage and Management&lt;/a&gt;&lt;br/&gt;
This book provides in-depth information on information storage topics like protocols, storage virtualization, replication, security, and administration. It&amp;#039;s written by a team of authors from EMC.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/S7iA-o_qIDU" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2010-03-04</feedburner:origLink></item><item>
		<title>PXE Booting VMware ESX 4.0</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/GNto4rpXhko/</link>
		<comments>http://blog.scottlowe.org/2010/03/02/pxe-booting-vmware-esx-40/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 23:20:53 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[Cisco]]></category>

		<category><![CDATA[ESX]]></category>

		<category><![CDATA[UCS]]></category>

		<category><![CDATA[VMware]]></category>

		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1854</guid>
		<description><![CDATA[During a recent PoC, I did some work on PXE booting VMware ESX for an unattended installation. Here are some notes on the process I used.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/03/02/pxe-booting-vmware-esx-40/">PXE Booting VMware ESX 4.0</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I recently had the opportunity to work on a proof of concept (PoC) in which we wanted to help a customer streamline the processes needed to deploy new hosts and reduce the amount of time it took overall. One of the tools we used in the PoC for this purpose was PXE booting VMware ESX for an automated installation. Here are the details on how we made this work.</p>
<p>Before I get into the details, I&#8217;ll provide this disclaimer: there are probably easier ways of making this work. I specifically didn&#8217;t use UDA or similar because I wanted to gain the experience of how to do this the &#8220;old fashioned&#8221; way. I also wanted to be able to walk the customer through the &#8220;old fashioned&#8221; way and explain all the various components.</p>
<p>With that in mind, here are the components you&#8217;ll need to make this work:</p>
<ol>
<li>You&#8217;ll need a DHCP server to pass down the PXE boot information. In this particular instance, I used an existing Windows-based DHCP server. Any DHCP server should work; feel free to use the Linux ISC DHCP server if you prefer.</li>
<li>You&#8217;ll need an FTP server to host the kickstart script and VMware ESX 4.0 Update 1 installation files. In this case, I used a third-party FTP server running on the same Windows-based server as DHCP. Again, feel free to use a Linux-based FTP server if you prefer.</li>
<li>You will need a TFTP server to provide the boot files. The third-party FTP server used in the previous step also provided TFTP functionality. Use whatever TFTP server you prefer.</li>
</ol>
<p>Make sure that each of these components is working as expected before proceeding. Otherwise, you&#8217;ll spend time troubleshooting problems that aren&#8217;t immediately apparent.</p>
<h2>Preparing for the Automated ESX Installation</h2>
<p>First, copy the contents for the VMware ESX 4.0 Update 1 DVD&#8212;not the actual ISO, but the contents of the ISO&#8212;to a directory on the FTP server. Test it to make sure that the files can be accessed via an anonymous FTP user.</p>
<p>Also go ahead and create a simple kickstart script that automates the installation of VMware ESX. I won&#8217;t bother to go into detail on this step here; it&#8217;s been quite adequately documented elsewhere. You&#8217;ll need to put this kickstart script on the FTP server as well.</p>
<p>At this point, you&#8217;re ready to proceed with gathering the PXE boot files.</p>
<h2>Gathering the PXE Boot Files</h2>
<p>The first task you&#8217;ll need to complete is gathering the necessary files for a PXE boot environment.</p>
<p>First, copy the <code>vmlinuz</code> and <code>initrd.img</code> files from the VMware ESX 4.0 Update 1 ISO image. Since I use a Mac, for me this was a simple case of mounting the ISO image and copying out the files I needed. Linux or Windows users, it might be a bit more complicated for you. These files, by the way, are in the ISOLINUX folder on the DVD image.</p>
<p>Next, you&#8217;ll need the PXE boot files. Specifically, you&#8217;ll need the <code>menu.c32</code> and <code>pxelinux.0</code> files. These files are <b>not</b> on the DVD ISO image; you&#8217;ll have to download Syslinux from <a href="http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project">this web site</a>. Once you download Syslinux, extract the files into a temporary directory. You&#8217;ll find <code>menu.c32</code> in the com32/menu folder; you&#8217;ll find <code>pxelinux.0</code> in the core folder. Copy both of these files, along with <code>vmlinuz</code> and <code>initrd.img</code>, into the root directory of the TFTP server. (If you don&#8217;t know the root directory of the TFTP server, double-check its configuration.)</p>
<p>You&#8217;re now ready to configure the PXE boot process.</p>
<h2>Configuring the PXE Boot Environment</h2>
<p>Once the necessary files have been placed into the root directory of the TFTP server, you&#8217;re ready to configure the PXE boot environment. To do this, you&#8217;ll need to create a PXE configuration file on the TFTP server.</p>
<p>The file should be placed into a folder named pxelinux.cfg under the root of the TFTP server. The filename of the PXE configuration file should be named something like this:</p>
<p><code>01-&lt;MAC address of network interface on host&gt;</code></p>
<p>If the MAC address of the host was 01:02:03:04:05:06, the name of the text file in the pxelinux.cfg folder on the TFTP server would be:</p>
<p><code>01-01-02-03-04-05-06</code></p>
<p>The PoC in which I was engaged involved Cisco UCS, so we knew in advance what the MAC addresses were going to be (the MAC address is assigned in the UCS service profile).</p>
<p>The contents of this file should look something like this (lines have been wrapped here for readability and are marked by backslashes; don&#8217;t insert any line breaks in the actual file):</p>
<p><code>default menu.c32<br />
menu title Custom PXE Boot Menu Title<br />
timeout 30<br />
&#160;<br />
label scripted<br />
menu label Scripted installation<br />
kernel vmlinuz<br />
append initrd=initrd.img mem=512M ksdevice=vmnic0 \<br /> &#160;&#160;ks=ftp://A.B.C.D/ks.cfg<br />
IPAPPEND 1</code></p>
<p>You&#8217;ll want to replace <code>ftp://A.B.C.D/ks.cfg</code> with the correct IP address and path for the kickstart script on the FTP server.</p>
<p>Only one step remains: configuring the DHCP server.</p>
<h2>Configuring the DHCP Server for PXE Boot</h2>
<p>As I mentioned earlier, I used the Windows DHCP server as a matter of ease and convenience; feel free to use whatever DHCP server best suits your needs. There are only two options that are necessary for PXE boot:</p>
<p>066 Boot Server Host Name <em>(specify the IP address of the TFTP server)</em><br />
067 Bootfile Name <em>(specify <code>pxelinux.0</code>)</em></p>
<p>In this particular example, I created reservations for each MAC address. Because the values were the same for all reservations, I used server-wide DHCP options, but you could use reservation-specific DHCP options if you wanted different boot options on a per-MAC address (i.e., per-reservation) basis.</p>
<h2>The End Result</h2>
<p>Recall that this PoC was using Cisco UCS blades. Thus, in this environment, to prepare for a new host coming online we only had to make sure that we had a PXE configuration file and create a matching DHCP reservation. The MAC address would get assigned via the service profile, and when the blade booted then it would automatically proceed with an unattended installation. Combined with Host Profiles in VMware vCenter, this took the process of bringing new ESX/ESXi hosts online down to mere minutes. A definite win for any customer!</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/03/02/pxe-booting-vmware-esx-40/">PXE Booting VMware ESX 4.0</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/07/21/client-specific-dhcp-options-with-linux-dhcp-server/" rel="bookmark" title="Tuesday, July 21, 2009">Client-Specific DHCP Options with Linux DHCP Server</a></li>

<li><a href="http://blog.scottlowe.org/2006/04/04/modifying-dhcp-client-operation-on-openbsd/" rel="bookmark" title="Tuesday, April 4, 2006">Modifying DHCP Client Operation on OpenBSD</a></li>

<li><a href="http://blog.scottlowe.org/2005/07/16/badmail-and-exchange-2003/" rel="bookmark" title="Saturday, July 16, 2005">Badmail and Exchange 2003</a></li>

<li><a href="http://blog.scottlowe.org/2007/10/08/full-vm-recovery-with-netapp-snapshots/" rel="bookmark" title="Monday, October 8, 2007">Full VM Recovery with NetApp Snapshots</a></li>

<li><a href="http://blog.scottlowe.org/2008/08/11/apparent-datetime-issue-with-update-2/" rel="bookmark" title="Monday, August 11, 2008">Apparent Date/Time Issue With Update 2</a></li>
</ul><!-- Similar Posts took 19.741 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/GNto4rpXhko" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/03/02/pxe-booting-vmware-esx-40/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2010/03/02/pxe-booting-vmware-esx-40/</feedburner:origLink></item>
		<item>
		<title>Congrats to HyTrust</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/NPBmiGYSnRE/</link>
		<comments>http://blog.scottlowe.org/2010/02/26/congrats-to-hytrust/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 05:05:36 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1852</guid>
		<description><![CDATA[HyTrust has had a busy week, full of announcements and press releases. Here's a summary of the activity.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/02/26/congrats-to-hytrust/">Congrats to HyTrust</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Congratulations are in order for virtualization security company HyTrust, who within the last few days has had a flurry of activity. I&#8217;ve met HyTrust&#8217;s CEO several times (he&#8217;s a great guy, by the way) and I&#8217;ve followed the company since their early days; personally, I think it&#8217;s great that they&#8217;re seeing some success.</p>
<p>The first big piece of news was that HyTrust hired Jim Gannon, a former VMware executive, to serve as the VP of Sales. The full press release for that announcement is <a href="http://www.hytrust.com/company/press-release-20100223-jim-gannon">here</a>.</p>
<p>The second big piece of news comes in the form of <a href="http://www.hytrust.com/company/press-release-20100224-funding">this press release</a> announcing that HyTrust has secured $10.5 million in Series B financing, including an investment from Cisco Systems.</p>
<p>The third and final piece of news, and the one that I personally find most exciting, is that HyTrust has been named one of ten finalists for the &#8220;Most Innovative Company at RSA Conference 2010&#8243; award. Congratulations on all three counts!</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/02/26/congrats-to-hytrust/">Congrats to HyTrust</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/05/05/hytrust-appliance-community-edition/" rel="bookmark" title="Tuesday, May 5, 2009">HyTrust Appliance Community Edition</a></li>

<li><a href="http://blog.scottlowe.org/2009/04/06/hytrust-launches-security-appliance/" rel="bookmark" title="Monday, April 6, 2009">HyTrust Launches Security Appliance</a></li>

<li><a href="http://blog.scottlowe.org/2009/08/24/hytrust-appliance-15/" rel="bookmark" title="Monday, August 24, 2009">HyTrust Appliance 1.5</a></li>

<li><a href="http://blog.scottlowe.org/2010/01/19/congrats-to-hyper9/" rel="bookmark" title="Tuesday, January 19, 2010">Congrats to Hyper9</a></li>

<li><a href="http://blog.scottlowe.org/2009/03/10/bluestripe-extends-factfinder-to-red-hat-linux/" rel="bookmark" title="Tuesday, March 10, 2009">BlueStripe Extends FactFinder to Red Hat Linux</a></li>
</ul><!-- Similar Posts took 17.349 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/NPBmiGYSnRE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/02/26/congrats-to-hytrust/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2010/02/26/congrats-to-hytrust/</feedburner:origLink></item>
		<item>
		<title>A Potential Use for the iPad</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/b51SyyVkw68/</link>
		<comments>http://blog.scottlowe.org/2010/02/22/a-potential-use-for-the-ipad/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 03:49:56 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1850</guid>
		<description><![CDATA[Although I don't necessarily agree with a lot of the hype around the iPad, I think that I have found one use case that will be fairly helpful for me.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/02/22/a-potential-use-for-the-ipad/">A Potential Use for the iPad</a></p>
]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a lot of hype surrounding the <a href="http://www.apple.com/ipad/">Apple iPad</a>. Some people are proclaiming it&#8217;s the end of traditional media like newspapers, magazines, and books. I&#8217;m not so sure about that, but I have found one potential use for the iPad that&#8212;for me, at least&#8212;might be compelling enough to make me go buy one later this year.</p>
<p>One task that I&#8217;m finding as a member of EMC&#8217;s vSpecialist team is that there is a lot of reading. We&#8217;re responsible for reading all sorts of documents. I don&#8217;t mind doing this in the evenings, when I&#8217;m not writing for one of my upcoming books or studying for a certification exam, but I&#8217;d really much rather prefer to do this in a way that makes it possible for me to be with my family. So, having some sort of device that would allow me to review documents while I&#8217;m sitting in the den with the kids would be great.</p>
<p>My thought is that I could leverage something like <a href="http://www.dropbox.com/">Dropbox</a> to synchronize documents between my MacBook Pro and an iPad. With the documents easily accessible on (or from) the iPad, I could sit on the couch and read or review documents while the kids sit next to me and watch TV or read a book. This would help me stay on top of the document reviewing without pulling me into my office and away from the family.</p>
<p>What do you think? Good idea, or not? Anyone else have any uses for the iPad that you&#8217;d like to describe? Speak up in the comments.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/02/22/a-potential-use-for-the-ipad/">A Potential Use for the iPad</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/12/02/vsphere-40-quick-start-guide/" rel="bookmark" title="Wednesday, December 2, 2009">vSphere 4.0 Quick Start Guide</a></li>

<li><a href="http://blog.scottlowe.org/2005/05/11/welcome/" rel="bookmark" title="Wednesday, May 11, 2005">Welcome</a></li>

<li><a href="http://blog.scottlowe.org/2006/12/05/the-future-of-the-os/" rel="bookmark" title="Tuesday, December 5, 2006">The Future of the OS</a></li>

<li><a href="http://blog.scottlowe.org/2009/04/01/i-tried-to-like-postbox-i-really-did/" rel="bookmark" title="Wednesday, April 1, 2009">I Tried to Like Postbox, I Really Did</a></li>

<li><a href="http://blog.scottlowe.org/2009/04/22/new-folders-with-quicksilver/" rel="bookmark" title="Wednesday, April 22, 2009">New Folders with Quicksilver</a></li>
</ul><!-- Similar Posts took 17.085 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/b51SyyVkw68" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/02/22/a-potential-use-for-the-ipad/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2010/02/22/a-potential-use-for-the-ipad/</feedburner:origLink></item>
		<item>
		<title>On the VCDX Defense</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/xoY-CCib3hA/</link>
		<comments>http://blog.scottlowe.org/2010/02/19/on-the-vcdx-defense/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 03:06:36 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[VMware]]></category>

		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1846</guid>
		<description><![CDATA[It's been a long journey since I first started pursuing VCDX, but here are some thoughts on the defense process and the results of my defense.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/02/19/on-the-vcdx-defense/">On the VCDX Defense</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking about how to write this post since last Friday afternoon after I completed my VCDX defense panel. Even now, a week later, I&#8217;m not sure that I have the right words to use.</p>
<p>After many long hours of preparation on the application and the submitted design, after days and weeks of waiting, after hours spent reviewing the design, and after reading numerous tips and tricks from established VCDXs, it all culminated in the defense panel. There, in the defense panel, I would have to stand before three knowledgeable, established design experts and defend the choices made in the design. I&#8217;d have to explain why I chose block storage over NFS, why Fibre Channel over iSCSI, why blade servers vs. rack-mount servers. I&#8217;d have to explain why I chose the LUN size I chose, and I&#8217;d have to defend the zoning that controlled the presentation of those LUNs. Clusters, cluster sizes, features enabled or not enabled, networking layout, VM density on the LUNs, projected IOPS&#8212;nothing was safe from their inquisition. And yes, I&#8217;d have to explain why the design used NetApp storage instead of EMC storage. (It was a customer requirement, i.e., a design constraint.)</p>
<p>Surprisingly, when the time for the VCDX defense panel arrived I found myself a lot more nervous than I had expected I would be. After all, this was just a friendly conversation with technical peers, right? In many ways it could be viewed that way, but the underlying purpose behind the conversation was ever-present: there was a reason I was there standing before these three people. It wasn&#8217;t just &#8220;shooting the breeze&#8221; with friends; there was a purpose there. It wasn&#8217;t just bouncing ideas off co-workers or industry colleagues; there was a reason for the conversation. It&#8217;s not that the panelists did anything to cause this feeling; they were completely fine, very courteous and quite friendly. (In case you&#8217;re wondering, I&#8217;m not going to disclose who was on my panel. They are welcome to disclose if they so choose, but that will be their decision.)</p>
<p>Looking back on it now, I realize that I should have gotten better control of my nerves. I spoke too quickly. I rushed through questions that probably deserved more explanation. I forgot details about my design. I got tripped up by relatively simple questions. I&#8217;ve made no secret of the fact that I wasn&#8217;t pleased by how well I performed&#8212;or didn&#8217;t perform&#8212;in the VCDX defense panel. I was upset that I had been thrown off and that I wasn&#8217;t able to recall all the details from my design. For a few hours after completing the defense panel, I beat myself up over how things had gone. But it didn&#8217;t take me too long to make peace with not having passed. I knew that if I had not passed, the experience was still worthwhile as a learning experience. Even if I hadn&#8217;t gained the VCDX certification, I&#8217;d still gained knowledge and experience. And hey, there was always another chance to defend at VMworld, right?</p>
<p>After returning home from Las Vegas, I spent the week thinking about what I would write after I&#8217;d finally gotten my results. I tried to prepare for the questions like &#8220;How in the world could Scott not pass?&#8221; I thought about explaining that the defense panel was only doing their job; they were preserving the value of the certification. After all, if the bar is not held high, what is the value of VCDX? All the while I secretly hoped that the result would be something other than what I was confident it would be.</p>
<p>And so it was that as I was driving my kids to a church youth group function tonight&#8212;after a long and unproductive day working with some rather stubborn equipment in the lab&#8212;that I received an e-mail from VMware. The first line of the message was this:</p>
<blockquote><p>Congratulations!  You have achieved the VCDX3 certification.    Your VCDX number is: VCDX39</p></blockquote>
<p>Unbelievable! I&#8217;d passed! I was so excited. I&#8217;d hoped for this result, but I honestly did not believe that I had managed to pull it off. I immediately called Crystal to tell her the news. I think she might have been even more excited than me.</p>
<p>Having now been through this entire process, what advice do I have for aspiring VCDX candidates?</p>
<ul>
<li>As many others have stated, <em>know your design.</em> If I had only one thing to change about my entire process, this would be it. You should know it forward and backward: every detail, every choice, and every reason behind the design.</li>
<li>Don&#8217;t be too nervous. I allowed my nerves to get the best of me, there&#8217;s no question. I also don&#8217;t doubt that I would have done better had I not been so nervous. (As a side note, it&#8217;s interesting to me that I can stand up and speak in front of large crowds and not be nervous, but standing in front of those panelists really threw me. Odd.)</li>
<li>Understand <em>the impact of your choices</em>. As Duncan pointed out in this recent blog post, it&#8217;s really <a href="http://www.yellow-bricks.com/2010/02/15/impact-of-decisions/">about the impact</a>. Be prepared to discuss the reasons for the decisions in your design and the impact of the decisions in your design.</li>
</ul>
<p>That&#8217;s it from the latest VCDX to join the ranks. I&#8217;ll post another update later with more tips and tricks that I learned from the experience, but those are some that jump to my mind immediately.</p>
<p>Have a great weekend!</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/02/19/on-the-vcdx-defense/">On the VCDX Defense</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/11/05/vcdx-design-exam-post-mortem/" rel="bookmark" title="Thursday, November 5, 2009">VCDX Design Exam Post-Mortem</a></li>

<li><a href="http://blog.scottlowe.org/2009/06/12/ta2259-ask-the-experts-at-vmworld-2009/" rel="bookmark" title="Friday, June 12, 2009">TA2259 Ask the Experts at VMworld 2009</a></li>

<li><a href="http://blog.scottlowe.org/2009/06/25/virtualization-short-take-27/" rel="bookmark" title="Thursday, June 25, 2009">Virtualization Short Take #27</a></li>

<li><a href="http://blog.scottlowe.org/2008/05/08/partner-exchange-wrap-up/" rel="bookmark" title="Thursday, May 8, 2008">Partner Exchange Wrap-Up</a></li>

<li><a href="http://blog.scottlowe.org/2009/07/07/submit-a-question-for-vmworld-2009-ask-the-experts-session/" rel="bookmark" title="Tuesday, July 7, 2009">Submit a Question for VMworld 2009 Ask the Experts Session</a></li>
</ul><!-- Similar Posts took 120.167 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/xoY-CCib3hA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/02/19/on-the-vcdx-defense/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2010/02/19/on-the-vcdx-defense/</feedburner:origLink></item>
		<item><title>Links for 2010-02-17 [del.icio.us]</title><link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/oW8n39Mchog/slowe</link><pubDate>Thu, 18 Feb 2010 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2010-02-17</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://prefetch.net/blog/index.php/2009/12/20/backing-up-your-comstar-storage-configuration/"&gt;Backing up your COMSTAR storage configuration&lt;/a&gt;&lt;br/&gt;
This blog post describes how to back up COMSTAR configuration information.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/jamesone/archive/2010/01/14/the-joy-of-reg-ex-part-1.aspx"&gt;James O'Neill's Blog - The &amp;ldquo;Joy&amp;rdquo; of Regex Part 1&lt;/a&gt;&lt;br/&gt;
This is a post, by a Microsoft employee, on using regexes (regular expressions, originally from the UNIX world).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://zeroincrement.wordpress.com/2009/12/09/how-to-flush-the-dns-cache-in-microsoft-windows-linux-solaris-10-unix-mac-os-x-operating-systems/"&gt;How to Flush the DNS Cache in Microsoft Windows, Linux, Solaris 10 UNIX &amp;amp; MAC OS X Operating Systems: &amp;laquo; Zero.Increment {0++}&lt;/a&gt;&lt;br/&gt;
This article describes how to flush the DNS cache in Microsoft Windows, Linux, Solaris, and Mac OS X.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/oW8n39Mchog" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2010-02-17</feedburner:origLink></item><item>
		<title>A Collection of UCS Posts</title>
		<link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/3sw7mJDj2pc/</link>
		<comments>http://blog.scottlowe.org/2010/02/18/a-collection-of-ucs-posts/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 07:03:41 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[Cisco]]></category>

		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[UCS]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1842</guid>
		<description><![CDATA[There's been quite a few good Cisco UCS posts published recently; I thought it might be handy to post a list of some of them here.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/02/18/a-collection-of-ucs-posts/">A Collection of UCS Posts</a></p>
]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been quite a few good Cisco UCS posts published recently; I thought it might be handy to collect a list of some of them (I&#8217;m sure that I will miss some). Here are a few that I&#8217;ve seen over the past few weeks (in no particular order):</p>
<p><a href="http://socialcloudnow.com/cisco-ucs/swapping-ucs-blades-with-local-boot-policies">Swapping UCS Blades with Local Boot Policies</a><br />
<a href="http://viewyonder.com/2010/02/12/get-spidey-powers-with-ucs-but-with-great-power-comes-great-responsibility/">Get Spidey Powers with UCS; but with Great Power comes Great Responsibility</a><br />
<a href="http://viewyonder.com/2010/02/10/25-ways-that-cisco-ucs-frees-you-to-do-other-things/">25 ways that Cisco UCS frees you to do other things</a><br />
<a href="http://blog.aarondelp.com/2010/02/cisco-ucs-how-many-fex-uplinks-do-i.html">Cisco UCS - How Many FEX Uplinks Do I Need?</a><br />
<a href="http://rodos.haywood.org/2010/02/ucs-local-disk-policy-some-vblock.html">UCS local disk policy + some vBlock</a><br />
<a href="http://viewyonder.com/2010/01/29/cisco-ucs-different-workload-different-configuration-same-blade-simple/">Cisco UCS: different workload, different configuration, same blade. Simple.</a><br />
<a href="http://blog.aarondelp.com/2010/02/cisco-ucs-information-for-server-people.html">Cisco UCS Information for &#8220;Server People&#8221;</a><br />
<a href="http://blog.aarondelp.com/2010/01/cisco-ucs-vs-ibm-and-hp-where-are.html">Cisco UCS vs. IBM and HP - Where are the Brains?</a><br />
<a href="http://healthitguy.wordpress.com/2010/01/20/ucs-gotchas-and-how-much-time-does-it-take-day-to-day/">UCS Gotchas? and how much time does it take day to day?</a></p>
<p>Anyone else have any UCS posts that have surfaced recently? Add them in the comments below.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.<br/><br/><a href="http://blog.scottlowe.org/2010/02/18/a-collection-of-ucs-posts/">A Collection of UCS Posts</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/07/27/ucs-training-day-1-wrap-up/" rel="bookmark" title="Monday, July 27, 2009">UCS Training, Day 1 Wrap-Up</a></li>

<li><a href="http://blog.scottlowe.org/2010/02/04/using-ip-based-storage-with-vmware-vsphere-on-cisco-ucs/" rel="bookmark" title="Thursday, February 4, 2010">Using IP-Based Storage with VMware vSphere on Cisco UCS</a></li>

<li><a href="http://blog.scottlowe.org/2009/03/16/cisco-ucs-announcements/" rel="bookmark" title="Monday, March 16, 2009">Cisco UCS Announcements</a></li>

<li><a href="http://blog.scottlowe.org/2009/04/03/a-collection-of-viewpoints-on-cisco-ucs/" rel="bookmark" title="Friday, April 3, 2009">A Collection of Viewpoints on Cisco UCS</a></li>

<li><a href="http://blog.scottlowe.org/2009/08/02/ucs-class-wrap-up/" rel="bookmark" title="Sunday, August 2, 2009">UCS Class Wrap-Up</a></li>
</ul><!-- Similar Posts took 22.087 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/3sw7mJDj2pc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2010/02/18/a-collection-of-ucs-posts/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2010/02/18/a-collection-of-ucs-posts/</feedburner:origLink></item>
	<item><title>Links for 2010-02-15 [del.icio.us]</title><link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/xgUe9eyg9VQ/slowe</link><pubDate>Tue, 16 Feb 2010 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2010-02-15</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://store.fastmac.com/product_info.php?products_id=458"&gt;TruePower Power Outlet With Built in USB Ports&lt;/a&gt;&lt;br/&gt;
This wall outlet, installable in any standard wall socket, features two USB ports for charging devices.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/xgUe9eyg9VQ" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2010-02-15</feedburner:origLink></item><item><title>Links for 2010-01-25 [del.icio.us]</title><link>http://feeds.scottlowe.org/~r/slowe/content/feed/~3/h5gX9KCQNX4/slowe</link><pubDate>Tue, 26 Jan 2010 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2010-01-25</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://davmail.sourceforge.net/index.html"&gt;DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway&lt;/a&gt;&lt;br/&gt;
DavMail is a tool that enables protocols like IMAP, SMTP, LDAP over WebDAV for compatibility with Microsoft Exchange Server.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/h5gX9KCQNX4" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2010-01-25</feedburner:origLink></item></channel>
</rss><!-- Dynamic page generated in 2.653 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-17 20:31:27 -->
