<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>eGroup &#187; Steve Rattacasa</title>
	<atom:link href="http://www.egroup-us.com/author/steve-rattacasa/feed" rel="self" type="application/rss+xml" />
	<link>http://www.egroup-us.com</link>
	<description>Technology Solutions for Serious Competitors</description>
	<lastBuildDate>Thu, 23 May 2013 15:07:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>A Look at Hyper-V 2012 &#8211; Part II</title>
		<link>http://www.egroup-us.com/2013/04/a-look-at-hyper-v-2012-part-ii/</link>
		<comments>http://www.egroup-us.com/2013/04/a-look-at-hyper-v-2012-part-ii/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 18:16:03 +0000</pubDate>
		<dc:creator>Steve Rattacasa</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Tech Experts Corner]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[hypervisor]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows Server 2012]]></category>

		<guid isPermaLink="false">http://www.egroup-us.com/?p=7944</guid>
		<description><![CDATA[<p>The following is Part II of my three-part series on Hyper-V vs VMware vSphere. You&#8217;ll recall in Part I, I evaluated Hyper-V&#8217;s install process, hardware considerations, networking and virtual switches. Here, I take a deeper dive into failover clustering, clustered shared volumes and storage. Enjoy! Failover Clustering In order to get all of the benefits [...]</p><p>The post <a href="http://www.egroup-us.com/2013/04/a-look-at-hyper-v-2012-part-ii/">A Look at Hyper-V 2012 &#8211; Part II</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>The following is Part II of my three-part series on Hyper-V vs VMware vSphere. You&#8217;ll recall in <a href="http://www.egroup-us.com/a-look-at-hyper-v-2012-part-i" target="_blank">Part I</a>, I evaluated Hyper-V&#8217;s install process, hardware considerations, networking and virtual switches.</p>
<p>Here, I take a deeper dive into failover clustering, clustered shared volumes and storage. Enjoy!</p>
<p><strong>Failover Clustering</strong><br />
In order to get all of the benefits of High Availability and similar features that require the use of shared storage between your Hyper-V hosts in a “cluster,” you must install the Failover Clustering role on your Hyper-V hosts. This is, as the name indicates, what allows you the ability to “cluster” the hosts together.</p>
<p>Installing this role is just as easy as installing the Hyper-V role &#8211; simply check the box under the Features in the add new roles/features wizard, and it will run through the install. It&#8217;s worth noting that the server on which you are installing the role <strong>must</strong> be a member of the domain at the time of installation, or it won&#8217;t go through with the install.</p>
<p>Once the feature is installed and the server is rebooted, you must run through the Pre-Cluster Validation report, which will check out the hardware, drivers, etc. and alert you to anything that would prevent your cluster from working and/or being supported by Microsoft. See <a href="http://www.egroup-us.com/a-look-at-hyper-v-2012-part-i" target="_blank">Part I</a> for the importance of having HCL-listed hardware.</p>
<p>From here, you create a new cluster, give it a name, an IP address, etc. and add your single node into it. Rinse and repeat to add additional hosts.</p>
<p>Any network interfaces that have an IP address assigned to them (as is usually the case for interfaces or NIC teams that are used for management, cluster heartbeats, or iSCSI storage access) will show up as Networks in the Failover Clustering management interface. You can rename them to be more readable, and as long as the subnets stay the same across hosts, all hosts can share those networks without having to do anything special to keep the names consistent.</p>
<p>Jumping ahead to the future state of a common Hyper-V 2012 deployment <strong>without</strong> System Center Virtual Machine Manager (SCVMM, which we&#8217;ll mention in more detail later), the Failover Clustering management utility is where you will be able to migrate your virtual machines across nodes in your cluster.</p>
<p><strong>Clustered Shared Volumes</strong><br />
To briefly define a “Clustered Shared Volume” to someone familiar with ESXi, consider it the equivalent of a VMFS datastore. It&#8217;s essentially a unit of storage that is able to be accessed by multiple hosts at the same time, just like the VMware File System (VMFS) allows. It&#8217;s similar to a clustered file system given the nature of its functionality, but it still runs Microsoft&#8217;s well known NTFS as the underlying file system.</p>
<p>In order to add a CSV to a cluster, you present the storage as appropriate for your configuration and vendor&#8217;s best practices, and it becomes available to the “Add Disk” wizard, as available and cluster-capable storage. Once it has been added, you can then right click it and select “Add to Clustered Shared Volume.&#8221;</p>
<p><strong>Storage</strong><br />
One of the bigger advantages VMware/ESXi still has over Hyper-V is its built-in, native multipathing capability. For those unfamiliar, NMP allows the use, failover, failback, and in some cases, load balancing/load distribution of all the paths to your shared storage array.</p>
<p>The only equivalent utility natively available in Hyper-V 2012 is the MPIO driver, which combines its use with the built-in iSCSI initiator. Microsoft has its own &#8220;generic device specific module,&#8221; and you should check with your storage manufacturer to verify that using the Microsoft DSM is supported for access to the storage (EMC VNX IS supported).</p>
<p>For those who are familiar with and have used the VMware NMP beyond “install and let it run,” you know how incredibly valuable and efficient it is in nearly all deployment use cases (aside from NFS, which is a different beast entirely).</p>
<p>It&#8217;s worth noting that storage vendors such as EMC provide their own multipathing plugins or software that you can use to provide highly enhanced, optimized path management, load balancing, and failover. In EMC&#8217;s case, this software is their PowerPath V/E, or Virtual Edition, and it makes a great add-on to any Hyper-V 2012 + EMC Storage deployment.</p>
<p>Stay tuned this week for Part III which will take a look at performance and management features with my final conclusion wrap up.</p>
<p>The post <a href="http://www.egroup-us.com/2013/04/a-look-at-hyper-v-2012-part-ii/">A Look at Hyper-V 2012 &#8211; Part II</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.egroup-us.com/2013/04/a-look-at-hyper-v-2012-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Look at Hyper-V 2012 &#8211; Part I</title>
		<link>http://www.egroup-us.com/2013/03/a-look-at-hyper-v-2012-part-i/</link>
		<comments>http://www.egroup-us.com/2013/03/a-look-at-hyper-v-2012-part-i/#comments</comments>
		<pubDate>Fri, 22 Mar 2013 19:16:28 +0000</pubDate>
		<dc:creator>Steve Rattacasa</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Tech Experts Corner]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[hypervisor]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2012]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows Server 2012]]></category>

		<guid isPermaLink="false">http://www.egroup-us.com/?p=7940</guid>
		<description><![CDATA[<p>To start, let me say that Hyper-V 2012 is a strong product&#8211; a very strong product. Its entrance to the market was loud and impressive, but the noise around it has since quieted down. After spending quite a bit of time using it, and coming from the background of years on the VMware vSphere platform, I&#8217;ve [...]</p><p>The post <a href="http://www.egroup-us.com/2013/03/a-look-at-hyper-v-2012-part-i/">A Look at Hyper-V 2012 &#8211; Part I</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>To start, let me say that Hyper-V 2012 is a strong product&#8211; a very strong product. Its entrance to the market was loud and impressive, but the noise around it has since quieted down. After spending quite a bit of time using it, and coming from the background of years on the VMware vSphere platform, I&#8217;ve been able to make a comparison between the two and wanted to share my thoughts on how it stacks up.</p>
<p><strong>Installation </strong></p>
<p>For those who aren&#8217;t aware, Hyper-V 2012 can be installed as a Server Role on top of Server 2012, and the installation process (once the OS is already loaded) is just about as easy as it gets. You check the box for the Hyper-V role in the add new role wizard, and in a few minutes, it&#8217;s installed and live on your server. There is also a standalone, Core-only (command line only) version called Hyper-V 2012 Server, that you can install onto the server hardware directly. The difference here is that the Role added on Server 2012 includes licensing for Server OS virtual machines that will run on top of the host, whereas the Hyper-V 2012 Server installation does not. In addition, Hyper-V Server is command line only, as it runs the “core” installation of Windows Server.</p>
<p>I won&#8217;t spend much time on the licensing details other than to say unless you are running a small number of virtual machines, going the Datacenter edition is probably going to be the best bang for the buck, as it covers an unlimited amount of Windows Server OS VMs that run on the licensed host. To state it another way, once you pay for the Datacenter Edition license, install it on a server, and enable the Hyper-V role, all other server VMs that you subsequently run on that physical server, require no additional Server OS license.</p>
<p>It&#8217;s important to note that at this point, you have the equivalent of a standalone hypervisor server&#8211; a “standlone ESXi host” is a good point of comparison. You do not have the benefits of high availability, live migrations for either the virtual workload or its underlying storage, and no dynamic workload balancing.</p>
<p><strong>Hardware Considerations</strong></p>
<p>Throughout our time installing, upgrading, and managing Hyper-V hosts, we&#8217;ve found that Microsoft is very picky about the underlying hardware used, and reference their hardware compatibility list in several documents and interfaces (especially in the Failover Clustering interface, which we&#8217;ll get to later). While an HCL exists from the other hypervisor vendors, it&#8217;s almost a background consideration in a lot of cases, as compared to Microsoft&#8217;s position of putting the HCL “front and center.&#8221;</p>
<p>Given this fact, we&#8217;d strongly suggest to anyone deploying Hyper-V 2012, and especially those who are upgrading from previous versions, that you very carefully validate that your hardware is certified for Server 2012 before going into production.</p>
<p><strong>Networking</strong></p>
<p>One of the major improvements in <em>Server 2012</em>, which has an upward and positive impact to Hyper-V, is the addition of NIC Teaming through the Server 2012 OS itself, as opposed to only being available through the use of vendor specific teaming utilities.</p>
<p>The result here is a very similar capability to what I&#8217;ve been accustomed to having from VMware for some time now. NIC Teaming provides the ability to load balance NICs from different vendors, NICs that are on the motherboard with NICs that are add-ons through a PCIe slot, as well as load balancing of traffic through the NICs (in an “active/active” manner) without any configuration on the upstream switches.</p>
<p>Additionally, you can load balance your NICs in an active/standby configuration, or the commonplace active/active with &#8220;switch awareness&#8221; (a port channel in the Cisco world&#8211; which can be “static”&#8211; channel-group mode on in Cisco terms, or using LACP, channel-group mode active in Cisco terms).</p>
<p>Assuming a standard 6 or 8 NIC server design, the only real “difference” in the networking configuration for a Hyper-V server as opposed to an ESXi host is that there is generally a NIC (or two) dedicated for “outside of Hyper-V” server OS communication. This can be done with a team, and is something that should be discussed as part of your design and hardware purchase (to ensure you have the correct amount of NIC ports).</p>
<p><strong>Hyper-V Virtual Switches</strong></p>
<p>This topic took me a little while to understand how it actually applied, especially since I was trying to relate it to what I was used to working with from VMware.</p>
<p>Imagine that you have 2 NICs in an active/active, switch independent team, that you&#8217;d like to use for the “normal” virtual machine network/LAN traffic. First, you must create this team using the NIC Teaming interface through the Server Manager in Server 2012 (this is done OUTSIDE of Hyper-V, as it&#8217;s an OS feature, and not a Hyper-V specific feature).</p>
<p><a href="http://www.egroup-us.com/wp-content/uploads/2013/03/nicteam.png"><img class="aligncenter size-medium wp-image-7942" alt="nicteam" src="http://www.egroup-us.com/wp-content/uploads/2013/03/nicteam-300x176.png" width="300" height="176" /></a></p>
<p>Once configured, note the non-editable name that Windows assigns to the logical team interface, as this is what you will be creating your virtual switch to use as its communication link. This is a minor annoyance. Being able to change the name to something more usable, or having Hyper-V use the team name as opposed to the OS assigned name, would be a simple and a more user-friendly implementation. Maybe in a patch or future update.</p>
<p>Staying off of the Hyper-V configuration and speaking specifically to the Server 2012 OS use of the network team interface, you have the ability to specify a VLAN, and can also create additional LOGICAL sub-interfaces off of the NIC team for specific VLANs. If you set no VLAN, the interface will listen for traffic on all VLANs that the upstream, physical switch is passing down to it.</p>
<p>If you specify one on the team interface itself, that&#8217;s the only VLAN it will be listening for traffic on.</p>
<p>If you create a sub-interface and assign it a VLAN ID, that interface will only listen for that specific VLAN&#8217;s traffic, but the logical TEAM interface will continue to listen on all others.</p>
<p>The recommendation for Hyper-V is to NOT create sub-interfaces on the network team interface, and to NOT assign any VLANs to the team interface, but leave the VLAN tagging to the vNICs for the virtual machines (this is a bit different than ESXi&#8217;s vSwitching, which we&#8217;ll outline further below).</p>
<p>Now, back to Hyper-V. From Hyper-V Manager , you&#8217;ll find the Hyper-V Virtual Switch Manager in the top right corner, and once you open it, you&#8217;ll have the ability to add a new network. There are three network types, but the most common and the one you&#8217;ll want to create to allow virtual machines to talk to your physical LAN is the “External Network” type.</p>
<p>If you create a network called &#8220;Server Network,&#8221; you&#8217;ll notice that you can ONLY assign it a VLAN if you share it with the management OS. What this means is that if you want to tag it with a VLAN at this level, you won&#8217;t be keeping it as a dedicated network for Hyper-V, but rather will be sharing it with the Server 2012 OS you installed Hyper-V onto as well. I suggest you NOT check this option, and that you do not assign it a VLAN.</p>
<p>As part of the creation of the new network, you&#8217;ll have the ability to select the network interface you want to use for it as well via a drop down menu. Once you select an interface for a new virtual switch, it cannot be used again for another one. This is important to take note of for your configuration.</p>
<p>So at this point, consider the diagram below, taken as a screenshot from ESXi. You have created a virtual switch, and assigned it physical interfaces on which to connect&#8211; the center piece, and the pieces to the right.</p>
<p><img class="aligncenter" alt="" src="http://professionalvmware.com/wp-content/uploads/2008/12/20081213-0858.png" width="443" height="404" /></p>
<p>What you have NOT done, which is what confused us for a while, is create the “VM Port Groups” on the left hand side (See &#8220;ExNet&#8221; in the diagram).</p>
<p>In a typical VMware deployment, you would create a VM Port Group for each VLAN you wanted to have available to your virtual machines, and in that port group, you would set a VLAN ID. The upstream communication would be on trunking (or tagging) interfaces, and thus providing you with access to the VLANs you need&#8211; and this part is the same in Hyper-V. What&#8217;s different, however, is that Hyper-V 2012 does not have the concept of a VM Port Group. Instead, you assign a VLAN ID and “virtual port” on the vNIC of the virtual machines themselves.</p>
<p>So let&#8217;s say that Server Network has access to VLANs 10-20, and you want to be on the “DMZ” VLAN, which we&#8217;ll say is VLAN 15 in our example. On the VM you are putting in the DMZ, you would go to Edit Settings, find its NIC, and check the box to “Enable VLAN Tagging”, and specific VLAN 15. Then you&#8217;d press OK, and the VM would be able to communicate out on the network.</p>
<p>I know this can be a bit confusing, so if you have any questions, please do not hesitate to post in the comments or drop us an email&#8211; we&#8217;re happy to help clarify!</p>
<p>The post <a href="http://www.egroup-us.com/2013/03/a-look-at-hyper-v-2012-part-i/">A Look at Hyper-V 2012 &#8211; Part I</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.egroup-us.com/2013/03/a-look-at-hyper-v-2012-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Mint 30 Day Challenge: I survived&#8230;think you can too?</title>
		<link>http://www.egroup-us.com/2013/03/linux-mint-30-day-challenge/</link>
		<comments>http://www.egroup-us.com/2013/03/linux-mint-30-day-challenge/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 14:59:33 +0000</pubDate>
		<dc:creator>Steve Rattacasa</dc:creator>
				<category><![CDATA[End User Computing]]></category>
		<category><![CDATA[BYOD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[windows 8]]></category>

		<guid isPermaLink="false">http://www.egroup-us.com/?p=7955</guid>
		<description><![CDATA[<p>At the request of some of my teammates here at eGroup, I decided to accept a challenge of running nothing but Linux Mint 14 on my MacBook Air for the entire month of February. The ultimate goal was to test its usability during my daily work regime while not being disruptive. In other words, in [...]</p><p>The post <a href="http://www.egroup-us.com/2013/03/linux-mint-30-day-challenge/">Linux Mint 30 Day Challenge: I survived&#8230;think you can too?</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>At the request of some of my teammates here at eGroup, I decided to accept a challenge of running nothing but Linux Mint 14 on my MacBook Air for the entire month of February. The ultimate goal was to test its usability during my daily work regime while not being disruptive. In other words, in order to pass the test, Linux Mint 14 needed to &#8220;just work&#8221; without impacting my ability to do my job, deliver service for our customers, and continue in the field work, as is usually the case.</p>
<p>After (now almost 40 days), I&#8217;m proud to say that I have succeeded, and it wasn&#8217;t nearly as hard as I was originally expecting it to be.</p>
<p>To start with, Linux Mint is based off of Ubuntu, which I&#8217;ve used on and off for a few years now. It&#8217;s kind of the new &#8220;hot and trendy&#8221; Linux distro for its ease of use, wide device support, and the options it provides for its desktop environment.</p>
<p>The Website is <a href="http://www.linuxmint.com/" target="_blank">Linux Mint</a> (just don&#8217;t judge the distribution by the appearance of the website).</p>
<p>While some strongly dislike the Unity interface on Ubuntu, I have no issues with it. Some complain that it&#8217;s too slow, or too &#8220;Windowsy,&#8221; and maybe it&#8217;s because I&#8217;m that accustomed to Windows that I don&#8217;t notice, but I&#8217;ve never had issues with its performance (and that includes running it on a 5 year old Shuttle PC I have at home). The interface itself, while a little more &#8220;bold,&#8221; has a kind of polished elegance about it.</p>
<p>Moving to Mint and away from Unity, I will say the Cinnamon desktop environment experience on Linux Mint 14 was much more enjoyable &#8211; from the smoothness of the &#8220;Start menu&#8221; to the hot corners which I now find myself addicted to. <span style="color: #ff0000;"><br />
<a href="http://www.egroup-us.com/wp-content/uploads/2013/03/Linux-Mint-Cinnamon-Start-Menu.png"><img class="size-medium wp-image-7957 alignnone" alt="Linux-Mint-Cinnamon-Start-Menu" src="http://www.egroup-us.com/wp-content/uploads/2013/03/Linux-Mint-Cinnamon-Start-Menu-300x168.png" width="300" height="168" /></a></span></p>
<p>To avoid impact on my ability to do my job, I used the Citrix Receiver to hit our internal Citrix XenApp deployment for all Office application needs, including and especially Outlook, as well as some of our other Windows-native applications. And, while it comes with LibreOffice, the free, compatible, and open source Office-like product, I still needed Outlook. This was a no brainer for me, since I use the Citrix Receiver every day on the Mac&#8211; as do millions of others. But if you don&#8217;t, the Wine software is the way to go. <span style="color: #ff0000;"><br />
</span></p>
<p>I&#8217;ve used my own device for work for almost 2 years now (I really live the <a href="http://www.egroup-us.com/ebook-7-steps-to-a-sensible-byod-strategy-so-you-can-sleep-at-night" target="_blank">BYOD dream</a>), and having applications and desktops delivered to my preference of device is very liberating. Without that ability, I couldn&#8217;t have run this challenge.</p>
<p>On the client side, offline and accessible locally, I found that almost every one of the &#8220;really nice to have&#8221; applications were available for debian-based Linux distributions (of which Ubuntu and Mint are), including Skype and Spotify. For anything else, the use of the free &#8220;Wine&#8221; Windows app emulation layer did the trick.</p>
<p>While onsite with customers, simply connecting to their servers via RDP provided me access to any systems that did not have tools available for Linux clients.</p>
<p>Most of those I told about this little challenge asked me why I would even bother. Well, and the answer is simple: I believe it will become a valuable skill set to have for technologists ranging from the home user, to the veteran sysadmin. I believe, and have shared this belief with my teammates, that Linux, in all of its distributions, will continue to grow in popularity, riding on the back of cloud computing. And with the &#8220;bleh&#8221; response to Windows 8, and Canonical&#8217;s push of Ubuntu into more and more client devices (including smartphones), growth will come on the end user front as well. Do you agree? Am I nuts (yes)?</p>
<p>Do you think you could survive 30 days using Linux exclusively on your personal or work computer? Give it try and let us know!</p>
<p>The post <a href="http://www.egroup-us.com/2013/03/linux-mint-30-day-challenge/">Linux Mint 30 Day Challenge: I survived&#8230;think you can too?</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.egroup-us.com/2013/03/linux-mint-30-day-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix XenDesktop 5.6 PERSONAL VDISK &#8211; PART III</title>
		<link>http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-iii/</link>
		<comments>http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-iii/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 15:13:06 +0000</pubDate>
		<dc:creator>Steve Rattacasa</dc:creator>
				<category><![CDATA[Blog On]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Citrix XenDesktop]]></category>
		<category><![CDATA[End-User Computing]]></category>
		<category><![CDATA[EUC]]></category>
		<category><![CDATA[XenDesktop]]></category>

		<guid isPermaLink="false">http://www.egroup-us.com/?p=6325</guid>
		<description><![CDATA[<p>Now that we&#8217;ve covered what it is, how you install/configure it, and how it REALLY works (&#8220;caring&#8221; more about the assignment to the desktop than to the user), I&#8217;ll explain why I think the technology is great, how it will help, but also why it&#8217;s not the &#8220;end game&#8221; most of the end user computing [...]</p><p>The post <a href="http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-iii/">Citrix XenDesktop 5.6 PERSONAL VDISK &#8211; PART III</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Now that we&#8217;ve covered what it is, how you install/configure it, and how it REALLY works (&#8220;caring&#8221; more about the assignment to the desktop than to the user), I&#8217;ll explain why I think the technology is great, how it will help, but also why it&#8217;s not the &#8220;end game&#8221; most of the end user computing world is looking for.</p>
<p>First, there are several reasons why I think this technology is a great step forward. It allows the virtual desktop to be much more &#8220;user-friendly&#8221; in that the user can customize it, install their own applications, and make it the way THEY want it&#8211; versus being &#8220;constrained&#8221; by the way the IT department wants their desktop to be. This increases user buy-in and morale, and can help push a proof of concept over the last hurdle.</p>
<p>It minimizes the amount of management required for &#8220;dedicated&#8221; desktops, as you still have a single image to patch, install standard apps on to, etc. It&#8217;s also a technology from a 3rd party that used to charge per user, but is now included at no additional cost into the XD offering.</p>
<p>It took almost no time at all to configure and set up, and has worked flawlessly since&#8211; it doesn&#8217;t require re-learning an entire solution. These are all great and important things.</p>
<p><span id="more-6325"></span></p>
<p>However, where I see this falling short today is that it requires a user-to-desktop assignment in a 1:1 manner, the same way dedicated desktops do. To recap quickly, what this means is when a user logs in for the first time, they are assigned a specific desktop (let&#8217;s say XD15), and every time they log in moving forward, they will receive the SAME desktop (XD15).</p>
<p>So for every user you need a virtual desktop.</p>
<p>There are a few reasons for this, and they&#8217;re all good reasons.</p>
<p>The PVD is &#8220;assigned&#8221; to a desktop for the user, and it stays put on that desktop. It HAS TO stay on that desktop because the &#8220;PVD layering&#8221; does not get loaded at login. It gets loaded at boot time to allow it to access drivers, system services, and low-system level components some applications require. If this &#8220;disk layering&#8221; was handled at login, you&#8217;d lose that.</p>
<p>It&#8217;s also good to note that this is the same situation with Unidesk&#8211; a technology very similar to the RingCube PVD technology.</p>
<p>You might be thinking &#8220;well that&#8217;s not a big deal, I&#8217;ll have a desktop for each user (which you may already be doing) and they&#8217;ll be able to do everything they need. This still sounds great!&#8221;, and I couldn&#8217;t blame you for it. But this 1:1 mapping of user to desktop creates what&#8217;s known as the &#8220;Concurrency problem&#8221;.</p>
<p>Let&#8217;s say you have a total of 1000 users that connect to your virtual desktop environment each day. They&#8217;re broken out into separate shifts of 250 users each, so at any given time, 250 connections and virtual desktop are in use. You&#8217;d still need 1,000 desktops provisioned (1 for each user), even though 750 of them wouldn&#8217;t be used at any given time in the day.</p>
<p>It&#8217;s because of this that a lot of (specifically) VDI solutions combine different desktop pool types, with some as non-dedicated, and now likely some without the PVD feature. The PVD pools could be used for &#8220;power users&#8221; or executives, and the non-persistent &#8220;floating&#8221; desktops could be used for task workers. It adds a little bit of management overhead, but not much considering the power of the solution. And it&#8217;s likely this is how things will remain for the near term&#8211; it&#8217;s an acceptable solution/design.</p>
<p>To me, and also to Gunnar (we had a good discussion around this a few times now), the ideal solution for Personal vDisk / Persistent Disk / Unidesk would be to have the PVD, whatever the name is, float with the user and require no desktop assignment. You could create a pool of only the # of desktops needed at any given time and regardless of which desktop the user was connected to, their PVD would &#8220;snap-in&#8221; and they&#8217;d have access to their data, profiles, and self-installed applications. That&#8217;s the sweet spot.</p>
<p>Until then, keep the concurrency problem in mind when doing your designs, and be sure to give yourself plenty of disk space in your PVD&#8211; you&#8217;ll find yourself installing more apps than you originally planned for (I know I did).</p>
<p>The post <a href="http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-iii/">Citrix XenDesktop 5.6 PERSONAL VDISK &#8211; PART III</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-iii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Citrix XenDesktop 5.6 PERSONAL VDISK &#8211; PART II</title>
		<link>http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-ii/</link>
		<comments>http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-ii/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 13:11:58 +0000</pubDate>
		<dc:creator>Steve Rattacasa</dc:creator>
				<category><![CDATA[Blog On]]></category>

		<guid isPermaLink="false">http://www.egroup-us.com/?p=6282</guid>
		<description><![CDATA[<p>In Part I I covered the basics of what the &#8220;new&#8221; Personal vDisk feature in XenDesktop 5.6 is. In this part I&#8217;ll cover how it&#8217;s installed/configured, and some of the interesting things I found out doing during some lab-playtime. &#160; The installation/configuration to enable the Personal vDisk is rather low-thrill, and that&#8217;s a good thing [...]</p><p>The post <a href="http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-ii/">Citrix XenDesktop 5.6 PERSONAL VDISK &#8211; PART II</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></description>
				<content:encoded><![CDATA[<div>In Part I I covered the basics of what the &#8220;new&#8221; Personal vDisk feature in XenDesktop 5.6 is. In this part I&#8217;ll cover how it&#8217;s installed/configured, and some of the interesting things I found out doing during some lab-playtime.</div>
<p>&nbsp;</p>
<div>The installation/configuration to enable the Personal vDisk is rather low-thrill, and that&#8217;s a good thing because simplicity is bliss, right?</div>
<p>&nbsp;</p>
<div>
<div>On the golden Windows 7 image I created I installed the virtual desktop agent and was presented with this new screen prompting me to enable the PVD on the desktop side.</div>
<div><strong><br />
</strong></div>
<div><strong><img src="http://img521.imageshack.us/img521/8998/pvdconfig.png"></strong></div>
</div>
<p>&nbsp;</p>
<div>During the creation of the desktop Catalog, the new option for &#8220;Pooled with personal vDisk&#8221; is available, and that&#8217;s the one I used. This creates the desktops using Machine Creation Services (MCS).</div>
<div><strong><img src="http://img839.imageshack.us/img839/1159/poolwithpvd.png" /></strong></div>
<p>&nbsp;</p>
<div>Through the wizard I set the PVD to 10GB and used the P: drive.</div>
<div><img src="http://img263.imageshack.us/img263/5222/pvdsettings.png"></div>
<div><strong><br />
</strong></div>
<p>&nbsp;</p>
<div>That was basically the process to &#8220;enable&#8217; the feature, and I wanted to take it out for a spin. My first login actually gave me an error message about not being able to connect to the vDisk image, so I went back to my golden Windows 7 machine and updated the vDisk inventory, shut it down, and took a new snapshot. This process took a couple of minutes, but seemed to do the trick.</div>
<div><strong><br />
</strong></div>
<div><strong><img src="http://img195.imageshack.us/img195/4108/updatinginventory.png" alt="" /></strong></div>
<div><strong><br />
</strong></div>
<div>On my next login everything worked as desired, and my PVD mapped/connected without issue. Logged into the desktop, I downloaded and installed Google Chrome, adding a shortcut to my desktop. Then I logged out, went back to the base image and applied some updates and installed Adobe Reader&#8211; tasks that are likely common for an IT administrator. Once the image completed and my desktop was available, I logged back in and sure enough, Google Chrome was there waiting for me.</div>
<p>&nbsp;</p>
<div>I decided to get a little creative with the testing. I created a second desktop assignment (the same user, but now assigned to TWO desktops) and logged in to the newly assigned desktop, &#8220;PVD Pool (2)&#8221;. None of my apps or test data were there. On this second desktop I installed WINRAR, and added the shortcut to the desktop, and logged back out.</div>
<p>&nbsp;</p>
<div><img src="http://img811.imageshack.us/img811/7922/twooptions.png"></div>
<p>&nbsp;</p>
<div>Next, I logged in to each desktop as the original user (administrator) and was presented with two separate &#8220;PVD environments&#8221;, with the applications I installed maintained separately to each PVD on each desktop.</div>
<p>&nbsp;</p>
<div><img src="http://img801.imageshack.us/img801/6384/twodesktops.png"></div>
<p>&nbsp;</p>
<div>
<div>To take it a little further, I assigned a SECOND USER to the second desktop (username Average Joe) and logged in with that account.</div>
<p>&nbsp;</p>
<div>To my surprise, the WINRAR application was still available&#8211; which leads me to believe the &#8220;Personal&#8221; vDisk isn&#8217;t so much &#8220;personal&#8221; as much as it was &#8220;desktopanal&#8221;, which is a new word. What I mean by this is that the PVD stays with the desktop it connects to first, even if a different user is then assigned and logs in (which is what I did).</div>
<p>&nbsp;</p>
<div><img src="http://img337.imageshack.us/img337/6140/twousers.png"></div>
<p>&nbsp;</p>
<div>As Average Joe I installed Firefox, logged off, then logged back in as the original user and Winrar and Firefox were both available&#8211; again, proving that the PVD is tied to a desktop, and not just the original user assigned to it, but any user who then logs in to that desktop.</div>
</div>
<p>The post <a href="http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-ii/">Citrix XenDesktop 5.6 PERSONAL VDISK &#8211; PART II</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix XenDesktop 5.6 PERSONAL VDISK &#8211; PART I</title>
		<link>http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-i/</link>
		<comments>http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-i/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 22:02:58 +0000</pubDate>
		<dc:creator>Steve Rattacasa</dc:creator>
				<category><![CDATA[Blog On]]></category>
		<category><![CDATA[Citrix]]></category>

		<guid isPermaLink="false">http://www.egroup-us.com/?p=6263</guid>
		<description><![CDATA[<p>Citrix held their launch event on Twitter this week and I participated as much as I could, asking a bunch of questions and receiving a couple of answers. The &#8220;new&#8221; Personal vDisk sounded like one of the more beneficial enhancements I&#8217;ve heard in a while, so I decided to test it out. Here&#8217;s a quick [...]</p><p>The post <a href="http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-i/">Citrix XenDesktop 5.6 PERSONAL VDISK &#8211; PART I</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Citrix held their launch event on Twitter this week and I participated as much as I could, asking a bunch of questions and receiving a couple of answers. The &#8220;new&#8221; Personal vDisk sounded like one of the more beneficial enhancements I&#8217;ve heard in a while, so I decided to test it out.</p>
<p>Here&#8217;s a quick overview on the Personal vDisk feature.</p>
<p>The PVD attaches as a separate &#8220;disk&#8221; to a virtual desktop and &#8220;intercepts&#8221; IO requests from the user logged in. It then takes these requests and writes them to the PVD instead of the base image disk. Because of this, users can store their profiles, download files, and even install applications with 100%  &#8221;personalization persistence&#8221; maintained across base image updates.</p>
<p>PVD Desktops use a &#8220;pooled&#8221; model instead of the Dedicated model, which retains the simplicity of managing a single base image for updates, patches, standard business applications, etc. and greatly reduces the cost of storage that would be required for the Dedicated desktop model.</p>
<p><span id="more-6263"></span></p>
<p><strong>Important: </strong>However, it&#8217;s important to note that while the desktops are pooled, the users are still assigned to a desktop in a 1:1 fashion, and receive the same desktop every time they log in, the assignment is handled automatically on first login.</p>
<p><strong><img src="//9448D709-F79C-4B06-9EE9-1DD2F304E7C1/image.tiff" alt="" /></strong></p>
<p>While admittedly a bit weak in this area, my understanding of the &#8220;pre-PVD&#8221; pain points were as follows:</p>
<ul>
<li>If the user needed to make changes or install apps to their virtual desktop, you used Dedicated desktops.</li>
<li>Dedicated desktops lose the storage benefits of using a single &#8220;master&#8221; image, as each desktop can occupy the same space of the original &#8220;golden desktop&#8221;. If you had a 30GB base image, each virtual desktop could occupy  30GB . Scale that to 1,000 users? Ouch!</li>
<li>Dedicated desktops also lose the management benefits of having a single image, a single place to install apps, patches, hot fixes and Service Packs, as they&#8217;re managed individually like you would in the physical desktop world.</li>
</ul>
<p>You can see from the list above that while there&#8217;s a need and a use case for Dedicated desktops, it&#8217;s certainly not the best solution, and it&#8217;s here that the PVD can be very useful. In fact, Citrix tweeted that the PVD technology was intended to replace the need and use case for persistent desktops entirely. Check their twitter feed if you don&#8217;t believe me. http://www.twitter.com/xendesktop</p>
<div>
<div>
<div>
<div>
<div>@david_obrien &#8220;who really needs dedicated desktops now that PvD is integrated?can&#8217;t think of a use case?! #XDLaunch&#8221;</div>
<div></div>
</div>
</div>
</div>
</div>
<div>
<div>
<div>
<div>‏@XenDesktop &#8221;@david_obrien Agree on that trend. That is the intent and goal of PvD &#8230; and will continue to be the focus.&#8221;</div>
<p>&nbsp;</p>
<div>After spending a few hours testing it, I can say I&#8217;m a fan of the technology&#8211; it works great, and it solves a real problem. But it&#8217;s NOT the end game yet. I&#8217;ll elaborate in the following Parts.</div>
</div>
</div>
</div>
<p>The post <a href="http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-i/">Citrix XenDesktop 5.6 PERSONAL VDISK &#8211; PART I</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.egroup-us.com/2012/03/citrix-xendesktop-5-6-personal-vdisk-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad &#8211; 3rd GENERATION &#8211; MIFI!</title>
		<link>http://www.egroup-us.com/2012/03/ipad-3rd-generation-mifi/</link>
		<comments>http://www.egroup-us.com/2012/03/ipad-3rd-generation-mifi/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 15:12:36 +0000</pubDate>
		<dc:creator>Steve Rattacasa</dc:creator>
				<category><![CDATA[Blog On]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://www.egroup-us.com/?p=6218</guid>
		<description><![CDATA[<p>I&#8217;m not sure if I was the only person who missed this in the announcement, but the new iPad can now function as a mifi, sharing your 4G internet connection with up to 5 devices. For someone like me who already has a Mifi from Verizon, this is VERY appealing. My iPad would have &#8220;Internet-always&#8221;, [...]</p><p>The post <a href="http://www.egroup-us.com/2012/03/ipad-3rd-generation-mifi/">iPad &#8211; 3rd GENERATION &#8211; MIFI!</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m not sure if I was the only person who missed this in the announcement, but the new iPad can now function as a mifi, sharing your 4G internet connection with up to 5 devices. For someone like me who already has a Mifi from Verizon, this is VERY appealing. My iPad would have &#8220;Internet-always&#8221;, I could rid myself of the Mifi payment/contract, use the iPad data plans contract-free in its place, and get a case that would function similar to the Motorola Android phones&#8217; Lapdocks (which I&#8217;ve wanted for a while).</p>
<p>And for me specifically I&#8217;d be moving from my 3G Mifi to the 4G speeds now available in this area.</p>
<p>I&#8217;m going to confirm this with Verizon (Apple chat confirmed this was the case, but I&#8217;d like to validate it once more before pulling the trigger), and will likely follow up with a post on how I&#8217;m replacing my workstation/laptop with an iPad to work <img src='http://www.egroup-us.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>The post <a href="http://www.egroup-us.com/2012/03/ipad-3rd-generation-mifi/">iPad &#8211; 3rd GENERATION &#8211; MIFI!</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.egroup-us.com/2012/03/ipad-3rd-generation-mifi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix User Profile Management &#8211; NOT DELETING LOCAL PROFILES</title>
		<link>http://www.egroup-us.com/2012/03/citrix-user-profile-management-not-deleting-local-profiles/</link>
		<comments>http://www.egroup-us.com/2012/03/citrix-user-profile-management-not-deleting-local-profiles/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 16:09:06 +0000</pubDate>
		<dc:creator>Steve Rattacasa</dc:creator>
				<category><![CDATA[Blog On]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[xenapp]]></category>

		<guid isPermaLink="false">http://www.egroup-us.com/?p=6092</guid>
		<description><![CDATA[<p>While building out a new XenApp 6.5 farm and handling the profiles through Citrix’s User Profile Management utility, I noticed some issues where the local profiles were not being deleted on logoff as I had configured them to be. After doing some checking and verifying what I had set in the GPO was being “applied” [...]</p><p>The post <a href="http://www.egroup-us.com/2012/03/citrix-user-profile-management-not-deleting-local-profiles/">Citrix User Profile Management &#8211; NOT DELETING LOCAL PROFILES</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>While building out a new XenApp 6.5 farm and handling the profiles through Citrix’s User Profile Management utility, I noticed some issues where the local profiles were not being deleted on logoff as I had configured them to be.</p>
<p>After doing some checking and verifying what I had set in the GPO was being “applied” configuration-wise to the server, I stumbled across Ctrix article which outlined our scenario, with the solution.</p>
<p>It turns out that when you install VMware tools, it includes a “Shared Folder” option, which remains locked on user logout and does not allow for the profile to be properly deleted. When this happens, the next time the user logs in to that server, it creates a new profile for them along the lines of “user.domain”, and increments that each time after, as in user.domain.001, user.domain.002, and so on.</p>
<p><span id="more-6092"></span></p>
<p>The fix is simple– go through and Modify the installation of the VMware Tools, and remove the “Shared Folder” feature from the installation. It does require a reboot, so make sure you plan accordingly, but once that was gone, the profiles operated as desired. What I found to be a little strange is that this issue did not have any impact on profiles managed through VMware’s View Persona Management, which offers very similar features/configuration, but for View environments. Perhaps just a better VMware integration?</p>
<p>http://support.citrix.com/article/CTX122501</p>
<p>The post <a href="http://www.egroup-us.com/2012/03/citrix-user-profile-management-not-deleting-local-profiles/">Citrix User Profile Management &#8211; NOT DELETING LOCAL PROFILES</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.egroup-us.com/2012/03/citrix-user-profile-management-not-deleting-local-profiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NFS on vSphere &#8211; NETWORK DESIGN CONSIDERATIONS</title>
		<link>http://www.egroup-us.com/2012/02/nfs-on-vsphere-network-design-considerations/</link>
		<comments>http://www.egroup-us.com/2012/02/nfs-on-vsphere-network-design-considerations/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 22:59:51 +0000</pubDate>
		<dc:creator>Steve Rattacasa</dc:creator>
				<category><![CDATA[Blog On]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.egroup-us.com/?p=5993</guid>
		<description><![CDATA[<p>When building out a rocking cloud over this past weekend, the topic of networking specific to NFS on vSphere came up. One of the questions that was asked was if the &#8220;Management traffic&#8221; checkbox on a vmkernel needed to be ticked in order of that specifc vmkernel to communicate to the NFS export. I didn&#8217;t [...]</p><p>The post <a href="http://www.egroup-us.com/2012/02/nfs-on-vsphere-network-design-considerations/">NFS on vSphere &#8211; NETWORK DESIGN CONSIDERATIONS</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>When building out a rocking cloud over this past weekend, the topic of networking specific to NFS on vSphere came up. One of the questions that was asked was if the &#8220;Management traffic&#8221; checkbox on a vmkernel needed to be ticked in order of that specifc vmkernel to communicate to the NFS export. I didn&#8217;t believe this to be the case, and after some quick testing, we confirmed its as not needed.</p>
<p>The next question that came up is an important one to consider in your implementations of NFS on vSphere&#8211; and it was the question of &#8220;which vmkernel will be used to communicate to the NFS export?&#8221;. It&#8217;s important to keep in mind that once the connection to an NFS mount is made, it will continue over the same vmkernel AND NIC that was used to establish the connection, so if you get it wrong the first time, it&#8217;ll stay that way until you break the connection and re-establish it (which in our case, we tested by unmounting the export, making our changes, and then remounting).</p>
<p>What I had learned a ways back that I believed to still be true was that the the IP of the NFS server would determine which vmkernel would be used by using the vmkernel&#8217;s route table, and if no specific route (or same subnet vmkernel interface), the default route/gateway would be used.</p>
<p><span id="more-5993"></span></p>
<p>What we tested first was simply mounting the NFS export with a relatively &#8220;out of the box&#8221; ESXi host networking configuration. To the experienced vSphere administrator or architect this is obviously not something you&#8217;d do yourselves, but you&#8217;d be surprised at how far people take the &#8220;NFS is so easy&#8221; thought to their implementations, and if they can simply mount it without doing &#8220;anything special&#8221;, a lot of the time they do.</p>
<p>In our configuration, the NFS server was on a different subnet, and so nothing in the route table matched the desired destination network, and the default gateway was used. This was also the vmkernel that was being used for Management traffic, and made for a non-optimal flow of traffic, especially for storage. To confirm our suspicions, we created a new vmkernel interface on the same subnet as the NFS server, and unmounted the NFS export. Then we mounted it again, and as expected, it used the new vmkernel on the same subnet (via a lookup to the route table) for the communication, and operated as desired.</p>
<p>A lot of reference architectures are being made around the use of NFS, and making sure your network is designed properly is critical to the success of whatever you stack on that file system!</p>
<p>The post <a href="http://www.egroup-us.com/2012/02/nfs-on-vsphere-network-design-considerations/">NFS on vSphere &#8211; NETWORK DESIGN CONSIDERATIONS</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.egroup-us.com/2012/02/nfs-on-vsphere-network-design-considerations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco UCS C Series &#8211; P81E VIC &amp; ADDING VIRTUAL INTERFACES</title>
		<link>http://www.egroup-us.com/2011/10/cisco-ucs-c-series-p81e-vic-adding-virtual-interfaces/</link>
		<comments>http://www.egroup-us.com/2011/10/cisco-ucs-c-series-p81e-vic-adding-virtual-interfaces/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 19:31:42 +0000</pubDate>
		<dc:creator>Steve Rattacasa</dc:creator>
				<category><![CDATA[Blog On]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco UCS]]></category>
		<category><![CDATA[UCS]]></category>

		<guid isPermaLink="false">http://www.egroup-us.com/?p=5327</guid>
		<description><![CDATA[<p>I had the pleasure of spending time yesterday evening with a great customer in the Carolinas (thanks guys) working on a Cisco UCS C series server, where the goal was to install the P81E Cisco Virtual Interface Card (VIC) and carve up some virtual interfaces. First, we had to shut down the server and assign [...]</p><p>The post <a href="http://www.egroup-us.com/2011/10/cisco-ucs-c-series-p81e-vic-adding-virtual-interfaces/">Cisco UCS C Series &#8211; P81E VIC &amp; ADDING VIRTUAL INTERFACES</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I had the pleasure of spending time yesterday evening with a great customer in the Carolinas (thanks guys) working on a Cisco UCS C series server, where the goal was to install the P81E Cisco Virtual Interface Card (VIC) and carve up some virtual interfaces.</p>
<p>First, we had to shut down the server and assign it an address for use with CIMC so we could hit the server directly. Once this was done, we saw the firmware version of the CIMC was at 1.1.1. One of the requirements of the P81E is firmware for the CIMC specifically at 1.2.x or greater. On the Cisco website when downloading the latest firmware all that was offered for the 1.4 code was the Cisco Host Update Utility, which downloads as an ISO.</p>
<p>When using this, it clearly states that you CANNOT upgrade the BIOS or CIMC versions with the Utility until you&#8217;re at 1.2 or later. Since we were at 1.1, we had to download the BIOS / CIMC upgrades separately (which download as ZIP files containing the necessary BIN files). While that was downloading we updated all the other components using the Host Update Utility by mounting the ISO as Virtual Media via the CIMC interface&#8211; love this interface by the way.</p>
<p>When trying to upload the new firmware for the CIMC, we used the Browser Client, which lets you browse to a file on your local hard drive and upload it. This method failed several times, with only an &#8220;HTTP ERROR&#8221; status. When we switched over and used the TFTP server option, it worked without issues, and got our CIMC to the 1.2.x code desired. Finally.</p>
<p><span id="more-5327"></span></p>
<p>From here, we had to let the CIMC reboot and then reconnect back in, where we found this nifty new tab under the &#8220;Inventory&#8221; menu on the main Server tab (left hand side).</p>
<p><img class="aligncenter" src="http://img26.imageshack.us/img26/5565/p81eadapterstab.png" alt="" width="622" height="134" /></p>
<p>On the Adapters tab it shows the Cisco VIC card and some additional tabs for vNICs / vHBAs.</p>
<p><img class="aligncenter" src="http://img40.imageshack.us/img40/8808/p81eadaptersvnicstab.png" alt="" width="578" height="371" /></p>
<p>Here&#8217;s the fun part&#8211; creating vNICs and/or vHBAs. This is somewhat similar to the Palo adapter on the UCS B series servers, and all the vNICs you carve here are presented without any additional drivers or installation steps (assuming ESXi 4.1 or later as the hypervisor), at 10Gbps. Simply clone an existing vNIC/vHBA or add a new one, set the properties as desired, and fire up the server.</p>
<p><img class="aligncenter" src="http://img198.imageshack.us/img198/9918/p81evnicview.png" alt="" width="736" height="276" /></p>
<p>One additional note that&#8217;s semi related&#8211; other vendors let you carve the NICs and show only the bandwidth they have presented. In a vSphere world, if you carve up a bunch of interfaces and they show up as anything less than 10Gb, you are limited to 4 vMotions at a time, max. With 10Gb, it will move 8 at a time&#8211; which is faster evacuation or hosts going into maintenance mode (most of the time 8 VMs are in flight at once).</p>
<p>&nbsp;</p>
<p>The post <a href="http://www.egroup-us.com/2011/10/cisco-ucs-c-series-p81e-vic-adding-virtual-interfaces/">Cisco UCS C Series &#8211; P81E VIC &amp; ADDING VIRTUAL INTERFACES</a> appeared first on <a href="http://www.egroup-us.com">eGroup</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.egroup-us.com/2011/10/cisco-ucs-c-series-p81e-vic-adding-virtual-interfaces/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->