<?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.feedburner.com/~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:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Virtual Lifestyle</title> <link>http://www.virtuallifestyle.nl</link> <description>The virtualization blog by Joep Piscaer</description> <lastBuildDate>Thu, 05 Jan 2012 23:15:50 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/vls" /><feedburner:info uri="vls" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>Creating a vESXi template</title><link>http://feedproxy.google.com/~r/vls/~3/MzALhPUp7uc/</link> <comments>http://www.virtuallifestyle.nl/2012/01/creating-a-vesxi-template/#comments</comments> <pubDate>Thu, 05 Jan 2012 23:15:50 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2584</guid> <description><![CDATA[A lot of my day-to-day work involves building and tearing down various configurations containing ESXi-hosts. For this, I use my laptop; a Dell Precision M4600. This means that the ESXi-hosts are virtual machines. I use vESXi templates and linked clones inside VMware Workstation to speed things up and save on disk space, instead of rebuilding each host anew. [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2012/01/creating-a-vesxi-template/">Creating a vESXi template</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2012%2F01%2Fcreating-a-vesxi-template%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2012%2F01%2Fcreating-a-vesxi-template%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>A lot of my day-to-day work involves building and tearing down various configurations containing ESXi-hosts. For this, I use my laptop; a Dell Precision M4600. This means that the ESXi-hosts are virtual machines. I use vESXi templates and linked clones inside VMware Workstation to speed things up and save on disk space, instead of rebuilding each host anew.</p><p>I use the concept of templates and linked clones for my Windows virtual machines as well. With Windows, we get the advantage of sysprep to generalize the Guest OS, but with ESXi, such a tool doesn&#8217;t exist. We need some workarounds to make sure the Guest OS installation is generalized so each linked clone has its own unique identity.</p><p><a
href="http://go.veeam.com/mazda-selects-vm-backup.html?utm_source=virtuallifestyle&utm_medium=banner&utm_campaign=mazda" target="_blank"><img
title="Mazda Selects #1 VM Backup" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/mazda_468x60.png" alt="Mazda Selects #1 VM Backup" width="468" height="60" /></a><br
/> <span
id="more-2584"></span></p><p>A friend and co-worker (thanks Sjors!) pointed out that the &#8216;Reset System Configuration&#8217; option in the DCUI might offer the required sysprep-like functionality. This option executes &#8216;/sbin/firmwareConfig.sh&#8217;, which basically removes the state (state.tgz and boot.cfg files in /bootbank) of an ESXi-host and reboots the machine. By executing this script before we shutdown the virtual machine and marking it as a template, we follow the same basic workflow as compared to sysprep (where you run sysprep and choose generalized OOBE).</p><h2>Build the Virtual Machine</h2><p>Make sure the virtual machine is created in the correct fashion, for either VMware Workstation 8 or vSphere 5 as the host platform. The document &#8216;<a
href="http://communities.vmware.com/docs/DOC-8970" target="_blank">Running Nested VMs</a>&#8216; on VMTN explains it pretty well. <a
href="http://www.vcritical.com/2011/07/vmware-vsphere-can-virtualize-itself/" target="_blank">Eric Gray</a> does an even better job explaining how to nest ESXi on a physical ESXi 5 host.</p><p>For Workstation, the process is pretty easy. Create a VM, Guest OS type &#8216;VMware ESXi 5&#8242;. Make sure you enable the virtualized hardware-assisted virtualization in the VM&#8217;s settings (&#8216;Virtualize Intel VT-x/EPT or AMD-V/RVI&#8217;).</p><p><img
class="alignnone  wp-image-2591" title="VMwWS_VirtualizeVT-xEPT" src="http://img.virtuallifestyle.nl/wp-content/uploads/2012/01/VMwWS_VirtualizeVT-xEPT.png" alt="" width="496" height="164" /></p><h2>Install ESXi</h2><p>Installing ESXi isn&#8217;t a hard thing to do. Just randomly hit [enter] and [f11], and you&#8217;ll have ESXi installed. I used vSphere Update Manager to apply the latest firmware to the host (to save time on deployment later on).</p><h2>Generalize ESXi</h2><p>I actually took two separate actions to generalize ESXi:</p><ul><li>From the DCUI, I deselected vmnic0 as a network adapter to be used for the management network and removed the DNS suffix. I then proceeded to restart the management network.</li><li>I then executed &#8216;Reset System Configuration&#8217;. Power the virtual machine off as soon as it reboots, though!</li></ul><p><img
class="alignnone  wp-image-2601" title="DCUI-RSC" src="http://img.virtuallifestyle.nl/wp-content/uploads/2012/01/DCUI-RSC.png" alt="" width="553" height="211" /></p><p>The script behind &#8216;Reset System Configuration&#8217; does re-generate SSL thumbprints (certificates) and SSH fingerprints. Along with new MAC adresses (generated when you deploy linked from the template) and a different name and network identity (which you configure the newly deployed host with), each linked clone you deploy based on the template is unique.</p><h4>Caveat: VMFS UUID</h4><p>I used a small SCSI-disk of 5 GB, since I rarely use local storage for virtual machines. But when I used a 40 GB disk (I think the New Virtual Machine Wizard defaults to this size), the ESXi installer automatically creates a local VMFS-datastore called datastore1. The script behind &#8216;Reset System Configuration&#8217; does not change or erase the VMFS-datastore. It doesn&#8217;t touch the VMFS-datastore at all. When deploying multiple vESXi VMs based on a template that contains a VMFS-datastore, you probably will encounter all kind of funky stuff as the VMFS UUID is not re-generated. Please make sure your template vESXi does not contain a local datastore!</p><h2>Mark as template</h2><p>The last step in creating the template (on VMware Workstation) is to mark the virtual machine as a template (&#8216;Enable Template Mode (to be used for cloning)&#8217;) and create a snapshot (I named it &#8216;Reset System Configuration&#8217;).</p><p><img
class="alignnone  wp-image-2594" title="VMwWS_TemplateMode" src="http://img.virtuallifestyle.nl/wp-content/uploads/2012/01/VMwWS_TemplateMode.png" alt="" width="532" height="116" /></p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2012/01/creating-a-vesxi-template/">Creating a vESXi template</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/MzALhPUp7uc" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2012/01/creating-a-vesxi-template/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2012/01/creating-a-vesxi-template/</feedburner:origLink></item> <item><title>The Monster VM at the Dutch VMUG Event 2011</title><link>http://feedproxy.google.com/~r/vls/~3/LSljuPbOIUM/</link> <comments>http://www.virtuallifestyle.nl/2011/12/the-monster-vm-at-the-dutch-vmug-event-2011/#comments</comments> <pubDate>Fri, 09 Dec 2011 09:13:34 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2568</guid> <description><![CDATA[The Monster VM at the Dutch VMUG Event 2011. Posted by Joep Piscaer on Virtual Lifestyle. Add Virtual Lifestyle to your RSS Reader. Follow Joep Piscaer on Twitter. Check out his profile on LinkedIn.<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/12/the-monster-vm-at-the-dutch-vmug-event-2011/">The Monster VM at the Dutch VMUG Event 2011</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F12%2Fthe-monster-vm-at-the-dutch-vmug-event-2011%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F12%2Fthe-monster-vm-at-the-dutch-vmug-event-2011%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p><iframe
src="http://player.vimeo.com/video/33390611" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/12/the-monster-vm-at-the-dutch-vmug-event-2011/">The Monster VM at the Dutch VMUG Event 2011</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/LSljuPbOIUM" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/12/the-monster-vm-at-the-dutch-vmug-event-2011/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/12/the-monster-vm-at-the-dutch-vmug-event-2011/</feedburner:origLink></item> <item><title>VMTN Subscription</title><link>http://feedproxy.google.com/~r/vls/~3/HNYyvjySWZI/</link> <comments>http://www.virtuallifestyle.nl/2011/11/vmtn-subscription/#comments</comments> <pubDate>Mon, 07 Nov 2011 11:56:31 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2561</guid> <description><![CDATA[Do you know this page on vmware.com all too well? Not being able to access the bits and bytes you need to evaluate a product and install it in your lab is just the worst. Us geeks can&#8217;t handle this kind of rejection, VMware! Please bring back the VMTN Subscription! Josh Atwell has posted a [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/11/vmtn-subscription/">VMTN Subscription</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F11%2Fvmtn-subscription%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F11%2Fvmtn-subscription%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>Do you know this page on vmware.com all too well?</p><p><img
class="alignnone size-full wp-image-2562" title="NoAuthVMware" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/11/NoAuthVMware.png" alt="" width="551" height="200" /></p><p>Not being able to access the bits and bytes you need to evaluate a product and install it in your lab is just the worst. Us geeks can&#8217;t handle this kind of rejection, VMware!</p><p>Please bring back the <a
href="http://www.rtfm-ed.co.uk/2011/11/04/vmware-bring-back-the-vmtn-subscription-please/" target="_blank">VMTN Subscription</a>! <a
href="http://www.twitter.com/Josh_Atwell" target="_blank">Josh Atwell</a> has posted a <a
href="http://www.vtesseract.com/post/12328702321/bring-back-vmtn-please" target="_blank">perfectly viable proposal</a> on how this could work. Please show your support <a
href="http://communities.vmware.com/thread/335123?start=0&amp;tstart=0" target="_blank">here</a>.</p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/11/vmtn-subscription/">VMTN Subscription</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/HNYyvjySWZI" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/11/vmtn-subscription/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/11/vmtn-subscription/</feedburner:origLink></item> <item><title>Latest fling: VDSPowerCli</title><link>http://feedproxy.google.com/~r/vls/~3/Tu98G18w8FQ/</link> <comments>http://www.virtuallifestyle.nl/2011/11/latest-fling-vdspowercli/#comments</comments> <pubDate>Tue, 01 Nov 2011 19:34:40 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2556</guid> <description><![CDATA[VMware Labs presents its latest fling: VDSPowerCli. PowerShell is a scripting language Microsoft developed to help administrators manage the Windows environment. Third parties can write their own snap-ins (dynamic linked libraries) to implement new commands, which are called cmdlets. With VDSPowerCli, users can use the cmdlets provided by PowerCLI to manage vSphere Distributed Switch(VDS). Features [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/11/latest-fling-vdspowercli/">Latest fling: VDSPowerCli</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F11%2Flatest-fling-vdspowercli%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F11%2Flatest-fling-vdspowercli%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><blockquote><p>VMware Labs presents its latest fling: <strong>VDSPowerCli</strong>.<br
/> PowerShell is a scripting language Microsoft developed to help administrators manage the Windows environment. Third parties can write their own snap-ins (dynamic linked libraries) to implement new commands, which are called cmdlets. With VDSPowerCli, users can use the cmdlets provided by PowerCLI to manage vSphere Distributed Switch(VDS).</p><h2>Features</h2><p>VDSPowerCli gives you the ability to manage:</p><ul><li>VMware vSphere Distributed Switch</li><li>Distributed Port Group</li><li>Distributed Port</li></ul><p><a
href="http://r20.rs6.net/tn.jsp?llr=ehc868cab&amp;et=1108421590900&amp;s=1463&amp;e=001c0bYJ8mMgClG1o-n2VdZ9qkh5o9C6x5hd3ALKgfJn3wLTbumG5SZYz7zYbRw1gmdvko7nKBcY8FtoEQSUijZWajg_fzTGEjpadKKOzdPrzwBE1DbXBcAyRS5ZLX-C1LSMia2kXfLPFY="> Download</a> and try out VDSPowerCli!</p></blockquote><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/11/latest-fling-vdspowercli/">Latest fling: VDSPowerCli</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/Tu98G18w8FQ" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/11/latest-fling-vdspowercli/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/11/latest-fling-vdspowercli/</feedburner:origLink></item> <item><title>HP P4000 Multi-Site SAN and VMware vSphere: watch out!</title><link>http://feedproxy.google.com/~r/vls/~3/_-rPCFgWmRg/</link> <comments>http://www.virtuallifestyle.nl/2011/11/hp-p4000-multi-site-san-and-vmware-vsphere-watch-out/#comments</comments> <pubDate>Tue, 01 Nov 2011 16:00:57 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2504</guid> <description><![CDATA[I am digging deeper into HP P4000 (LeftHand) SANs again. This has been a consistent side-project of mine for over two years now. I started using the VSA as a simple, fast and reliable appliance for a shared storage and SAN workshop I&#8217;ve delivered at my employers training center, and did a real life implementation [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/11/hp-p4000-multi-site-san-and-vmware-vsphere-watch-out/">HP P4000 Multi-Site SAN and VMware vSphere: watch out!</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F11%2Fhp-p4000-multi-site-san-and-vmware-vsphere-watch-out%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F11%2Fhp-p4000-multi-site-san-and-vmware-vsphere-watch-out%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>I am digging deeper into HP P4000 (LeftHand) SANs again. This has been a consistent side-project of mine for over two years now. I started using the VSA as a simple, fast and reliable appliance for a shared storage and SAN workshop I&#8217;ve delivered at my employers training center, and did a real life implementation of a&nbsp;production environment a while back.</p><p>I noticed that when designing a P4000 solution with a number of factors like Multi-Site, stretched HA/DRS clustering, MPIO combined with vSphere, you need to be extra carefull and really kick the tyres of the set-up in a lab to get to know all the gory details. Today, I tested a couple of those factors in the design.<br
/> <span
id="more-2504"></span></p><h2>Routed iSCSI</h2><p>The first pitfall is an obvious one. VMware&#8217;s software iSCSI Initiator cannot do routed iSCSI. Multiple paths cannot be routed across those subnets by the ESXi 5 initiator.&nbsp;This effectively means that you can only do a P4000 Multi-Site SAN with a single Virtual IP.</p><blockquote><p>With VMware ESX, the preferred configuration is a single subnet and with ESX servers assigned to sites in SAN/iQ. (<a
href="http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c03041871/c03041871.pdf">source</a>)</p></blockquote><p>This actually has an advantage or two, too. Failover between sites is transparent; the ESXi-hosts do not notice site failure. Assuming your hosts didn&#8217;t go down as well during the failure, obviously.</p><h2>Multipath I/O with vSphere</h2><p>One of the things that caught my eye is a quirk with round-robin MPIO in a vSphere environment.</p><p>A P4000 stripes data in a volume across storage nodes in a site in a RAID0-fashion: each storage node hosts an equal part of the volume&#8217;s data. I tested this today by creating a simple three node cluster, creating a volume and writing data to that volume. Before the test, each of the three nodes had 1,37 GB provisioned. After I had written some data, all three nodes had 1,65 GB provisioned. This proves data is written in equal sizes chunks to each of the nodes.</p><p>When using MPIO in a vSphere environment, each volume only has one Gateway Connection:</p><p><img
class="alignnone size-full wp-image-2505" title="HPP4000-GWConn-ESXi2" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/HPP4000-GWConn-ESXi2.png" alt="" width="167" height="38" /></p><p>But when using the P4000 DSM for MPIO on a Windows machine, each volume has a Gateway Connection to each of the storage nodes (and an additional &#8216;control&#8217; session). If the host is assigned to a &#8216;site&#8217; in the CMC, it&#8217;ll only connect to storage nodes in the local site.</p><p><img
class="alignnone size-full wp-image-2506" title="HPP4000-GWConn-Win2" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/HPP4000-GWConn-Win2.png" alt="" width="168" height="143" /></p><p>This difference in how the connections between a host and the storage nodes for each volume is made dictates how I/O a given volume flows to the SAN:</p><p>With vSphere, all I/O goes through the node hosting the Gateway Connection. &#8216;s1v3&#8242; (third VSA in the first site) is hosting the Gateway Connection and sends back-end I/O to other (local) nodes to fetch or write data.&nbsp;This makes a single storage node the bottleneck for I/O for a specific volume; and makes balancing which storage node hosts the Gateway Connection for a given volume very important: you&#8217;d want every storage node to hosts an equally spread number of Gateway Connections. I would recommend&nbsp;creating one or more volumes for each storage node. In a six-node storage cluster, create six (or twelve) volumes.</p><blockquote><p>When using VIP and load balancing, one iSCSI session acts as the gateway session. All I/O goes through this iSCSI session. (<a
href="http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c03035314/c03035314.pdf" target="_blank">source</a>)</p></blockquote><p><img
class="alignnone size-full wp-image-2507" title="HPP4000-GWConn-ESXi" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/HPP4000-GWConn-ESXi.png" alt="" width="552" height="272" /></p><p>While with Windows and the&nbsp;P4000 DSM for MPIO, I/O flows from the host to each storage node. In this case, there&#8217;s no problem with a single storage node hosting a Gateway Connection like with vSphere.</p><p><img
class="alignnone size-full wp-image-2508" title="HPP4000-GWConn-Win" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/HPP4000-GWConn-Win.png" alt="" width="552" height="272" /></p><p>In the graphs, you can clearly see a different I/O pattern for a vSphere (ESXi 5) host and a Windows machine using the HP P4000 DSM for MPIO. There is a down-side to using the DSM: the number of iSCSI sessions from a host is much higher, possibly up to the maximum number of iSCSI sessions supported by the OS and in fact limiting the number of servers or volumes.</p><p><strong>Note</strong>: The difference in speed is irrelevant, but probably caused by the fact that I&#8217;m running six VSA&#8217;s and a Windows VM on a single laptop. I wanted to show how ESXi only utilizes a single path while Windows uses all paths; the goal of these measurements where not to compare speed (MB/s).</p><h2>Which node will host the Gateway Connection for a volume?</h2><p>With a Windows server with the P4000 DSM for MPIO, this is superfluous. It simply doesn&#8217;t matter which host will host the Gateway Connection for a host. <strong>But for an ESXi-host, it does</strong>.<br
/> This brings me to one of the worst bits of the HP P4000 SAN (and especially its documentation!): with VMware vSphere, there&#8217;s no real way of influencing SAN/iQ&#8217;s decision which storage node will host the Gateway Connection for a volume. In fact, creating &#8216;sites&#8217; in the Centralized Management Console (CMC) and placing both ESXi-hosts and storage nodes in a specific site will limit SAN/iQ&#8217;s choice of storage node to host the Gateway Connection: only storage nodes local to the ESXi-host&nbsp;<strong>first</strong>&nbsp;connecting to the volume can host the Gateway Connection.</p><p>This is a very bad thing. Using two scenario&#8217;s, I&#8217;ll explain why:<br
/> <a
href="http://go.veeam.com/mazda-selects-vm-backup.html?utm_source=virtuallifestyle&utm_medium=banner&utm_campaign=mazda" target="_blank"><img
title="Mazda Selects #1 VM Backup" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/mazda_468x60.png" alt="Mazda Selects #1 VM Backup" width="468" height="60" /></a></p><h3>Site failure</h3><p>Imagine all the Gateway Connections roles balanced evenly over all the storage nodes. Your environment is functioning perfectly. Suddenly, the primary site fails. Gateway Connections for all volumes that were bound to a storage node in this site are transparently failed over to the secondary site. The VMs that went offline during the power outage (since the ESXi-hosts went down as well) will be restarted using VMware HA. Everything works as expected, and your design has saved the day.<br
/> That is, until you restore the primary site. Since there&#8217;s no way for the administrator to manually failback the Gateway Connections to the primary site to restore the evenly balanced pre-failure situation, the volumes are stuck on the secondary site. In my experience, there is simply no way to recover from this, other than messing about with reboots of the storage nodes hosting the Gateway Connections. Obviously, that&#8217;s not ideal. &nbsp;Only when the storage node hosting the Gateway Connection goes offline, the Gateway Connection is moved.</p><p>There&#8217;s no other manual way a Gateway Connection can be moved, as far as I know. The &#8216;RebalanceVIP&#8217; doesn&#8217;t rebalance Gateway Connections, although a lot of people claim rebalancing should happen automatically (in SAN/iQ 9 and up, anyway), I haven&#8217;t seen this work for a vSphere environment. Stopping managers on the storage nodes might actually do the trick, but I have not seen consistent failover of Gateway Connections. Lastly, you could run more managers (and designate your primary site as &#8216;primary&#8217;). This might make SAN/iQ prefer to host a Gateway Connection on a storage node on the primary site. If you have more information on how designating a site as primary will affect Gateway Connections, please reach out to me. Leave a comment below or ping me on Twitter.</p><h3>First boot</h3><p>The other scenario is just as bad. Imagine you are booting your environment for the first time, or you are recovering from a total shutdown (all storage nodes went offline). The first ESXi-host to connect to a volume will bind the Gateway Connection to a storage node in the local site. And since an ESXi-host usually accesses all datastores, all volumes are bound to a storage node in the local site, leaving no volumes left for the ESXi-hosts on the other site to connect to locally. Also, this limits the performance capacity of the SAN: only storage nodes on a single site will handle active I/O. The storage nodes on the other site will only do Network RAID-10 I/O replicated to them.</p><p>To avoid this problem you can do a little magic trick. Before you boot up the ESXi-hosts, remove them from both sites in the P4000 CMC. This will ensure an even spread of Gateway Connections between storage nodes on both sites, because even though the first booted ESXi-hosts connects to all volumes, SAN/iQ will balance Gateway Connections evenly across all storage nodes, regardless of their site affinity. Afterwards you can restore site affinity for the ESXi-hosts, but make sure to doublecheck the Gateway Connections first.</p><h2>Site-affinity for Virtual Machines</h2><p>So, we&#8217;ve now established that only a single storage node will handle I/O for a given volume. That means that all virtual machines&#8217; I/O to that volume is handled by that storage node. If you&#8217;re running a Multi-Site SAN and a stretched vSphere HA/DRS cluster, you might run into trouble: an ESXi-host on site 1 can use a storage node on site 2 for virtual machine I/O. And that I/O gets replicated (via the Network RAID-10 synchronous replication in a Multi-Site SAN) back to a storage node in site 1. That means double the I/O is flowing over the intersite link, and potentially leading to high latency.</p><p>The solution is rather simple and &nbsp;just a&nbsp;tiny bit elegant:</p><h3>DRS Groups and Rules</h3><p>By grouping all the virtual machines in a single volume into a DRS Virtual Machine Group, grouping the ESXi-hosts on a site and creating a vm-to-host DRS &#8216;should&#8217; rule, you can enforce virtual machines to run locally. There&#8217;s one big catch though: since we cannot control which storage node hosts the Gateway Connection for a volume, so we have to manually find out which storage node (and thus which site) is hosting the Gateway Connection for a volume. We cannot guarantee that this mapping of a group of virtual machines to a site will match real life. I&#8217;m sure <a
href="http://twitter.com/#!/PowerCLIMan" target="_blank">@PowerCLIMan</a>&nbsp;can create a script that runs as a scheduled task inside vCenter to correct for this, though.</p><h2>How to prevent all this Gateway Connection stuff</h2><p>Simple. HP needs to create a VMware PSA multipathing plugin (MPP) for the P4000. As seen with the DSM for MPIO on Windows, the P4000 is working fine with a special plugin from HP. We just need this plugin on VMware.</p><p>On the other hand, you could do the following:</p><p>Leave the storage nodes assigned to sites; this removes the &#8216;random&#8217; Network RAID-10 issue where a volume might be synchronously replicated within a single site, leaving the other site without a replica.&nbsp;Instead of placing the ESXi-hosts in sites, just leave them unassigned. This way, SAN/iQ does not know where the ESXi-hosts reside, and will happily allow all hosts to connect to all storage nodes. It&#8217;s still a limitation of one storage node handling all active I/O, and you&#8217;ll increase the amount of I/O travelling between sites, because you now will almost surely have ESXi-hosts on site 1 connecting to storage nodes on site 2 randomly. This could increase latency, too, because an I/O between a host in site 1 travels to the storage node in site 2. This storage node replicates this I/O back to a peer storage node in site 1.</p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/11/hp-p4000-multi-site-san-and-vmware-vsphere-watch-out/">HP P4000 Multi-Site SAN and VMware vSphere: watch out!</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/_-rPCFgWmRg" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/11/hp-p4000-multi-site-san-and-vmware-vsphere-watch-out/feed/</wfw:commentRss> <slash:comments>7</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/11/hp-p4000-multi-site-san-and-vmware-vsphere-watch-out/</feedburner:origLink></item> <item><title>Migrated RSS feed to FeedBurner</title><link>http://feedproxy.google.com/~r/vls/~3/p8zFs5l92Z0/</link> <comments>http://www.virtuallifestyle.nl/2011/11/migrated-rss-feed-to-feedburner/#comments</comments> <pubDate>Tue, 01 Nov 2011 15:51:58 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2541</guid> <description><![CDATA[I&#8217;ve migrated my RSS feed over to FeedBurner. FeedBurner should automatically redirect the current feed to the new feed. It shouldn&#8217;t matter which feed URL you&#8217;re using, but if you&#8217;re experiencing any problems, please use the new feed URL and tell me. Migrated RSS feed to FeedBurner. Posted by Joep Piscaer on Virtual Lifestyle. Add Virtual [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/11/migrated-rss-feed-to-feedburner/">Migrated RSS feed to FeedBurner</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F11%2Fmigrated-rss-feed-to-feedburner%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F11%2Fmigrated-rss-feed-to-feedburner%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>I&#8217;ve migrated my RSS feed over to FeedBurner.<br
/> FeedBurner should automatically redirect the <a
href="http://www.virtuallifestyle.nl/feed/" target="_blank">current feed</a> to the <a
href="http://feeds.feedburner.com/vls" target="_blank">new feed</a>.</p><p><a
href="http://go.veeam.com/mazda-selects-vm-backup.html?utm_source=virtuallifestyle&utm_medium=banner&utm_campaign=mazda" target="_blank"><img
title="Mazda Selects #1 VM Backup" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/mazda_468x60.png" alt="Mazda Selects #1 VM Backup" width="468" height="60" /></a><br
/> It shouldn&#8217;t matter which feed URL you&#8217;re using, but if you&#8217;re experiencing any problems, please use the new feed URL and tell me.</p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/11/migrated-rss-feed-to-feedburner/">Migrated RSS feed to FeedBurner</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/p8zFs5l92Z0" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/11/migrated-rss-feed-to-feedburner/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/11/migrated-rss-feed-to-feedburner/</feedburner:origLink></item> <item><title>@Dutch_vMaffia Revenge</title><link>http://feedproxy.google.com/~r/vls/~3/KK7wxCL2hK4/</link> <comments>http://www.virtuallifestyle.nl/2011/10/dutch_vmaffia-revenge/#comments</comments> <pubDate>Thu, 20 Oct 2011 10:48:38 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2527</guid> <description><![CDATA[You just don&#8217;t talk about the family. Respect the omerta, Monster VM. @Dutch_vMaffia Revenge. Posted by Joep Piscaer on Virtual Lifestyle. Add Virtual Lifestyle to your RSS Reader. Follow Joep Piscaer on Twitter. Check out his profile on LinkedIn.<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/10/dutch_vmaffia-revenge/">@Dutch_vMaffia Revenge</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F10%2Fdutch_vmaffia-revenge%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F10%2Fdutch_vmaffia-revenge%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>You just don&#8217;t talk about the family. Respect the omerta, Monster VM.<br
/> <code><iframe
src="http://player.vimeo.com/video/30845215?byline=0&#038;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></code></p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/10/dutch_vmaffia-revenge/">@Dutch_vMaffia Revenge</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/KK7wxCL2hK4" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/10/dutch_vmaffia-revenge/feed/</wfw:commentRss> <slash:comments>2</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/10/dutch_vmaffia-revenge/</feedburner:origLink></item> <item><title>VMware Horizon Mobile Demonstration Video (again!)</title><link>http://feedproxy.google.com/~r/vls/~3/3_VA6Fc-BFA/</link> <comments>http://www.virtuallifestyle.nl/2011/10/vmware-horizon-mobile-demonstration-video-again/#comments</comments> <pubDate>Tue, 18 Oct 2011 14:45:03 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/2011/10/vmware-horizon-mobile-demonstration-video-again/</guid> <description><![CDATA[My first try to publish the video wasn&#8217;t all that successful; but I&#8217;m using the iPad and only just discovered iMovie. That makes editting the videoclip much easier. I&#8217;ve now cut out the unneeded bits and uploaded the marketing video and actual product demonstration again. Please visit the VMware booth at VMworld 2011 Copenhagen to [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/10/vmware-horizon-mobile-demonstration-video-again/">VMware Horizon Mobile Demonstration Video (again!)</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F10%2Fvmware-horizon-mobile-demonstration-video-again%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F10%2Fvmware-horizon-mobile-demonstration-video-again%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>My first try to publish the video wasn&#8217;t all that successful; but I&#8217;m using the iPad and only just discovered iMovie. That makes editting the videoclip much easier. I&#8217;ve now cut out the unneeded bits and uploaded the marketing video and actual product demonstration again.</p><p><code><iframe
src="http://player.vimeo.com/video/30734845?byline=0&amp;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen allowFullScreen> </iframe></code></p><p>Please visit the VMware booth at VMworld 2011 Copenhagen to see a demonstration of the device itself (running the MVP) and the management software (Horizon Mobile). It&#8217;s well worth your time!</p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/10/vmware-horizon-mobile-demonstration-video-again/">VMware Horizon Mobile Demonstration Video (again!)</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/3_VA6Fc-BFA" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/10/vmware-horizon-mobile-demonstration-video-again/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/10/vmware-horizon-mobile-demonstration-video-again/</feedburner:origLink></item> <item><title>My VMworld 2011 Europe</title><link>http://feedproxy.google.com/~r/vls/~3/HlfBLdauPcg/</link> <comments>http://www.virtuallifestyle.nl/2011/10/my-vmworld-2011-europe/#comments</comments> <pubDate>Tue, 11 Oct 2011 18:55:33 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2496</guid> <description><![CDATA[I&#8217;ll be attending VMworld 2011 Europe in addition to the conference in the United States a while back. The Europe event is the first self-funded (well, mostly) trip to VMworld; that&#8217;s just because I think VMworld is awesome. I&#8217;ve got the luxury that I have spread attending break-out sessions between both editions, so my list [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/10/my-vmworld-2011-europe/">My VMworld 2011 Europe</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F10%2Fmy-vmworld-2011-europe%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F10%2Fmy-vmworld-2011-europe%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>I&#8217;ll be attending VMworld 2011 Europe in addition to the conference in the United States a while back. The Europe event is the first self-funded (well, mostly) trip to VMworld; that&#8217;s just because I think VMworld is <strong>awesome</strong>. I&#8217;ve got the luxury that I have spread attending break-out sessions between both editions, so my list of recommended sessions is huge.</p><h2>Recommended Break-out Sessions</h2><p>Below are the sessions that I absolutely recommend:<br
/> <a
href="http://go.veeam.com/mazda-selects-vm-backup.html?utm_source=virtuallifestyle&utm_medium=banner&utm_campaign=mazda" target="_blank"><img
title="Mazda Selects #1 VM Backup" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/mazda_468x60.png" alt="Mazda Selects #1 VM Backup" width="468" height="60" /></a><br
/> <span
class="Apple-style-span" style="font-size: 15px; font-weight: bold;">Attended in Las Vegas</span></p><ul><li><strong>EUC1945</strong> What&#8217;s New in VMware Workstation</li><li><strong>LAS4000</strong> VMworld Labs Hardware Architecture</li><li><strong>LAS4002</strong> VMworld Labs Using Auto Deploy with Stateless ESXi</li><li><strong>VSP1682</strong> VMware vSphere Clustering Q&amp;A</li><li><strong>VSP1708</strong> VCDX Panel Defense Preparation</li><li><strong>VSP1926</strong> Getting Started with VMware vSphere Design</li><li><strong>VSP1956</strong> The VMware ESXi Quiz Show</li><li><strong>VSP3067</strong> Mythbusters Goes Virtual</li></ul><h3>Will attend in Copenhagen</h3><ul><li><strong>BCO2395</strong> Stretch Clustering – Now and Beyond</li><li><strong>BCO2479</strong> Understanding VMware vSphere Stretched Clusters, Disaster Recovery and Planned Workload Mobility</li><li><strong>BCO2874</strong> vSphere High Availability 5.0 and SMP Fault Tolerance – Technical Overview and Roadmap</li><li><strong>EUC2956</strong> VMware Mobile Virtualization Platform: Solving Enterprise Mobility Challenges</li><li><strong>VSP1708</strong> VCDX Panel Defense Preparation</li><li><strong>VSP1823</strong> VMware Storage Distributed Resource Scheduler</li><li><strong>VSP2227</strong> VMware vCenter Database Architecture, Performance and Troubleshooting</li><li><strong>VSP3116</strong> VMware vSphere 5.0 Resource Management Deep Dive</li><li><strong>VSP3205</strong> Technology Preview: VMware vStorage APIs for VM and Application Granular Data</li></ul><h3>Will grab audio/video/presentation from VMworld.com</h3><ul><li><strong>BCA2817</strong> Designing vSphere Platforms for Maximum Tier 1 Application Performance</li><li><strong>BCO3334</strong> Site Recovery Manager Future Product Directions: Cloud-Based Disaster Recovery</li><li><strong>BCO3420</strong> Avoiding the 16 Biggest High-Availability and Distributed Resource Scheduler</li><li><strong>CIM1940</strong> 10 Best Free Tools for VMware vSphere Management in 2011</li><li><strong>CIM2452</strong> VMware vCenter Operations Technical Deepdive</li><li><strong>CIM2680</strong> Managing a VMware Environment: What To Do In The First 180 Days</li><li><strong>LAS4003</strong> VMworld Labs Core Infrastructure Architecture</li><li><strong>LAS4004</strong> VMworld Labs Cloud and Virtualization Software Architecture</li><li><strong>SPO3962</strong> Enabling Business Continuity with VMware Metro vMotion Using Cloud-optimized</li><li><strong>VSP1425</strong> Ask the Expert vBloggers</li><li><strong>VSP2384</strong> Distributed Datacenters with Multiple vCenter Deployments: Best Practices</li><li><strong>VSP3255</strong> VMware Storage vMotion Deep Dive and Best Practices</li><li><strong>VSP3866</strong> Performance Best Practices and Troubleshooting</li><li><strong>VSP3867</strong> Top 10 Virtualization Support Issues</li><li><strong>VSP3868</strong> VMware vStorage Best Practices</li></ul><h3><span
class="Apple-style-span" style="font-size: 20px;">Recommended Hands-on Labs</span></h3><p>My favourite hands-on labs are:</p><ul><li><strong>HOL04</strong> Reducing Unplanned Downtime in Your Virtual Environment</li><li><strong>HOL05</strong> Datacenter Migration and Disaster Recovery Protection for Your Virtual Environment</li><li><strong>HOL10</strong> Advanced Troubleshooting and Performance Tuning for Your Virtual Environment</li></ul><h2>Other cool places</h2><p>VMworld has a lot to offer. There are a few hidden gems, that I feel you must attend during your stay:</p><ul><li>VMware Company Store</li><li>Alumni Lounge (located opposite Hands-on Labs); you even get an Alumni gift!</li><li>Community Lounge. It&#8217;s the perfect spot to meet-up, interview, network, blog, tweet, stream/record video, take photos, podcast or just rest your feet.</li><li>VMware User Group Booth in Solutions Exchange; Stop by the VMUG booth to learn more about membership and how you can get the VMUG Advantage (exclusive to VMUG members).</li></ul><h2>Cool Solutions Exchange Exhibitors</h2><ul><li>Dell</li><li>Drobo, Inc.</li><li>FalconStor Software</li><li>Nexenta Systems</li><li>Nimble Storage</li><li>OVH</li><li>QNAP Corporation</li><li>Safari Books Online</li><li>Samsung Electronics, Co. Ltd.</li><li>StarWind Software</li><li>Tintri</li><li>Veeam Software</li><li>Zerto</li></ul><h2>Guides</h2><p>I have already checked out the various guides available. In the <a
href="http://www.vmworld.com/static/vmworld-program-guide-2011-eu.pdf">Program Guide</a>, I learned that, like last year, attendees will receive a travel pass that gives you free passage on the Metro and train system in Copenhagen during the event. Also, be aware of the limited schedule of the (free) airport shuttle: it won&#8217;t run after 8pm on Sunday.</p><p>Be sure to read through these guides</p><ul><li><a
href="http://www.vmworld.com/static/vmworld-program-guide-2011-eu.pdf">Program Guide</a></li><li><a
href="http://www.vmworld.com/static/vmworld-pocket-guide-2011-eu.pdf">Pocket Guide</a></li><li><a
href="http://vmware.com/go/vmworld-socialmedia">Social Media Guide</a></li><li><a
href="http://www.vmworld.com/static/2011EMEA_Partner_Schedule.pdf">VMworld Partner Guide</a></li><li><a
href="http://vmware.com/go/vmworld-gatherings">Gatherings &amp; Tweetups</a></li></ul><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/10/my-vmworld-2011-europe/">My VMworld 2011 Europe</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/HlfBLdauPcg" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/10/my-vmworld-2011-europe/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/10/my-vmworld-2011-europe/</feedburner:origLink></item> <item><title>#EUC1945 What’s New in VMware Workstation</title><link>http://feedproxy.google.com/~r/vls/~3/zqyruTKqSZU/</link> <comments>http://www.virtuallifestyle.nl/2011/09/euc1945-whats-new-in-vmware-workstation/#comments</comments> <pubDate>Thu, 01 Sep 2011 14:50:51 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2476</guid> <description><![CDATA[Workstation 8 promises to be a major release. Besides upgrading the virtual hardware to level 8 (in line with vSphere 5), which brings 3D and vSMP optimizations, as well as expanded support for nested hardware virtualization, 64GB vRAM and HD Audio, the GUI has had a major upgrade. We finally have a &#8216;summary&#8217; window for [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/09/euc1945-whats-new-in-vmware-workstation/">#EUC1945 What&#8217;s New in VMware Workstation</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F09%2Feuc1945-whats-new-in-vmware-workstation%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F09%2Feuc1945-whats-new-in-vmware-workstation%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>Workstation 8 promises to be a major release.<br
/> <iframe
src="http://player.vimeo.com/video/28427639?portrait=0" frameborder="0" width="540" height="304"></iframe></p><p>Besides upgrading the virtual hardware to level 8 (in line with vSphere 5), which brings 3D and vSMP optimizations, as well as expanded support for nested hardware virtualization, 64GB vRAM and HD Audio, the GUI has had a major upgrade. We finally have a &#8216;summary&#8217; window for a VM, displaying the status of the VM like we&#8217;re used to in vSphere. The navigation pane has been replaced with a much cleaner, faster and searchable inventory view, there are live thumbnails everywhere (literally!), the power controls have been simplified, they&#8217;ve added a fully functional toolbar when in fullscreen mode (which makes the fullscreen mode less cripled and on par with the normal mode).</p><p>Also, the only reason anyone ever used VMware Server was the headless mode. This has now been re-introduced in Workstation with &#8216;VM Sharing&#8217;. Just drag a VM to the  sharing wizard, and the VM will start/stop with the host, regardless of logged in users. You don&#8217;t even need to run Workstation. From a remote Workstation console, you can access this VM. Using hostd&#8217;s permissions and roles, Workstation has implemented a granular and familiar way to control access to the shared VMs.</p><p>Probably the coolest gimmick in Workstation 8 is the connectivity to a vSphere or vCenter host. You can manage VMs running on vSphere directly from the Workstation Console. While you&#8217;re at it, just migrate those Workstation VMs to vSphere; you can do that, too. Or, alternatively, create a new VM on vSphere from within Workstation.</p><p>The &#8216;Teams&#8217; concept has been replaced with folders (where the team functionality like network segments and bandwith throttling are now available to all VM&#8217;s).</p><p><iframe
src="http://player.vimeo.com/video/28448273?portrait=0" frameborder="0" width="540" height="304"></iframe></p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/09/euc1945-whats-new-in-vmware-workstation/">#EUC1945 What&#8217;s New in VMware Workstation</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/zqyruTKqSZU" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/09/euc1945-whats-new-in-vmware-workstation/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/09/euc1945-whats-new-in-vmware-workstation/</feedburner:origLink></item> <item><title>#VMworldFun: The VMware ESXi Quiz Show</title><link>http://feedproxy.google.com/~r/vls/~3/oWgftOBJ5YE/</link> <comments>http://www.virtuallifestyle.nl/2011/09/vmworldfun-the-vmware-esxi-quiz-show/#comments</comments> <pubDate>Wed, 31 Aug 2011 22:17:44 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2448</guid> <description><![CDATA[I want to share a little video shot at the ESXi Quiz Show. @JTroyer is a great quizmaster, and the teams really made an effort to make the quiz show the funniest breakout session at #VMworld. #VMworldFun: The VMware ESXi Quiz Show. Posted by Joep Piscaer on Virtual Lifestyle. Add Virtual Lifestyle to your RSS [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/09/vmworldfun-the-vmware-esxi-quiz-show/">#VMworldFun: The VMware ESXi Quiz Show</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F09%2Fvmworldfun-the-vmware-esxi-quiz-show%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F09%2Fvmworldfun-the-vmware-esxi-quiz-show%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>I want to share a little video shot at the ESXi Quiz Show. @JTroyer is a great quizmaster, and the teams really made an effort to make the quiz show the funniest breakout session at #VMworld.<br
/> <iframe
src="http://player.vimeo.com/video/28326365?portrait=0" frameborder="0" width="540" height="304"></iframe></p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/09/vmworldfun-the-vmware-esxi-quiz-show/">#VMworldFun: The VMware ESXi Quiz Show</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/oWgftOBJ5YE" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/09/vmworldfun-the-vmware-esxi-quiz-show/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/09/vmworldfun-the-vmware-esxi-quiz-show/</feedburner:origLink></item> <item><title>VMworld 2011 keynote: Engineering the Future with @herrod</title><link>http://feedproxy.google.com/~r/vls/~3/PLEq-IKMeEE/</link> <comments>http://www.virtuallifestyle.nl/2011/08/vmworld-2011-keynote-engineering-the-future-with-herrod/#comments</comments> <pubDate>Tue, 30 Aug 2011 15:18:13 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/2011/08/vmworld-2011-keynote-engineering-the-future-with-herrod/</guid> <description><![CDATA[I&#8217;m liveblogging from the Tuesday technical keynote. Steve Herrod is explaining the VMware product portfolio. He&#8217;s concentrating on data and applications instead of devices, VM&#8217;s and other technical stuff on the back-end. With the slogan &#8216;simplify, manage, connect&#8217;, he&#8217;s now focssing on the second phase in VMware&#8217;s strategy: desktop. He breaks it down into services; [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/08/vmworld-2011-keynote-engineering-the-future-with-herrod/">VMworld 2011 keynote: Engineering the Future with @herrod</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F08%2Fvmworld-2011-keynote-engineering-the-future-with-herrod%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F08%2Fvmworld-2011-keynote-engineering-the-future-with-herrod%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>I&#8217;m liveblogging from the Tuesday technical keynote. Steve Herrod is explaining the VMware product portfolio. He&#8217;s concentrating on data and applications instead of devices, VM&#8217;s and other technical stuff on the back-end. With the slogan &#8216;simplify, manage, connect&#8217;, he&#8217;s now focssing on the second phase in VMware&#8217;s strategy: desktop. He breaks it down into services; desktop, app, data services with a unified service broker to connect users from any device.</p><p>With the help of View, desktops are broken down and simplified. With ThinApp, the apps are extracted and published. With ThinApp Factory, the process of extracting apps from Windows is automated, so publishing the apps in a catalog is hugely simplified. ThinApp Factory and Horizon are integrated for a full blown user experience.</p><p>Project Octopus is a Dropbox-like data service. It&#8217;s an enterprise oriented cloud file sharing service with features like policies, public/private cloud integration and more.</p><p>There&#8217;s a demo showing about the user&#8217;s perspective of using View, ThinApp, Horizon and Octopus. It&#8217;s showing a user&#8217;s first experience, including the Mobile Virtualization Platform. It&#8217;s ver cool that MVP is included in the keynote for the first time, it&#8217;s been lingering for years&#8230; The &#8216;work&#8217; phone VM is called &#8216;the magical phone&#8217;. That&#8217;s just how many users might experience this MVP feature..</p><p>With the help of Horizon Mobile, the apps that were installed on the desktop are pushed to the mobile work phone. With partnerships with both LG and Samsung, the MVP will really take off in the upcoming months. I cannot wait to get my hands on this!</p><p>Now Octopus is showcased on the iPad. For the first time, VMware AppBlast is showed to the public. How sweet! Very subtle, VMware is showing AutoCad from within a View desktop.</p><p>Now shifting to the back-end infrastructure supporting all of this awesomeness, with a little siderack to the vSphere Cient for the iPad, now with vMotion support. Literally just swipe a VM to the destination host <img
src='http://www.virtuallifestyle.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>After highlighting a couple of &#8216;firsts&#8217; accomplished by vSphere 5&#8242; Steve is talking about accessible innovation with VMware Go, the vSphere Storage Appliance. Bruce is doing a demo on these two products. First, a Windows host is provisioned with ESXi with the help of VMware Go. Both products are targeted towards the smaller shops. For the larger shops, there&#8217;s AutoDeploy to provision a group of hosts with ESXi in a repeatable, compliant manner.</p><p>Now shifting to some of the features of vSphere: storage pooling, VM placing on storage pools and tiers, storage DRS, storage and networking I/O Control. Next up of IP Adress Management, and specifically the problem with IP-addresses: besides being a unique identifier, it&#8217;s bound to a location. With VXLAN, VM IP-addresses can roam amongst different physical locations. Basically, it&#8217;s MAC over IP over UDP. With VXLAN, one of the biggest challenges with Site Recovery Manager has been resolved. How cool!</p><p>Last subject for this technical sessions is management, subdivided in three sections: monitor, correlate, remediate. In a sneak peak, VMware is disclosing it&#8217;s strategy on their manaement solutions. With vServices, applications inside VM&#8217;s are discovered automatically ang agentless and shown in the vSphere client. Also, dependencies between apps and VM&#8217;s are disovered and monitored.</p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/08/vmworld-2011-keynote-engineering-the-future-with-herrod/">VMworld 2011 keynote: Engineering the Future with @herrod</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/PLEq-IKMeEE" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/08/vmworld-2011-keynote-engineering-the-future-with-herrod/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/08/vmworld-2011-keynote-engineering-the-future-with-herrod/</feedburner:origLink></item> <item><title>VMware vCloud Services expands with Global Connect</title><link>http://feedproxy.google.com/~r/vls/~3/VCeMysrCSjA/</link> <comments>http://www.virtuallifestyle.nl/2011/08/vmware-vcloud-services-expands-with-global-connect/#comments</comments> <pubDate>Mon, 29 Aug 2011 12:00:32 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2414</guid> <description><![CDATA[VMware has announced new and improved offerings in their vCloud initiatives. VMware vCloud Global Connect Global Connect offers a global network of VMware vCloud Datacenters consisting of vCloud Datacenter certified VSPP Service Providers. Basically, different providers set up a business agreement / partnership to deliver a standardized global cloud service. All of the vCloud Datacenter [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/08/vmware-vcloud-services-expands-with-global-connect/">VMware vCloud Services expands with Global Connect</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F08%2Fvmware-vcloud-services-expands-with-global-connect%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F08%2Fvmware-vcloud-services-expands-with-global-connect%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>VMware has announced new and improved offerings in their vCloud initiatives.</p><h2>VMware vCloud Global Connect</h2><p>Global Connect offers a global network of VMware vCloud Datacenters consisting of vCloud Datacenter certified VSPP Service Providers. Basically, different providers set up a business agreement / partnership to deliver a standardized global cloud service. All of the vCloud Datacenter program members have standardized on a strict base architecture and SLA to ensure global compatibility. With a single contract, a customer is able to migrate his workload to a different provider. The contracted provider is responsible for the SLA, regardless of the provider actually hosting the workload.</p><p><img
class="alignnone size-full wp-image-2417" title="vCloud Connect" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/08/vCloud-Connect.png" alt="" width="468" height="353" /></p><h2>VMware vCloud Portal</h2><p><a
href="http://www.vcloud.vmware.com" target="_blank">vcloud.vmware.com</a> is a gateway to various providers. In this portal, you can find a suitable (be it local or providing the right SLA) vCloud Provider using a map (and dig up detailed information about the provider) and test drive their offering. Initially, VirtaCore Systems, Colt, iland Cloud Infrastructure, Colt and BlueLock will be available from within this portal.<br
/><div
class="ngg-galleryoverview" id="ngg-gallery-41-2414"><div
id="ngg-image-399" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/vcloudportal/vcloudportal1.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_41' })" > <img
title="vcloudportal1" alt="vcloudportal1" src="http://www.virtuallifestyle.nl/wp-content/gallery/vcloudportal/thumbs/thumbs_vcloudportal1.png" width="100" height="67" /> </a></div></div><div
id="ngg-image-400" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/vcloudportal/vcloudportal2.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_41' })" > <img
title="vcloudportal2" alt="vcloudportal2" src="http://www.virtuallifestyle.nl/wp-content/gallery/vcloudportal/thumbs/thumbs_vcloudportal2.png" width="100" height="67" /> </a></div></div><div
id="ngg-image-401" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/vcloudportal/vcloudportal3.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_41' })" > <img
title="vcloudportal3" alt="vcloudportal3" src="http://www.virtuallifestyle.nl/wp-content/gallery/vcloudportal/thumbs/thumbs_vcloudportal3.png" width="92" height="75" /> </a></div></div><div
class="ngg-clear"></div></div></p><h2>The vCloud is expanding</h2><p>The vCloud Datacenter is expanding: Colt is expanding massively in Europe and Dell joins the vCloud Datacenter program. The number of vCloud Powered providers has risen to over 40. In total, there are 5600+ partners in the Service Provider program.</p><p><img
class="alignnone size-full wp-image-2425" title="vCloudDatacenter" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/08/vCloudDatacenter.png" alt="" width="531" height="345" /></p><h2>vCloud Connector</h2><p>The vCloud Connector is a piece of software interconnecting different vCloud Providers. With the Connector, you can view, copy and deploy VMs and Templates across your own vSphere environment and the private and public vClouds out there. You can also do some basic interaction with your VMs. At this point, you can perform power operations,  access the console and launch the vCloud Director GUI for the more advanced stuff.</p><p><a
href="http://go.veeam.com/mazda-selects-vm-backup.html?utm_source=virtuallifestyle&utm_medium=banner&utm_campaign=mazda" target="_blank"><img
title="Mazda Selects #1 VM Backup" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/mazda_468x60.png" alt="Mazda Selects #1 VM Backup" width="468" height="60" /></a></p><p>The new version of vCloud Connector, 1.5, has had a big overhaul. Transfers now use parallel TCP/IP connections for faster transfers, checkpoints (or resume points) for added reliability and can be point-to-point to avoid staging issues. Also, the architecture has been changed to an agent based (and/or virtual appliance) type situation.</p><p>The GUI hasn&#8217;t seen much change, although there are multiple points of access now: vSphere Client, Web Access and integration with the vCloud Portal. Because of this integration, you can now transfer your VM’s from vCloud to vCloud from within the portal. Migration, however, is still &#8216;cold&#8217;: your workload will suffer some downtime. Migration between different providers will probably be charged, although there&#8217;s no standardization of cost because there&#8217;s no standard way the vCloud interconnect.<br
/> <img
class="alignnone size-full wp-image-2420" title="vCloudConnector" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/08/vCloudConnector.png" alt="" width="518" height="388" /></p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/08/vmware-vcloud-services-expands-with-global-connect/">VMware vCloud Services expands with Global Connect</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/VCeMysrCSjA" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/08/vmware-vcloud-services-expands-with-global-connect/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/08/vmware-vcloud-services-expands-with-global-connect/</feedburner:origLink></item> <item><title>Dell Management Plug-In for VMware vCenter (Pt. 3)</title><link>http://feedproxy.google.com/~r/vls/~3/8aQEcZnyOts/</link> <comments>http://www.virtuallifestyle.nl/2011/08/dell-management-plug-in-for-vmware-vcenter-pt-3/#comments</comments> <pubDate>Wed, 24 Aug 2011 23:03:04 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2316</guid> <description><![CDATA[After a couple of weeks of well-spent time sailing and tinkering about the house (otherwise known as a holiday), I’m preparing for VMworld and finishing up some posts. I promised you the final part in the three-part series on the Dell Management Plug-in for VMware vCenter. In this post I’ll show you how to get [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/08/dell-management-plug-in-for-vmware-vcenter-pt-3/">Dell Management Plug-In for VMware vCenter (Pt. 3)</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F08%2Fdell-management-plug-in-for-vmware-vcenter-pt-3%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F08%2Fdell-management-plug-in-for-vmware-vcenter-pt-3%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>After a couple of weeks of well-spent time sailing and tinkering about the house (otherwise known as a holiday), I’m preparing for VMworld and finishing up some posts. I promised you the final part in the three-part series on the Dell Management Plug-in for VMware vCenter.<br
/> In this post I’ll show you how to get a new server into DMPVV’s line of sight and use the Deployment Wizard to configure the host.</p><h2>Deployment Wizard</h2><p>The Deployment Wizard gathers the necessary information (server list, Deployment Template, host name/networking information, and Connection Profiles) to build a scheduled job that provisions server hardware and deploys new hosts into a vCenter. Unfortunately, deployment of ESXi to an SD-card or USB-media is not yet supported. I do believe Dell is considering this feature for an upcoming release. Before initiating a deployment task, ensure the system has completed CSIOR and is not in the process of rebooting.</p><p>The wizard itself isn&#8217;t difficult to work with; getting a new host to play nice with the DMPVV, however, is a bit trickier:<br
/> <span
id="more-2316"></span> <a
href="http://go.veeam.com/mazda-selects-vm-backup.html?utm_source=virtuallifestyle&utm_medium=banner&utm_campaign=mazda" target="_blank"><img
title="Mazda Selects #1 VM Backup" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/mazda_468x60.png" alt="Mazda Selects #1 VM Backup" width="468" height="60" /></a></p><h2>Wonder how you make new physical servers available to the appliance?</h2><p>There are a couple of requirements that you need to fulfill before a host will show up in the DMPVV interface.</p><h3>Auto Discovery</h3><p>The auto-discovery feature of a host system is not enabled by default; you can select it to be enabled at the time of purchase. Enabling it manually is done with these steps:</p><ul><li>During the POST boot, press CTRL-E to enter the iDRAC setup.</li><li>Set the Auto Discovery flag to ‘enabled’ (it’s under ‘User Configuration’).</li><li>Disable the ‘root’ and other iDRAC administrator accounts (if the deployment credentials in the appliance match those of an existing user, then the password of the existing user will be changed to match the appliance credentials).</li><li>Enter the DMPVV’s IP-address in the ‘Provisioning Server’ field.</li></ul><p>For more information on how to set up a network to support auto-discovery, see the <a
href="http://attachments.wetpaintserv.us/xBUlrs4t%2B2TzbrwqYkblvQ%3D%3D262254" target="_blank">Dell Auto-Discovery Network Setup Specification</a>.</p><h3>Collect System Inventory on Restart (CSIOR)</h3><p>To enable CSIOR locally on a reference server:</p><ul><li>Power on the system, and during POST press &lt;F10&gt; to launch USC.</li><li>Select Hardware Configuration &#8211; Part Replacement Configuration.</li><li>Enable the Collect System Inventory on Restart setting, and exit USC.</li><li>Cold reboot the system.</li></ul><div><h2>Concluding this post</h2><p>The third and final post is a bit shorter than you might expect. Unfortunately, I don&#8217;t have any servers available that have local storage; my demo-rig only has SD-card for storage. If you remember correctly, the DMPVV doesn&#8217;t support deployment of these hosts yet.</p><p>In the process of testing the deployment, I purchased a couple of new servers (also with SD-cards) and needed them &#8216;imported&#8217; into the appliance. This proved to be a harder task than I imagined, simply because the steps are, although documented, a bit more hidden, at least from the appliance&#8217;s point of view. This seems to me, is a area of focus for Dell where integration between the Lifecycle Controller, iDRAC and the DMPVV can be improved.</p><p>Another thing I noticed was the time needed to configure a host. In my case, a host would need about 45 minutes for a couple of simple tasks: updating firmware/BIOS versions and configuring the BIOS, iDRAC and Lifecycle Controller. This seems too long a timeframe, and I would recommend Dell to spend a bit more time to reduce the time needed to complete such tasks.</p></div><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/08/dell-management-plug-in-for-vmware-vcenter-pt-3/">Dell Management Plug-In for VMware vCenter (Pt. 3)</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/8aQEcZnyOts" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/08/dell-management-plug-in-for-vmware-vcenter-pt-3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/08/dell-management-plug-in-for-vmware-vcenter-pt-3/</feedburner:origLink></item> <item><title>Configuring the EqualLogic Multipathing Extension Module</title><link>http://feedproxy.google.com/~r/vls/~3/sdvUH9I6abM/</link> <comments>http://www.virtuallifestyle.nl/2011/07/configuring-the-equallogic-multipathing-extension-module/#comments</comments> <pubDate>Mon, 25 Jul 2011 19:37:57 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2383</guid> <description><![CDATA[The EqualLogic Multipathing Extension Module for VMware vSphere is a Path Selection Plugin (PSP) in the VMware Pluggable Storage Architecture (PSA). It also includes a connection manager (EHCM) to manage iSCSI sessions to the EqualLogic array. The EqualLogic Multipathing Extension Module for VMware® vSphere enhances the native multipathing capabilities of VMware vSphere 4.1 when used with [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/07/configuring-the-equallogic-multipathing-extension-module/">Configuring the EqualLogic Multipathing Extension Module</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F07%2Fconfiguring-the-equallogic-multipathing-extension-module%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F07%2Fconfiguring-the-equallogic-multipathing-extension-module%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>The EqualLogic Multipathing Extension Module for VMware vSphere is a Path Selection Plugin (PSP) in the VMware Pluggable Storage Architecture (PSA). It also includes a connection manager (EHCM) to manage iSCSI sessions to the EqualLogic array.</p><blockquote><p>The EqualLogic Multipathing Extension Module for VMware® vSphere enhances the native multipathing capabilities of VMware vSphere 4.1 when used with an EqualLogic PS Series SAN.</p><ul><li>Automatic connection management</li><li>Automatic load balancing across multiple active paths</li><li>Increased bandwidth</li><li>Reduced network latency</li></ul></blockquote><p>So, it provides a more knowledgable way (because it communicates with the array and knows about the tiered volumes) to do load balancing, which improves I/O performance. This means that (by using the EHCM in a CIM provider), the PSP routes I/O to the most optimal path.<br
/> <span
id="more-2383"></span> <a
href="http://go.veeam.com/mazda-selects-vm-backup.html?utm_source=virtuallifestyle&utm_medium=banner&utm_campaign=mazda" target="_blank"><img
title="Mazda Selects #1 VM Backup" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/mazda_468x60.png" alt="Mazda Selects #1 VM Backup" width="468" height="60" /></a></p><h2>Requirements</h2><p>You should be running PS series firmware 4.0.7 or later (I recommend version 5.1.0) and have VMware vSphere 4.1. Also, make sure the network between the host and storage array is non-routed; ESXi MPIO <a
href="http://kb.vmware.com/kb/1009524" target="_blank">cannot handle a routed  network</a>. You should be able to put the host in maintenance mode and reboot it after installation for the MEM to kick in.</p><h2>Software or Dependent Hardware iSCSI?</h2><p>Software iSCSI is fully supported.</p><p>The EQL MEM supports the Broadcom NetXtreme II with iSCSI offload, otherwise known as dependent hardware iSCSI. There&#8217;s (still) no Jumbo Frames though, and the maximum number of sessions created from a single adapter is 64.</p><p>Because some HBAs do not support iSCSI session management, there&#8217;s no performance benefit associated with the MEM in that situation.</p><h2>Configuring the networking stack</h2><p>When you&#8217;re using software iSCSI, you&#8217;ll need to configure networking first.</p><ul><li>Create a separate vSwitch for iSCSI traffic with Jumbo Frames enabled</li><li>Decide on the number of VMkernel ports. Assume a (n+1):n relationship between VMkernel ports and vmnics. If you want to dedicate two physical adapters to iSCSI, use three VMkernel ports. For four physical adapters, use five. I&#8217;ll explain why in a bit.</li><li>Create VMkernel ports (with Jumbo Frames enabled)</li><li>Configure the 1:1 relationship between vmk# and vmnic# (remove the extra uplinks) for the second and third (and any additional VMkernel ports). Don&#8217;t do this for the first VMkernel port.</li><li>Enable the software iSCSI Initiator</li><li>Bind the VMkernel ports to the iSCSI adapter (with esxcli swiscsi nic add &#8211;nic vmk# &#8211;adapter vmhba##) for the second and third (and any additional VMkernel ports). Don&#8217;t do this for the first VMkernel port.</li></ul><p>Why do we want  &#8217;n+1&#8242; for for the VMkernel port? Why not just settle on a 1:1 relationship? The problem is, if the physical switch to which the first VMkernel port in the iSCSI subnet is connected fails, iSCSI traffic can be affected, even though you&#8217;re using multiple physical switches and have the iSCSI stack set up accordingly. This occurs because the first VMkernel port in the iSCSI subnet is used for the default route. The EqualLogic MEM uses ICMP ping to test for connectivity between host and SAN member. If the switch is down, ICMP pings cannot be routed back through the first VMkernel port and the MEM would not be able to rebuild the iSCSI session.</p><p>In the &#8216;Known Issues and Limitations&#8217; section of the User Guide, Dell actually lists this problem:</p><blockquote><p><strong>Failure On One Physical Network Port Can Prevent iSCSI Session Rebalancing</strong><br
/> In some cases, a network failure on a single physical NIC can affect kernel traffic on other NICs. This occurs if the physical NIC with the network failure is the only uplink for the VMKernel port that is used as the default route for the subnet. This affects several types of kernel network traffic, including ICMP pings which the EqualLogic MEM uses to test for connectivity on the SAN. The result is that the iSCSI session management functionality in the plugin will fail to rebuild the iSCSI sessions to respond to failures of SAN changes.</p></blockquote><p>The solution is to configure the first VMkernel port to be connected to all physical uplinks (and thus all physical switches) for the iSCSI vSwitch. Because you bind multiple physical uplinks to the VMkernel port, you cannot bind it to the software iSCSI Initiator and it won&#8217;t do any iSCSI I/O. It&#8217;ll be a VMkernel port for ICMP ping only. iSCSI traffic will flow through the second and third (or even fourth and fifth if you&#8217;re using four physical uplinks) VMkernel ports. I think it was <a
href="http://twitter.com/#!/vconsult">Duco Jaspars</a> who came up with the solution for this issue a couple of months ago.</p><h2>Installation</h2><p>Installation is quite easy as EqualLogic has been so kind to include a ZIP-file which can be used with either Update Manager, the vMA or the vSphere CLI. I highly recommend using Update Manager to install the PSP, as this is by far the easiest way.</p><p>EqualLogic has also given us setup.pl, an installation and configuration script. There&#8217;s three parts to this script, &#8216;installation&#8217;, &#8216;configuration&#8217; and &#8216;set parameters&#8217;. I&#8217;ll ignore the &#8216;installation&#8217; part as we&#8217;re using Update Manager. The second part would save some time configuring the vSwitch, VMkernel ports, uplinks and software iSCSI Initiator, but as we&#8217;re using a slightly different setup (the first VMkernel port), this won&#8217;t help us much either.</p><h2>Editing ehcmd.conf</h2><p>That leaves us with the third part, &#8216;set parameters&#8217;. By default, the EHCM creates two sessions to a volume slice (portion of a volume on a single member). In configurations with four vmnics (four VMkernel ports and a fifth for ICMP), you&#8217;ll want to bump this number up to four sessions to take full advantage of the four physical links. Use setup.pl &#8211;setparam for this:</p><pre>setup.pl --setparam --name="membersessions" --value="4" --server="esxi"</pre><p>While you&#8217;re at it, increase the total number of sessions to a volume to 12:</p><pre>setup.pl --setparam --name="volumesessions" --value="12" --server="esxi"</pre><p>Instead of setup.pl, you can manually edit /etc/cim/dell/ehcmd.conf and make the same adjustments.</p><p><span
class="Apple-style-span" style="font-size: 20px; font-weight: bold;">Resources</span></p><ul><li><a
href="https://www.equallogic.com/support/download_file.aspx?id=1101" target="_blank">EqualLogic MEM</a></li><li><a
href="https://www.equallogic.com/support/download_file.aspx?id=947" target="_blank">User Guide</a></li><li><a
href="https://www.equallogic.com/support/download_file.aspx?id=1102" target="_blank">Fix List</a></li></ul><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/07/configuring-the-equallogic-multipathing-extension-module/">Configuring the EqualLogic Multipathing Extension Module</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/sdvUH9I6abM" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/07/configuring-the-equallogic-multipathing-extension-module/feed/</wfw:commentRss> <slash:comments>4</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/07/configuring-the-equallogic-multipathing-extension-module/</feedburner:origLink></item> <item><title>Dell Management Plug-In for VMware vCenter (Pt. 2)</title><link>http://feedproxy.google.com/~r/vls/~3/kiia6JVGsCw/</link> <comments>http://www.virtuallifestyle.nl/2011/07/dell-management-plug-in-for-vmware-vcenter-pt-2/#comments</comments> <pubDate>Wed, 06 Jul 2011 21:32:40 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2294</guid> <description><![CDATA[In part two of this three-part series, I&#8217;m going to dive deeper into the main components of the DMPVV, which are the various profiles and templates. Also, I&#8217;m going to show you an example on how to manage an individual server by updating the firmware. Profiles and Templates Profiles and templates are the beating heart [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/07/dell-management-plug-in-for-vmware-vcenter-pt-2/">Dell Management Plug-In for VMware vCenter (Pt. 2)</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F07%2Fdell-management-plug-in-for-vmware-vcenter-pt-2%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F07%2Fdell-management-plug-in-for-vmware-vcenter-pt-2%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>In part two of this three-part series, I&#8217;m going to dive deeper into the main components of the DMPVV, which are the various profiles and templates. Also, I&#8217;m going to show you an example on how to manage an individual server by updating the firmware.</p><p><img
title="More..." src="http://www.virtuallifestyle.nl/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /><a
href="http://go.veeam.com/mazda-selects-vm-backup.html?utm_source=virtuallifestyle&utm_medium=banner&utm_campaign=mazda" target="_blank"><img
title="Mazda Selects #1 VM Backup" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/mazda_468x60.png" alt="Mazda Selects #1 VM Backup" width="468" height="60" /></a></p><p><span
id="more-2294"></span></p><h2>Profiles and Templates</h2><p>Profiles and templates are the beating heart of the DMPVV tool. They contain the various settings for deploying and provisioning a physical server.</p><h3>Connection Profile</h3><p>A Connection Profile (CP) is a profile containing credentials for the various methods of connecting to a host and is associated to a root, datacenter, cluster or host object in the vCenter inventory. The iDRAC credentials are used to connect to the iDRAC controller in a physical server. By default, this controller uses a &#8216;root&#8217; account. There&#8217;s an option to check the certificate, but if you&#8217;re using the default self-signed certificate, leave it disabled. The second credential in the CP is for the OpenManage Server Administrator Agent (OMSAAgent for short). These credentials are in fact the ESX(i)-root credentials.<br
/><div
class="ngg-galleryoverview" id="ngg-gallery-38-2294"><div
id="ngg-image-346" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-conprof/DMPVV-ConProf-1-Overview.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_38' })" > <img
title="DMPVV-ConProf-1-Overview" alt="DMPVV-ConProf-1-Overview" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-conprof/thumbs/thumbs_DMPVV-ConProf-1-Overview.png" width="100" height="56" /> </a></div></div><div
id="ngg-image-347" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-conprof/DMPVV-ConProf-2-AssociatedHosts.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_38' })" > <img
title="DMPVV-ConProf-2-AssociatedHosts" alt="DMPVV-ConProf-2-AssociatedHosts" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-conprof/thumbs/thumbs_DMPVV-ConProf-2-AssociatedHosts.png" width="100" height="57" /> </a></div></div><div
id="ngg-image-348" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-conprof/DMPVV-ConProf-3-Credentials.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_38' })" > <img
title="DMPVV-ConProf-3-Credentials" alt="DMPVV-ConProf-3-Credentials" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-conprof/thumbs/thumbs_DMPVV-ConProf-3-Credentials.png" width="100" height="58" /> </a></div></div><div
class="ngg-clear"></div></div></p><h3>Hardware Profile</h3><p>A Hardware Profile (HP) contains settings from the physical hardware. This profile contains all BIOS, iDRAC and RAID-settings. The settings are gathered from a reference server and can be customized to your liking. When this profile is applied to a physical server, the hardware is configured automatically using the settings contained in this profile.<br
/><div
class="ngg-galleryoverview" id="ngg-gallery-39-2294"><div
id="ngg-image-349" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-0-Overview.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-0-Overview" alt="DMPVV-HWProf-0-Overview" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-0-Overview.png" width="100" height="53" /> </a></div></div><div
id="ngg-image-350" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-1-RefSrv.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-1-RefSrv" alt="DMPVV-HWProf-1-RefSrv" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-1-RefSrv.png" width="100" height="43" /> </a></div></div><div
id="ngg-image-351" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-2-BootOrder1.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-2-BootOrder1" alt="DMPVV-HWProf-2-BootOrder1" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-2-BootOrder1.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-352" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-2-BootOrder2.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-2-BootOrder2" alt="DMPVV-HWProf-2-BootOrder2" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-2-BootOrder2.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-353" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-3-BIOS1.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-3-BIOS1" alt="DMPVV-HWProf-3-BIOS1" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-3-BIOS1.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-354" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-3-BIOS2.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-3-BIOS2" alt="DMPVV-HWProf-3-BIOS2" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-3-BIOS2.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-355" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-3-BIOS3.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-3-BIOS3" alt="DMPVV-HWProf-3-BIOS3" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-3-BIOS3.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-356" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-3-BIOS4.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-3-BIOS4" alt="DMPVV-HWProf-3-BIOS4" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-3-BIOS4.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-357" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-3-BIOS5.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-3-BIOS5" alt="DMPVV-HWProf-3-BIOS5" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-3-BIOS5.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-358" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-3-BIOS6.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-3-BIOS6" alt="DMPVV-HWProf-3-BIOS6" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-3-BIOS6.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-359" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-3-BIOS7.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-3-BIOS7" alt="DMPVV-HWProf-3-BIOS7" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-3-BIOS7.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-360" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-3-BIOS8.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-3-BIOS8" alt="DMPVV-HWProf-3-BIOS8" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-3-BIOS8.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-361" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-3-BIOS9.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-3-BIOS9" alt="DMPVV-HWProf-3-BIOS9" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-3-BIOS9.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-362" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-4-iDRAC1.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-4-iDRAC1" alt="DMPVV-HWProf-4-iDRAC1" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-4-iDRAC1.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-363" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-4-iDRAC2.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-4-iDRAC2" alt="DMPVV-HWProf-4-iDRAC2" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-4-iDRAC2.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-364" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-4-iDRAC3.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-4-iDRAC3" alt="DMPVV-HWProf-4-iDRAC3" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-4-iDRAC3.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-365" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-4-iDRAC4.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-4-iDRAC4" alt="DMPVV-HWProf-4-iDRAC4" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-4-iDRAC4.png" width="100" height="65" /> </a></div></div><div
id="ngg-image-366" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/DMPVV-HWProf-5-RAID.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_39' })" > <img
title="DMPVV-HWProf-5-RAID" alt="DMPVV-HWProf-5-RAID" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hwprof/thumbs/thumbs_DMPVV-HWProf-5-RAID.png" width="100" height="65" /> </a></div></div><div
class="ngg-clear"></div></div></p><h3>Hypervisor Profile</h3><p>A Hypervisor Profile is composed of two items: installation media and vCenter destination cluster. These settings are used to automatically install the hypervisor during deployment.<br
/><div
class="ngg-galleryoverview" id="ngg-gallery-40-2294"><div
id="ngg-image-367" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hypprof/DMPVV-HypProf-1-Overview.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_40' })" > <img
title="DMPVV-HypProf-1-Overview" alt="DMPVV-HypProf-1-Overview" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hypprof/thumbs/thumbs_DMPVV-HypProf-1-Overview.png" width="100" height="53" /> </a></div></div><div
id="ngg-image-368" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hypprof/DMPVV-HypProf-2-ReferenceISO.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_40' })" > <img
title="DMPVV-HypProf-2-ReferenceISO" alt="DMPVV-HypProf-2-ReferenceISO" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hypprof/thumbs/thumbs_DMPVV-HypProf-2-ReferenceISO.png" width="100" height="58" /> </a></div></div><div
id="ngg-image-369" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hypprof/DMPVV-HypProf-3-vCenter.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_40' })" > <img
title="DMPVV-HypProf-3-vCenter" alt="DMPVV-HypProf-3-vCenter" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-hypprof/thumbs/thumbs_DMPVV-HypProf-3-vCenter.png" width="100" height="58" /> </a></div></div><div
class="ngg-clear"></div></div></p><h3>Deployment Template</h3><p>A Deployment is any combination of a Hardware and Hypervisor profile.</p><h2>Dell Server Management</h2><p>The Dell Server Management components are used for individual server-related management.</p><h3>Accessing &#8216;Dell Server Management&#8217;</h3><p>There are two ways to access the individual server-related management components. The first one is rather limited in its use, but what can you expect from a context menu item. The second one is conveniently placed in the tabs bar at the top of a server object in the vCenter inventory.<br
/><div
class="ngg-galleryoverview" id="ngg-gallery-36-2294"><div
id="ngg-image-318" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt/dmpvv-dellsrvmgt-overview.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_36' })" > <img
title="dmpvv-dellsrvmgt-overview" alt="dmpvv-dellsrvmgt-overview" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt/thumbs/thumbs_dmpvv-dellsrvmgt-overview.png" width="100" height="61" /> </a></div></div><div
id="ngg-image-319" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt/dmpvv-hostcontextmenu-dellsrvmgt.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_36' })" > <img
title="dmpvv-hostcontextmenu-dellsrvmgt" alt="dmpvv-hostcontextmenu-dellsrvmgt" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt/thumbs/thumbs_dmpvv-hostcontextmenu-dellsrvmgt.png" width="76" height="75" /> </a></div></div><div
class="ngg-clear"></div></div></p><p>There are actually a few interesting items in this list:<br
/><div
class="ngg-galleryoverview" id="ngg-gallery-37-2294"><div
id="ngg-image-382" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/dmpvv-dellsrvmgt-2-SysEventLog.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_37' })" > <img
title="dmpvv-dellsrvmgt-2-SysEventLog" alt="dmpvv-dellsrvmgt-2-SysEventLog" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/thumbs/thumbs_dmpvv-dellsrvmgt-2-SysEventLog.png" width="100" height="53" /> </a></div></div><div
id="ngg-image-383" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/dmpvv-dellsrvmgt-3-1-HWInventory-FRUs.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_37' })" > <img
title="dmpvv-dellsrvmgt-3-1-HWInventory-FRUs" alt="dmpvv-dellsrvmgt-3-1-HWInventory-FRUs" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/thumbs/thumbs_dmpvv-dellsrvmgt-3-1-HWInventory-FRUs.png" width="100" height="48" /> </a></div></div><div
id="ngg-image-384" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/dmpvv-dellsrvmgt-3-2-HWInventory-Mem.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_37' })" > <img
title="dmpvv-dellsrvmgt-3-2-HWInventory-Mem" alt="dmpvv-dellsrvmgt-3-2-HWInventory-Mem" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/thumbs/thumbs_dmpvv-dellsrvmgt-3-2-HWInventory-Mem.png" width="100" height="47" /> </a></div></div><div
id="ngg-image-385" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/dmpvv-dellsrvmgt-3-3-HWInventory-NICs.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_37' })" > <img
title="dmpvv-dellsrvmgt-3-3-HWInventory-NICs" alt="dmpvv-dellsrvmgt-3-3-HWInventory-NICs" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/thumbs/thumbs_dmpvv-dellsrvmgt-3-3-HWInventory-NICs.png" width="100" height="46" /> </a></div></div><div
id="ngg-image-386" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/dmpvv-dellsrvmgt-3-4-HWInventory-PCI.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_37' })" > <img
title="dmpvv-dellsrvmgt-3-4-HWInventory-PCI" alt="dmpvv-dellsrvmgt-3-4-HWInventory-PCI" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/thumbs/thumbs_dmpvv-dellsrvmgt-3-4-HWInventory-PCI.png" width="100" height="51" /> </a></div></div><div
id="ngg-image-387" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/dmpvv-dellsrvmgt-3-5-HWInventory-PSUs.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_37' })" > <img
title="dmpvv-dellsrvmgt-3-5-HWInventory-PSUs" alt="dmpvv-dellsrvmgt-3-5-HWInventory-PSUs" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/thumbs/thumbs_dmpvv-dellsrvmgt-3-5-HWInventory-PSUs.png" width="100" height="47" /> </a></div></div><div
id="ngg-image-388" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/dmpvv-dellsrvmgt-3-6-HWInventory-CPUs.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_37' })" > <img
title="dmpvv-dellsrvmgt-3-6-HWInventory-CPUs" alt="dmpvv-dellsrvmgt-3-6-HWInventory-CPUs" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/thumbs/thumbs_dmpvv-dellsrvmgt-3-6-HWInventory-CPUs.png" width="100" height="47" /> </a></div></div><div
id="ngg-image-389" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/dmpvv-dellsrvmgt-3-7-HWInventory-RAC.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_37' })" > <img
title="dmpvv-dellsrvmgt-3-7-HWInventory-RAC" alt="dmpvv-dellsrvmgt-3-7-HWInventory-RAC" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/thumbs/thumbs_dmpvv-dellsrvmgt-3-7-HWInventory-RAC.png" width="100" height="46" /> </a></div></div><div
id="ngg-image-390" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/dmpvv-dellsrvmgt-4-Storage.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_37' })" > <img
title="dmpvv-dellsrvmgt-4-Storage" alt="dmpvv-dellsrvmgt-4-Storage" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/thumbs/thumbs_dmpvv-dellsrvmgt-4-Storage.png" width="100" height="47" /> </a></div></div><div
id="ngg-image-391" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/dmpvv-dellsrvmgt-5-Firmware.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_37' })" > <img
title="dmpvv-dellsrvmgt-5-Firmware" alt="dmpvv-dellsrvmgt-5-Firmware" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/thumbs/thumbs_dmpvv-dellsrvmgt-5-Firmware.png" width="100" height="52" /> </a></div></div><div
id="ngg-image-392" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/dmpvv-dellsrvmgt-6-pwrmon.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_37' })" > <img
title="dmpvv-dellsrvmgt-6-pwrmon" alt="dmpvv-dellsrvmgt-6-pwrmon" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/thumbs/thumbs_dmpvv-dellsrvmgt-6-pwrmon.png" width="100" height="48" /> </a></div></div><div
id="ngg-image-393" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/dmpvv-dellsrvmgt-7-wrntystatus.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_37' })" > <img
title="dmpvv-dellsrvmgt-7-wrntystatus" alt="dmpvv-dellsrvmgt-7-wrntystatus" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-dellsrvmgt-info/thumbs/thumbs_dmpvv-dellsrvmgt-7-wrntystatus.png" width="100" height="17" /> </a></div></div><div
class="ngg-clear"></div></div></p><h3>Firmware Update Wizard</h3><p>Updating firmware and BIOS-versions on Dell PowerEdge servers has never been easier. It takes an incredibly good tool to make me say that, as I am usually forced do some head-desk exercises while trying to update firmware/BIOS-version on Dell PE servers. I couldn&#8217;t agree more with <a
href="http://twitter.com/#!/duncanyb" target="_blank">@DuncanYB</a>&#8216;s post, &#8216;<a
href="http://www.yellow-bricks.com/2011/06/27/dell-firmware-updates/" target="_blank">Dell Firmware updates</a>&#8216;. <strong>Even if the tool did nothing else than updating BIOS and firmware like this, I would highly recommend it to any admin out there with vSphere and Dell hosts.</strong><br
/><div
class="ngg-galleryoverview" id="ngg-gallery-35-2294"><div
id="ngg-image-394" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-fwupdatewiz/dmpvv-updatefwwizard1.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_35' })" > <img
title="dmpvv-updatefwwizard1" alt="dmpvv-updatefwwizard1" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-fwupdatewiz/thumbs/thumbs_dmpvv-updatefwwizard1.png" width="100" height="40" /> </a></div></div><div
id="ngg-image-395" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-fwupdatewiz/dmpvv-updatefwwizard2.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_35' })" > <img
title="dmpvv-updatefwwizard2" alt="dmpvv-updatefwwizard2" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-fwupdatewiz/thumbs/thumbs_dmpvv-updatefwwizard2.png" width="100" height="23" /> </a></div></div><div
id="ngg-image-396" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-fwupdatewiz/dmpvv-updatefwwizard3.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_35' })" > <img
title="dmpvv-updatefwwizard3" alt="dmpvv-updatefwwizard3" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-fwupdatewiz/thumbs/thumbs_dmpvv-updatefwwizard3.png" width="100" height="59" /> </a></div></div><div
id="ngg-image-397" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-fwupdatewiz/dmpvv-updatefwwizard4.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_35' })" > <img
title="dmpvv-updatefwwizard4" alt="dmpvv-updatefwwizard4" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-fwupdatewiz/thumbs/thumbs_dmpvv-updatefwwizard4.png" width="100" height="36" /> </a></div></div><div
id="ngg-image-398" class="ngg-gallery-thumbnail-box"  ><div
class="ngg-gallery-thumbnail" > <a
href="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-fwupdatewiz/dmpvv-updatefwwizard5.png" title=" " class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'set_35' })" > <img
title="dmpvv-updatefwwizard5" alt="dmpvv-updatefwwizard5" src="http://www.virtuallifestyle.nl/wp-content/gallery/dmpvv-fwupdatewiz/thumbs/thumbs_dmpvv-updatefwwizard5.png" width="100" height="37" /> </a></div></div><div
class="ngg-clear"></div></div></p><h2>Concluding this post</h2><p>In this post, I&#8217;ve screenshotted my way through the different profiles and templates and used the Dell Server Manager portion of the DMPVV to upgrade firmware. In the third and last episode, I&#8217;ll show you how to &#8216;import&#8217; a crisp new host into the DMPVV so we can actually deploy Hardware and Hypervisor profiles onto the host using the Deployment Wizard.</p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/07/dell-management-plug-in-for-vmware-vcenter-pt-2/">Dell Management Plug-In for VMware vCenter (Pt. 2)</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/kiia6JVGsCw" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/07/dell-management-plug-in-for-vmware-vcenter-pt-2/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/07/dell-management-plug-in-for-vmware-vcenter-pt-2/</feedburner:origLink></item> <item><title>Off-host back-ups with EqualLogic</title><link>http://feedproxy.google.com/~r/vls/~3/UTtJEsFQLqQ/</link> <comments>http://www.virtuallifestyle.nl/2011/07/off-host-back-ups-with-equallogic/#comments</comments> <pubDate>Wed, 06 Jul 2011 20:53:24 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2342</guid> <description><![CDATA[A while back, I investigated how to optimize backups in an EqualLogic storage environment. I wanted to make use of all the (EqualLogic) features available to me. I created a list of &#8216;must haves&#8217; for this design: Zero-cost, zero-impact on production environment while creating backups Maintain data consistency and integrity Be able to replicate backups to a [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/07/off-host-back-ups-with-equallogic/">Off-host back-ups with EqualLogic</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F07%2Foff-host-back-ups-with-equallogic%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F07%2Foff-host-back-ups-with-equallogic%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>A while back, I investigated how to optimize backups in an EqualLogic storage environment. I wanted to make use of all the (EqualLogic) features available to me.</p><p>I created a list of &#8216;must haves&#8217; for this design:</p><ul><li>Zero-cost, zero-impact on production environment while creating backups</li><li>Maintain data consistency and integrity</li><li>Be able to replicate backups to a secondary location (prevent using tapes as a off-site backup and archival tool)</li><li>Separation of back-up creation and processing: production environment should have a very short back-up time frame, all the processing and logic happens &#8216;behind the curtains&#8217;</li><li>Keep the backup server &#8216;light&#8217; by using the SAN as a backup-to-disk target.</li></ul><p><span
id="more-2342"></span> <a
href="http://go.veeam.com/mazda-selects-vm-backup.html?utm_source=virtuallifestyle&utm_medium=banner&utm_campaign=mazda" target="_blank"><img
title="Mazda Selects #1 VM Backup" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/mazda_468x60.png" alt="Mazda Selects #1 VM Backup" width="468" height="60" /></a></p><h2>Utilizing SAN snapshots</h2><p>I wanted to see if I could use the snapshot technologies available to me to fulfill the zero-cost, zero-impact item on the list. A snapshot is made without impact or cost, is fast to complete and is a static copy of the production data for my backup server to work with. On the downside, a snapshot isn&#8217;t application-consistent out of the box.</p><p>We need some kind of interaction between the array and the application to make the snapshot (and the data contained within) completely consistent. Luckily, the EqualLogic array has some cool Microsoft VSS integration. The device acts as a hardware VSS Provider. If you&#8217;re using applications that are VSS-aware (NTFS, Exchange, SQL all include a VSS Writer), you can leverage this integration. Just install the EqualLogic Host Integration Toolkit (Microsoft Edition) or HIT/ME for short, which includes the Auto-Snapshot Manager on the application server. The ASM/ME acts as a VSS Requestor and creates these snapshots (while maintaining data consistency using the various VSS components). Information about the snapshot is stored in XML and transferred from the array to the backup server using the &#8216;VSS-Control&#8217; volume. The backup server picks up on this and mounts the volume based on the information inside the XML. This snapshot is then used as a source for backups rather than the original volume.</p><p>There is, how could there not be, a caveat. The major version of Windows should be consistent across backup- and application servers. Nowadays, this means Windows Server 2008 or 2008 R2. Please don&#8217;t mix 2003 and 2008 versions. Don&#8217;t blame EqualLogic for this, it&#8217;s a limitation due to Microsoft changing the XML format in Windows Server 2008, lacking backward compatibility.</p><h2>Off-host backups</h2><p>Next, I wanted to alleviate the application server. Although it now has a fast way to create a static copy of the application data (contained in the snapshot), the server still is actively involved in mounting the snapshot and moving data from the snapshot to the backup media or backup server. I want the back-up server to coördinate and execute all backup related tasks (including mounting the snapshot and copying the data). The only thing left to do for the application server is to prepare for the snapshot. The backup server then mounts the snapshot locally and copies the data to the backup target. When you&#8217;re using 3rd party backup software, this software will act as the VSS Requestor. The HIT/ME will do the VSS Provider-related tasks (in conjunction with the array hardware).</p><p>This requires off-host capabilities on the backup server, meaning that the backup software supports the VSS hardware provider included in the EqualLogic array and enables VSS transportable snapshots. Symantec Backup Exec, CommVault Galaxy, CA BrightStor ARCserver and Legato NetWorker all support this. For the off-host functionality to actually do its work, you&#8217;ll need to make sure that the SAN-snapshot is visible on the backup server. This usually means the backup server is connected to the iSCSI network. Also make sure both the application and backup servers can access the VSS control volume on the array. This is done while installing the HIT/ME. Create persistent, snapshot-only connections to the volumes to be backed up for the backup server (use a ACL entry for the volume inside the EqualLogic management tool for this). For the record: giving the backup server access to the original volume as well as the snapshot could lead to data corruption. Be warned.</p><p><img
class="alignnone size-full wp-image-2361" title="SBE-EQL-VSS-Transportable-Snapshots" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/07/SBE-EQL-VSS-Transportable-Snapshots1.png" alt="" width="546" height="387" /></p><h3>An example</h3><p>For example, Symantec Backup Exec has an option called &#8216;Advanced Disk-based Backup Option&#8217; or ADBO to enable off-host backups. You won&#8217;t need the &#8216;Advanced Open File Option&#8217; if using the ADBO. If you want to backup Exchange or SQL using VSS and the ADBO, you still need the agents for Exchange and SQL, but they need to be installed on the backup server (along with the Remote Agent for Windows and the EqualLogic HIT/ME). They&#8217;re not needed on the application servers themselves. You should however install the Backup Exec Remote Agent for Windows and the EqualLogic HIT/ME on the application servers.</p><p>To create transportable snapshots, specify that you want to use the ADBO  by selecting &#8216;Use offhost backup to move backup processing from the remote computer to media server&#8217; and select the &#8216;Hardware &#8211; Use technology provided by hardware manufacturer&#8217; snapshot provider. Be sure that you deselect &#8216;Use Advanced Open File Option&#8217;.</p><h3>Full Granularity</h3><p>Cool thing is, you can backup an entire volume, Exchange Information Store (or Storage Group) at the database level or SQL at the instance or database level, while still being able to do granular restores. Just enable &#8216;Use Backup Exec Granular Recovery Technology&#8217; for each backup job.</p><h2>Off-site backups</h2><p>By leveraging the data replication features of the EqualLogic array, we can replicate the backup media target volume on the array to a secondary array in a different location. We can extend this functionality by adding a backup media server on the secondary location to do backup-to-tape operations. These two methods of adding resiliency to your backup strategy are configured using standard recommendations from both EqualLogic (for replication) and Symantec (for backup-to-tape). For simplicity sake, I won&#8217;t explain these in this post.</p><h2>VMware vSphere</h2><p>Things get a bit complicated if you&#8217;re doing all this with virtualized application servers. One of the requirements for the HIT/ME to function is that the volumes are mounted through the Microsoft iSCSI Software Initiator. This means that data volumes you&#8217;re backing up aren&#8217;t VMDK&#8217;s or RDM&#8217;s, but iSCSI volumes straight from the EqualLogic array. This might and probably will complicate your storage and virtualization platform designs, so you&#8217;ll have to make the trade-off between &#8216;simple&#8217; and &#8216;awesome features&#8217;.</p><p>If you decided that off-host backups are worth the extra complexity, you might think: &#8220;<em>Hey, I&#8217;m now using the ASM/ME, I could use the ASM/VE, too!</em>&#8220;. ASM/VE is the Auto-Snapshot Manager for VMware vSphere, obviously. It creates virtual machine snapshots for all virtual machines on a given iSCSI volume before snapshotting the volume itself. Unfortunately, there&#8217;s not much you can do with those <a
href="http://kendrickcoleman.com/index.php?/Tech-Blog/yo-dawg-i-herd-you-like-to-virtualize.html" target="_blank">snapshots-in-snapshots</a> from a backup perspective. If you&#8217;re after off-host backups for individual virtual machines, just use the VMware vStorage APIs for Data Protection plugin for your backup software, like the Backup Exec Agent for VMware Virtual Infrastructures and use &#8216;SAN transport mode&#8217;. Through the vADP and the VMware Tools, the virtual machine itself is somewhat VSS-aware (and thus consistent), too. Again, install the Remote Windows Agents for Granular Recovery stuff.</p><p>If you are using the ASM/VE, making a Smart Copy presents you with an option to &#8220;include PS series volumes accessed by guest iSCSI initiator.&#8221; I&#8217;ll quote <a
href="http://twitter.com/#!/petergavink" target="_blank">Pete Koehler</a> for <a
href="http://itforme.wordpress.com/2010/05/13/replication-with-an-equallogic-san-part-2/" target="_blank">his opinion</a> on this matter: &#8220;I do not use this option for a few very good reasons, and rely completely on ASM/ME for properly capturing guest attached volumes&#8221;. Thanks Pete, couldn&#8217;t agree more.</p><h2>Multipath I/O for performance</h2><p>If you&#8217;re desperate for more performance, add MPIO. Your application servers (connected to the EqualLogic through the Microsoft iSCSI Software Initiator) can use MPIO. The backup server is no different. Use the specific DSM for MPIO from EqualLogic (installed alongside with the HIT/ME). Even if you use the VMware vADP to backup virtual machines, you can use MPIO. <a
href="http://h30499.www3.hp.com/t5/HP-LeftHand-P4000/Do-NOT-put-the-DSM-MPIO-stuff-on-a-VCB-VADP-box-When-Upgrading/m-p/4719415/highlight/true#M1891" target="_blank">Beat that, HP LeftHand P4000</a>.</p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/07/off-host-back-ups-with-equallogic/">Off-host back-ups with EqualLogic</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/UTtJEsFQLqQ" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/07/off-host-back-ups-with-equallogic/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/07/off-host-back-ups-with-equallogic/</feedburner:origLink></item> <item><title>Dell Management Plug-In for VMware vCenter (Pt. 1)</title><link>http://feedproxy.google.com/~r/vls/~3/V2Z0_4RSra4/</link> <comments>http://www.virtuallifestyle.nl/2011/07/dell-management-plug-in-for-vmware-vcenter-pt-1/#comments</comments> <pubDate>Mon, 04 Jul 2011 21:51:50 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2147</guid> <description><![CDATA[In this three-part series I&#8217;m going to dive into the Dell Management Plug-In for VMware vCenter. In the last couple of months, I have used the Dell Management Plug-In for VMware vCenter (DMPVV) in a PoC/pilot environment. I wanted to share my experiences with you. Today, we&#8217;re starting with an introduction to the tool and how [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/07/dell-management-plug-in-for-vmware-vcenter-pt-1/">Dell Management Plug-In for VMware vCenter (Pt. 1)</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F07%2Fdell-management-plug-in-for-vmware-vcenter-pt-1%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F07%2Fdell-management-plug-in-for-vmware-vcenter-pt-1%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>In this three-part series I&#8217;m going to dive into the Dell Management Plug-In for VMware vCenter. In the last couple of months, I have used the <a
href="http://content.dell.com/us/en/enterprise/d/virtualization/management-plug-in-for-vmware-vcenter.aspx" target="_blank">Dell Management Plug-In for VMware vCenter</a> (DMPVV) in a PoC/pilot environment. I wanted to share my experiences with you.</p><p>Today, we&#8217;re starting with an introduction to the tool and how to install/configure the appliance. Along the way, I will show how I use this tool to manage my physical environment.</p><h2>Introduction</h2><p>First off, what is the DMPVV?</p><blockquote><p>The Dell Management Plug-in for VMware vCenter is designed to streamline the management processes in your datacenter environment by allowing you to use VMware vCenter to manage your entire infrastructure- both physical and virtual. From firmware updates to bare metal deployment, the Dell Management Plug-In for VMware vCenter will expand and enrich your datacenter management experience with Dell PowerEdge servers.</p></blockquote><p>So, this tool provides a way to monitor, manage and provision physical servers from within vCenter, integrating it not only by using the same interface (the vSphere Client), but also extracting information from vCenter and correlating it with information from the iDRAC and Lifecycle controllers. Because of this integration, you can update a new host with current BIOS and other firmware versions, configure hardware components (like the BIOS and iDRAC) and install a hypervisor. Last but not least, you can clone configuration from one server to another (using, among other technologies, VMware&#8217;s Host Profiles). Once installed and configured, you can get an overview from each server, displaying stuff like asset and warranty information, health status and much more.</p><p>One of the coolest features I want to highlight is the PXE-less provisioning of the hypervisor to a physical server. This uses a combination of the Lifecycle Controller and iDRAC to deploy an installation ISO to the server. And since it is really tightly integrated with the VMware stack, the host is added to vCenter and configured using Host Profiles automatically, resulting in a true zero-touch deployment of a server. How cool!</p><p>Recently, Dell released version 1.0.1.72, which includes a trial version. See what&#8217;s new <a
href="http://en.community.dell.com/dell-blogs/enterprise/b/tech-center/archive/2011/06/27/solutions-by-engineers-for-engineers-presents-the-launch-of-dell-management-plug-in-for-vmware-vcenter-dmpvv-v1-0-1.aspx" target="_blank">here</a>, or discuss about the DMPVV <a
href="http://www.delltechcenter.com/page/Dell+Management+Plug-In+for+VMware+vCenter/thread" target="_blank">here</a>. Real release notes are found in the <a
href="http://support.dell.com/support/edocs/software/eslvmwre/plugin/1_0_1/index.htm" target="_blank">documentation section</a>. Any questions might be answered in the <a
href="http://i.dell.com/sites/content/business/solutions/virtualization/en/Documents/dell-management-plugin-vmware-vcenter-faq.pdf" target="_blank">FAQ</a>.</p><p><span
id="more-2147"></span><a
href="http://go.veeam.com/mazda-selects-vm-backup.html?utm_source=virtuallifestyle&utm_medium=banner&utm_campaign=mazda" target="_blank"><img
title="Mazda Selects #1 VM Backup" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/mazda_468x60.png" alt="Mazda Selects #1 VM Backup" width="468" height="60" /></a></p><p>Let&#8217;s take a look at the architecture view (taken from the Quick Install Guide):</p><p><a
href="http://img.virtuallifestyle.nl/wp-content/uploads/2011/07/DMPVV-ArchitecturalOverview.png"><img
class="alignnone size-full wp-image-2229" title="DMPVV-ArchitecturalOverview" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/07/DMPVV-ArchitecturalOverview.png" alt="" width="529" height="458" /></a></p><p>Basically, the DMPVV is a virtual appliance registered as an extension against vCenter and a Plug-in for the vSphere Client. The appliance in fact does all the work, communicating with the physical servers, providing provisioning services, acting as a staging area for firmware/BIOS downloads from the Dell Online Repository, etc.</p><p>In a little more detail (taken from <a
href="http://i.dell.com/sites/content/business/solutions/virtualization/en/Documents/dell-management-plugin-vmware-vcenter-overview.pdf" target="_blank">here</a>):</p><p><a
href="http://img.virtuallifestyle.nl/wp-content/uploads/2011/07/DMPVV-ArchitectureComponents.png"><img
class="alignnone size-full wp-image-2247" title="DMPVV-ArchitectureComponents" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/07/DMPVV-ArchitectureComponents.png" alt="" width="542" height="378" /></a></p><h2>Pricing</h2><p>Licensing is per-server. Just figure out what number of servers you want to manage and choose a licensing package. One warning: 9G and 10G servers don&#8217;t consume a license; they&#8217;re missing the Lifecycle Controller and can&#8217;t take full advantage of the DMPVV&#8217;s features.</p><ul><li><a
href="http://accessories.us.dell.com/sna/productdetail.aspx?c=us&amp;l=en&amp;s=biz&amp;cs=555&amp;sku=468-9905&amp;~ck=dellSearch&amp;baynote_bnrank=0&amp;baynote_irrank=1" target="_blank">3 servers</a>, $299 (about $100 per server); use this if you have a vSphere Essentials (vCenter Foundation) license.</li><li><a
href="http://accessories.us.dell.com/sna/productdetail.aspx?c=us&amp;l=en&amp;s=biz&amp;cs=555&amp;sku=468-9904&amp;~ck=dellSearch&amp;baynote_bnrank=0&amp;baynote_irrank=1" target="_blank">10 servers</a>, $799 (about $80 per server)</li><li><a
href="http://accessories.us.dell.com/sna/productdetail.aspx?c=us&amp;l=en&amp;s=biz&amp;cs=555&amp;sku=468-9890&amp;~ck=dellSearch&amp;baynote_bnrank=0&amp;baynote_irrank=1" target="_blank">50 servers</a>, $1799 (about $36 per server)</li><li><a
href="http://accessories.us.dell.com/sna/productdetail.aspx?c=us&amp;l=en&amp;s=biz&amp;cs=555&amp;sku=468-9916&amp;~ck=dellSearch&amp;baynote_bnrank=0&amp;baynote_irrank=1" target="_blank">1000 servers</a>, $2999 (about $3 per server)</li></ul><p>To my knowledge, Dell doesn&#8217;t let you use multiple licenses at the same time. Make sure the license package is for a greater number of servers than you want to manage. For instance, if I have 20 servers, I can&#8217;t use two 10-pack licenses (which would be $201 cheaper than the 50-pack). I need to choose the 50-pack.</p><h2><span
style="font-size: 20px; font-weight: bold;">Prerequisites</span></h2><ul><li>Before you dive into the appliance, make sure you have the latest version of the OpenManage Agent (6.5 at the time of writing) installed on your hosts. If you don&#8217;t, install it using the <a
href="http://ftp.us.dell.com/sysman/OM-SrvAdmin-Dell-Web-6.5.0-2247.VIB-ESX41i_A01.zip" target="_blank">VIB</a> and Update Manager. Configure the OMSA Agent to send SNMP Traps. <a
href="http://www.delltechcenter.com/page/Install+and+Configure+OMSA+on+ESX" target="_blank">Here&#8217;s</a> how to do that. If you&#8217;re stuck (the DMPVV telling you that OMSA isn&#8217;t installed) set the ESXi advanced option CIMoemProviderEnabled and reboot.</li><li>Make sure you have a DHCP-server inside the network you&#8217;re provisioning servers in.</li><li>Administrative accounts on the vCenter Server, ESXi-hosts and iDRAC interfaces.</li><li>Adobe Flash 10.0 on the client system.</li><li>Internet Explorer 7 or 8 (without any proxy configured).</li><li>Have a OpenManage OMSA Web Server component installed somewhere. I installed it on my physical back-up server.</li></ul><h2>Deploy the Virtual Appliance</h2><p>Download the virtual appliance (<a
href="http://search.dell.com/results.aspx?s=gen&amp;c=us&amp;l=en&amp;cs=&amp;cat=sup&amp;k=R306658" target="_blank">trial version</a>, valid for one vCenter and one host) and extract the bits somewhere safe. Now, open the vSphere Client and go for &#8216;Deploy OVF Template&#8217;. The wizard asks a couple of questions, but I&#8217;m not going over those bit by bit. Just make sure to answer these questions accordingly to fit the appliance into your virtual infrastructure. I chose a thin provisioned disk and attached the appliance to my Management VLAN. Power it on after deployment and switch to the VM&#8217;s console. Log in using &#8216;admin&#8217; and set a password. While you&#8217;re in there, set the IP- and DNS-settings and configure the Time Zone. Make sure to tick &#8216;System Clock uses UTC&#8217;.</p><h2>Admin Portal</h2><p>Open your browser and go to https:///DellAdminPortal/index.html. Log in using the password you&#8217;ve just set.</p><p>First up is registering the appliance with a vCenter Server. For simplicity sake, please make sure to register using the vCenter hostname. While you&#8217;re at it, upload a license file (.bin) if you have one and check for updates (&#8216;Update Virtual Appliance&#8217; in the Appliance Management category). Time synchronization is important as ever in this appliance, so make sure to configure NTP settings.</p><p>The last order of business in the Admin Portal is to configure a back-up schedule. You&#8217;ll need to have a Windows Share and corresponding credentials and set a schedule. In version 1.0.1.72, I found a bug where the &#8220;Time for Backup&#8221; field was set back four hours: I set the time to 20:00, but after a refresh of the page it showed 16:00. This seems to be a cosmetic bug only, as the backup was indeed done at 20:00 sharp.</p><h2>Dell Management Center Configuration Wizard</h2><p>Inside the vSphere client, you&#8217;ll now find a &#8216;Dell Management Center&#8217; button. You&#8217;ll be welcomed by a Configuration Wizard once you venture into the unknown.</p><p>As this wizard is helping you along there are some things to be aware of:</p><ul><li>You&#8217;ll need both the iDRAC and the ESXi root credentials to successfully create a connection profile.</li><li>Be sure to tick the &#8216;Enable Alarms for Dell Hosts&#8217; box, this will tightly integrate hardware monitoring into vCenter, enabling stuff like putting a host in maintenance mode if a critical alarm is received.</li><li>If you are running a proxy inside you network, I strongly recommend disabling it for the DMPVV or making it completely transparent (i.e. without settings on the server/client).</li><li>You&#8217;ll need a Staging Folder in order for the Firmware Repository to work (as long as you&#8217;re using the default firmware update repository). I&#8217;ve created a simple file share (\\vc01\dmpvv) for this purpose. I store my DMPVV backups here as well. Please make sure you use IP-addresses to point to the share (\\10.10.10.10 instead of \\vc01).</li><li>When asked for the OpenManage Server Administrator Web Server URL, I used &#8220;https://bck01:1311/servlet/Login?omacmd=getlogin&amp;page=Login&amp;managedws=true#&#8221;. This is the link for &#8216;Manage Remote Node&#8217; on a Web Server-enabled installation of OMSA on a physical Windows server. You could install the OMSA Web Server on your virtual vCenter Server, too, if you don&#8217;t have a physical server with the OMSA Web Server.</li></ul><h2>Miscellaneous Configuration Remarks</h2><ul><li>Don&#8217;t worry if the OMSA Web Server URL looks truncated. It&#8217;s a known bug; your URL is safe and sound.</li><li>I enabled the ProActive Systems Management feature. I&#8217;m not quite sure what it does; but enabling it only shows a login page in the Hosts view.</li><li>I did enable the Warranty Expiration Notification. Especially for larger environments, receiving a notification well before warranty expires can really ease the process of renewal.</li><li>Make sure that both the inventory and warranty data retrieval tasks have been executed manually once. This ensures consistent operation of the DMPVV after configuration. You can fire off both tasks from the Job Queue window.</li></ul><h2>Concluding this post</h2><p>In this post, I&#8217;ve explained what the tool is for and how it is installed and configured. In an upcoming post, I&#8217;ll show you how to create the various profiles and templates, how to check up on an individual server and how to upgrade the firmware on a server. Stay tuned!</p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/07/dell-management-plug-in-for-vmware-vcenter-pt-1/">Dell Management Plug-In for VMware vCenter (Pt. 1)</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/V2Z0_4RSra4" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/07/dell-management-plug-in-for-vmware-vcenter-pt-1/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/07/dell-management-plug-in-for-vmware-vcenter-pt-1/</feedburner:origLink></item> <item><title>Odd numbers matter (or how I got vExpert 2011)</title><link>http://feedproxy.google.com/~r/vls/~3/cwNXew6mrSI/</link> <comments>http://www.virtuallifestyle.nl/2011/07/odd-numbers-matter-or-how-i-got-vexpert-2011/#comments</comments> <pubDate>Sat, 02 Jul 2011 22:50:50 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/2011/07/odd-numbers-matter-or-how-i-got-vexpert-2011/</guid> <description><![CDATA[I just received an e-mail from VMware informing me I made vExpert 2011! This is a great surprise, as I did not expect to make the cut this year. Having missed the boat in 2010, I feel esspecially honoured this year. I would like to thank my fellow bloggers, VMware employees and the VMware community [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/07/odd-numbers-matter-or-how-i-got-vexpert-2011/">Odd numbers matter (or how I got vExpert 2011)</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F07%2Fodd-numbers-matter-or-how-i-got-vexpert-2011%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F07%2Fodd-numbers-matter-or-how-i-got-vexpert-2011%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>I just received an e-mail from VMware informing me I made vExpert 2011! This is a great surprise, as I did not expect to make the cut this year. Having missed the boat in 2010, I feel esspecially honoured this year. I would like to thank my fellow bloggers, VMware employees and the VMware community at large for giving me the opportunity to share and contribute.<br
/> Of course, special thanks go out to John Troyer and his social media team for recognizing my effort this year.</p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/07/odd-numbers-matter-or-how-i-got-vexpert-2011/">Odd numbers matter (or how I got vExpert 2011)</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/cwNXew6mrSI" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/07/odd-numbers-matter-or-how-i-got-vexpert-2011/feed/</wfw:commentRss> <slash:comments>2</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/07/odd-numbers-matter-or-how-i-got-vexpert-2011/</feedburner:origLink></item> <item><title>StarWind goes freestyle</title><link>http://feedproxy.google.com/~r/vls/~3/fIKnfGScyRM/</link> <comments>http://www.virtuallifestyle.nl/2011/05/starwind-goes-freestyle/#comments</comments> <pubDate>Tue, 17 May 2011 21:59:36 +0000</pubDate> <dc:creator>Joep Piscaer</dc:creator> <category><![CDATA[Blogs]]></category><guid isPermaLink="false">http://www.virtuallifestyle.nl/?p=2201</guid> <description><![CDATA[Back in the day, I used StarWind iSCSI Target a lot in as an instructor in training sessions. I let students configure a simple iSCSI Target to get some storage up-and-running for them to attach to the vSphere cluster they were building, so they could do all the funky VMware-stuff, like vMotion, HA and DRS. [...]<p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/05/starwind-goes-freestyle/">StarWind goes freestyle</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> ]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F05%2Fstarwind-goes-freestyle%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.virtuallifestyle.nl%2F2011%2F05%2Fstarwind-goes-freestyle%2F&amp;source=jpiscaer&amp;style=normal&amp;service=TinyURL.com&amp;b=2" height="61" width="50" /><br
/> </a></div><p>Back in the day, I used StarWind iSCSI Target a lot in as an instructor in training sessions. I let students configure a simple iSCSI Target to get some storage up-and-running for them to attach to the vSphere cluster they were building, so they could do all the funky VMware-stuff, like vMotion, HA and DRS. StarWind was an ideal solution, because, well, it was free and Windows-based. The effort it took to get the product in working order was minimal enough not to distract the students from focussing on what&#8217;s important.<br
/> &nbsp;<br
/> <a
href="http://go.veeam.com/mazda-selects-vm-backup.html?utm_source=virtuallifestyle&utm_medium=banner&utm_campaign=mazda" target="_blank"><img
title="Mazda Selects #1 VM Backup" src="http://img.virtuallifestyle.nl/wp-content/uploads/2011/10/mazda_468x60.png" alt="Mazda Selects #1 VM Backup" width="468" height="60" /></a><br
/> So I was bummed out to see the free version of StarWind disappear. With an equally strong positive reaction, I noticed that the free version has somehow made it <a
href="http://www.starwindsoftware.com/news/53" target="_blank">back into the wild</a>. As of May 16th, StarWind Free iSCSI SAN has been made available again. It still installs on top of Windows, provides full snapshot and backup capabilities, it even does some dedup and caching magic. Best of all, no license is restricting you from using all this in a production environment.</p><p>Download it <a
href="http://www.starwindsoftware.com/starwind-free" target="_blank">right here</a>.</p><p><div
style="border: 1px solid #f89419; background-color:#e7e5de;margin: 0pt 0pt 5px 5px; padding: 5px;"><a
href="http://www.virtuallifestyle.nl/2011/05/starwind-goes-freestyle/">StarWind goes freestyle</a>.<br> Posted by <a
href="http://www.virtuallifestyle.nl/about-the-blogger/">Joep Piscaer</a> on <a
href="http://www.virtuallifestyle.nl">Virtual Lifestyle</a>.<br> Add Virtual Lifestyle to your <a
href="http://www.virtuallifestyle.nl/feed/">RSS</a> Reader.<br> Follow Joep Piscaer on <a
href="http://twitter.com/jpiscaer">Twitter</a>.<br> Check out his profile on <a
href="http://www.linkedin.com/in/jpiscaer">LinkedIn</a>.</div></p> <img src="http://feeds.feedburner.com/~r/vls/~4/fIKnfGScyRM" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.virtuallifestyle.nl/2011/05/starwind-goes-freestyle/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.virtuallifestyle.nl/2011/05/starwind-goes-freestyle/</feedburner:origLink></item> </channel> </rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Database Caching 8/23 queries in 0.015 seconds using disk: basic

Served from: www.virtuallifestyle.nl @ 2012-01-22 23:45:29 -->

