<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Virtualization on The IT Hollow</title>
    <link>https://theithollow.com/categories/virtualization/</link>
    <description>Recent content in Virtualization on The IT Hollow</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 28 Nov 2018 16:03:46 +0000</lastBuildDate>
    <atom:link href="https://theithollow.com/categories/virtualization/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>VMware Cloud on AWS Firewalls Overview</title>
      <link>https://theithollow.com/2018/11/28/vmware-cloud-on-aws-firewalls-overview/</link>
      <pubDate>Wed, 28 Nov 2018 16:03:46 +0000</pubDate>
      <guid>https://theithollow.com/2018/11/28/vmware-cloud-on-aws-firewalls-overview/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re getting started with VMware Cloud on AWS then you should be aware of all the points in which you can block traffic with a firewall. Or, if you look at it another way, the places where you might need to create allow rules for traffic to traverse your cloud. This post is used to show where those choke points live both within your VMware Cloud on AWS SDDC, as well as the Amazon VPC in which your SDDC lives.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Discovery</title>
      <link>https://theithollow.com/2017/10/30/vmware-discovery/</link>
      <pubDate>Mon, 30 Oct 2017 14:20:38 +0000</pubDate>
      <guid>https://theithollow.com/2017/10/30/vmware-discovery/</guid>
      <description>&lt;p&gt;VMware has been busy over the last year trying to re-invent themselves with more focus on cloud. With that they&amp;rsquo;ve added some new SaaS products that can be used to help manage your cloud environments and provide some additional governance IT departments. Cloud makes things very simple to deploy and often eliminates the resource request phases that usually slow down provisioning. But once you start using the cloud, you can pretty quickly lose track of the resources that you&amp;rsquo;ve deployed, and now are paying for on a monthly basis, so it&amp;rsquo;s important to have good visibility and management of those resources.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NSX Issues After Replacing VMware Self-Signed Certs</title>
      <link>https://theithollow.com/2017/03/13/nsx-issues-replacing-vmware-self-signed-certs/</link>
      <pubDate>Mon, 13 Mar 2017 14:05:58 +0000</pubDate>
      <guid>https://theithollow.com/2017/03/13/nsx-issues-replacing-vmware-self-signed-certs/</guid>
      <description>&lt;p&gt;Recently, I&amp;rsquo;ve been going through and updating my lab so that I&amp;rsquo;m all up to date with the latest technology. As part of this process, I&amp;rsquo;ve updated my certificates so that all of my URLs have the nice trusted green logo on them. Oh yeah, and because it&amp;rsquo;s more secure.&lt;/p&gt;
&lt;p&gt;I updated my vSphere lab to version 6.5 and moved to the vCenter Server Appliance (VCSA) as part of my updates. However, after I replaced the default self-signed certificates I had a few new problems. Specifically, after the update, NSX wouldn&amp;rsquo;t connect to the lookup service. This is particularly annoying because as I found out later, if I&amp;rsquo;d have just left my self-signed certificates in tact, I would never have had to deal with this. I thought that I was doing the right thing for security, but VMware made it more painful for me to do the right thing. I&amp;rsquo;m hoping this gets more focus soon from VMware.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Determine the Number of vSphere Clusters to Use</title>
      <link>https://theithollow.com/2016/06/13/cluster-decision-sizing/</link>
      <pubDate>Mon, 13 Jun 2016 14:15:10 +0000</pubDate>
      <guid>https://theithollow.com/2016/06/13/cluster-decision-sizing/</guid>
      <description>&lt;p&gt;The number of clusters that should be used for a vSphere environment comes up for every vSphere design. The number of clusters that should be used isn’t a standard number and should be evaluated based on several factors.&lt;/p&gt;
&lt;h1 id=&#34;number-of-hosts&#34;&gt;Number of Hosts&lt;/h1&gt;
&lt;p&gt;Let’s start with the basics, if the design calls for more virtual machines than can fit into a single cluster, then it’s obvious that multiple clusters must be used. The same is true for a design that calls for more hosts that can fit into a single cluster or any other cluster maximums.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AWS Cloud Formation Templates in vRealize Automation</title>
      <link>https://theithollow.com/2016/03/14/aws-cloud-formation-templates-in-vrealize-automation/</link>
      <pubDate>Mon, 14 Mar 2016 14:15:46 +0000</pubDate>
      <guid>https://theithollow.com/2016/03/14/aws-cloud-formation-templates-in-vrealize-automation/</guid>
      <description>&lt;p&gt;Amazon has a pretty cool service that allows you to create a template for an entire set of infrastructure. This isn&amp;rsquo;t a template for a virtual machine, or even a series of virtual machines, but a whole environment. You can create a template with servers, security groups, networks and even PaaS services like their relational database service (RDS). Hey, in today&amp;rsquo;s world, infrastructure as code is the direction things are going and AWS has a pretty good solution for that already.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 - Deploy NSX Blueprints</title>
      <link>https://theithollow.com/2016/03/09/vrealize-automation-7-deploy-nsx-blueprints/</link>
      <pubDate>Wed, 09 Mar 2016 15:10:20 +0000</pubDate>
      <guid>https://theithollow.com/2016/03/09/vrealize-automation-7-deploy-nsx-blueprints/</guid>
      <description>&lt;p&gt;In the &lt;a href=&#34;http://wp.me/p32uaN-1Cy&#34;&gt;previous post&lt;/a&gt; we went over how to get the basics configured for NSX and vRealize Automation integration. In this post we&amp;rsquo;ll build a blueprint and deploy it! Let&amp;rsquo;s jump right in and get started.&lt;/p&gt;
&lt;h2 id=&#34;blueprint-designer&#34;&gt;Blueprint Designer&lt;/h2&gt;
&lt;p&gt;Login to your vRA tenant and click on the Design Tab. Create a new blueprint just like we have done in the &lt;a href=&#34;https://theithollow.com/2016/01/28/vrealize-automation-7-blueprints/&#34;&gt;past posts&lt;/a&gt;. This time when you are creating your blueprint, click the NSX Settings tab and select the Transport zone. I&amp;rsquo;ve also added a reservation policy that can help define with reservations are available for this blueprint.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 - NSX Initial Setup</title>
      <link>https://theithollow.com/2016/03/07/6234/</link>
      <pubDate>Mon, 07 Mar 2016 15:01:03 +0000</pubDate>
      <guid>https://theithollow.com/2016/03/07/6234/</guid>
      <description>&lt;p&gt;Its time to think about deploying our networks through vRA. Deploying servers are cool, but deploying three tiered applications in different networks is cooler. So lets add VMware NSX to our cloud portal and get cracking.&lt;/p&gt;
&lt;p&gt;The first step is to have NSX up and running in your vSphere environment. Once this simple task is complete, a Distributed Logical Router should be deployed with an Uplink interface configured. The diagram below explains what needs to be setup in vSphere prior to doing any configurations in vRealize Automation. A Distributed Logical Router with a single uplink to an Edge Services Gateway should be configured first, then any new networks will be built through the vRealize Automation integration. While the section of the diagram that is manual, will remain roughly the same throughout, the section handled by vRealize Automation will change often, based on the workloads that are deployed. Note: be sure to setup some routing between your Provider Edge and the DLR so that you can reach the new networks that vRA creates.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – XaaS Blueprints</title>
      <link>https://theithollow.com/2016/02/29/vrealize-automation-7-xaas-blueprints/</link>
      <pubDate>Mon, 29 Feb 2016 15:03:07 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/29/vrealize-automation-7-xaas-blueprints/</guid>
      <description>&lt;p&gt;XaaS isn&amp;rsquo;t a made up term, well maybe it is, but it supposed to stand for &amp;ldquo;Anything as a Service.&amp;rdquo; vRealize Automation will allow you to publish vRO workflows in the service catalog. This means that you can publish just about any thing you can think of, and not just server blueprints. If you have a workflow that can order your coffee and have it delivered to you, then you can publish it in your vRA service catalog. &lt;em&gt;Side note, if you have that workflow, please share it with the rest of us.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 - Load Balancer Rules</title>
      <link>https://theithollow.com/2016/02/24/vrealize-automation-7-load-balancer-rules/</link>
      <pubDate>Wed, 24 Feb 2016 15:15:32 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/24/vrealize-automation-7-load-balancer-rules/</guid>
      <description>&lt;p&gt;In a previous post we went over installing an &lt;a href=&#34;https://theithollow.com/2016/02/22/vrealize-automation-7-enterprise-install/&#34;&gt;Enterprise Install of vRealize Automation&lt;/a&gt; behind a load balancer. This install required us to setup a Load Balancer with three VIPs but also required that we only had one active member in each VIP. A load balancer with a single member doesn&amp;rsquo;t really balance much load does it?&lt;/p&gt;
&lt;p&gt;After the installation is done, some modifications need to be made on the Load Balancer. The instructions on this can be found in the official &lt;a href=&#34;http://pubs.vmware.com/vra-70/topic/com.vmware.ICbase/PDF/vrealize-automation-70-load-balancing.pdf&#34;&gt;vRealize Automation Load Balancing Configuration Guide&lt;/a&gt; if you want to learn more. There are several examples on how to setup load balancing on an F5 load balancer and NSX for example. This post will focus on a KEMP load balancer which is free for vExperts and it will all be shown through with GUI examples.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Enterprise Install</title>
      <link>https://theithollow.com/2016/02/22/vrealize-automation-7-enterprise-install/</link>
      <pubDate>Mon, 22 Feb 2016 15:09:48 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/22/vrealize-automation-7-enterprise-install/</guid>
      <description>&lt;p&gt;OK, You&amp;rsquo;ve done a vRealize Automation 7 simple install and have the basics down. Now it&amp;rsquo;s time to put your grown up pants on, and get an enterprise install done. This is a pretty long process, so be ready, but trust me, this is much better in version 7 than in the past.&lt;/p&gt;
&lt;h1 id=&#34;load-balancer&#34;&gt;Load Balancer&lt;/h1&gt;
&lt;p&gt;To start with, you will want to configure your load balancer. An enterprise install means that you&amp;rsquo;ll want at least two of each type of service so that you can protect yourself from a failure. There are three Virtual IPs (VIPs) that should be created prior to starting your install. The table below lists an example list of VIPs with their associated members and ports.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Custom Actions</title>
      <link>https://theithollow.com/2016/02/15/vrealize-automation-7-custom-actions/</link>
      <pubDate>Mon, 15 Feb 2016 15:31:16 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/15/vrealize-automation-7-custom-actions/</guid>
      <description>&lt;p&gt;We&amp;rsquo;ve deployed a virtual machine from a vRA blueprint, but we still have to manage that machine. One of the cool things we can do with vRealize Automation 7 is to add a custom action. This takes the virtual machine object and runs a vRealize Orchestration blueprint against that input. We call these actions &amp;ldquo;Day 2 Operations&amp;rdquo; since they happen post provisioning.&lt;/p&gt;
&lt;p&gt;To create a new custom resource action go to the Design Tab &amp;ndash;&amp;gt; Design &amp;ndash;&amp;gt; Resource Actions. Click the &amp;ldquo;New&amp;rdquo; button to add a new action.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 - Custom Properties</title>
      <link>https://theithollow.com/2016/02/10/vrealize-automation-7-custom-properties/</link>
      <pubDate>Wed, 10 Feb 2016 15:09:39 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/10/vrealize-automation-7-custom-properties/</guid>
      <description>&lt;p&gt;Custom Properties are used to control aspects of machines that users are able to provision. For example, memory and CPU are required information that are necessary for users to deploy a VM from a blueprint. Custom properties can be assigned to a blueprint or reservation to control how memory and CPU should be configured.&lt;/p&gt;
&lt;p&gt;Custom properties are really powerful attributes that can vastly change how a machine behaves. I like to think of custom properties as the &amp;ldquo;Windows Registry&amp;rdquo; of vRealize Automation. Changing one property can have a huge effect on deployments.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Subscriptions</title>
      <link>https://theithollow.com/2016/02/08/vrealize-automation-7-subscription/</link>
      <pubDate>Mon, 08 Feb 2016 15:05:14 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/08/vrealize-automation-7-subscription/</guid>
      <description>&lt;p&gt;In vRealize Automation 7 a new concept was introduced called a &amp;ldquo;Subscription.&amp;rdquo; A subscription is a way to allow you to execute a vRealize Orchestrator workflow based on some sort of event that has taken place in vRA. Simple idea huh? Well some of you might be thinking to yourself, &amp;ldquo;Yeah, this is called a stub, Duh!&amp;rdquo; The truth is that stubs are still available in vRealize Automation 7 but are clearly being phased out and we should stop using them soon because they are likely to not be around in future versions. The idea of an event subscription is a lot like a stub when in the context of machine provisioning, but there are a lot more events that can be triggered than the stubs that have been around in previous versions. Let&amp;rsquo;s take a look.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Manage Catalog Items</title>
      <link>https://theithollow.com/2016/02/02/vrealize-automation-7-manage-catalog-items/</link>
      <pubDate>Tue, 02 Feb 2016 15:05:37 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/02/vrealize-automation-7-manage-catalog-items/</guid>
      <description>&lt;p&gt;You&amp;rsquo;ve created your blueprints and entitled users to use them. How do we get them to show up in our service catalog? How do we make them look pretty and organized? For that, we need to look at managing catalog items.&lt;/p&gt;
&lt;p&gt;Log in as a tenant administrator and go to the Administration Tab &amp;ndash;&amp;gt; Catalog Management &amp;ndash;&amp;gt; Catalog Items. From here, we&amp;rsquo;ll need to look for the blueprint that we&amp;rsquo;ve previously published. Click on the blueprint.
&lt;img alt=&#34;vra7-catitem1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2016/01/vra7-catitem1.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Entitlements</title>
      <link>https://theithollow.com/2016/02/01/vrealize-automation-7-entitlements/</link>
      <pubDate>Mon, 01 Feb 2016 15:01:13 +0000</pubDate>
      <guid>https://theithollow.com/2016/02/01/vrealize-automation-7-entitlements/</guid>
      <description>&lt;p&gt;An entitlement is how we assign users a set of catalog items. Each of these entitlements can be managed by the business group manager or a tenant administrator can manage entitlements for all business groups in their tenant.&lt;/p&gt;
&lt;p&gt;To create a new entitlement go to Administration tab &amp;ndash;&amp;gt; Catalog Management &amp;ndash;&amp;gt; Entitlements. Click the &amp;ldquo;New&amp;rdquo; button to add a new entitlement.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;vra7-Entitlements1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/vra7-Entitlements1-1024x449.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Under the General tab, enter a name for the entitlement and a description. Change the status to &amp;ldquo;Active&amp;rdquo; and select a Business Group. Note: If only a single business group has been created, this will not be selectable since it will default to the only available group. Then select the users who will be part of this entitlement.&lt;img alt=&#34;vra7-Entitlements2&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/vra7-Entitlements2-1024x326.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Blueprints</title>
      <link>https://theithollow.com/2016/01/28/vrealize-automation-7-blueprints/</link>
      <pubDate>Thu, 28 Jan 2016 15:10:13 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/28/vrealize-automation-7-blueprints/</guid>
      <description>&lt;p&gt;Blueprints are arguably the thing you&amp;rsquo;ll spend most of your operational time dealing with in vRealize Automation. We&amp;rsquo;ve finally gotten most of the setup done so that we can publish our vSphere templates in vRA.&lt;/p&gt;
&lt;p&gt;To create a blueprint in vRealize Automation 7 go to the &amp;ldquo;Design&amp;rdquo; tab. Note: If you&amp;rsquo;re missing this tab, be sure you added yourself to the custom group with permissions like we did in a previous post, and that you&amp;rsquo;ve logged back into the portal after doing so.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Custom Groups</title>
      <link>https://theithollow.com/2016/01/28/vrealize-automation-7-custom-groups/</link>
      <pubDate>Thu, 28 Jan 2016 15:05:40 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/28/vrealize-automation-7-custom-groups/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;ve been reading the whole series of posts on vRealize Automation 7, then you&amp;rsquo;ll know that we&amp;rsquo;ve already been setting up roles in our cloud portal, but we&amp;rsquo;re not done yet. If you need any permissions besides just requesting a blueprint, you&amp;rsquo;ll need to be added to a custom group first.&lt;/p&gt;
&lt;p&gt;To create a custom group, login as a tenant administrator and go to the Administration Tab &amp;ndash;&amp;gt; Users and Groups &amp;ndash;&amp;gt; Custom Groups. From there click the &amp;ldquo;New&amp;rdquo; button to add a new custom group.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Services</title>
      <link>https://theithollow.com/2016/01/26/vrealize-automation-7-services/</link>
      <pubDate>Tue, 26 Jan 2016 15:05:21 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/26/vrealize-automation-7-services/</guid>
      <description>&lt;p&gt;Services might be a poor name for this feature of vRealize Automation 7. When I think of a service, I think of some sort of activity that is being provided but in the case of vRA a service is little more than a category or type. For example, I could have a service called &amp;ldquo;Private Cloud&amp;rdquo; and put all of my vSphere blueprints in it and another one called &amp;ldquo;Public Cloud&amp;rdquo; and put all of my AWS blueprints in it. In the screenshot below you can see the services in a catalog. If you highlight the &amp;ldquo;All Services&amp;rdquo; service, it will show you all blueprints regardless of their service category. Otherwise, selecting a specific service will show you only the blueprints in that category.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Reservations</title>
      <link>https://theithollow.com/2016/01/25/vrealize-automation-7-reservations/</link>
      <pubDate>Mon, 25 Jan 2016 15:16:53 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/25/vrealize-automation-7-reservations/</guid>
      <description>&lt;p&gt;vRealize Automation 7 uses the concept of reservations to grant a percentage of fabric group resources to a business group. To add a reservation go to Infrastructure &amp;ndash;&amp;gt; Reservations. Click the &amp;ldquo;New&amp;rdquo; button to add a reservation and then select the type of reservation to be added. Since I&amp;rsquo;m using a vSphere Cluster, I selected Virtual &amp;ndash;&amp;gt; vCenter. Depending on what kind of reservations you&amp;rsquo;ve selected, the next few screens may be different, but I&amp;rsquo;m assuming many people will use vSphere so I&amp;rsquo;ve chosen this for my example.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Business Groups</title>
      <link>https://theithollow.com/2016/01/21/vrealize-automation-7-business-groups/</link>
      <pubDate>Thu, 21 Jan 2016 15:15:27 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/21/vrealize-automation-7-business-groups/</guid>
      <description>&lt;p&gt;The job of a business group is to associate a set of resources with a set of users. Think of it this way, your development team and your production managers likely need to deploy machines to different sets of servers. I should mention that a business group doesn&amp;rsquo;t do this by itself. Instead it is combined with a reservation which we&amp;rsquo;ll discuss in the next post. But before we can build those out, lets setup our business groups as well as machine prefixes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Fabric Groups</title>
      <link>https://theithollow.com/2016/01/19/vrealize-automation-7-fabric-groups/</link>
      <pubDate>Tue, 19 Jan 2016 15:09:39 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/19/vrealize-automation-7-fabric-groups/</guid>
      <description>&lt;p&gt;In the last post we setup an vCenter endpoint that defines how our vRealize Automation solution will talk to our vSphere environment. Now we must create a fabric group. Fabric Groups are a way of segmenting our endpoints into different types of resources or to separate them by intent. These groups are mandatory before you can build anything so don&amp;rsquo;t think that since you don&amp;rsquo;t need to segment your resources, that you can get away with not creating one.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Endpoints</title>
      <link>https://theithollow.com/2016/01/18/vrealize-automation-7-endpoints/</link>
      <pubDate>Mon, 18 Jan 2016 15:06:46 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/18/vrealize-automation-7-endpoints/</guid>
      <description>&lt;p&gt;Now that we&amp;rsquo;ve setup our new tenant, lets login as an infrastructure admin and start assigning some resources that we can use. To do this we need to start by adding an endpoint. An endpoint is anything that vRA uses to complete it&amp;rsquo;s provisioning processes. This could be a public cloud resource such as Amazon Web Services, an external orchestrator appliance, or a private cloud hosted by Hyper-V or vSphere.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 – Create Tenants</title>
      <link>https://theithollow.com/2016/01/14/vrealize-automation-7-create-tenants/</link>
      <pubDate>Thu, 14 Jan 2016 16:10:08 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/14/vrealize-automation-7-create-tenants/</guid>
      <description>&lt;p&gt;Now it&amp;rsquo;s time to create a new tenant in our vRealize Automation portal. Let&amp;rsquo;s login to the portal as the system administrator account as we have before. Click the Tenants tab and then click the &amp;ldquo;New&amp;rdquo; button.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;vra7-base_1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/vra7-base_1-1.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Give the new tenant a name and a description. Then enter a URL name. This name will be appended to this string: https://[vraappliance.domain.name]/vcac/org/ and will be the URL that users will login to. In my example the url is &lt;a href=&#34;https://vra7.hollow.local/vcac/org/labtenant&#34;&gt;https://vra7.hollow.local/vcac/org/labtenant&lt;/a&gt;. Click &amp;ldquo;Submit and Next&amp;rdquo;.&lt;img alt=&#34;vra7-NewTenant1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/vra7-NewTenant1-1024x457.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 - Authentication</title>
      <link>https://theithollow.com/2016/01/13/vrealize-automation-7/</link>
      <pubDate>Wed, 13 Jan 2016 15:03:15 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/13/vrealize-automation-7/</guid>
      <description>&lt;p&gt;In order to setup Active Directory Integrated Authentication, we must login to our default tenant again but this time as our &amp;ldquo;Tenant Administrator&amp;rdquo; (we setup in &lt;a href=&#34;https://theithollow.com/2016/01/12/vrealize-automation-7-base-setup/&#34;&gt;the previous post&lt;/a&gt;) instead of the system administrator account that is created during initial setup.&lt;/p&gt;
&lt;p&gt;Once you&amp;rsquo;re logged in, click the Administration tab &amp;ndash;&amp;gt; Directories Management &amp;ndash;&amp;gt; Directories and then click the &amp;ldquo;Add Directory&amp;rdquo; button. Give the directory a descriptive name like the name of the ad domain for example. Then select the type of directory. I&amp;rsquo;ve chosen the &amp;ldquo;Active Directory (Integrated Windows Authentication)&amp;rdquo; option. This will add the vRA appliance to the AD Domain and use the computer account for authentication. &lt;strong&gt;Note:&lt;/strong&gt; you must setup Active Directory in the default (vsphere.local) tenant before it can be used in the subtenants.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 - Base Setup</title>
      <link>https://theithollow.com/2016/01/12/vrealize-automation-7-base-setup/</link>
      <pubDate>Tue, 12 Jan 2016 15:07:46 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/12/vrealize-automation-7-base-setup/</guid>
      <description>&lt;p&gt;We&amp;rsquo;ve got vRA installed and thats a good start. Our next step is to login to the portal and start doing some configuration. Go to https://vra-appliance-name-orIP and enter the administrator login that you specified during your install. Unlike prior versions of vRealize Automation, no domain vsphere.local domain suffix is required to login.&lt;img alt=&#34;vra7-base1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/vra7-base1.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;To start, Lets add some local users to our vSphere.local tenant. Click on the vsphere.local tenant.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;vra7-base_1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/vra7-base_1.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Click on the &amp;ldquo;Local users&amp;rdquo; tab and then click the &amp;ldquo;New&amp;rdquo; button to add a local account. I&amp;rsquo;ve created a vraadmin account that will be a local account only used to manage the default tenant configurations.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 Guide</title>
      <link>https://theithollow.com/2016/01/11/vrealize-automation-7-guide/</link>
      <pubDate>Mon, 11 Jan 2016 15:45:35 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/11/vrealize-automation-7-guide/</guid>
      <description>&lt;p&gt;If following the posts in order, this guide should help you setup vRealize Automation 7 from start to finish. This is a getting started guide that will hopefully get you on the right path, answer any questions you might have, and give you tips on deploying your own cloud management portal.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Setup vRealize Automation 7&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2016/01/vRA7Guide1-1024x610.png&#34;&gt;&lt;/p&gt;
&lt;h1 id=&#34;part-1---simple-installation&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1uy&#34;&gt;Part 1 - Simple Installation&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-2--base-setup&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1vm&#34;&gt;Part 2 -Base Setup&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-3--authentication&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1vb&#34;&gt;Part 3 - Authentication&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-4---tenants&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1vK&#34;&gt;Part 4 - Tenants&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-5---endpoints&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1w0&#34;&gt;Part 5 - Endpoints&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-6---fabric-groups&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1w8&#34;&gt;Part 6 - Fabric Groups&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-7---business-groups&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1wq&#34;&gt;Part 7 - Business Groups&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-8---reservations&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1wf&#34;&gt;Part 8 - Reservations&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-9---services&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1x1&#34;&gt;Part 9 - Services&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-10---custom-groups&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1wT&#34;&gt;Part 10 - Custom Groups&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-11---blueprints&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/01/28/vrealize-automation-7-blueprints/&#34;&gt;Part 11 - Blueprints&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-12---entitlements&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1xa&#34;&gt;Part 12 - Entitlements&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-13---manage-catalog-items&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1zN&#34;&gt;Part 13 - Manage Catalog Items&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-14---event-subscriptions&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1xU&#34;&gt;Part 14 - Event Subscriptions&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-15---custom-properties&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1yi&#34;&gt;Part 15 - Custom Properties&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-16---xaas-blueprints&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/02/29/vrealize-automation-7-xaas-blueprints/&#34;&gt;Part 16 - XaaS Blueprints&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-17---resource-actions&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/02/15/vrealize-automation-7-custom-actions/&#34;&gt;Part 17 - Resource Actions&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-18---enterprise-install&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/02/22/vrealize-automation-7-enterprise-install/&#34;&gt;Part 18 - Enterprise Install&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-19---load-balancer-settings&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/02/24/vrealize-automation-7-load-balancer-rules/&#34;&gt;Part 19 - Load Balancer Settings&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-20--nsx-initial-setup&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/03/07/6234/&#34;&gt;Part 20 - NSX Initial Setup&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-21---nsx-blueprints&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1Db&#34;&gt;Part 21 - NSX Blueprints&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-22---code-stream-and-jenkins-setup&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/05/09/using-jenkins-vrealize-code-stream/&#34;&gt;Part 22 - Code Stream and Jenkins Setup&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-23---code-stream-and-artifactory-setup&#34;&gt;&lt;a href=&#34;https://theithollow.com/2016/05/23/code-stream-artifactory/&#34;&gt;Part 23 - Code Stream and Artifactory Setup&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-24---add-custom-items-to-vra7&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-1G8&#34;&gt;Part 24 - Add Custom Items to vRA7&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-25---upgrade-vra-from-71-to-72&#34;&gt;&lt;a href=&#34;https://theithollow.com/?p=7311&amp;amp;preview=true&#34;&gt;Part 25 - Upgrade vRA from 7.1 to 7.2&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-26---adding-an-azure-endpoint&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/03/20/adding-azure-endpoint-vrealize-automation-7/&#34;&gt;Part 26 - Adding an Azure Endpoint&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-27---installing-vrealize-code-stream-for-it-devops&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/03/27/installing-code-stream-management-pack-devops/&#34;&gt;Part 27 - Installing vRealize Code Stream for IT DevOps&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-28---configuring-endpoints-for-vrealize-code-stream-for-it-devops&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/04/04/configuring-vrealize-code-stream-management-pack-devops-endpoints/&#34;&gt;Part 28 - Configuring Endpoints for vRealize Code Stream for IT DevOps&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-29---using-vrealize-code-stream-for-it-devops&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/04/10/using-vrealize-code-stream-management-pack-devops/&#34;&gt;Part 29 - Using vRealize Code Stream for IT DevOps&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-30---unit-testing-with-vrealize-code-stream-for-it-devops&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/04/18/vrealize-code-stream-management-pack-devops-unit-testing/&#34;&gt;Part 30 - Unit Testing with vRealize Code Stream for IT DevOps&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-31---containers-on-vrealize-automation&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/05/08/containers-vrealize-automation/&#34;&gt;Part 31 - Containers on vRealize Automation&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-32---vra-73-component-profiles&#34;&gt;&lt;a href=&#34;https://theithollow.com/2017/06/06/vra-7-3-component-profiles/&#34;&gt;Part 32 - vRA 7.3 Component Profiles&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;part-33---vra-75-upgrade&#34;&gt;&lt;a href=&#34;https://wp.me/p32uaN-2oA&#34;&gt;Part 33 - vRA 7.5 Upgrade&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;If you&amp;rsquo;re looking for a getting started video, check out this P &lt;a href=&#34;http://pluralsight.com&#34;&gt;luralsight&lt;/a&gt; course for a quick leg up on vRA 7.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 7 Simple Installation</title>
      <link>https://theithollow.com/2016/01/11/vrealize-automation-7-simple-installation/</link>
      <pubDate>Mon, 11 Jan 2016 15:00:21 +0000</pubDate>
      <guid>https://theithollow.com/2016/01/11/vrealize-automation-7-simple-installation/</guid>
      <description>&lt;p&gt;This is our first stop in our journey to install vRealize Automation 7 and all of it&amp;rsquo;s new features. This post starts with the setup of the environment and assumes that you&amp;rsquo;ve deployed a vRealize Automation appliance from an OVA and that you&amp;rsquo;ve also got a Windows Server deployed so that we can install the IAAS components on it.&lt;/p&gt;
&lt;p&gt;After you&amp;rsquo;ve deployed the vRA7 OVA, login to the appliance with the root login and password supplied during your OVA deployment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Veeam Package for vRealize Orchestrator</title>
      <link>https://theithollow.com/2015/12/07/veeam-plugin-for-vrealize-orchestrator/</link>
      <pubDate>Mon, 07 Dec 2015 15:00:10 +0000</pubDate>
      <guid>https://theithollow.com/2015/12/07/veeam-plugin-for-vrealize-orchestrator/</guid>
      <description>&lt;p&gt;Veeam is a popular backup product for virtualized environments but who wants to spend their days adding and removing machines to backup jobs?&lt;/p&gt;
&lt;p&gt;Now available on &lt;a href=&#34;https://github.com/theITHollow/Veeam-vRO-Package&#34;&gt;github&lt;/a&gt; is a Veeam package for vRealize Orchestrator. This is my gift to you, just in time for the Hollow-days.&lt;/p&gt;
&lt;h1 id=&#34;available-features&#34;&gt;Available Features&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/veeamlogo.png&#34;&gt;&lt;img alt=&#34;veeamlogo&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/12/veeamlogo.png&#34;&gt;&lt;/a&gt; The following features are available with the plugin for it&amp;rsquo;s initial release.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add a VM to an existing backup job&lt;/li&gt;
&lt;li&gt;Remove a VM from a backup job&lt;/li&gt;
&lt;li&gt;Start a backup job immediately&lt;/li&gt;
&lt;li&gt;Add a Build Profile to vRealize Automation&lt;/li&gt;
&lt;li&gt;Add a VM to a backup job from vRA&lt;/li&gt;
&lt;li&gt;Remove a VM from a backup job from vRA&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Some additional functionality could easily be added to your environment using the existing worfklows such as start a backup as a Day 2 operation in vRA, or change backup jobs etc. The world is your oyster.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Create a Day 2 Operations Wrapper</title>
      <link>https://theithollow.com/2015/11/16/create-a-day-2-operations-wrapper/</link>
      <pubDate>Mon, 16 Nov 2015 15:08:30 +0000</pubDate>
      <guid>https://theithollow.com/2015/11/16/create-a-day-2-operations-wrapper/</guid>
      <description>&lt;p&gt;Just deploying virtual machines in an automated fashion is probably the most important piece of a cloud management platform, but you still need to be able to manage the machines after they&amp;rsquo;ve been deployed.  In order to add more functionality to the portal, we can create post deployment &amp;ldquo;actions&amp;rdquo; that act on our virtual machine. For instance an action that snapshots a virtual machine would be a good one. We refer to these actions that take place after the provisioning process a &amp;ldquo;Day 2 Operation&amp;rdquo;, probably because it&amp;rsquo;s likely to happen on the second day or later. Clever huh?&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 with NSX - Initial Setup of NSX</title>
      <link>https://theithollow.com/2015/10/12/vrealize-automation-6-with-nsx-initial-setup-of-nsx/</link>
      <pubDate>Mon, 12 Oct 2015 14:00:22 +0000</pubDate>
      <guid>https://theithollow.com/2015/10/12/vrealize-automation-6-with-nsx-initial-setup-of-nsx/</guid>
      <description>&lt;p&gt;Before we can start deploying environments with automated network segments, we need to do some basic setup of the NSX environment.&lt;/p&gt;
&lt;h2 id=&#34;nsx-manager-setup&#34;&gt;NSX Manager Setup&lt;/h2&gt;
&lt;p&gt;It should be obvious that you need to setup NSX Manager, deploy controllers and do some host preparation. These are basic setup procedures just to use NSX even without vRealize Automation in the middle of things, but just as a quick review:&lt;/p&gt;
&lt;h3 id=&#34;install-nsx-manager-and-deploy-nsx-controller-nodes&#34;&gt;Install NSX Manager and deploy NSX Controller Nodes&lt;/h3&gt;
&lt;p&gt;NSX Manager setup can be deployed from an OVA and then you must register the NSX Manager with vCenter. After this is complete, deploy three NSX Controller nodes to configure your logical constructs.
&lt;img alt=&#34;NSXSetupManagementSetup&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/09/NSXSetupManagementSetup-1024x452.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation and vCloud Air Integration</title>
      <link>https://theithollow.com/2015/09/21/vrealize-automation-and-vcloud-air-integration/</link>
      <pubDate>Mon, 21 Sep 2015 14:07:42 +0000</pubDate>
      <guid>https://theithollow.com/2015/09/21/vrealize-automation-and-vcloud-air-integration/</guid>
      <description>&lt;p&gt;vRealize Automation is at its best when it can leverage multiple infrastructures to provide a hybrid cloud infrastructure. One of the things we might want to do is to set up VMware vCloud Air integration with your vRA instance.&lt;/p&gt;
&lt;p&gt;To start, we need to have a &lt;a href=&#34;http://vcloud.vmware.com/&#34;&gt;vCloud Air&lt;/a&gt; account which you can currently sign up for with some initial credits to get you started for free. Once you&amp;rsquo;ve got an account you&amp;rsquo;ll be able to setup a VDC and will have some catalogs that you can build VMs from. If you&amp;rsquo;re concerned about these steps, don&amp;rsquo;t worry a default VDC including some storage and a network will be there for you by default.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation Infoblox Integration</title>
      <link>https://theithollow.com/2015/08/03/vrealize-automation-infoblox-integration/</link>
      <pubDate>Tue, 04 Aug 2015 01:47:59 +0000</pubDate>
      <guid>https://theithollow.com/2015/08/03/vrealize-automation-infoblox-integration/</guid>
      <description>&lt;p&gt;Infoblox is a pretty popular IP Address Management (IPAM) solution for many shops. Wouldn&amp;rsquo;t it be nice to integrate your automation solution such as vRealize Automation, with your existing IPAM system? Well, don&amp;rsquo;t worry. You can!&lt;/p&gt;
&lt;h2 id=&#34;infoblox-setup&#34;&gt;Infoblox Setup&lt;/h2&gt;
&lt;p&gt;This post isn&amp;rsquo;t going to go into great detail about the setup of the Infoblox appliance but we do need to make sure that we&amp;rsquo;re licensed for API usage correctly. Ensure that the infoblox appliance has the &amp;ldquo;Cloud Network Automation&amp;rdquo; license applied to it. This is an easy thing to check. If your appliance has the &amp;ldquo;Cloud&amp;rdquo; tab, then the license is enabled.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VCDX Vision Quest and Mea Culpa</title>
      <link>https://theithollow.com/2015/07/20/vcdx-vision-quest-and-mea-culpa/</link>
      <pubDate>Mon, 20 Jul 2015 14:07:44 +0000</pubDate>
      <guid>https://theithollow.com/2015/07/20/vcdx-vision-quest-and-mea-culpa/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Long is the way and hard, that out of hell leads up to light - Milton&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Apparently, Milton has been through the VCDX process. It is a challenge that will test your resolve and you will probably learn a lot along the way. You&amp;rsquo;ll also be glad when its over.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve been good at many things in my life, but never felt like I was great at anything. I&amp;rsquo;ve succeeded  at most things I&amp;rsquo;ve attempted, but the VCDX was a goal I truly didn&amp;rsquo;t think I was capable of achieving. &lt;a href=&#34;https://twitter.com/ccolotti&#34;&gt;Chris Colotti&lt;/a&gt; mentioned in one of his posts that you need to decide why you&amp;rsquo;re going for the VCDX in the first place. In my case, I was doing it to prove to myself that I could do it. The process really taught me something about myself that I didn&amp;rsquo;t know. It was my own personal Vision Quest. (Queue Lunatic Fringe them song here)&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6 - Post Provisioning Workflows on AWS</title>
      <link>https://theithollow.com/2015/06/15/vrealize-automation-6-post-provisioning-workflows-on-aws/</link>
      <pubDate>Mon, 15 Jun 2015 13:33:40 +0000</pubDate>
      <guid>https://theithollow.com/2015/06/15/vrealize-automation-6-post-provisioning-workflows-on-aws/</guid>
      <description>&lt;p&gt;In order to deploy a fully provisioned automated deployment of a server we have to look past just deploying a virtual machine OS and configuring an IP Address. In order to get something usable we also need to configure the server with some applications or make post provisioning changes. For instance we might want to install Apache after deploying a Linux machine. In vRealize Automation deployments invoke a post-provisioning stub to call vRealize Orchestrator workflows to make additional changes. This works very well on a vSphere environment since we can leverage VMtools to access the guest OS. But if you&amp;rsquo;ve ever deployed an instance in Amazon EC2 you&amp;rsquo;ll know that this isn&amp;rsquo;t quite as easy. EC2 instances don&amp;rsquo;t have VMTools to allow us into the guest OS. To make matters worse, the current version of vRealize Automation doesn&amp;rsquo;t pass the IP address of the guest Operating System to vRO. See this &lt;a href=&#34;http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;amp;cmd=displayKC&amp;amp;externalId=2075186&#34;&gt;KB article&lt;/a&gt; from VMware for more information.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AWS Linux Guest Access via vRealize Orchestrator</title>
      <link>https://theithollow.com/2015/06/08/aws-linux-guest-access-via-vrealize-orchestrator/</link>
      <pubDate>Mon, 08 Jun 2015 13:27:55 +0000</pubDate>
      <guid>https://theithollow.com/2015/06/08/aws-linux-guest-access-via-vrealize-orchestrator/</guid>
      <description>&lt;p&gt;It may be necessary to connect to a Linux Guest thats that been provisioned in Amazon Web Services so that you can perform additional operations on it. One of the ways you might want to configure your instances is through vRealize Orchestrator. One of the hang ups with using vRealize Orchestrator to connect to your Linux EC2 instances is that you&amp;rsquo;ll need an SSH key to connect. This post shows you how you can do this.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Custom Searches</title>
      <link>https://theithollow.com/2015/06/01/vmware-custom-searches/</link>
      <pubDate>Mon, 01 Jun 2015 14:07:34 +0000</pubDate>
      <guid>https://theithollow.com/2015/06/01/vmware-custom-searches/</guid>
      <description>&lt;p&gt;OK, I know that most of the known world is all of a sudden working on making everything scriptable so that it can be automated or just run from a command line, but come on we still use the GUI for some quick tasks don&amp;rsquo;t we?&lt;/p&gt;
&lt;p&gt;One of the cool things about the vSphere Web Client is its ability to create a custom search based on a set of criteria. Just to recap, I said there was a cool feature of the vSphere Web Client.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation - Remove UPN Suffix</title>
      <link>https://theithollow.com/2015/05/26/vrealize-automation-remove-upn-suffix/</link>
      <pubDate>Tue, 26 May 2015 13:01:13 +0000</pubDate>
      <guid>https://theithollow.com/2015/05/26/vrealize-automation-remove-upn-suffix/</guid>
      <description>&lt;p&gt;Have you ever tried logging into vRealize Automation and gotten an Incorrect username/password but you&amp;rsquo;re positive you typed everything in correctly?  You try again and find out that if you put the User Principal Name suffix everything works fine. If you&amp;rsquo;re using a solution like vRealize Automation and notice the login doesn&amp;rsquo;t work unless you specify a a User Principle Name (UPN) in the form of &lt;a href=&#34;mailto:username@domain.name&#34;&gt;username@domain.name&lt;/a&gt;, try the following correction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vPostgres for vRealize Automation Gotcha</title>
      <link>https://theithollow.com/2015/04/21/vpostgres-for-vrealize-automatin-gotcha/</link>
      <pubDate>Tue, 21 Apr 2015 13:45:15 +0000</pubDate>
      <guid>https://theithollow.com/2015/04/21/vpostgres-for-vrealize-automatin-gotcha/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re planning on doing a full distributed installation of vRealize Automation, you&amp;rsquo;ll likely want to have some protection for the vPostgres database.  Having a single point of failure defeats the purpose of doing a full distributed install.  I&amp;rsquo;ve been doing a bunch of work on this lately and wanted to warn people of a gotcha if you&amp;rsquo;re using a load balancer.&lt;/p&gt;
&lt;h2 id=&#34;non-distributed-install&#34;&gt;Non-Distributed Install&lt;/h2&gt;
&lt;p&gt;To give us a better understanding, take a look at a pair of vRealize Automation Appliances that aren&amp;rsquo;t in a high availability solution.  In the picture below, there are two vRealize Automation Appliances and each of them is communicating with their own embedded vPostgres Database.  This is the default configuration when deployed from VMware and works just fine.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation vPostgres Failover</title>
      <link>https://theithollow.com/2015/04/13/vrealize-automation-vpostgres-failover/</link>
      <pubDate>Mon, 13 Apr 2015 14:15:41 +0000</pubDate>
      <guid>https://theithollow.com/2015/04/13/vrealize-automation-vpostgres-failover/</guid>
      <description>&lt;p&gt;Clustering the vPostgres database is an important part of a fully distributed vRealize Automation install.  The simple install only requires a single vRealize Appliance and an IaaS Server, but the fully distributed install requires many additional pieces including load balancers to ensure both high availability as well as handling extra load placed by users.  The vPostgres database is included with the vRealize Automation appliances, but for a full distributed install, these must be modified so that there is an active and standby vPostgres database running on them.  The primary vPostgres database will replicate to a standby read-only database.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Custom Options for vRealize Automation Server Requests</title>
      <link>https://theithollow.com/2015/03/30/custom-options-for-vrealize-automation-server-requests/</link>
      <pubDate>Mon, 30 Mar 2015 13:42:16 +0000</pubDate>
      <guid>https://theithollow.com/2015/03/30/custom-options-for-vrealize-automation-server-requests/</guid>
      <description>&lt;p&gt;vRealize Automation is a great way to allow teams to deploy virtual machines and manage them throughout their entire lifecycle.  You can control exactly where you want the machines deployed and the processes that must happen in order to meet company guidelines.  Sometimes, you&amp;rsquo;d like to give some additional options to the end user when they deploy a machine.  To do this, we can use a custom property.&lt;/p&gt;
&lt;h1 id=&#34;build-a-property-in-the-property-dictionary&#34;&gt;Build a Property in the Property Dictionary&lt;/h1&gt;
&lt;p&gt;To start, lets build a new property in the property dictionary.  To do this, go to the Infrastructure Tab &amp;ndash;&amp;gt; Blueprints &amp;ndash;&amp;gt; Property Dictionary.  From there, we can add a &amp;ldquo;New Property Definition&amp;rdquo;.  In the example below I&amp;rsquo;ve created a very generic &amp;ldquo;HollowTestProperty&amp;rdquo; and left the display name the same.  A description is always a good idea and the Control Type I changed to &amp;ldquo;DropDownList&amp;rdquo;.  This will mean that we can enter a series of values to be selected by the end user at the time of the request.  Be sure to click the green check mark to save the entry.
&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2015/03/vRA-CustomProperty1.png&#34;&gt;&lt;img alt=&#34;vRA-CustomProperty1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/03/vRA-CustomProperty1-1024x143.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Tools Time Syncronization</title>
      <link>https://theithollow.com/2015/03/24/vmware-tools-time-syncronization/</link>
      <pubDate>Tue, 24 Mar 2015 14:14:33 +0000</pubDate>
      <guid>https://theithollow.com/2015/03/24/vmware-tools-time-syncronization/</guid>
      <description>&lt;p&gt;VMware Tools gives you the option to synchronize the time of the guest OS with the ESXi host.  Many times this isn&amp;rsquo;t necessary because the guest itself is using Network Time Protocol (NTP) or used the Active Directory domain time.&lt;/p&gt;
&lt;p&gt;Why would proper time synchronization be a problem, you might ask?  Well, in a virtual environment, the CPU isn&amp;rsquo;t constantly keeping track of time like it does in a physical machine.  For a more detailed explanation look at tick counting in the &lt;a href=&#34;http://www.vmware.com/files/pdf/Timekeeping-In-VirtualMachines.pdf&#34;&gt;Timekeeping Guide&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Move a vApp Between Clusters</title>
      <link>https://theithollow.com/2015/02/23/move-vapp-clusters/</link>
      <pubDate>Mon, 23 Feb 2015 14:00:14 +0000</pubDate>
      <guid>https://theithollow.com/2015/02/23/move-vapp-clusters/</guid>
      <description>&lt;p&gt;I recently made some changes to my home lab and had to create a new Cluster because of my EVC mode when I was faced with migrating my vC Ops vApp to the new cluster.  I moved the hosts over, but the vApp wouldn&amp;rsquo;t go with them like the virtual machines did.&lt;/p&gt;
&lt;figure&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/06/vAppMigrate1.png&#34;
         alt=&#34;vAppMigrate1&#34; width=&#34;348&#34;/&gt; &lt;figcaption&gt;
            &lt;p&gt;vAppMigrate1&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;My first attempt was to export the vApp to an OVF file and reimport it to the new cluster which failed with an error.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vSphere 6.0 Announced</title>
      <link>https://theithollow.com/2015/02/02/vsphere-6-0-announced/</link>
      <pubDate>Mon, 02 Feb 2015 22:00:59 +0000</pubDate>
      <guid>https://theithollow.com/2015/02/02/vsphere-6-0-announced/</guid>
      <description>&lt;p&gt;vSphere 6.0 is now available and there are some great new enhancements with the new version.  Here are some of the many highlights from today&amp;rsquo;s announcement.&lt;/p&gt;
&lt;h2 id=&#34;fast-speeds-and-feeds&#34;&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2015/02/FAST.png&#34;&gt;&lt;img alt=&#34;FAST&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2015/02/FAST-300x190.png&#34;&gt;&lt;/a&gt; Speeds and Feeds&lt;/h2&gt;
&lt;p&gt;As with the new version of anything things are bigger and faster.  vSphere 6.0 is no exception.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;64 hosts per cluster, up from 32&lt;/li&gt;
&lt;li&gt;8000 Virtual Machines per Cluster, up from 4000&lt;/li&gt;
&lt;li&gt;480 CPUs, up from 320 CPUs&lt;/li&gt;
&lt;li&gt;12 TB RAM, up from 4 TB (if someone has 12 TB of RAM in a box, please let me know how long it takes to do a memory check.  vSphere 7 might be out by then.&lt;/li&gt;
&lt;li&gt;1000 Virtual Machines per host, up from 512 Virtual Machines&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Virtual Machine Hardware version 11 allows for:&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM Troubleshooting</title>
      <link>https://theithollow.com/2015/01/27/srm-troubleshooting/</link>
      <pubDate>Tue, 27 Jan 2015 14:56:41 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/27/srm-troubleshooting/</guid>
      <description>&lt;p&gt;Unfortunately, not all software is perfect and from time to time I&amp;rsquo;ve run into issues with SRM as well.  This post is a list of items I often see during SRM deployments and some information to troubleshoot issues.&lt;/p&gt;
&lt;h2 id=&#34;log-file-locations&#34;&gt;Log File Locations&lt;/h2&gt;
&lt;p&gt;SRM Logs:  c:programDataVMwareVMware vCenter Site Recovery ManagerLogs&lt;/p&gt;
&lt;p&gt;Installation logs:  %USERPROFILE%Application DataVMwareVMware Site Recovery ManagerLogs&lt;/p&gt;
&lt;p&gt;Storage Replication Adapater Logs: This depends on the SRA Vendor, but try program filesSRANAME to start with&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.8 now with Automation!</title>
      <link>https://theithollow.com/2015/01/19/srm-5-8-now-with-automation/</link>
      <pubDate>Mon, 19 Jan 2015 14:15:24 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/19/srm-5-8-now-with-automation/</guid>
      <description>&lt;p&gt;SRM version 5.8 now is now extensible with vRealize Orchestrator (formerly vCenter Orchestrator).  This new functionality was expected since the vRealize Suite is all about automation and disaster recovery certainly needs to be taken into consideration.&lt;/p&gt;
&lt;p&gt;One pain point I&amp;rsquo;ve seen with SRM has been the ongoing administration of protection groups.  Every time a virtual machine is deployed to a protected datastore, the VM also has to be configured for protection.  This usually only consists of right clicking the virtual machine and choosing &amp;ldquo;configure protection&amp;rdquo; but is also another thing that administrators have too keep track of.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SRM 5.8 Guide</title>
      <link>https://theithollow.com/2015/01/05/srm-5-8-guide/</link>
      <pubDate>Mon, 05 Jan 2015 15:00:29 +0000</pubDate>
      <guid>https://theithollow.com/2015/01/05/srm-5-8-guide/</guid>
      <description>&lt;h4 id=&#34;58guide&#34;&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/12/5.8Guide.png&#34;&gt;&lt;img alt=&#34;5.8Guide&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/12/5.8Guide.png&#34;&gt;&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;This is a Site Recovery Manager 5.8 Guide to help understand the design, installation, operation and architecture of setting up VMware SRM 5.8&lt;/p&gt;
&lt;h3 id=&#34;srm-58-architecture&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-180&#34;&gt;SRM 5.8 Architecture&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;srm-58-installation&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-16I&#34;&gt;SRM 5.8 Installation&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;srm-58-upgrade-from-srm-55&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-18q&#34;&gt;SRM 5.8 Upgrade from SRM 5.5&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;srm-58-site-setup&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-176&#34;&gt;SRM 5.8 Site Setup&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;srm-58-array-based-replication&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-18J&#34;&gt;SRM 5.8 Array Based Replication&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;srm-58-protection-groups&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-17n&#34;&gt;SRM 5.8 Protection Groups&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;srm-58-recovery-plan&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-17v&#34;&gt;SRM 5.8 Recovery Plan&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;srm-58-ip-customization&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-181&#34;&gt;SRM 5.8 IP Customization&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;srm-58-customizing-your-recovery-plan&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-18d&#34;&gt;SRM 5.8 Customizing your Recovery Plan&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;srm-58-test-recovery&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-17H&#34;&gt;SRM 5.8 Test Recovery&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;srm-58-failover-recovery&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-17O&#34;&gt;SRM 5.8 Failover Recovery&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;srm-58-with-automation&#34;&gt;&lt;a href=&#34;http://wp.me/p32uaN-19e&#34;&gt;SRM 5.8 with Automation&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;srm-58-alarms&#34;&gt;&lt;a href=&#34;https://theithollow.com/2015/01/srm-5-8-alarms/&#34;&gt;SRM 5.8 Alarms&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;srm-58-troubleshooting&#34;&gt;&lt;a href=&#34;https://theithollow.com/2015/01/srm-troubleshooting/&#34;&gt;SRM 5.8 Troubleshooting&lt;/a&gt;&lt;/h3&gt;
&lt;h1 id=&#34;official-documentation-links&#34;&gt;Official Documentation Links&lt;/h1&gt;
&lt;h3 id=&#34;site-recovery-manager-58-documentation-center&#34;&gt;&lt;a href=&#34;http://pubs.vmware.com/srm-58/index.jsp?topic=%2Fcom.vmware.srm.install_config.doc%2FGUID-B3A49FFF-E3B9-45E3-AD35-093D896596A0.html&#34;&gt;Site Recovery Manager 5.8 Documentation Center&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;site-recovery-manager-58-compatibility-matrix&#34;&gt;&lt;a href=&#34;https://www.vmware.com/support/srm/srm-compat-matrix-5-8.html&#34;&gt;Site Recovery Manager 5.8 Compatibility Matrix&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;site-recovery-manager-58-release-notes&#34;&gt;&lt;a href=&#34;https://www.vmware.com/support/srm/srm-releasenotes-5-8-0.html&#34;&gt;Site Recovery Manager 5.8 Release Notes&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;site-recovery-manager-58-vco-plug-in-download&#34;&gt;&lt;a href=&#34;https://my.vmware.com/group/vmware/info?slug=infrastructure_operations_management/vmware_vcenter_site_recovery_manager/5_8#drivers_tools&#34;&gt;Site Recovery Manager 5.8 vCO Plug-in Download&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;site-recovery-manager-58-download&#34;&gt;&lt;a href=&#34;https://my.vmware.com/group/vmware/info?slug=infrastructure_operations_management/vmware_vcenter_site_recovery_manager/5_8#product_downloads&#34;&gt;Site Recovery Manager 5.8 Download&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;site-recovery-manager-58-storage-replication-adapters&#34;&gt;&lt;a href=&#34;https://my.vmware.com/group/vmware/info?slug=infrastructure_operations_management/vmware_vcenter_site_recovery_manager/5_8#drivers_tools&#34;&gt;Site Recovery Manager 5.8 Storage Replication Adapters&lt;/a&gt;&lt;/h3&gt;
&lt;h1 id=&#34;additional-resources&#34;&gt;Additional Resources&lt;/h1&gt;
&lt;p&gt;If you want some great resources to continue learning VMware Site Recovery Manager, I suggest checking out these resources:&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware SSL Automation Tool - Error Generating pfx</title>
      <link>https://theithollow.com/2014/12/29/vmware-ssl-automation-tool-error-generating-pfx/</link>
      <pubDate>Mon, 29 Dec 2014 16:13:20 +0000</pubDate>
      <guid>https://theithollow.com/2014/12/29/vmware-ssl-automation-tool-error-generating-pfx/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/11/sslguide.png&#34;&gt;&lt;img alt=&#34;sslguide&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/11/sslguide-300x300.png&#34;&gt;&lt;/a&gt; During the process of setting up a new vCenter Server in my lab, I ran into an issue adding SSL Certificates to my vCenter services.  I followed my own &lt;a href=&#34;https://theithollow.com/home-lab-ssl-certificates/&#34;&gt;blog posts&lt;/a&gt; about how to do this so that I wouldn&amp;rsquo;t miss anything, but nevertheless ran into an error that took me quite a while to get fixed.&lt;/p&gt;
&lt;p&gt;After creating all my certificate requests using the VMware SSL Automation Tool, I updated my SSO with my custom certificate without issue.  The next step is to make sure the Inventory Service trusts the new SSO Certificate, which also went without a hitch.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vRealize Automation 6.2 Upgrade</title>
      <link>https://theithollow.com/2014/12/16/vrealize-automation-6-2-upgrade/</link>
      <pubDate>Tue, 16 Dec 2014 14:56:53 +0000</pubDate>
      <guid>https://theithollow.com/2014/12/16/vrealize-automation-6-2-upgrade/</guid>
      <description>&lt;p&gt;Upgrades for the vRealize Automation software (formerly vCloud Automation Center) seem to be coming quite often these days.  This post gives a quick overview on how to upgrade your current environment to the latest release.  Of course for official documentation, please check out VMware&amp;rsquo;s documentation for details.  &lt;a href=&#34;http://pubs.vmware.com/vra-62/topic/com.vmware.ICbase/PDF/vrealize-automation-62-upgrading.pdf&#34;&gt;vRealize Upgrade Instructions&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;pre-install-steps&#34;&gt;&lt;strong&gt;Pre-Install Steps&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Obviously you should ensure that you&amp;rsquo;ve got backups in the event something catastrophic should occur.  Be sure to grab a backup of the IaaS database, and snapshot your vRA appliances, as well as any of the servers running the IaaS components such as the Model Manager, DEM Workers, Orchestrators and Agents.  For this guide, we have a vRA appliance, and a single IaaS Server running the rest of the components.  A separate SQL Server is housing the database.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Before You Start PowerShell</title>
      <link>https://theithollow.com/2014/12/08/before-you-start-powershell/</link>
      <pubDate>Mon, 08 Dec 2014 14:21:36 +0000</pubDate>
      <guid>https://theithollow.com/2014/12/08/before-you-start-powershell/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/12/poshscreen1.png&#34;&gt;&lt;img alt=&#34;poshscreen1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/12/poshscreen1.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;PowerShell is an amazing tool that has limitless potential for Administrators, Engineers and Architects to automate routine tasks or do reporting on things their system management applications aren&amp;rsquo;t built for.  Whenever there is a task to be done on multiple systems and it might need to be done more than once, I find myself reaching for this valuable tool.&lt;/p&gt;
&lt;p&gt;The problem with PowerShell, just like a programming language is that it can be intimidating to get started.   This post is to give you a basic understanding of what you&amp;rsquo;ll be getting into before you start running PowerShell cmdlets.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Sense of Community</title>
      <link>https://theithollow.com/2014/10/13/sense-community/</link>
      <pubDate>Mon, 13 Oct 2014 13:28:24 +0000</pubDate>
      <guid>https://theithollow.com/2014/10/13/sense-community/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/10/community.jpg&#34;&gt;&lt;img alt=&#34;community&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/10/community-300x150.jpg&#34;&gt;&lt;/a&gt; I was asked by a coworker, why I blog.  He asked, &amp;ldquo;Why would you spend the time writing, when people have official documentation to use?&amp;rdquo;  His point was that it&amp;rsquo;s silly to write how-to articles about things that are already officially documented by a vendor.  To further his curiosity, he wanted to know why I would post things that could possibly get me into trouble if I&amp;rsquo;m posting negative things or incorrect information.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cloning Nested ESXi in Workstation</title>
      <link>https://theithollow.com/2014/10/06/cloning-nested-esxi-workstation/</link>
      <pubDate>Mon, 06 Oct 2014 14:41:04 +0000</pubDate>
      <guid>https://theithollow.com/2014/10/06/cloning-nested-esxi-workstation/</guid>
      <description>&lt;p&gt;I recently had to rebuild part of my home lab due to a very poor decision to host all of my nested ESXi hosts on a single SSD.  Kids, Do NOT do that at home!  Obviously this is a lab and budget was a constraint, but it was a bummer when my SSD finally failed.  It might be useful to review some steps used to build ESXi Servers inside VMware Workstation.  Especially since Workstation 10 can clone ESXi which makes things much quicker.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Free Bandwidth Monitoring</title>
      <link>https://theithollow.com/2014/09/29/free-bandwidth-monitoring/</link>
      <pubDate>Mon, 29 Sep 2014 13:01:30 +0000</pubDate>
      <guid>https://theithollow.com/2014/09/29/free-bandwidth-monitoring/</guid>
      <description>&lt;p&gt;When I work with smaller sized customers, I often hear that they don&amp;rsquo;t have any networking monitoring software available.  Usually there is some server monitoring there, and something that pings network devices, but nothing that can display how much bandwidth is being used, and when.&lt;/p&gt;
&lt;p&gt;If you are in this situation, I implore you to check out &lt;a href=&#34;http://www.paessler.com/prtg&#34;&gt;PRTG monitor&lt;/a&gt; from Paessler.   This is a great piece of software, that can do much more than monitor your Internet bandwidth, but that&amp;rsquo;s what I use it the most for.  There is a full version, but the free version will allow you to monitor up to 10 ports which is plenty if you&amp;rsquo;re just monitoring your WAN, or a few ports like your ESXi hosts in your home lab!&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Microsoft Guy Converted to Apple</title>
      <link>https://theithollow.com/2014/09/23/microsoft-guy-converted-apple/</link>
      <pubDate>Tue, 23 Sep 2014 13:34:18 +0000</pubDate>
      <guid>https://theithollow.com/2014/09/23/microsoft-guy-converted-apple/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/08/HelloMAC.jpg&#34;&gt;&lt;img alt=&#34;HelloMAC&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/08/HelloMAC-150x150.jpg&#34;&gt;&lt;/a&gt; I never thought that I&amp;rsquo;d be writing this post, but the day has come where I decided to switch to an Apple laptop.  If you&amp;rsquo;ve known me, you were probably aware of my disdain for Apple products.  I was of the opinion that they are offering the same equipment with a higher price tag and people who purchased that stuff were suckers.  So now, either I&amp;rsquo;ve been snookered into this mass hysteria of Mac Madness, or things aren&amp;rsquo;t really how I originally thought.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Add SSL Certificate to VMware vCOps</title>
      <link>https://theithollow.com/2014/09/02/add-ssl-certificate-vmware-vcops/</link>
      <pubDate>Tue, 02 Sep 2014 13:15:42 +0000</pubDate>
      <guid>https://theithollow.com/2014/09/02/add-ssl-certificate-vmware-vcops/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/piotr_halas_padlock1.png&#34;&gt;&lt;img alt=&#34;piotr_halas_padlock&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/piotr_halas_padlock1-150x150.png&#34;&gt;&lt;/a&gt; In this day and age, almost all the programs we interact with are web pages.  Many of the applications we deploy end up having a web front end and are configured with a default SSL Certificate.  It&amp;rsquo;s much more secure to have your own trusted certificate and in previous posts I&amp;rsquo;ve gone over how to setup the Public Key Infrastructure (PKI) in a home lab, as well as deploying Web Certificate Templates for our applications.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tech Field Day Extra</title>
      <link>https://theithollow.com/2014/08/20/tech-field-day-extra/</link>
      <pubDate>Wed, 20 Aug 2014 13:15:38 +0000</pubDate>
      <guid>https://theithollow.com/2014/08/20/tech-field-day-extra/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/08/TFD-Extra-Logo-150.png&#34;&gt;&lt;img alt=&#34;TFD-Extra-Logo-150&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/08/TFD-Extra-Logo-150.png&#34;&gt;&lt;/a&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/08/VMworld2014-tfd.jpg&#34;&gt;&lt;img alt=&#34;VMworld2014-tfd&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/08/VMworld2014-tfd.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hey! You got your VMworld in my Tech Field Day!&lt;/p&gt;
&lt;p&gt;The makers of &lt;a href=&#34;http://techfieldday.com/event/vmwus14/&#34;&gt;Tech Field Day&lt;/a&gt; are having an &amp;ldquo;Extra&amp;rdquo; set of sessions at VMworld 2014 this year in San Francisco.&lt;/p&gt;
&lt;p&gt;As you may already know, the Tech Field Day group gets together a set of delegates to engage with some vendors about a variety of solutions.  These discussions are all streamed live, as well as posted for later viewing.  The discussions are to be technical in nature and can be directed in a much different path than a normal &amp;ldquo;set&amp;rdquo; presentation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Replacing VMware vCenter SSL Certificates</title>
      <link>https://theithollow.com/2014/08/18/replacing-vmware-vcenter-ssl-certificates/</link>
      <pubDate>Mon, 18 Aug 2014 13:30:58 +0000</pubDate>
      <guid>https://theithollow.com/2014/08/18/replacing-vmware-vcenter-ssl-certificates/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/piotr_halas_padlock1.png&#34;&gt;&lt;img alt=&#34;piotr_halas_padlock&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/piotr_halas_padlock1-150x150.png&#34;&gt;&lt;/a&gt;  Congratulations, if you&amp;rsquo;ve made it this far, you&amp;rsquo;re almost done with the replacing of your VMware SSL Certificates!  If you&amp;rsquo;ve followed the previous posts, you&amp;rsquo;ll know that this has been a long path to completing your goal.  This post finishes installing those certificates on your vCenter server.  If you missed a part please check out the previous posts to get caught up.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://theithollow.com/2014/08/setup-home-lab-ssl-certificates-authority/&#34;&gt;Create a Home Lab Certificate Authority&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/2014/08/setup-home-lab-ssl-root-certificates/&#34;&gt;Deploy Root Certificates via Autoenrollment&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/2014/08/create-vmware-ssl-web-certificate/&#34;&gt;Create VMware-SSL Web Certificate Template&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/2014/08/create-vmware-ssl-certificate-requests/&#34;&gt;Create VMware Services Certificate Requests&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Create VMware SSL Certificate Requests</title>
      <link>https://theithollow.com/2014/08/14/create-vmware-ssl-certificate-requests/</link>
      <pubDate>Thu, 14 Aug 2014 13:20:47 +0000</pubDate>
      <guid>https://theithollow.com/2014/08/14/create-vmware-ssl-certificate-requests/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/piotr_halas_padlock.png&#34;&gt;&lt;img alt=&#34;piotr_halas_padlock&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/piotr_halas_padlock-150x150.png&#34;&gt;&lt;/a&gt; I&amp;rsquo;ve seen quite a few VMware environments where when you login, you get that silly error message about a certificate not being trusted.  This is something we can fix and more importantly be sure that the connections are trusted and encrypted.&lt;/p&gt;
&lt;h1 id=&#34;sslerror&#34;&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/SSLerror.png&#34;&gt;&lt;img alt=&#34;SSLerror&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/SSLerror.png&#34;&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;prerequisites&#34;&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Trusted root certificates deployed to workstations - &lt;a href=&#34;https://theithollow.com/2014/08/setup-home-lab-ssl-root-certificates/&#34; title=&#34;Setup Home Lab SSL Root Certificates&#34;&gt;Instructions for Lab Environment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Web-Certificate Template Deployed - &lt;a href=&#34;https://theithollow.com/2014/08/create-vmware-ssl-web-certificate/&#34; title=&#34;Create VMware SSL Web Certificate&#34;&gt;Instructions for Lab Environment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Certificate Authority Web Enrollment server  -  (If you followed the &lt;a href=&#34;https://theithollow.com/2014/08/setup-home-lab-ssl-certificates-authority/&#34; title=&#34;Setup Home Lab SSL Certificate Authority&#34;&gt;Lab Environment setup&lt;/a&gt; this should be on your CA already)&lt;/li&gt;
&lt;li&gt;Download &lt;a href=&#34;http://slproweb.com/products/Win32OpenSSL.html&#34;&gt;OpenSSL&lt;/a&gt; and install it.  I used 1.01h as the version for my lab which worked fine on a Server 2012 R2 Server which is also my vCenter Server.&lt;/li&gt;
&lt;li&gt;Download and install the &lt;a href=&#34;https://my.vmware.com/group/vmware/details?downloadGroup=SSL-TOOL-101&amp;amp;productId=285&#34;&gt;vCenter Certificate Automation Tool&lt;/a&gt; from VMware.  This is also found in the vCenter install media for vSphere 5.5.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I prefer to create my certificate requests right from the VMware vCenter Server, so I install both the SSL Automation Tool and OpenSSL directly on the vCenter Server.  If you&amp;rsquo;re using the VMware vCenter Server Appliance you&amp;rsquo;ll need to do this someplace else and there are some additional steps not listed in this post.  Please see this KB article for more info:  &lt;a href=&#34;http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;amp;docType=kc&amp;amp;docTypeID=DT_KB_1_1&amp;amp;externalId=2057223&#34;&gt;vCSA SSL Certs&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Create VMware SSL Web Certificate</title>
      <link>https://theithollow.com/2014/08/11/create-vmware-ssl-web-certificate/</link>
      <pubDate>Mon, 11 Aug 2014 13:05:30 +0000</pubDate>
      <guid>https://theithollow.com/2014/08/11/create-vmware-ssl-web-certificate/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/piotr_halas_padlock1.png&#34;&gt;&lt;img alt=&#34;piotr_halas_padlock&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/piotr_halas_padlock1-150x150.png&#34;&gt;&lt;/a&gt;  In order to replace our VMware SSL Certifactes, we need to create a web certificate template that we can then reuse to deploy all of the individual service certificates like vCenter, SSO, Update Manager, vCenter Orchestrator, etc.  This certificate will be issued on the vCenter Server and requested in a later process.&lt;/p&gt;
&lt;p&gt;In &lt;a href=&#34;https://theithollow.com/2014/08/setup-home-lab-ssl-certificates-authority&#34;&gt;part one of this series&lt;/a&gt;, we installed a certificate authority.&lt;/p&gt;
&lt;p&gt;In &lt;a href=&#34;https://theithollow.com/2014/08/setup-home-lab-ssl-root-certificates&#34;&gt;part two of this series&lt;/a&gt;, we deployed client authentication certificates to all our workstations and servers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Setup Home Lab SSL Root Certificates</title>
      <link>https://theithollow.com/2014/08/07/setup-home-lab-ssl-root-certificates/</link>
      <pubDate>Thu, 07 Aug 2014 13:52:44 +0000</pubDate>
      <guid>https://theithollow.com/2014/08/07/setup-home-lab-ssl-root-certificates/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/piotr_halas_padlock1.png&#34;&gt;&lt;img alt=&#34;piotr_halas_padlock&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/piotr_halas_padlock1-150x150.png&#34;&gt;&lt;/a&gt; Home Lab SSL Certificates aren&amp;rsquo;t exactly a high priority for most people, but they are something you might want to play with before you get into a production environment.  In &lt;a href=&#34;https://theithollow.com/2014/08/setup-home-lab-ssl-certificates-authority&#34;&gt;part one of this series&lt;/a&gt;, I went over installing an Enterprise Root CA just to get us up and running.  Again, be aware that for a production environment you should use an Offline Root CA and a Subordinate CA, but we&amp;rsquo;re in a lab and don&amp;rsquo;t need the additional layer of security.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Setup Home Lab SSL Certificate Authority</title>
      <link>https://theithollow.com/2014/08/04/setup-home-lab-ssl-certificates-authority/</link>
      <pubDate>Mon, 04 Aug 2014 13:15:58 +0000</pubDate>
      <guid>https://theithollow.com/2014/08/04/setup-home-lab-ssl-certificates-authority/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/piotr_halas_padlock.png&#34;&gt;&lt;img alt=&#34;piotr_halas_padlock&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/piotr_halas_padlock-150x150.png&#34;&gt;&lt;/a&gt; If you would like to setup SSL certificates for your home lab, this guide should get you to a minimal installation.  The goal of this post is to show you a basic way to setup certificates and should not be followed verbatim if you are planning a production deployment.  For one thing, this post uses an Enterprise Root Certificate Authority and in a production environment you really should have an offline Root CA and an online Subordinate CA for security purposes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Trouble Configuring the vCAC appliance</title>
      <link>https://theithollow.com/2014/07/28/trouble-configuring-vcac-appliance/</link>
      <pubDate>Mon, 28 Jul 2014 13:05:39 +0000</pubDate>
      <guid>https://theithollow.com/2014/07/28/trouble-configuring-vcac-appliance/</guid>
      <description>&lt;p&gt;I thought it was necessary to get this post out.  I&amp;rsquo;ve heard numerous people say that they&amp;rsquo;ve tried to install VMware&amp;rsquo;s vCloud Automation Center (vCAC) but for one reason or another it just didn&amp;rsquo;t seem to work.  I myself recently installed this and had issues, but somehow got it to install correctly on the third try.  If you&amp;rsquo;ve had trouble configuring the vCAC appliance then look for the tip below.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Know Heads from Tails about Linux</title>
      <link>https://theithollow.com/2014/07/21/know-heads-tails-linux/</link>
      <pubDate>Mon, 21 Jul 2014 13:26:20 +0000</pubDate>
      <guid>https://theithollow.com/2014/07/21/know-heads-tails-linux/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/1981-d-washington-quarter.png&#34;&gt;&lt;img alt=&#34;1981-d-washington-quarter&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/1981-d-washington-quarter.png&#34;&gt;&lt;/a&gt; There are a few Linux commands that vSphere Administrators should know for basic troubleshooting purposes and I wanted to take a second to review them in case you&amp;rsquo;ve typically been a Windows Administrator (like me).&lt;/p&gt;
&lt;p&gt;First, traversing the Linux file system is pretty similar to going through Windows directories from the command line.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;change directories&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Windows :  CD C:dirname&lt;/p&gt;
&lt;p&gt;Linux : cd /dirname&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Show files and folders&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Windows :  dir&lt;/p&gt;</description>
    </item>
    <item>
      <title>Get VMtools with PowerCLI 5.5 R2</title>
      <link>https://theithollow.com/2014/07/14/get-vmtools-powercli-5-5-r2/</link>
      <pubDate>Mon, 14 Jul 2014 13:01:45 +0000</pubDate>
      <guid>https://theithollow.com/2014/07/14/get-vmtools-powercli-5-5-r2/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/PowerCLI.jpg&#34;&gt;&lt;img alt=&#34;PowerCLI&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/PowerCLI.jpg&#34;&gt;&lt;/a&gt; VMtools is one of those nagging little pieces of software that always seems to be a pain to update.  Back in my System Administration days, I commonly needed to report on which VMs had different versions of VMtools, and I have to admit, this was a more difficult property to find from my PowerCLI toolkit.&lt;/p&gt;
&lt;p&gt;Take a look at the old way of finding my VMtools versions through PowerCLI.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Drive Type Changer</title>
      <link>https://theithollow.com/2014/07/07/vmware-drive-type-changer/</link>
      <pubDate>Mon, 07 Jul 2014 13:33:09 +0000</pubDate>
      <guid>https://theithollow.com/2014/07/07/vmware-drive-type-changer/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/nicubunu_Tools.png&#34;&gt;&lt;img alt=&#34;nicubunu_Tools&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/07/nicubunu_Tools-150x150.png&#34;&gt;&lt;/a&gt; There are a ton of features now that VMware has that may require either an SSD or a Non-SSD to be available in your ESXi host. Host Caching requires an SSD and Partner products like PernixData also require an SSD to be available on the host. VMware&amp;rsquo;s Virtual SAN (VSAN) currently require both an SSD and a Non-SSD to be available.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve seen that many people want to try out these products in a lab environment, but don&amp;rsquo;t want to go out and buy another disk just to familiarize themselves with the product. In these cases, you can fool ESXi into thinking there is a device of the type you want. This can be done by using the esxcli commands on the host as &lt;a href=&#34;http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;amp;cmd=displayKC&amp;amp;externalId=2013188&#34;&gt;documented here&lt;/a&gt; on VMware&amp;rsquo;s site.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dynamically Assigned Static IP Addresses...Huh?</title>
      <link>https://theithollow.com/2014/06/30/dynamically-assigned-static-ip-addresses-huh/</link>
      <pubDate>Mon, 30 Jun 2014 16:08:12 +0000</pubDate>
      <guid>https://theithollow.com/2014/06/30/dynamically-assigned-static-ip-addresses-huh/</guid>
      <description>&lt;p&gt;After a long day of working with Microsoft&amp;rsquo;s IPAM feature, I found that it might be possible to deploy my virtual servers with a static IP Address without going to look up an IP from an Excel spreadsheet or some other log.&lt;/p&gt;
&lt;p&gt;OK, let&amp;rsquo;s address the elephant in the room first.  I know that there is this thing called DHCP and that I can already automatically assign an IP addresss, but with that solution, my IP Address could change from time to time.  Typically, I create a DHCP Scope for servers that I&amp;rsquo;m just testing out, or need some dummy VMs with IP Addresses.  This way I don&amp;rsquo;t have to worry about looking up stuff before deploying a VM that I&amp;rsquo;m going to destroy again shortly afterwards.  I also use DHCP for PC&amp;rsquo;s, where I almost never care about the IP Address.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Test Connections from an ESXi Host Using vmkping</title>
      <link>https://theithollow.com/2014/06/23/test-connections-esxi-vmkping/</link>
      <pubDate>Mon, 23 Jun 2014 16:19:10 +0000</pubDate>
      <guid>https://theithollow.com/2014/06/23/test-connections-esxi-vmkping/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;ve been in a situation where you need to test connectivity, you&amp;rsquo;ve probably used the ping command.  But what do you do when you&amp;rsquo;re trying to test connectivity from an ESXi host?  Luckily there is a command called vmkping that will allow you to test from the host.&lt;/p&gt;
&lt;p&gt;The first thing that you need to do is to SSH into your ESXi host.  Turn the SSH Service on from the Configuration &amp;ndash;&amp;gt; Security Profile Tab.  Then you can use your favorite ssh client and remote into your host.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Log Insight 2.0</title>
      <link>https://theithollow.com/2014/06/16/vmware-log-insight-2-0/</link>
      <pubDate>Mon, 16 Jun 2014 14:30:34 +0000</pubDate>
      <guid>https://theithollow.com/2014/06/16/vmware-log-insight-2-0/</guid>
      <description>&lt;p&gt;VMware just announced their 2.0 version of Log Insight last week and for a logging product, it&amp;rsquo;s pretty cool.  Let&amp;rsquo;s face it, most of us don&amp;rsquo;t get up every morning and rush to our computer to check out the newest logging software on the market, but VMware Log Insight is still neat.&lt;/p&gt;
&lt;h1 id=&#34;installation&#34;&gt;&lt;strong&gt;Installation&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;The VMware Log Insight 2.0 product was shockingly easy to install for log management system.  In my experience, logging software makes you jump through so many hoops that you need to be a Parkour Ninja to do successfully, and some of which I would consider to be a &amp;quot; &lt;a href=&#34;https://theithollow.com/2014/06/cold-butter-solutions/&#34;&gt;Cold Butter IT Solution&lt;/a&gt;&amp;quot;, but not in this case.  The install comes in the form of an OVA and I won&amp;rsquo;t go through that process, but it&amp;rsquo;s very simple.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cold Butter IT Solutions</title>
      <link>https://theithollow.com/2014/06/09/cold-butter-solutions/</link>
      <pubDate>Mon, 09 Jun 2014 13:16:06 +0000</pubDate>
      <guid>https://theithollow.com/2014/06/09/cold-butter-solutions/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/06/20140529_172343.jpg&#34;&gt;&lt;img alt=&#34;20140529_172343&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/06/20140529_172343-168x300.jpg&#34;&gt;&lt;/a&gt; The other day I was making a grilled cheese sandwich for my son and it got me thinking.  The process of making one of these delicious morsels was similar to some of the IT solutions that I had worked with in the past.  Let me explain.&lt;/p&gt;
&lt;p&gt;First and foremost, lets define the objective.  The goal was to have a tasty grilled cheese sandwich for lunch.  This is not a difficult process and the steps are also fairly straight forward.&lt;/p&gt;</description>
    </item>
    <item>
      <title>It&amp;#039;s time to start thinking Ahead!</title>
      <link>https://theithollow.com/2014/05/22/time-start-thinking-ahead/</link>
      <pubDate>Thu, 22 May 2014 12:53:44 +0000</pubDate>
      <guid>https://theithollow.com/2014/05/22/time-start-thinking-ahead/</guid>
      <description>&lt;p&gt;For the past year I&amp;rsquo;ve been working as a Vice President for a startup consulting company that deals with distressed assets.  Think debt collections type stuff.  My role involved managing projects, providing technical consultations about things like PCI-DSS, HIPAA and infrastructure design. While this position was certainly challenging in its own ways, it was time for me to make a change.  I&amp;rsquo;m very excited to be joining the team at &lt;a href=&#34;http://thinkaheadit.com&#34;&gt;Ahead&lt;/a&gt;. &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/05/ahd-logo-hq.png&#34;&gt;&lt;img alt=&#34;ahd-logo-hq&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/05/ahd-logo-hq.png&#34;&gt;&lt;/a&gt; Ahead is a consulting company in downtown Chicago that offers a variety of services for IT delivery.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Out of your Comfort Zone</title>
      <link>https://theithollow.com/2014/05/19/comfort-zone/</link>
      <pubDate>Mon, 19 May 2014 13:03:52 +0000</pubDate>
      <guid>https://theithollow.com/2014/05/19/comfort-zone/</guid>
      <description>&lt;p&gt;I was recently approached to present the Keynote session for a few VMUG conferences and wanted to provide a perspective about the experience.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/05/ConnecticutVMUG-KeynoteMay2014-4.jpg&#34;&gt;&lt;img alt=&#34;ConnecticutVMUG-KeynoteMay2014-4&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/05/ConnecticutVMUG-KeynoteMay2014-4-1024x317.jpg&#34;&gt;&lt;/a&gt; Public Speaking is clearly not one of my top 10 things I&amp;rsquo;d like to spend my time doing.  Being a Systems Engineer, I don&amp;rsquo;t mind explaining things to a small group of people, but for the most part am a pretty quiet and reserved person who would prefer to stay in the shadows.  Don&amp;rsquo;t get me wrong, if asked to weigh in, I have had no problem providing feedback or participate in a conversation, especially if it&amp;rsquo;s something I&amp;rsquo;m knowledgeable about, but for the most part, I&amp;rsquo;m pretty shy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vCNS Edge SSL VPN</title>
      <link>https://theithollow.com/2014/05/13/vcns-edge-ssl-vpn/</link>
      <pubDate>Tue, 13 May 2014 14:00:14 +0000</pubDate>
      <guid>https://theithollow.com/2014/05/13/vcns-edge-ssl-vpn/</guid>
      <description>&lt;p&gt;A secured, remote connection to your data is a requirement for almost all network designs these days.  Mobility, telecommuting and late night help desk calls have created an environment that needs to have access to the local network in a secure fashion.  vCNS Edge can provide these services to your virtual infrastructure.&lt;/p&gt;
&lt;p&gt;In previous posts, I’ve walked through &lt;a href=&#34;https://theithollow.com/2014/03/getting-started-vcns/&#34;&gt;installing vCNS Manager&lt;/a&gt; and &lt;a href=&#34;http://wp.me/p32uaN-Tb&#34;&gt;installing vCNS Edge appliances&lt;/a&gt;.  These are prerequisites to setting up SSL VPN on the VMware vCloud Network and Security appliance..&lt;/p&gt;</description>
    </item>
    <item>
      <title>No More Data Plane Administrators</title>
      <link>https://theithollow.com/2014/04/22/data-plane-administrators/</link>
      <pubDate>Tue, 22 Apr 2014 14:05:17 +0000</pubDate>
      <guid>https://theithollow.com/2014/04/22/data-plane-administrators/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/04/download.jpg&#34;&gt;&lt;img alt=&#34;download&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/04/download.jpg&#34;&gt;&lt;/a&gt; There are two terms used in IT that are often used in conjunction when learning about how technologies are built.  These two terms are &amp;ldquo;Control Plane&amp;rdquo; and &amp;ldquo;Data Plane&amp;rdquo;.  A quick and dirty definition of these two terms would be:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Control Plane -&lt;/strong&gt; The decision making part of any system.  Usually considered the brains of the system.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data Plane -&lt;/strong&gt; The part of a system that carries out an operation.  This would be the routine tasks needed to make the system work.&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Just as a sidebar, if you are looking for me to site my source on those definitions you&amp;rsquo;re out of luck.  These are my basic definitions that I&amp;rsquo;ve made up for purposes of this post.  If for some reason these definitions become common place, then I want some royalties.  :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>vCNS Edge Network Address Translation</title>
      <link>https://theithollow.com/2014/04/15/vcns-edge-network-address-translation/</link>
      <pubDate>Tue, 15 Apr 2014 14:43:12 +0000</pubDate>
      <guid>https://theithollow.com/2014/04/15/vcns-edge-network-address-translation/</guid>
      <description>&lt;p&gt;VMware vCloud Networking and Security (vCNS) can provide Network Address Translation (NAT) services from the vCNS Edge appliance.&lt;/p&gt;
&lt;p&gt;There are two types of NAT that the edge appliance can provide.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Destination NAT (DNAT) is used to provide access to a private IP Address from a (usually) public IP Address for incoming traffic.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Source NAT (SNAT) is used to translate a private IP Address into a (usually) public IP Address for outgoing traffic. This type of NAT can also be called &amp;ldquo;masquerading&amp;rdquo;.  (It&amp;rsquo;s a subtle difference that we won&amp;rsquo;t go into in this post.)&lt;/p&gt;</description>
    </item>
    <item>
      <title>vCNS Edge DHCP</title>
      <link>https://theithollow.com/2014/04/10/vcns-edge-dhcp/</link>
      <pubDate>Thu, 10 Apr 2014 13:38:41 +0000</pubDate>
      <guid>https://theithollow.com/2014/04/10/vcns-edge-dhcp/</guid>
      <description>&lt;p&gt;One of the most basic tasks that happens on a network is assigning IP Addresses.  Once a VMware vCNS Edge appliance has been deployed, you can now hand out IP address through Dynamic Host Control Protocol (DHCP).&lt;/p&gt;
&lt;p&gt;In previous posts, I&amp;rsquo;ve walked through &lt;a href=&#34;https://theithollow.com/2014/03/getting-started-vcns/&#34;&gt;installing vCNS Manager&lt;/a&gt; and &lt;a href=&#34;http://wp.me/p32uaN-Tb&#34;&gt;installing vCNS Edge appliances&lt;/a&gt;.  These are prerequisites to setting up DHCP on the VMware vCloud Network and Security appliance.&lt;/p&gt;
&lt;h1 id=&#34;vcns-edge-dhcp-setup&#34;&gt;&lt;strong&gt;vCNS Edge DHCP Setup&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;Log into your vShield Manager and click on the Datacenter.  Click the &amp;ldquo;Network Virtualization&amp;rdquo; Tab where you&amp;rsquo;ll find the Edge appliance you&amp;rsquo;ve already deployed.  Go to Actions and click &amp;ldquo;Manage&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Deploy vCNS Edge</title>
      <link>https://theithollow.com/2014/04/07/deploy-vcns-edge/</link>
      <pubDate>Mon, 07 Apr 2014 13:32:07 +0000</pubDate>
      <guid>https://theithollow.com/2014/04/07/deploy-vcns-edge/</guid>
      <description>&lt;p&gt;vCloud Networking and Security has the capabilities to provide edge services inside of your virtual environment.  Edge firewalls, network address translation, DHCP, routing are all things that vCNS Edge can do for you.  This post goes into the steps necessary to deploy vCNS Edge.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I should mention that vCNS and the previous name vShield may be used interchangeably in this article.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1 id=&#34;logical-diagram&#34;&gt;Logical Diagram&lt;/h1&gt;
&lt;p&gt;The picture below is a diagram of what our environment will look like when we&amp;rsquo;re done.  We have production VMs as you might expect, and our new vCNS Edge VM.  We&amp;rsquo;ve also got our new Edge network and a Shielded VM which will not be connected to the production vSwitch directly.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sony MDS-X10 Giveaway courtesy of Veeam</title>
      <link>https://theithollow.com/2014/03/31/sony-mds-x10-giveaway-courtesy-veeam/</link>
      <pubDate>Mon, 31 Mar 2014 13:12:39 +0000</pubDate>
      <guid>https://theithollow.com/2014/03/31/sony-mds-x10-giveaway-courtesy-veeam/</guid>
      <description>&lt;p&gt;We&amp;rsquo;ll be giving away a pair of the Sony MDR-X10 headphones courtesy of &lt;a href=&#34;http://veeam.com&#34;&gt;Veeam&lt;/a&gt;.  If you&amp;rsquo;re in the market for a stylish set of shiny new headphones and don&amp;rsquo;t want to shell out hard earned cash for them, this is your lucky day. &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/03/SONYMDR.png&#34;&gt;&lt;img alt=&#34;SONYMDR&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/03/SONYMDR-260x300.png&#34;&gt;&lt;/a&gt;&lt;img alt=&#34;veeam&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/03/veeam-300x141.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;During the vsphere-land.com top virtualization blog contest I was fortunate enough to win a pair of these to give away on my site.  Here is how you can win a pair of these headphones for yourself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Website Badges for Top 50 vsphere-land Bloggers -2014</title>
      <link>https://theithollow.com/2014/03/27/website-badges-top-50-vsphere-land-bloggers-2014/</link>
      <pubDate>Thu, 27 Mar 2014 15:15:35 +0000</pubDate>
      <guid>https://theithollow.com/2014/03/27/website-badges-top-50-vsphere-land-bloggers-2014/</guid>
      <description>&lt;p&gt;Each year &lt;a href=&#34;https://twitter.com/ericsiebert&#34;&gt;Eric Siebert&lt;/a&gt; at &lt;a href=&#34;http://vsphere-land.com&#34;&gt;vsphere-land.com&lt;/a&gt; has a voting process where you can cast your ballot for your favorite virtualization blogs.  He lists those blogs on his &lt;a href=&#34;http://vlp.vsphere-land.com/&#34;&gt;vlaunchpad&lt;/a&gt; site if you&amp;rsquo;re curious to see who made the list.&lt;/p&gt;
&lt;p&gt;Luckily again this year my friends over at &lt;a href=&#34;http://whateverinspires.com&#34;&gt;whateverinspires.com&lt;/a&gt; were kind enough to provide a logo for any bloggers who made this prestigious list.  This year there are Gold, Silver, and Bronze badges depending on your status.  If you made the list, please feel free to download the image and use it on your site.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vShield Endpoint - Trend Micro Deep Security (Part 1)</title>
      <link>https://theithollow.com/2014/03/24/vshield-endpoint-trend-micro-deep-security/</link>
      <pubDate>Mon, 24 Mar 2014 13:03:24 +0000</pubDate>
      <guid>https://theithollow.com/2014/03/24/vshield-endpoint-trend-micro-deep-security/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re a vSphere Administrator and have compliance regulations to deal with, vShield Endpoint might save you a lot of hassle.  From my own experience with PCI-DSS, it was important to limit the cardholder data environment scope.  The fewer devices that touch credit card data, the fewer items that had to be protected.  In the same breath, it was important to have Anti-Virus, malware protection, firewall rules and file integrity monitoring.  vShield Endpoint allows for all of these things to be handled in a single package.  This post looks specifically at Trend Micro&amp;rsquo;s Deep Security Product.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vShield Endpoint - Trend Micro Deep Security (Part 2)</title>
      <link>https://theithollow.com/2014/03/24/vshield-endpoint-trend-micro-deep-security-part-2/</link>
      <pubDate>Mon, 24 Mar 2014 13:02:02 +0000</pubDate>
      <guid>https://theithollow.com/2014/03/24/vshield-endpoint-trend-micro-deep-security-part-2/</guid>
      <description>&lt;p&gt;In the &lt;a href=&#34;http://wp.me/p32uaN-QT&#34;&gt;first post&lt;/a&gt; in this series, we deployed the vShield Endpoint host driver and installed the Trend Micro Deep Security Manager on a Windows VM.&lt;/p&gt;
&lt;h1 id=&#34;trend-micro-deep-security-appliance-deployment&#34;&gt;Trend Micro Deep Security Appliance Deployment&lt;/h1&gt;
&lt;p&gt;First, we need to login to the Deep Security Manager which is conveniently accessed as a web page.  Go the the DNS name of the Manager that you entered during the setup wizard in &lt;a href=&#34;http://wp.me/p32uaN-QT&#34;&gt;part 1&lt;/a&gt; of this series.  Log in with the username and password that you specified.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vShield Endpoint - Trend Micro Deep Security (Part 3)</title>
      <link>https://theithollow.com/2014/03/24/vshield-endpoint-trend-micro-deep-security-part-3/</link>
      <pubDate>Mon, 24 Mar 2014 13:01:49 +0000</pubDate>
      <guid>https://theithollow.com/2014/03/24/vshield-endpoint-trend-micro-deep-security-part-3/</guid>
      <description>&lt;p&gt;The first parts of this series focused mainly on how to install the Trend Micro Deep Security product and how to prepare your environment.  This post shows you a bit more of what can be accomplished with the product.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://wp.me/p32uaN-QT&#34;&gt;vShield Endpoint Part 1&lt;/a&gt; &lt;a href=&#34;http://wp.me/p32uaN-RD&#34;&gt;vSheidl Endpoint Part 2&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&#34;policies&#34;&gt;Policies&lt;/h1&gt;
&lt;p&gt;This is the guts of the product.  All the configurations you&amp;rsquo;ve done up to this point have been leading up to a solution that can help secure your environment and possibly make it comply with a regulatory body.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting started with vCNS</title>
      <link>https://theithollow.com/2014/03/17/getting-started-vcns/</link>
      <pubDate>Mon, 17 Mar 2014 14:07:03 +0000</pubDate>
      <guid>https://theithollow.com/2014/03/17/getting-started-vcns/</guid>
      <description>&lt;p&gt;VMware has a very nice solution for managing network access between virtual machines.  In a physical environment, blocking access between servers would require routing network traffic through a firewall.  This might mean several vlans, subnets and routes.  Luckily now that many infrastructures are virtual we have an alternative.  vCloud Networking and Security (vCNS) is a solution that can be used to block traffic between virtual machines.&lt;/p&gt;
&lt;p&gt;vCNS can be a bit intimidating so this is a quick, getting started, guide on how you can test it out in your environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Virtualization Field Day 3 Twitter Statistics</title>
      <link>https://theithollow.com/2014/03/10/virtualization-field-day-3-twitter-statistics/</link>
      <pubDate>Mon, 10 Mar 2014 13:05:38 +0000</pubDate>
      <guid>https://theithollow.com/2014/03/10/virtualization-field-day-3-twitter-statistics/</guid>
      <description>&lt;p&gt;When there is a big event that I&amp;rsquo;m affiliated with, I like to do some quick analysis on the twitter statistics, just to put things into some perspective.  For this query, we&amp;rsquo;ve looked at all tweets with the hashtag #VFD3 from March 5th - 7th specifically.  This should take into account most of the Virtualization Field Day 3 Twitter Statistics.&lt;/p&gt;
&lt;p&gt;Enjoy.  Oh and some of you tweet WAAAAAY to much. :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Virtualization Field Day 3 Live Stream</title>
      <link>https://theithollow.com/2014/03/05/virtualization-field-day-3-live-stream/</link>
      <pubDate>Wed, 05 Mar 2014 17:30:42 +0000</pubDate>
      <guid>https://theithollow.com/2014/03/05/virtualization-field-day-3-live-stream/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/01/VFD-Logo-400x398.png&#34;&gt;&lt;img alt=&#34;VFD-Logo-400x398&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/01/VFD-Logo-400x398.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Watch the Virtualization FIeld Day 3 Sessions live!&lt;/p&gt;
&lt;p&gt;Please feel free to check out the live stream and live tweets from the event.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://techfieldday.com/event/vfd3/&#34;&gt;www.techfieldday.com&lt;/a&gt; &lt;a href=&#34;https://twitter.com/search?q=%23VFD3&#34;&gt;Tweets about &amp;ldquo;#VFD3&amp;rdquo;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>vCenter HA Datastore Heartbeats</title>
      <link>https://theithollow.com/2014/03/03/vcenter-ha-datastore-heartbeats/</link>
      <pubDate>Mon, 03 Mar 2014 15:00:02 +0000</pubDate>
      <guid>https://theithollow.com/2014/03/03/vcenter-ha-datastore-heartbeats/</guid>
      <description>&lt;p&gt;High Availability is a great reason to virtualize your servers.  It can help reduce downtime by automatically rebooting virtual machines in the case of a host failure.  But, a relatively minor host issue should not cause the reboot of all of your virtual machines.  This is where vCenter HA datastore heartbeats are useful. Let&amp;rsquo;s first look at a basic example of HA.  Below is our normal environment with no failures.  We have a few VMs on each host and the hosts are connected to a pair of datastores and a network switch. &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/02/Heartbeats1.png&#34;&gt;&lt;img alt=&#34;Heartbeats1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/02/Heartbeats1.png&#34;&gt;&lt;/a&gt;     Now assume we have a host failure, we now need to have HA kick in and reboot the virtual machines on the failed host, over on the still working hosts. &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/02/Heartbeats2.png&#34;&gt;&lt;img alt=&#34;Heartbeats2&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/02/Heartbeats2.png&#34;&gt;&lt;/a&gt;     HA is working great and is a great feature, but lets take a look at what happens if the Management network were to fail.  Without datastore heartbeats involved, the two hosts wouldn&amp;rsquo;t be able to communicate with each other over the network so the two of them would assume that the other was failed.  But by looking at the example below we can see that even though the Management network is down, the virtual machines and their network is working just fine.  This means that no outages are being noticed by end users so we DON&amp;rsquo;T want HA to kick in because the virtual machines will restart. &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/02/Heartbeats3.png&#34;&gt;&lt;img alt=&#34;Heartbeats3&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/02/Heartbeats3.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>2014 Virtualization Blog Voting Now Open</title>
      <link>https://theithollow.com/2014/02/27/2014-virtualization-blog-voting-now-open/</link>
      <pubDate>Thu, 27 Feb 2014 11:40:06 +0000</pubDate>
      <guid>https://theithollow.com/2014/02/27/2014-virtualization-blog-voting-now-open/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/01/vote.png&#34;&gt;&lt;img alt=&#34;vote&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/01/vote.png&#34;&gt;&lt;/a&gt; Every year Eric Seibert puts together a list of the top virtualization blogs on his site &lt;a href=&#34;http://vsphere-land.com&#34;&gt;vsphere-land.com&lt;/a&gt;.  This year there are about 300 different sites to vote for including theITHollow.com!   Last year, this site was reaching a year old and was voted number 49 on the list of top 50 blogs.  This was a great feeling, knowing the amazing content that is out on the web, and I appreciate everyone who voted.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HP OneView Initial Thoughts</title>
      <link>https://theithollow.com/2014/02/24/hp-oneview-initial-thoughts/</link>
      <pubDate>Mon, 24 Feb 2014 14:37:44 +0000</pubDate>
      <guid>https://theithollow.com/2014/02/24/hp-oneview-initial-thoughts/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/02/ONEVIEW.jpg&#34;&gt;&lt;img alt=&#34;ONEVIEW&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/02/ONEVIEW-300x204.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;HP Recently announced OneView which looks to be poised to manage their converged infrastructure, and datacenter products.  As the name might suggest it can be used to manage all your HP products from one console.  One of the things that grabbed me was that it is deployed to a vSphere environment with an OVA file which makes it super easy to deploy.  In the past some of the HP Management tools like Insight Control required a whole slew of prerequisites before the product could actually be installed.  Once that was installed, there was a tedious process of configuring it with all of your network devices and if you didn&amp;rsquo;t configure them in the right order, they wouldn&amp;rsquo;t relate to each other correctly.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Virtualization Field Day 3</title>
      <link>https://theithollow.com/2014/02/17/virtualization-field-day-3/</link>
      <pubDate>Mon, 17 Feb 2014 13:31:42 +0000</pubDate>
      <guid>https://theithollow.com/2014/02/17/virtualization-field-day-3/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/01/VFD-Logo-400x398.png&#34;&gt;&lt;img alt=&#34;VFD-Logo-400x398&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/01/VFD-Logo-400x398.png&#34;&gt;&lt;/a&gt;  I&amp;rsquo;m am very excited and honored to be voted in as a delegate for the &lt;a href=&#34;http://techfieldday.com/event/vfd3/&#34;&gt;Virtualization Field Day 3&lt;/a&gt; event in Silicon Valley on March 5th through the 7th.&lt;/p&gt;
&lt;p&gt;This is an event that gets a group of independent delegates together and reviews, provides feedback and comments on different types of technology that are entering or shaping the virtualization segment of the Information Technology industry.  Great companies with new products can come and give demonstrations on their solutions.  If they have merit these delegates will likely tout how impressive they are through their social media channels, but if they have deficiencies are likely to point them out.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PernixData FVP 1.5 Beta</title>
      <link>https://theithollow.com/2014/01/28/pernixdata-fvp-1-5-beta/</link>
      <pubDate>Tue, 28 Jan 2014 14:50:50 +0000</pubDate>
      <guid>https://theithollow.com/2014/01/28/pernixdata-fvp-1-5-beta/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2014/01/pernixdata.jpg&#34;&gt;&lt;img alt=&#34;pernixdata&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2014/01/pernixdata-300x166.jpg&#34;&gt;&lt;/a&gt; Good news for all of you eagerly awaiting the next iteration of the PernixData FVP software.  Version 1.5 is now in Beta and you can request the download for your own testing from the following link  &lt;a href=&#34;http://info.pernixdata.com/Betaprogram&#34;&gt;http://info.pernixdata.com/Betaprogram&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Disclosure:  At the time of this writing I am a PernixPro which entitles me to early access to software, licenses or other merchandise.  The thoughts expressed in this post are my own and have not been vetted by PernixData.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2013 Thank You</title>
      <link>https://theithollow.com/2013/12/30/2013-thank/</link>
      <pubDate>Mon, 30 Dec 2013 16:00:05 +0000</pubDate>
      <guid>https://theithollow.com/2013/12/30/2013-thank/</guid>
      <description>&lt;p&gt;It has been an exciting year and I wanted to take a second to thank the sponsors of theITHollow.com.  Maintaining a blog and putting out new content on a regular basis is a time-consuming activity and also costs money.  Luckily, I&amp;rsquo;ve got some great sponsors and I look forward to working with them again next year.&lt;/p&gt;
&lt;h1 id=&#34;thank-you-to&#34;&gt;&lt;strong&gt;Thank you to:&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;http://www.infinio.com/&#34;&gt;&lt;img alt=&#34;infinio&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/12/infinio.jpg&#34;&gt;&lt;/a&gt;&lt;a href=&#34;http://www.veeam.com&#34;&gt;&lt;img alt=&#34;veeam&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/12/veeam.jpg&#34;&gt;&lt;/a&gt;&lt;a href=&#34;http://www.zerto.com/&#34;&gt;&lt;img alt=&#34;zerto&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/12/zerto.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also a BIG THANK YOU to  Erik and Carolyn Schonsett for the awesome graphics on my site.  If you&amp;rsquo;d like to see more of their work, or need graphics of your own, check out:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cloud Physics has cards forfrom everyone</title>
      <link>https://theithollow.com/2013/12/09/cloud-physics/</link>
      <pubDate>Mon, 09 Dec 2013 14:02:37 +0000</pubDate>
      <guid>https://theithollow.com/2013/12/09/cloud-physics/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;cloudphysics.com&#34;&gt;&lt;img alt=&#34;CloudPhysicsBooth&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/11/CloudPhysicsBooth.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cloud Physics generated a lot of buzz during the 2012 VMworld in San Francisco.  I remember them sharing a booth with Fusion-IO and having a large crowd most of the time.  They had a little different idea about how to get viability into vSphere environments and it was through the concept of cards.&lt;/p&gt;
&lt;p&gt;The Installation of Cloud Physics may be one of the simplest ever done.&lt;/p&gt;
&lt;p&gt;1.  Go to the &lt;a href=&#34;http://cloudphysics.com&#34;&gt;CloudPhysics site&lt;/a&gt; and sign up for their service.  (There is a 30 day free trial available as well).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Zerto for Disaster Recovery</title>
      <link>https://theithollow.com/2013/12/02/zerto-disaster-recovery/</link>
      <pubDate>Mon, 02 Dec 2013 14:01:46 +0000</pubDate>
      <guid>https://theithollow.com/2013/12/02/zerto-disaster-recovery/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/11/ZertoVMworld.jpg&#34;&gt;&lt;img alt=&#34;ZertoVMworld&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/11/ZertoVMworld.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As many of you know I&amp;rsquo;ve been a fan of the VMware Product called Site Recovery Manager (SRM) for a disaster recovery solution, I even wrote an &lt;a href=&#34;https://theithollow.com/2013/11/2671/&#34; title=&#34;VMware Site Recovery Manager 5.5 Guide&#34;&gt;SRM 5.5 Guide&lt;/a&gt; for using it.&lt;/p&gt;
&lt;p&gt;But many people I talked to told me to check out Zerto as a DR solution because of how simple it was to use and setup.  I figured that I owed it to them to at least try them out, and so they are now in my lab.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Maxta out of Stealth Mode</title>
      <link>https://theithollow.com/2013/11/13/maxta-stealth-mode/</link>
      <pubDate>Wed, 13 Nov 2013 14:16:29 +0000</pubDate>
      <guid>https://theithollow.com/2013/11/13/maxta-stealth-mode/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;maxta.com&#34;&gt;&lt;img alt=&#34;Maxta logo&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/11/Maxta-logo.jpg&#34;&gt;&lt;/a&gt; I recently had the opportunity to check out a new product called Maxta.  If you&amp;rsquo;re not familiar with the company yet, that&amp;rsquo;s ok as it&amp;rsquo;s just now hitting the market with some vigor.&lt;/p&gt;
&lt;p&gt;The Generally Available (GA) version of Maxta is a software-centric solution that make the most out of storage all ready available on your servers.&lt;/p&gt;
&lt;p&gt;Maxta takes local storage on your ESXi hosts and creates a VMware datastore out of it.  At first glance it&amp;rsquo;s hard not to immediately compare it to VMware new VSAN solution that is coming soon.  Aside from the fact that Maxta is available right now, there are some other major differences.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End User VMware Console with PowerCLI</title>
      <link>https://theithollow.com/2013/11/11/end-user-vmware-console-powercli/</link>
      <pubDate>Mon, 11 Nov 2013 14:33:18 +0000</pubDate>
      <guid>https://theithollow.com/2013/11/11/end-user-vmware-console-powercli/</guid>
      <description>&lt;p&gt;After watching Alan Renouf&amp;rsquo;s video about &lt;a href=&#34;http://pubs.vmware.com/vsphere-55/index.jsp?topic=%2Fcom.vmware.powercli.cmdletref.doc%2FOpen-VMConsoleWindow.html&#34;&gt;Open-VMConsoleWindow&lt;/a&gt;, I got excited about PowerShell again.  In my current job I don&amp;rsquo;t get to do much scripting anymore but wanted to give building a form for PowerCLI a try.  I&amp;rsquo;ve secretly wanted to be a programmer as long as I didn&amp;rsquo;t have to do it full time.  :)&lt;/p&gt;
&lt;p&gt;Using the video from Alan, and a Video from the LazyWinAdmin (included in this post) I created a fairly simple form that could run some commands on my home lab.  My main goal was get a refresher on some PowerCLI and how to use Primal Forms.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMworld EU 2013 Twitter Statistics</title>
      <link>https://theithollow.com/2013/10/22/vmworld-eu-2013-twitter-statistics/</link>
      <pubDate>Tue, 22 Oct 2013 12:55:11 +0000</pubDate>
      <guid>https://theithollow.com/2013/10/22/vmworld-eu-2013-twitter-statistics/</guid>
      <description>&lt;p&gt;I was asked to provide some twitter statistics for VMworld -Barcelona like I did for the &lt;a href=&#34;https://theithollow.com/2013/09/vmworld-twitter-statistics/&#34; title=&#34;VMworld twitter statistics&#34;&gt;VMworld San Francisco&lt;/a&gt; this year.&lt;/p&gt;
&lt;p&gt;Here were the results&lt;/p&gt;
&lt;h1 id=&#34;vmworld&#34;&gt;&lt;strong&gt;#VMWorld&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter1.png&#34;&gt;&lt;img alt=&#34;twitter1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter1.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter6.png&#34;&gt;&lt;img alt=&#34;twitter6&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter6.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter7-vmworld.png&#34;&gt;&lt;img alt=&#34;twitter7-vmworld&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter7-vmworld.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Tweets by time of day are as of US Central timezone.  This is why there are so many at 2am.  Central time is -7 hours behind Barcelona.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter3.png&#34;&gt;&lt;img alt=&#34;twitter3&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter3.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&#34;most-mentions-twitter4&#34;&gt;Most Mentions &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter4.png&#34;&gt;&lt;img alt=&#34;twitter4&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter4.png&#34;&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;tweet-map&#34;&gt;Tweet Map&lt;/h1&gt;
&lt;h1 id=&#34;twitter5&#34;&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter5.png&#34;&gt;&lt;img alt=&#34;twitter5&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter5.png&#34;&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;vexpert&#34;&gt;#vExpert&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter1-vexpert.png&#34;&gt;&lt;img alt=&#34;twitter1-vexpert&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter1-vexpert.png&#34;&gt;&lt;/a&gt;  &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter3-vexpert.png&#34;&gt;&lt;img alt=&#34;twitter3-vexpert&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter3-vexpert.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&#34;twitter7-vexpert&#34;&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter7-vexpert.png&#34;&gt;&lt;img alt=&#34;twitter7-vexpert&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter7-vexpert.png&#34;&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h1 id=&#34;most-mentions&#34;&gt;Most Mentions&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter4-vexpert.png&#34;&gt;&lt;img alt=&#34;twitter4-vexpert&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter4-vexpert.png&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter6-vexpert.png&#34;&gt;&lt;img alt=&#34;twitter6-vexpert&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter6-vexpert.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&#34;vcdx&#34;&gt;&lt;strong&gt;#VCDX&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter1-vcdx.png&#34;&gt;&lt;img alt=&#34;twitter1-vcdx&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter1-vcdx.png&#34;&gt;&lt;/a&gt;  &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter3-vcdx.png&#34;&gt;&lt;img alt=&#34;twitter3-vcdx&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/twitter3-vcdx.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Fault Tolerance (FT)</title>
      <link>https://theithollow.com/2013/10/21/vmware-fault-tolerance-ft/</link>
      <pubDate>Mon, 21 Oct 2013 13:00:53 +0000</pubDate>
      <guid>https://theithollow.com/2013/10/21/vmware-fault-tolerance-ft/</guid>
      <description>&lt;figure&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/olsontwins-300x277.png&#34;
         alt=&#34; I think the Olsen twins have been using FT longer than VMware has.&#34; width=&#34;300&#34;/&gt; &lt;figcaption&gt;
            &lt;p&gt;I think the Olsen twins have been using FT longer than VMware has.&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Awesome!  So you&amp;rsquo;ve got your brand new shiny VMware cluster all setup with HA and think, &amp;ldquo;Man, I&amp;rsquo;m in great shape now.  Downtime is a thing of the past!&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Well, not so fast!  VMware High Availability just means that if a physical host fails, the virtual machines can reboot on another host which LIMITS your downtime.  What if your machines are so critical that you can&amp;rsquo;t have this reboot time in the case of a host failure?  The answer might be VMware Fault Tolerance (FT).&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware vCOps 5.8 Announced</title>
      <link>https://theithollow.com/2013/10/15/vmware-vcops-5-8-announced/</link>
      <pubDate>Tue, 15 Oct 2013 08:00:30 +0000</pubDate>
      <guid>https://theithollow.com/2013/10/15/vmware-vcops-5-8-announced/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/Health.png&#34;&gt;&lt;img alt=&#34;Health&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/Health.png&#34;&gt;&lt;/a&gt; Today, VMware announced the new and much improved VMware vCenter Operations Management 5.8.&lt;/p&gt;
&lt;p&gt;The new features of 5.8 are poised to make this version of vCOps much more useful to hybrid environments that use both ESXi and Hyper-V, or hybrid cloud environments that utilize vCloud Director and Amazon Web Services.&lt;/p&gt;
&lt;h1 id=&#34;extensibilty&#34;&gt;&lt;strong&gt;Extensibilty&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;VMware has taken the approach that vCOps needs to be able to change quickly so that multiple types of platforms can be monitored from a the application.  Being able to quickly handle different types of environments will likely increase the adoption of a VMware application, but it&amp;rsquo;s good for everyone.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chicago VMUG User Conference Oct 22nd</title>
      <link>https://theithollow.com/2013/10/09/chicago-vmug-user-conference-oct-22nd/</link>
      <pubDate>Wed, 09 Oct 2013 13:59:20 +0000</pubDate>
      <guid>https://theithollow.com/2013/10/09/chicago-vmug-user-conference-oct-22nd/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/09/VMUG.png&#34;&gt;&lt;img alt=&#34;VMUG&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/09/VMUG-300x95.png&#34;&gt;&lt;/a&gt; The annual Chicago VMUG Users Conference will be held on Tuesday October 22nd and you will not want to miss this one.  With the recent announcements at VMworld, this will be a great opportunity to learn about the new offerings that will affect the industry.  Oh, and by the way, there is an opportunity to win a brand new VMware home lab valued at $4000.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/JayCuthrell.png&#34;&gt;&lt;img alt=&#34;JayCuthrell&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/JayCuthrell.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Jay Cuthrell is a thought leader within the Office of the CTO at &lt;a href=&#34;http://vce.com/&#34;&gt;VCE&lt;/a&gt; (A company formed by Cisco and EMC with investments from VMware, and Intel) working with service providers, systems integrators, ISVs, and media &amp;amp; entertainment companies to deliver converged infrastructure. He is a frequent industry speaker currently based on the West Coast of the United States. Previously, as a strategic technology consultant with &lt;a href=&#34;http://cuthrell.com/&#34;&gt;cuthrell.com&lt;/a&gt; he worked with service providers, startup companies, and investment groups in addition to writing for ReadWrite and Telecompetitor. He has held CTO, VP, and GM roles at Digitel and NeoNova (an Azure Capital and Bridgescale Partners portfolio company) and infrastructure consulting roles working domestically and internationally for Fortune 500 clients. He also served at Scient (formerly iXL now Publicis), Nortel, Analysts International, IBM, and NCSU College of Engineering. He holds a BS in Materials Science and Engineering from North Carolina State University and grew up in Beaufort, NC. His blog can be found at &lt;a href=&#34;http://fudge.org/&#34;&gt;fudge.org&lt;/a&gt; &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/09/symantec.png&#34;&gt;&lt;img alt=&#34;symantec&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/09/symantec.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware 5.5 Upgrade Tips</title>
      <link>https://theithollow.com/2013/09/24/vmware-5-5-upgrade-tips/</link>
      <pubDate>Tue, 24 Sep 2013 13:44:54 +0000</pubDate>
      <guid>https://theithollow.com/2013/09/24/vmware-5-5-upgrade-tips/</guid>
      <description>&lt;p&gt;vSphere 5.5 went GA on Sept 22nd 2013.  If you&amp;rsquo;re ready to upgrade your home or work environment, here are some suggestions:&lt;/p&gt;
&lt;p&gt;Upgrade order&lt;/p&gt;
&lt;p&gt;1.  &lt;a href=&#34;http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;amp;cmd=displayKC&amp;amp;externalId=1023985&#34;&gt;Take a Backup&lt;/a&gt;!  You want to have a backup of your vCenter database in case the unthinkable happens.  You will probably want to backup your SSL certificate folder as well.  It can be located here:  %ALLUSERSPROFILE%VMWareVMware VirtualCenter&lt;/p&gt;
&lt;p&gt;It may also be worth your time to save an updated host profile so that you can re-apply it if needed after your upgrade.  Perhaps your host upgrade fails and you re-install from scratch.  Now you&amp;rsquo;ve got all your configs that can be re-applied quickly.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows Server 2012 as a Storage Device for vSphere Home Lab</title>
      <link>https://theithollow.com/2013/09/24/windows-server-2012-as-a-storage-device-for-vsphere-home-lab/</link>
      <pubDate>Tue, 24 Sep 2013 13:30:39 +0000</pubDate>
      <guid>https://theithollow.com/2013/09/24/windows-server-2012-as-a-storage-device-for-vsphere-home-lab/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;ve got a some hardware lying around for your lab, Windows Server 2012 may be a great solution for a home storage device.  You can now do both block (iSCSI) and NAS (NFS) on the same server, as well as having an OS to install some management apps on it.  In my lab, I use this management server to run Veeam for my backups, PRTG network monitor for bandwidth tracking, as well as using this server for both iSCSI targets and NFS mounts.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows 8.1 review</title>
      <link>https://theithollow.com/2013/09/17/windows-8-1-review/</link>
      <pubDate>Tue, 17 Sep 2013 13:30:37 +0000</pubDate>
      <guid>https://theithollow.com/2013/09/17/windows-8-1-review/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/Navigation1.png&#34;&gt;Windows 8.1 is set to be released on October 17th but the Release Preview is available for download and testing as of right now.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Some of the biggest criticisms of Windows 8 was the new MetroUI and lack of a start menu.  Windows 8.1 isn&amp;rsquo;t abandoning these new features, but have tweaked them up a bit to make them slightly more user friendly.  While Windows 8 may great for a tablet, normal PC users have been frustrated with the learning curve.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMworld 2013 Recap</title>
      <link>https://theithollow.com/2013/09/04/vmworld-2013-recap/</link>
      <pubDate>Wed, 04 Sep 2013 14:40:40 +0000</pubDate>
      <guid>https://theithollow.com/2013/09/04/vmworld-2013-recap/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/SAM_00721.jpg&#34;&gt;&lt;img alt=&#34;SAMSUNG CSC&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/SAM_00721-300x200.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;VMworld 2013 is now over and its time for a rundown of what went on during this years show.  As always, this is THE event that virtualization junkies must attend.&lt;/p&gt;
&lt;p&gt;This year there was no shortage of things to do.  Keynotes, Hands on Labs, Solutions Exchange, VMware Education Services, Blogger hang out, parties, meetings and social gatherings.  I wear a Jawbone UP device that tracks my steps and it was not uncommon to hit 20,000 steps each day.  Reminders for anyone going next year, that comfortable footwear is a must.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMworld twitter statistics</title>
      <link>https://theithollow.com/2013/09/02/vmworld-twitter-statistics/</link>
      <pubDate>Mon, 02 Sep 2013 14:06:50 +0000</pubDate>
      <guid>https://theithollow.com/2013/09/02/vmworld-twitter-statistics/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been interested in using twitter&amp;rsquo;s API to do some analytic analysis of things lately.  If you&amp;rsquo;re interested in this as well, there are several sites that can help you do you&amp;rsquo;re own queries, or use the Microsoft Office analytic tool.  Here are some interesting stats about VMworld.&lt;/p&gt;
&lt;h1 id=&#34;vmworld-stats&#34;&gt;#VMWORLD stats&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashVMWord1.png&#34;&gt;&lt;img alt=&#34;hashVMWord1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashVMWord1.png&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashVMWord2.png&#34;&gt;&lt;img alt=&#34;hashVMWord2&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashVMWord2.png&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashVMWord3.png&#34;&gt;&lt;img alt=&#34;hashVMWord3&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashVMWord3.png&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashVMWord5.png&#34;&gt;&lt;img alt=&#34;hashVMWord5&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashVMWord5.png&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashVMWord6.png&#34;&gt;&lt;img alt=&#34;hashVMWord6&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashVMWord6.png&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashVMWord7.png&#34;&gt;&lt;img alt=&#34;hashVMWord7&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashVMWord7.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&#34;vexpert-stats&#34;&gt;#vExpert Stats&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashvexpert1.png&#34;&gt;&lt;img alt=&#34;hashvexpert1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashvexpert1.png&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashvexpert3.png&#34;&gt;&lt;img alt=&#34;hashvexpert3&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashvexpert3.png&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashvexpert4.png&#34;&gt;&lt;img alt=&#34;hashvexpert4&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashvexpert4.png&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashVexpert5.png&#34;&gt;&lt;img alt=&#34;hashVexpert5&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashVexpert5.png&#34;&gt;&lt;/a&gt; &lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashvexpert7.png&#34;&gt;&lt;img alt=&#34;hashvexpert7&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/hashvexpert7.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I also thought it might be worth looking at where the vExperts call home (assuming geolocation was turned on and accurate, Yes, I&amp;rsquo;m talking to you Josh Andrews)&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware VSAN</title>
      <link>https://theithollow.com/2013/08/29/vmware-vsan/</link>
      <pubDate>Thu, 29 Aug 2013 16:23:27 +0000</pubDate>
      <guid>https://theithollow.com/2013/08/29/vmware-vsan/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/VSANbooth.png&#34;&gt;&lt;img alt=&#34;VSANbooth&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/VSANbooth-300x261.png&#34;&gt;&lt;/a&gt; VMware announced their new product called VSAN this week at VMworld in San Francisco CA.  The VSAN is a new offering that will allow customers to provision “shared” storage by using locally direct attached disks.  Traditionally, in order to use the features like vMotion, customers had to have an external NAS or SAN device to house the virtual machines.  VMware isn’t abandoning the idea of SAN or NAS, but they now have a lower cost offering that can help smaller businesses get more out of their capital investment.  Consider disaster recovery scenarios where a company might not want to spend the upfront cost of a SAN that may never (hopefully) be used.  This will allow a basic DR plan with less cost.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vSphere 5.5 announced</title>
      <link>https://theithollow.com/2013/08/26/vsphere-5-5-announced/</link>
      <pubDate>Tue, 27 Aug 2013 01:59:19 +0000</pubDate>
      <guid>https://theithollow.com/2013/08/26/vsphere-5-5-announced/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/SAM_0072.jpg&#34;&gt;&lt;img alt=&#34;SAMSUNG CSC&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/SAM_0072-300x200.jpg&#34;&gt;&lt;/a&gt; This week at VMworld 2013, VMware&amp;rsquo;s CEO Pat Gelsinger announced the new features of vSphere 5.5. The entire list of updates can be found in the &amp;quot; &lt;a href=&#34;http://www.vmware.com/files/pdf/vsphere/VMware-vSphere-Platform-Whats-New.pdf&#34;&gt;What&amp;rsquo;s New&lt;/a&gt;?&amp;quot; file from VMware but here are some of the highlights.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Single Sign on was completely re-written.  I would bet that the #1 reason that users didn&amp;rsquo;t adopt vSphere 5.1 release was due to issues with single sign on.  VMware re-wrote this code not only fix the bugs, but make the entire experience better.  This feature was a necessity for VMware to move forward with the vSphere platform.&lt;/li&gt;
&lt;li&gt;Additional GPU Support.  This may be a big deal for some companies who are afraid to switch to a VDI infrastructure because of limited graphics processors.&lt;/li&gt;
&lt;li&gt;62 TB VMDK&amp;rsquo;s now supported.  Bigger is always better&amp;hellip; right?  This could be a very big deal.  I know several clients who got into a jam when they created their 2TB vmdks only to find out that they couldn&amp;rsquo;t snapshot them or expand the disks any further.  62TBs should suffice for now! :)&lt;/li&gt;
&lt;li&gt;Flash Read Cache.  VMware now natively supports using SSD&amp;rsquo;s as read cache for specific VMDK files.  In the past vSphere could use local SSDs for host cache.  This was used to mitigate the issue of swapping to disk.  If you have to swap to disk SSD is at least better than spinning disks right?  Well now you can use local host SSDs as a read cache for an entire VM or maybe just a single disk.&lt;/li&gt;
&lt;li&gt;vSphere vCenter virtual Appliance can now support up to 5000 virtual machines.  I&amp;rsquo;m having fewer and fewer reasons to build out an entire VM now.  This makes me want to just deploy the vApp and be done with the whole process.&lt;/li&gt;
&lt;li&gt;Application HA.  vSphere has been able to provide virtual machine high availability for a while now, but with the release of 5.5 they can also take action against guest services as well.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;additional-announcements&#34;&gt;Additional Announcements&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;VMware NSX will be taking over for vCNS (vCloud Networking and Security).  I was told that vCNS will still be available in 5.5 but future iterations would be inside the NSX Product.  NSX uses the VXLAN protocols to virtualize the physical infrastructure.  ESXi hosts will now be able to manage internal routing, switching and firewalls.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://lh3.googleusercontent.com/-WhgtL1zaRhI/UhvqklxVJYI/AAAAAAAAEEw/aLGPTF6dnI8/w1064-h709-no/SAM_0063.JPG&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMworld 2013 Preparation</title>
      <link>https://theithollow.com/2013/08/21/vmworld-2013-preparation/</link>
      <pubDate>Wed, 21 Aug 2013 13:27:16 +0000</pubDate>
      <guid>https://theithollow.com/2013/08/21/vmworld-2013-preparation/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/vmworld2013prep.png&#34;&gt;&lt;img alt=&#34;vmworld2013prep&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/08/vmworld2013prep.png&#34;&gt;&lt;/a&gt; In the event that you&amp;rsquo;re heading to VMworld 2013 in San Francisco, this post should help to prepare you for what to expect.&lt;/p&gt;
&lt;h1 id=&#34;packing&#34;&gt;Packing&lt;/h1&gt;
&lt;p&gt;This is a five-day event that will consist of a ton of walking, some bouts of sitting, social engagements, labs, and fun.&lt;/p&gt;
&lt;p&gt;Packing rule #1 - wear comfortable shoes.  Walking back and forth from your hotel, to the conference center for sessions, to the solutions exchange and general moving about will destroy your feet.&lt;/p&gt;</description>
    </item>
    <item>
      <title>An Overview of [VMware] Virtual Networks</title>
      <link>https://theithollow.com/2013/06/24/an-overview-of-vmware-virtual-networks/</link>
      <pubDate>Mon, 24 Jun 2013 13:18:45 +0000</pubDate>
      <guid>https://theithollow.com/2013/06/24/an-overview-of-vmware-virtual-networks/</guid>
      <description>&lt;p&gt;This post was a direct result of a request from one of my readers.  I hope that this post will explain VMware networks a bit more and how they fit into a production network.&lt;/p&gt;
&lt;p&gt;To begin I&amp;rsquo;d like to review how a VMware ESXi server might have its virtual switches and port groups setup to connect to a physical switch.  Here is a list of networks that we&amp;rsquo;ll be working with.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2013 Top 50 Blogs Awards (vSphere Land)</title>
      <link>https://theithollow.com/2013/06/18/2013-top-50-blogs-awards-vsphere-land/</link>
      <pubDate>Tue, 18 Jun 2013 13:31:20 +0000</pubDate>
      <guid>https://theithollow.com/2013/06/18/2013-top-50-blogs-awards-vsphere-land/</guid>
      <description>&lt;p&gt;A few months ago there was an annual vote to determine the top 50 virtualization bloggers according to &lt;a href=&#34;http://vsphere-land.com/news/2013-top-vmware-virtualization-blog-voting-results.html&#34;&gt;vsphere-land.com&lt;/a&gt;.  These top 50 bloggers are then added to the &lt;a href=&#34;http://vlp.vsphere-land.com/&#34;&gt;vLaunchPad&lt;/a&gt; where they will remain cataloged for a year until the next year&amp;rsquo;s voting.  Kudos to &lt;a href=&#34;https://twitter.com/ericsiebert&#34;&gt;Eric Siebert&lt;/a&gt; for running this whole process!&lt;/p&gt;
&lt;p&gt;TheITHollow.com was lucky enough to make the top 50 in it&amp;rsquo;s first year of existence and to celebrate I asked my good friends (well, family really) over at &lt;a href=&#34;http://whateverinspires.com&#34;&gt;www.whateverinspires.com&lt;/a&gt; to create a top 50 badge to put on my site.  They were happy to oblige and even created a top 25 and also a top 10.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vExperts 2013</title>
      <link>https://theithollow.com/2013/06/03/vexperts-2013/</link>
      <pubDate>Mon, 03 Jun 2013 12:03:38 +0000</pubDate>
      <guid>https://theithollow.com/2013/06/03/vexperts-2013/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2012/02/vexpert.jpg&#34;&gt;&lt;img alt=&#34;vexpert&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2012/02/vexpert.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once per year VMware takes time to present the VMware vExpert distinction to members of the community Evangelizing, teaching, helping and speaking about VMware techniques.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The annual VMware vExpert title is given to individuals who have significantly contributed to the community of VMware users over the past year. The title is awarded to individuals (not employers) for their commitment to sharing their knowledge and passion for VMware technology above and beyond their job requirements.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Resource Pools are NOT for Everyone</title>
      <link>https://theithollow.com/2013/04/24/resource-pools-are-not-for-everyone/</link>
      <pubDate>Wed, 24 Apr 2013 13:24:57 +0000</pubDate>
      <guid>https://theithollow.com/2013/04/24/resource-pools-are-not-for-everyone/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/04/resourcepool.png&#34;&gt;&lt;img alt=&#34;resourcepool&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/04/resourcepool-300x173.png&#34;&gt;&lt;/a&gt; VMware Resource Pools are not something that should be thrown into every vSphere implementation!  I considered not writing this post, because of all of the blogs I&amp;rsquo;ve seen that have written about this already.  If you don&amp;rsquo;t believe me, check out a few of these:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.ntpro.nl/blog/archives/1512-dont-add-resource-pools-for-fun,-theyre-dangerous.html&#34;&gt;http://www.ntpro.nl/blog/archives/1512-dont-add-resource-pools-for-fun,-theyre-dangerous.html&lt;/a&gt; &lt;a href=&#34;http://wahlnetwork.com/2012/02/01/understanding-resource-pools-in-vmware-vsphere/&#34;&gt;http://wahlnetwork.com/2012/02/01/understanding-resource-pools-in-vmware-vsphere/&lt;/a&gt; &lt;a href=&#34;http://www.yellow-bricks.com/2009/11/13/resource-pools-and-shares/&#34;&gt;http://www.yellow-bricks.com/2009/11/13/resource-pools-and-shares/&lt;/a&gt; &lt;a href=&#34;http://frankdenneman.nl/2010/05/18/resource-pools-memory-reservations/&#34;&gt;http://frankdenneman.nl/2010/05/18/resource-pools-memory-reservations/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Unfortunately, I continue to hear resource pools being misunderstood.  Don&amp;rsquo;t get me wrong, these are great tools and have a place in your arsenal, but they are used for a very specific reason.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Baby Dragon Home Lab</title>
      <link>https://theithollow.com/2013/04/09/new-baby-dragon-home-lab/</link>
      <pubDate>Tue, 09 Apr 2013 15:00:41 +0000</pubDate>
      <guid>https://theithollow.com/2013/04/09/new-baby-dragon-home-lab/</guid>
      <description>&lt;p&gt;My configuration is listed below if anyone is interested in the details.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/04/lab2-pic.jpg&#34;&gt;&lt;img alt=&#34;lab2-pic&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/04/lab2-pic.jpg&#34;&gt;&lt;/a&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/04/Lab2-rack.jpg&#34;&gt;&lt;img alt=&#34;Lab2-rack&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/04/Lab2-rack.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Similar designs have been done before by both Chris Wahl &lt;a href=&#34;https://twitter.com/chriswahl&#34;&gt;@Chriswahl&lt;/a&gt; and prior to that by Phillip Jaenke &lt;a href=&#34;https://twitter.com/RootWyrm&#34;&gt;@RootWyrm&lt;/a&gt; who called them &amp;quot; &lt;a href=&#34;http://rootwyrm.us.to/2011/09/better-than-ever-its-the-babydragon-ii/&#34;&gt;Baby Dragons&lt;/a&gt;&amp;quot;.  I used their base config and made a few tweaks of my own based on pricing, part availability etc.&lt;/p&gt;
&lt;h1 id=&#34;part-list&#34;&gt;&lt;strong&gt;Part List&lt;/strong&gt;&lt;/h1&gt;
&lt;h2 id=&#34;esxi-servers---quantity-2&#34;&gt;ESXi Servers - Quantity 2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Case:&lt;/strong&gt; &lt;a href=&#34;http://www.amazon.com/gp/product/B004TO4CJ8/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B004TO4CJ8&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;Lian Li  PC-V351B MicroATX&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PSU:&lt;/strong&gt; &lt;a href=&#34;http://www.amazon.com/gp/product/B003ZWQXUQ/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B003ZWQXUQ&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;SeaSonic Platinum SS-400FL2 Fanless 400W&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;RAM:&lt;/strong&gt; &lt;a href=&#34;http://www.newegg.com/Product/Product.aspx?Item=N82E16820239117&#34;&gt;Kingston 16GB (4 X 8GB) 240-Pinn DDR3 Unbufferred ECC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Motherboard:&lt;/strong&gt; &lt;a href=&#34;http://www.amazon.com/gp/product/B004WKRDA4/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B004WKRDA4&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;Supermicro MBD-X9SCM-F-O&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CPU:&lt;/strong&gt; &lt;a href=&#34;http://www.amazon.com/gp/product/B0085MQUTU/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B0085MQUTU&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;Intel Xeon E3-1230 V2 Ivy Bridge 3.3GHz&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;NICs:&lt;/strong&gt; &lt;a href=&#34;http://www.amazon.com/gp/product/B001CY0P7G/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B001CY0P7G&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;Intel EXPI9301CTBLK 1000Mbps PCI-Express&lt;/a&gt;, &lt;a href=&#34;http://www.amazon.com/gp/product/B001D4JYE0/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B001D4JYE0&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;SuperMicro Dual Port Gigabit Card&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Boot:&lt;/strong&gt; &lt;a href=&#34;http://www.amazon.com/gp/product/B004TS1J18/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B004TS1J18&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;Kingston DataTraveler 101 G2 8GB USB 2.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Local SSD:&lt;/strong&gt; &lt;a href=&#34;http://www.amazon.com/gp/product/B004W2JKWG/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B004W2JKWG&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;64 GB Intel SSD&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;flex-server---quantity-1-used-for-a-hyper-v-server-vsa-or-3rd-esxi-host&#34;&gt;Flex Server - Quantity 1 (Used for a Hyper-V server, VSA or 3rd ESXi Host)&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Case:&lt;/strong&gt; &lt;a href=&#34;http://www.amazon.com/gp/product/B00DDXS936/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B00DDXS936&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;HP Gen8 Microserver&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Storage:&lt;/strong&gt; &lt;a href=&#34;http://www.amazon.com/gp/product/B00566FEUO/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B00566FEUO&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;4 480GB SSD&amp;rsquo;s from OCZ&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;storage-array&#34;&gt;Storage Array&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Synology Array:&lt;/strong&gt; &lt;a href=&#34;http://www.amazon.com/gp/product/B00CM9K7E6/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B00CM9K7E6&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;1- Synology DS1513+&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hard Drives:&lt;/strong&gt; &lt;a href=&#34;http://www.amazon.com/gp/product/B0088PUEPK/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B0088PUEPK&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;5 1 TB Wester Digital Blue 7200 3.5 inch hard drives&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;networking-equipment&#34;&gt;Networking Equipment&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Layer 3 Switch:&lt;/strong&gt; &lt;a href=&#34;http://www.amazon.com/gp/product/B0000A043Y/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B0000A043Y&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;Cisco WS03750G-24T Switch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Firewall:&lt;/strong&gt; &lt;a href=&#34;http://www.amazon.com/gp/product/B000JVTTPW/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B000JVTTPW&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;Cisco ASA&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Wireless Router:&lt;/strong&gt; &lt;a href=&#34;http://www.amazon.com/gp/product/B000LIFB7S/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B000LIFB7S&amp;amp;linkCode=as2&amp;amp;tag=theithollowco-20&#34;&gt;Dlink Wireless N+ Router&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;esxi-server-notes&#34;&gt;&lt;strong&gt;ESXi Server Notes:&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;m not going to lie, when I saw these cases on Chris Wahl&amp;rsquo;s lab and had to have them.  They look crazy sharp and I love the pull out Motherboard mounting option.  There are other components in common but I have a feeling these were copied because of a similar taste for components and budget rather than lust! :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Biggest Single Point of Failure</title>
      <link>https://theithollow.com/2013/04/01/biggest-single-point-of-failure/</link>
      <pubDate>Mon, 01 Apr 2013 14:51:13 +0000</pubDate>
      <guid>https://theithollow.com/2013/04/01/biggest-single-point-of-failure/</guid>
      <description>&lt;p&gt;I see a good number of IT shops with my job and in most cases the largest priority is system uptime.  I might be there to install, troubleshoot, etc. but in the front off my mind is the idea that everything must stay up and running.&lt;/p&gt;
&lt;p&gt;IT departments are adding redundant WAN connections, server clusters, fault tolerance, failover devices, disaster recovery sites and redundancies at every level.  But in some cases these departments are forgetting a pretty integral part of continuous uptime.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Are you thin or thick?  Where at?</title>
      <link>https://theithollow.com/2013/03/26/are-you-thin-or-thick-where-at/</link>
      <pubDate>Tue, 26 Mar 2013 13:47:47 +0000</pubDate>
      <guid>https://theithollow.com/2013/03/26/are-you-thin-or-thick-where-at/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m often asked about how to provision virtual machine disks.  This almost always comes down to, &amp;ldquo;Should I use thick or thin disks?&amp;rdquo; and then &amp;ldquo;Should I do thin provisioning on the array or on the hypervisor?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;So here we go: Thin vs Thick&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/03/thinvsthick.png&#34;&gt;&lt;img alt=&#34;thinvsthick&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/03/thinvsthick.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;thin-provisioning&#34;&gt;Thin provisioning:&lt;/h2&gt;
&lt;p&gt;Thin provisioned disks don&amp;rsquo;t allocate all of the space during the provisioning of the storage.  Instead, they allocate the space on demand.  This is a great way to get more bang for you buck out of your storage.  Let&amp;rsquo;s take a closer look with an example.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Happy 1 Year Birthday to theITHollow.com</title>
      <link>https://theithollow.com/2013/02/25/happy-1-year-birthday-to-theithollow-com/</link>
      <pubDate>Mon, 25 Feb 2013 14:56:34 +0000</pubDate>
      <guid>https://theithollow.com/2013/02/25/happy-1-year-birthday-to-theithollow-com/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s hard to believe but theITHollow.com is now 1 year old!  The first year has been great and I feel like I&amp;rsquo;ve probably learned more writing it than the readers have learned from reading it.  Thank you for a great first year and if you keep reading it, I&amp;rsquo;ll keep writing it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/02/cake.png&#34;&gt;&lt;img alt=&#34;cake&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/02/cake.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Understanding VMware Slot Sizes</title>
      <link>https://theithollow.com/2013/02/05/slotsize/</link>
      <pubDate>Tue, 05 Feb 2013 14:45:12 +0000</pubDate>
      <guid>https://theithollow.com/2013/02/05/slotsize/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/01/slots.jpg&#34;&gt;&lt;img alt=&#34;slots&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/01/slots.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;VMware slot sizes are an important topic if you&amp;rsquo;re concerned with how many ESXi hosts are required to run your environment.&lt;/p&gt;
&lt;h2 id=&#34;what-is-a-slot&#34;&gt;&lt;strong&gt;What is a Slot?&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;To begin this post, we need to understand what a slot is.  A slot is the minimum amount of CPU and memory resources required for a single VM in an ESXi cluster.  Slot size is an important concept because it affects admission control.&lt;/p&gt;
&lt;p&gt;A VMware ESXi cluster needs a way to determine how many resources need to be available in the event of a host failure.  This slot calculation gives the cluster a way to reserve the right amount of resources.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Horizon Install Guide (part 1)</title>
      <link>https://theithollow.com/2013/01/28/vmware-horizon-install-guide-part-1/</link>
      <pubDate>Mon, 28 Jan 2013 14:38:57 +0000</pubDate>
      <guid>https://theithollow.com/2013/01/28/vmware-horizon-install-guide-part-1/</guid>
      <description>&lt;p&gt;I recently decided to give VMware Horizon a shot and found the install to be a little confusing so this gives me a good opportunity to lay it all out so that others can try it out for themselves.  A big &amp;ldquo;thank you&amp;rdquo; goes out to Raj Jethnani for a helping hand with this post.  If you&amp;rsquo;d like to follow him on twitter his link is here: &lt;a href=&#34;https://twitter.com/rajtech&#34;&gt;@rajtech&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For those of you who don&amp;rsquo;t know, Horizon is a nifty SAAS platform for you to present thinapp applications too.  I could see many organizations benefit from this technology in the near future.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Horizon Install Guide (part 2)</title>
      <link>https://theithollow.com/2013/01/28/vmware-horizon-install-guide-part-2/</link>
      <pubDate>Mon, 28 Jan 2013 14:37:29 +0000</pubDate>
      <guid>https://theithollow.com/2013/01/28/vmware-horizon-install-guide-part-2/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://theithollow.com/2013/01/VMware-horizon-install-guide-part-1&#34;&gt;VMware Horizon Install Guide (part 1)&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/2013/01/vmware-horizon-install-guide-part-3&#34;&gt;VMware Horizon Install Guide (part 3)&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/2013/01/vmware-horizon-install-guide-part-4&#34;&gt;VMware Horizon Install Guide (part 4)&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;configure-the-horizon-service&#34;&gt;Configure the Horizon Service&lt;/h2&gt;
&lt;p&gt;Now that the appliances are setup, it&amp;rsquo;s time to get busy configuring them.  Go to the web address of the Horizon service that you configured (from part 1)&lt;/p&gt;
&lt;p&gt;In our case this was &lt;a href=&#34;http://theithollow.hollow.lab&#34;&gt;http://theithollow.hollow.lab&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The first page isn&amp;rsquo;t very interesting, just begin the wizard.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://theithollow.com/?attachment_id=1436&#34;&gt;&lt;img alt=&#34;service4&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/01/service4.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The second page is almost less interesting, because you have to put in your license key that cost you money.  It has to be done, so enter it here.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Horizon Install Guide (part 3)</title>
      <link>https://theithollow.com/2013/01/28/vmware-horizon-install-guide-part-3/</link>
      <pubDate>Mon, 28 Jan 2013 14:36:58 +0000</pubDate>
      <guid>https://theithollow.com/2013/01/28/vmware-horizon-install-guide-part-3/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://theithollow.com/2013/01/VMware-horizon-install-guide-part-1&#34;&gt;VMware Horizon Install Guide (part 1)&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/2013/01/vmware-horizon-install-guide-part-2&#34;&gt;VMware Horizon Install Guide (part 2)&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/2013/01/vmware-horizon-install-guide-part-4&#34;&gt;VMware Horizon Install Guide (part 4)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the last part we configured the Horizon Connector, now we&amp;rsquo;re going to run the setup wizard in order to assign applications and select users.&lt;/p&gt;
&lt;h2 id=&#34;horizon-connector-setup-wizard&#34;&gt;Horizon Connector Setup Wizard&lt;/h2&gt;
&lt;p&gt;Let&amp;rsquo;s begin the setup wizard&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://theithollow.com/?attachment_id=1417&#34;&gt;&lt;img alt=&#34;connector4&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/01/connector4.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Join the domain.  Enter the domain name and enter the username and password that has permissions to add a machine to the domain.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Horizon Install Guide (part 4)</title>
      <link>https://theithollow.com/2013/01/28/vmware-horizon-install-guide-part-4/</link>
      <pubDate>Mon, 28 Jan 2013 14:35:34 +0000</pubDate>
      <guid>https://theithollow.com/2013/01/28/vmware-horizon-install-guide-part-4/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://theithollow.com/2013/01/VMware-horizon-install-guide-part-1&#34;&gt;VMware Horizon Install Guide (part 1)&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/2013/01/vmware-horizon-install-guide-part-2&#34;&gt;VMware Horizon Install Guide (part 2)&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/2013/01/vmware-horizon-install-guide-part-3&#34;&gt;VMware Horizon Install Guide (part 3)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the last part, we finished setting up the basics of Horizon Connector and the Service Portal.&lt;/p&gt;
&lt;p&gt;Now we can login to the Service Portal to assign our applications.&lt;/p&gt;
&lt;h2 id=&#34;application-prerequisites&#34;&gt;Application Prerequisites&lt;/h2&gt;
&lt;p&gt;A couple of more prerequisites should be done before we log in.&lt;/p&gt;
&lt;p&gt;First, install the Horizon agent on all (or a few test machines) clients that will be using the thinapp packages that are published with Horizon.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Effect of Too Many Virtual CPUs</title>
      <link>https://theithollow.com/2013/01/21/the-effect-of-too-many-virtual-cpus/</link>
      <pubDate>Mon, 21 Jan 2013 15:40:13 +0000</pubDate>
      <guid>https://theithollow.com/2013/01/21/the-effect-of-too-many-virtual-cpus/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/01/128874905223940199.jpg&#34;&gt;&lt;img alt=&#34;128874905223940199&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/01/128874905223940199.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Many times I see new virtualization admins add too many vCPUs to virtual machines after they&amp;rsquo;ve converted their physical machines.    I believe the reason for this is a simple misunderstanding that more is not always better in this case.&lt;/p&gt;
&lt;p&gt;With physical servers, the more is better approach seems to work fine.  If you have a quad core processor it&amp;rsquo;s better than a dual core and if you have a dual processor server it&amp;rsquo;s better than a single socket.  When it comes to virtual machines extra processors can actually make a VM perform worse than having too few processors.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HP Performance Viewer</title>
      <link>https://theithollow.com/2013/01/14/hp-performance-viewer/</link>
      <pubDate>Mon, 14 Jan 2013 14:42:54 +0000</pubDate>
      <guid>https://theithollow.com/2013/01/14/hp-performance-viewer/</guid>
      <description>&lt;p&gt;I decided to check out the new HP Performance Viewer and found it to be pretty useful.  The appliance comes as an OVF so it&amp;rsquo;s great for importing into your vSphere environment.  Once it&amp;rsquo;s installed you can go to the management URL and all you have to do is provide the name of the vCenter and login credentials.  That&amp;rsquo;s all for the configuration!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://shanksnet.files.wordpress.com/2013/01/hp-perf1.png&#34;&gt;&lt;img alt=&#34;hp-perf1&#34; loading=&#34;lazy&#34; src=&#34;http://shanksnet.files.wordpress.com/2013/01/hp-perf1.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;At this point I&amp;rsquo;d give the appliance some time to gather statistics, but if you just can&amp;rsquo;t wait I&amp;rsquo;ll give you some of the details from my install.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My VMware Certified Advanced Professional 5 - Datacenter Design Experience</title>
      <link>https://theithollow.com/2013/01/10/my-vmware-certified-advanced-professional-5-datacenter-design-experience/</link>
      <pubDate>Thu, 10 Jan 2013 14:47:12 +0000</pubDate>
      <guid>https://theithollow.com/2013/01/10/my-vmware-certified-advanced-professional-5-datacenter-design-experience/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://theithollow.com/2013/01/my-vmware-certified-advanced-professional-5-datacenter-design-experience/vcap5-dcd/&#34;&gt;&lt;img alt=&#34;VCAP5-DCD&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/01/VCAP5-DCD.jpg&#34;&gt;&lt;/a&gt; I recently took the VCAP5 - DCD exam and wanted to share my experience for anyone who is preparing   for this exam as well.&lt;/p&gt;
&lt;h1 id=&#34;study&#34;&gt;Study&lt;/h1&gt;
&lt;p&gt;In my opinion this is a fairly difficult exam to do any sort of preparation for.  Most of my preparation was just every day design that I&amp;rsquo;ve acquired over the years.  I think the biggest trick for a lot of administrators is to switch from a mode of thinking about things in a breakfix method, but rather as a holistic design methodology.  I prefer to look at a design as a &amp;ldquo;pie in the sky&amp;rdquo; approach where I put all the best solutions I can come up with to meet a design requirement, and then start to modify those based on any constraints that might be known.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Ballooning explained</title>
      <link>https://theithollow.com/2012/12/26/vmware-ballooning-explained/</link>
      <pubDate>Wed, 26 Dec 2012 14:20:29 +0000</pubDate>
      <guid>https://theithollow.com/2012/12/26/vmware-ballooning-explained/</guid>
      <description>&lt;p&gt;In my last post I explained a memory reclamation technique called &lt;a href=&#34;https://theithollow.com/2012/12/memory-de-duplication-in-vmware/&#34;&gt;Transparent Page Sharing&lt;/a&gt;.  This post is dedicated to the Balloon driver method.&lt;/p&gt;
&lt;p&gt;The first thing to be clear about is that Memory Ballooning is a technique that is only engaged when the host is running low on physical memory.  If you have a host with 60 GB of physical memory available and the virtual machines are only allocated a total of 30GB of memory, then you may never need to know what memory ballooning is all about.  However if you are over committing your hosts then this is an important topic to review.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Memory De-duplication in VMware</title>
      <link>https://theithollow.com/2012/12/17/memory-de-duplication-in-vmware/</link>
      <pubDate>Mon, 17 Dec 2012 15:15:01 +0000</pubDate>
      <guid>https://theithollow.com/2012/12/17/memory-de-duplication-in-vmware/</guid>
      <description>&lt;p&gt;One of the companies I worked for got a Netapp filer and I loved the fact that it would dedupe the data that was sitting on disk.  I got over 40% more storage just by having that sweet little feature on.  I was thinking, &amp;ldquo;How awesome would it be to dedupe my memory?&amp;rdquo;  Getting more memory out of my servers would be a nice thing.  Well as it turns out, VMware does this already, but they call it &amp;ldquo;Transparent Page Sharing.&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Software iSCSI load balancing in ESXi 5</title>
      <link>https://theithollow.com/2012/12/03/software-iscsi-load-balancing-in-esxi-5/</link>
      <pubDate>Mon, 03 Dec 2012 14:14:56 +0000</pubDate>
      <guid>https://theithollow.com/2012/12/03/software-iscsi-load-balancing-in-esxi-5/</guid>
      <description>&lt;p&gt;When you team NICs together in ESXi 5 you can pick from a variety of load balancing techniques to determine how traffic should flow over the adapters.  You might think that setting up software iSCSI initiators in ESXi would be done in a similar manner.  Add a VMkernel to a vSwitch, add a couple of adapters and set a teamingfailover policy.  It turns out that this is not the case.  You could setup a software iSCSI initiator this way, but it won&amp;rsquo;t provide you the teaming or failover you&amp;rsquo;ve intended.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My VCAP5-DCA Experience</title>
      <link>https://theithollow.com/2012/11/21/my-vcap5-dca-experience/</link>
      <pubDate>Wed, 21 Nov 2012 17:06:24 +0000</pubDate>
      <guid>https://theithollow.com/2012/11/21/my-vcap5-dca-experience/</guid>
      <description>&lt;p&gt;I just found out that I&amp;rsquo;ve passed the VMware Certified Advanced Professional 5 - Datacenter Administration exam and wanted to share my experience.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://shanksnet.files.wordpress.com/2012/11/vcap5dca.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://shanksnet.files.wordpress.com/2012/11/vcap5dca.jpg&#34;&gt;&lt;/a&gt; When I first set out to take on this exam, I was apprehensive about it because of the number of possible questions that could be asked on it.  The &lt;a href=&#34;http://mylearn.vmware.com/register.cfm?course=139202&#34;&gt;blueprint&lt;/a&gt; was quite large and covered basically everything related to vSphere.  I got some helpful advice from a friend who told me that instead of worrying about if I could pass the exam, think about it like vSphere Olympics.  It&amp;rsquo;s a chance to show off how much you know.  It was a subtle change, but a different mindset really helped me.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vSphere 5.1 SSO issues</title>
      <link>https://theithollow.com/2012/11/13/vsphere-5-1-sso-issues/</link>
      <pubDate>Tue, 13 Nov 2012 14:00:09 +0000</pubDate>
      <guid>https://theithollow.com/2012/11/13/vsphere-5-1-sso-issues/</guid>
      <description>&lt;p&gt;Over the past few weeks, I&amp;rsquo;ve been hearing a lot of customers having issues logging into vCenter after upgrading to vSphere 5.1.  I upgraded the lab and had some issues as well, but was able to fix the issues and wanted to share what I&amp;rsquo;ve learned.  As you may know version 5.1 of vSphere requires the SSO service to be installed before vCenter can be upgraded.  SSO is required for this version and cannot be skipped.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HP Insight Control for vCenter</title>
      <link>https://theithollow.com/2012/11/05/hp-insight-control-for-vcenter/</link>
      <pubDate>Mon, 05 Nov 2012 15:15:10 +0000</pubDate>
      <guid>https://theithollow.com/2012/11/05/hp-insight-control-for-vcenter/</guid>
      <description>&lt;p&gt;I recently tried out the HP Insight Control plugin for vCenter and was very pleased about the added functionality that was provided in my vSphere client.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://h18013.www1.hp.com/products/servers/management/integration.html&#34;&gt;http://h18013.www1.hp.com/products/servers/management/integration.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This plugin gives you additional control of your HP servers and storage that are being used by your vSphere environment.  Like other storage vendors, the install will configure your VASA plugin, and will also allow you to do things such as create datastores and snapshots on the storage array from the vSphere Client.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Path Masking</title>
      <link>https://theithollow.com/2012/10/30/vmware-path-masking/</link>
      <pubDate>Tue, 30 Oct 2012 13:15:34 +0000</pubDate>
      <guid>https://theithollow.com/2012/10/30/vmware-path-masking/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://shanksnet.files.wordpress.com/2012/10/images.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://shanksnet.files.wordpress.com/2012/10/images.jpg&#34;&gt;&lt;/a&gt;  I&amp;rsquo;ve written posts in the past regarding &lt;a href=&#34;https://theithollow.com/2012/03/12/lun-masking-vs-zoning/&#34; title=&#34;Lun Masking vs Zoning&#34;&gt;LUN masking&lt;/a&gt; on a storage array, but it is possible to mask a path directly from your vSphere environment.  I feel that if at all possible the masking should be handled at array level because the array is closest to the disk.  Let&amp;rsquo;s face it, if vSphere shouldn&amp;rsquo;t see a LUN for one reason or another, then why is the array presenting it in the first place?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Updating HP ESXi Hosts with VUM</title>
      <link>https://theithollow.com/2012/10/22/updating-hp-esxi-hosts-with-vum/</link>
      <pubDate>Mon, 22 Oct 2012 14:16:26 +0000</pubDate>
      <guid>https://theithollow.com/2012/10/22/updating-hp-esxi-hosts-with-vum/</guid>
      <description>&lt;p&gt;As you may well know, when installing VMware ESXi on an HP server, it is best practice to get a specific image of the hypervisor with the vendor&amp;rsquo;s drivers included.  This will prevent issues such as having missing network cards once you&amp;rsquo;ve installed ESXi.  But what about keeping the server up to date?&lt;/p&gt;
&lt;p&gt;Many companies update their servers on a monthly basis for compliance reasons or just best practices.  It has been my experience that VMware patches are usually deployed at the same time.  VMware Update Manager (VUM) can push updates to the ESXi hosts with the latest patches from VMware, but did you know that you can also use it to patch HP Drivers and CIM providers?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Microsoft Licensing with VMware View Composer</title>
      <link>https://theithollow.com/2012/10/08/microsoft-licensing-with-vmware-view-composer/</link>
      <pubDate>Mon, 08 Oct 2012 14:00:29 +0000</pubDate>
      <guid>https://theithollow.com/2012/10/08/microsoft-licensing-with-vmware-view-composer/</guid>
      <description>&lt;p&gt;I know the subject of Microsoft licensing makes most administrators want to crawl under a desk and hide when the topic comes up, but it&amp;rsquo;s important to understand a few things if you&amp;rsquo;re going to be standing up a VMware View deployment, or any VDI project.&lt;/p&gt;
&lt;p&gt;During the install of a Windows 7 operating system you of course have to enter a license key.  Once the OS has been installed and booted up, it needs to activate.  Product activation is necessary so that Microsoft can make sure that the software is only installed on the number of PCs that were licensed to use it.  This product activation can be done via a network connection or via telephone.  When you enter your assigned volume license keys during installation you have two types of keys that you can enter:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chicago VMUG Conference 2012 Presentations</title>
      <link>https://theithollow.com/2012/10/02/chicago-vmug-conference-2012-presentations/</link>
      <pubDate>Wed, 03 Oct 2012 00:44:03 +0000</pubDate>
      <guid>https://theithollow.com/2012/10/02/chicago-vmug-conference-2012-presentations/</guid>
      <description>&lt;p&gt;Recently my friend Raj (@rajtech) and I presented two sessions at the Chicago VMware Users Conference in Schaumburg, IL.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve promised several people that attended the event, that I&amp;rsquo;d post the slides.  They are below.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://shanksnet.files.wordpress.com/2012/10/new-merged-srm-session-presentation-v31.pdf&#34;&gt;SRM Presentation Chicago VMUG Conference 2012&lt;/a&gt; &lt;a href=&#34;http://shanksnet.files.wordpress.com/2012/10/srm.png&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://shanksnet.files.wordpress.com/2012/10/srm.png?w=300&#34;&gt;&lt;/a&gt; &lt;a href=&#34;http://shanksnet.files.wordpress.com/2012/10/new-vds-session-presentation-final.pdf&#34;&gt;DS Presentation Chicago VMUG Conference 2012&lt;/a&gt; &lt;a href=&#34;http://shanksnet.files.wordpress.com/2012/10/vds.png&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://shanksnet.files.wordpress.com/2012/10/vds.png?w=300&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMUG Benefits</title>
      <link>https://theithollow.com/2012/09/22/vmug-benefits/</link>
      <pubDate>Sun, 23 Sep 2012 01:35:03 +0000</pubDate>
      <guid>https://theithollow.com/2012/09/22/vmug-benefits/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://shanksnet.files.wordpress.com/2012/09/vmuglogo.png&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://shanksnet.files.wordpress.com/2012/09/vmuglogo.png&#34;&gt;&lt;/a&gt; I signed up for the VMware Users Group last year at VMworld.  I don&amp;rsquo;t remember, why I decided to do it but I assume that it had something to do with a free T-shirt.  Since then, I&amp;rsquo;ve been to several meetings, all at my local Chicago VMUG chapter &lt;a href=&#34;http://www.chicagovmug.com&#34;&gt;www.chicagovmug.com&lt;/a&gt; .  At first I was pretty skeptical, but it turns out it&amp;rsquo;s been one of the best things I&amp;rsquo;ve done for my career.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMworld 2012 Right Here Right Now</title>
      <link>https://theithollow.com/2012/09/01/vmworld-2012-right-here-right-now/</link>
      <pubDate>Sun, 02 Sep 2012 02:24:48 +0000</pubDate>
      <guid>https://theithollow.com/2012/09/01/vmworld-2012-right-here-right-now/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://shanksnet.files.wordpress.com/2012/09/vmworld2012-1.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://shanksnet.files.wordpress.com/2012/09/vmworld2012-1.jpg?w=300&#34;&gt;&lt;/a&gt; VMworld 2012 was in San Francisco this year and the weather was beautiful.  San Francisco was a lovely host and the Moscone Center proved to be very capable of handling the large crowds that were around for the event.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://shanksnet.files.wordpress.com/2012/09/vmworld2012-2.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://shanksnet.files.wordpress.com/2012/09/vmworld2012-2.jpg?w=300&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Solutions Exchange was massive.  It included companies like HP, EMC, Netapp as well as some startup companies like Tintri, PHD Virtual and a very new Cloud Physics which was the talk of VMworld this year.  Check them out at &lt;a href=&#34;http://www.cloudphysics.com&#34;&gt;http://www.cloudphysics.com&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Veeam Replication for vSphere</title>
      <link>https://theithollow.com/2012/08/06/veeam-replication-for-vsphere/</link>
      <pubDate>Mon, 06 Aug 2012 13:30:15 +0000</pubDate>
      <guid>https://theithollow.com/2012/08/06/veeam-replication-for-vsphere/</guid>
      <description>&lt;p&gt;I recently took a closer look at Veeam to do some replication work.  I&amp;rsquo;ve used Veeam to do VMware backups, but never really considered it to do any replication work.  Most of the time VMware Site Recovery Manager is my tool of choice to do replication if my storage array can&amp;rsquo;t do it.  But Veeam makes a great alternative for doing replication.&lt;/p&gt;
&lt;p&gt;The current version of Veeam can re-ip, run on a schedule, do bandwidth throttling, as well as remapping networks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware DPM Green Datacenters</title>
      <link>https://theithollow.com/2012/07/31/vmware-dpm-green-datacenters/</link>
      <pubDate>Tue, 31 Jul 2012 13:58:39 +0000</pubDate>
      <guid>https://theithollow.com/2012/07/31/vmware-dpm-green-datacenters/</guid>
      <description>&lt;p&gt;Now that we&amp;rsquo;ve entered the virtualization age, we&amp;rsquo;ve become accustomed to moving workloads between hosts in order to get better performance.  We&amp;rsquo;re so used to it, that VMware DRS will move workloads around automatically and many administrators don&amp;rsquo;t even care what host is running their virtual machines.  Hosts are now more like a resource container, where we move our servers to the resource that is most available.&lt;/p&gt;
&lt;p&gt;VMware lets us take DRS one step further, where if we have extra resources available that aren&amp;rsquo;t being used, we can power off the hosts in order to save on power consumption.  If we have 50 hosts running, but only using the resources of 30 of them, let&amp;rsquo;s power off the remaining 20 hosts to save on power and cooling.  Over a year, these types of savings can really add up.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using ESXTOP and RESXTOP to Obtain Performance Metrics</title>
      <link>https://theithollow.com/2012/07/24/using-esxtop-and-resxtop-to-obtain-performance-metrics/</link>
      <pubDate>Wed, 25 Jul 2012 01:13:39 +0000</pubDate>
      <guid>https://theithollow.com/2012/07/24/using-esxtop-and-resxtop-to-obtain-performance-metrics/</guid>
      <description>&lt;p&gt;Sometimes we need a quick set of statistics to see what is going on inside a vSphere host.  Sort of like using Microsoft&amp;rsquo;s task manager on a Windows server, we can quickly take a look at what some performance stats on the VMware hosts.  A couple of the tools to do this are the esxtop and resxtop commands.&lt;/p&gt;
&lt;p&gt;Esxtop and resxtop are basically the same with the exception that esxtop must be run directly on the vSphere host by connecting via SSH.  Resxtop can be run remotely from the vMA perhaps.  Below is a screenshot of the two tools running side by side.  Aside from the refresh rates not being matched up, you can see that they are both showing the same information.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMDirectPath I/O Basic Setup</title>
      <link>https://theithollow.com/2012/07/09/vmdirectpath-io-basic-setup/</link>
      <pubDate>Tue, 10 Jul 2012 00:46:36 +0000</pubDate>
      <guid>https://theithollow.com/2012/07/09/vmdirectpath-io-basic-setup/</guid>
      <description>&lt;p&gt;While I was studying for the VCAP-DCA I realized that many people might not have access to a lab that includes the capability to do VMDirectPath I/O.  My own lab is using nested ESXi hosts inside of VMware Workstation so I don&amp;rsquo;t have access to DirectPath either, but I was able to borrow some equipment in order to test my skills.&lt;/p&gt;
&lt;p&gt;If you don&amp;rsquo;t have access to this type of equipment but want to study for the VCAP5-DCA, the below setup should suffice for you to learn it, as the setup is not very difficult.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lowering Disaster Recovery Costs with Site Recovery Manager</title>
      <link>https://theithollow.com/2012/06/22/lowering-disaster-recovery-costs-with-site-recovery-manager/</link>
      <pubDate>Fri, 22 Jun 2012 14:04:40 +0000</pubDate>
      <guid>https://theithollow.com/2012/06/22/lowering-disaster-recovery-costs-with-site-recovery-manager/</guid>
      <description>&lt;p&gt;Setting up a disaster recovery site can be a costly endeavor.  VMware Site Recovery Manager has made disaster recovery much simpler, but it&amp;rsquo;s still expensive to get a DR site up and going.  Rack space, power, cooling, bandwidth, storage and compute can all add up pretty quickly, not to mention that hopefully you&amp;rsquo;ll never have to use this equipment.&lt;/p&gt;
&lt;h2 id=&#34;replication-bandwidth&#34;&gt;Replication Bandwidth&lt;/h2&gt;
&lt;p&gt;Bandwidth could be very expensive depending on how much data needs to be replicated.  Consider some of these techniques to make the best use of your bandwidth.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware SRM Gotchas</title>
      <link>https://theithollow.com/2012/06/18/vmware-srm-gotchas/</link>
      <pubDate>Tue, 19 Jun 2012 02:14:01 +0000</pubDate>
      <guid>https://theithollow.com/2012/06/18/vmware-srm-gotchas/</guid>
      <description>&lt;p&gt;I recently presented my current employers DR Strategy at the &lt;a href=&#34;http://www.chicagovmug.com&#34;&gt;Chicago Vmug&lt;/a&gt; and had several comments about the gotchas section so I thought I&amp;rsquo;d get them on the blog for future reference.&lt;/p&gt;
&lt;p&gt;During our DR Test we found several items that need to be carefully considered when doing a failover to a secondary site.  It is my hope that this post provides a good starting point for considering your own DR Strategy using VMware Site Recovery Manager.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vSphere 5 AutoDeploy Basics</title>
      <link>https://theithollow.com/2012/06/05/vsphere-5-autodeploy-basics/</link>
      <pubDate>Tue, 05 Jun 2012 13:55:52 +0000</pubDate>
      <guid>https://theithollow.com/2012/06/05/vsphere-5-autodeploy-basics/</guid>
      <description>&lt;p&gt;vSphere AutoDeploy always seemed like a lot of work to setup just to deploy a few VMware hosts, but in my current job I don&amp;rsquo;t setup hosts very often. If you are constantly deploying new hosts to get out in front of performance issues, or are building a new datacenter and deploying many hosts at once, AutoDeploy can be a great way to get up and running quickly.&lt;/p&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;In order to use AutoDeploy, you&amp;rsquo;ll first need vSphere5, the AutoDeploy Install (which is on the vCenter Media), the vSphere5 Offline Bundle, PowerCLI, a DHCP Server and a TFTP server for starters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using PowerCLI for VMware Update Manager</title>
      <link>https://theithollow.com/2012/05/31/using-powercli-for-vmware-update-manager/</link>
      <pubDate>Thu, 31 May 2012 13:29:08 +0000</pubDate>
      <guid>https://theithollow.com/2012/05/31/using-powercli-for-vmware-update-manager/</guid>
      <description>&lt;p&gt;You never know when you&amp;rsquo;ll need to script something and PowerCLI gives you the tools to do it.  I decided to see if I could script some of the VMware Update Manager (VUM) tasks while I was reviewing section 5.2 of the VCAP5-DCA Beta Blueprint and found that the procedures were quite easy.  My next thought was, &amp;ldquo;Why would I want to script this when I can use the GUI, and on top of that I can schedule scans and remediation already?&amp;rdquo;  My answer was, &amp;ldquo;You never know.&amp;rdquo;  Who knows when you&amp;rsquo;ll need to use the PowerCLI to accomplish a task.  Maybe, you&amp;rsquo;re scripting something so someone else can run it without really knowing how to perform the task, or you&amp;rsquo;re trying to get a report, or who knows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Upgrading ESXi hosts using VMware Update Manager</title>
      <link>https://theithollow.com/2012/05/29/upgrading-esxi-hosts-using-vmware-update-manager/</link>
      <pubDate>Tue, 29 May 2012 19:42:54 +0000</pubDate>
      <guid>https://theithollow.com/2012/05/29/upgrading-esxi-hosts-using-vmware-update-manager/</guid>
      <description>&lt;p&gt;Unlike many operating systems, VMware ESXi gives you a nice tool to upgrade their hypervisor to the latest version.  VMware Update Manager gives you the ability to grab the latest build and apply it to your existing ESXi hosts.&lt;/p&gt;
&lt;p&gt;I should mention that VMware Update Manager is not the only solution to upgrade your ESXi hosts.  Hosts can also be upgraded manually by booting the host to the latest build and performing an upgrade, or by utilizing the new autodeploy features in vSphere 5.  VMware Update Manager is a simple tool that can automate the installs on several hosts in sequence and is available with all editions of vSphere 5.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simple Free VMware Backups</title>
      <link>https://theithollow.com/2012/05/20/simple-free-vmware-backups/</link>
      <pubDate>Sun, 20 May 2012 21:44:01 +0000</pubDate>
      <guid>https://theithollow.com/2012/05/20/simple-free-vmware-backups/</guid>
      <description>&lt;p&gt;If you need to backup some of your virtual machines, maybe it&amp;rsquo;s time to consider VMware Data Recovery 2.0.  This VMware appliance provides an easy way to backup some virtual machines for free, but if you&amp;rsquo;re looking for a large scale backup solution it might be necessary to use more traditional backup solutions from Symantec or Veeam.&lt;/p&gt;
&lt;p&gt;To get started, download the VMware Data Recovery iso from vmware.com.  The iso includes a plugin for vCenter as well as an OVF for deploying the appliance.  Once you&amp;rsquo;ve deployed the OVF template and installed the vCenter plugin, you can open the vDR from the solutions and applications section of the vCenter console.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NLB in vSphere (Unicast or Multicast)?</title>
      <link>https://theithollow.com/2012/05/08/nlb-in-vsphere-unicast-or-multicast/</link>
      <pubDate>Tue, 08 May 2012 18:37:56 +0000</pubDate>
      <guid>https://theithollow.com/2012/05/08/nlb-in-vsphere-unicast-or-multicast/</guid>
      <description>&lt;p&gt;Suppose you have multiple virtual machines that you would like to distribute load across that are housed inside of your virtual environment.  How do we go about setting up Network Load Balancing so that it will still work with things like DRS and VMotion?&lt;/p&gt;
&lt;h2 id=&#34;switch-refresher&#34;&gt;Switch Refresher&lt;/h2&gt;
&lt;p&gt;In most networks we have switches that listen for MAC addresses and store them in their MAC Address Table for future use.  If a switch receives a request and it knows which port the destination MAC address is associated with, it will forward that request out the single port.  If a switch doesn&amp;rsquo;t know which port a MAC Address is associated with, it will basically send that frame out all of it&amp;rsquo;s ports (known as flooding) so that the destination can hopefully still receive it.    This is why we&amp;rsquo;ve moved away from hubs and moved towards switches.  Hubs will flood everything because they don&amp;rsquo;t keep track of the MAC Addresses.  You can see how this extra traffic on the network is unwanted.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Poor Man&#39;s SRM Lab (Whitebox)</title>
      <link>https://theithollow.com/2012/05/03/poor-mans-srm-lab-whitebox/</link>
      <pubDate>Thu, 03 May 2012 12:32:17 +0000</pubDate>
      <guid>https://theithollow.com/2012/05/03/poor-mans-srm-lab-whitebox/</guid>
      <description>&lt;p&gt;I really wanted to test out some VMware Site Recovery Manager scenarios and realized that buying SANs, servers and networking equipment was quite expensive.  I also didn&amp;rsquo;t have a lot of space in my house that was available for running all of this equipment.  After completing my VCP5 I was given a copy of VMware Workstation 8 and thought that I might be able to build a nested virtual environment, where the ESXi hosts themselves were virtualized inside of workstation.  (Don&amp;rsquo;t worry, virtualizing a virtual host doesn&amp;rsquo;t warp time or space, it&amp;rsquo;s safe.)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Netapp VASA Provider 1.0</title>
      <link>https://theithollow.com/2012/05/01/netapp-vasa-provider-1-0/</link>
      <pubDate>Tue, 01 May 2012 18:58:25 +0000</pubDate>
      <guid>https://theithollow.com/2012/05/01/netapp-vasa-provider-1-0/</guid>
      <description>&lt;p&gt;Netapp has released their vStorage APIs for Storage Awareness (VASA) provider 1.0 to their support site.  &lt;a href=&#34;http://support.netapp.com&#34;&gt;http://support.netapp.com&lt;/a&gt; If you&amp;rsquo;re not that familiar with the VASA concept, this article should explain what it is and how it&amp;rsquo;s used in regards to VMware vSphere 5.&lt;/p&gt;
&lt;h2 id=&#34;what-is-vasa&#34;&gt;What is VASA?&lt;/h2&gt;
&lt;p&gt;VASA Providers collect information about your storage systems and present that information to vSphere.  In previous versions of vSphere, an administrator might need to keep track of hisher datastores in a spreadsheet or have a naming convention that showed the properties of an individual datastore.  For example, if your storage system had both SSD and Sata disks, the Datastore might be named VMFS01_SSD or something similar.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Replication Setup for Site Recovery Manager</title>
      <link>https://theithollow.com/2012/04/24/vmware-replication-setup-for-site-recovery-manager/</link>
      <pubDate>Tue, 24 Apr 2012 12:21:22 +0000</pubDate>
      <guid>https://theithollow.com/2012/04/24/vmware-replication-setup-for-site-recovery-manager/</guid>
      <description>&lt;p&gt;Recently, I wrote a blog post about how to &lt;a href=&#34;https://theithollow.com/2012/04/20/vmware-site-recovery-manager-basic-setup/&#34; title=&#34;VMware Site Recovery Manager Basic Setup&#34;&gt;setup and configure VMware Site Recovery Manager for vSphere 5.0&lt;/a&gt;.  This setup included using array based storage replication to transfer data and it ignored the new VMware replication engine that is included with Site Recovery Manager 5.0.  This post is intended to cover the setup and configuration of the vSphere replication.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re not familiar with it, the vSphere Replication Management Server handles individual replication of powered on virtual machines, to a secondary site.  This is a free vSphere appliance with the purchase of VMware Site Recovery Manager 5.0.  Traditionally, vSphere required that the storage providers were replicating the virtual machine data for SRM to work, but that has all changed with 5.0.  Now VMware can do the replication for you.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Site Recovery Manager Basic Setup</title>
      <link>https://theithollow.com/2012/04/20/vmware-site-recovery-manager-basic-setup/</link>
      <pubDate>Fri, 20 Apr 2012 17:23:49 +0000</pubDate>
      <guid>https://theithollow.com/2012/04/20/vmware-site-recovery-manager-basic-setup/</guid>
      <description>&lt;p&gt;Finally, the idea of running a Disaster Recovery test is manageable.  VMware Site Recovery Manager combined with vSphere has made it possible to test a failover to a warm site without worrying that the DR test itself will cause an outage.&lt;/p&gt;
&lt;p&gt;Setting up Site Recovery Manager and performing a site failover sounds like a daunting task, but VMware has made this very simple, assuming you are familiar with vSphere already.  If you already have a virtual environment setup at both your production site and a secondary site, SRM is pretty simple to get started with but allows for almost any DR Plan you can think of to be run.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Virtual Routing for Bubble Networks</title>
      <link>https://theithollow.com/2012/04/18/virtual-routing-for-bubble-networks/</link>
      <pubDate>Wed, 18 Apr 2012 14:13:57 +0000</pubDate>
      <guid>https://theithollow.com/2012/04/18/virtual-routing-for-bubble-networks/</guid>
      <description>&lt;p&gt;A question often comes up about what to do when you have a segmented virtual network that needs to be able to traverse subnets.  This might happen if you&amp;rsquo;re doing some testing and don&amp;rsquo;t want the machines to contact the production network, or perhaps doing a test SRM failover and having the virtual machines in their own test network.  Virtual machines in subnet (A) might need to contact other virtual machines in subnet (B) but don&amp;rsquo;t have access to the physical router any longer, so they can&amp;rsquo;t communicate.  To solve this issue, how about we try a virtual router?&lt;/p&gt;</description>
    </item>
    <item>
      <title>SQL HA Mirroring with vCenter</title>
      <link>https://theithollow.com/2012/04/15/sql-ha-mirroring-with-vcenter/</link>
      <pubDate>Sun, 15 Apr 2012 21:27:51 +0000</pubDate>
      <guid>https://theithollow.com/2012/04/15/sql-ha-mirroring-with-vcenter/</guid>
      <description>&lt;p&gt;We&amp;rsquo;re probably all aware of the benefits of clustering things like SQL Server in order to provide highly available data.  But shared storage clustering has some drawbacks on VMware ESXi clusters such as not being able to vMotion.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;• Database Mirroring – SQL Server database mirrors utilize a non-shared storage availability solution,
using built-in SQL Server replication technology to create and maintain one or more copies of each
database on other SQL Servers in the environment. SQL Server database mirrors provide
application-aware availability, and the lack of a quorum disk makes this a VMware-friendly solution,
allowing the full use of vMotion, DRS, and HA.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Netapp VSC4 Optimization and Migration</title>
      <link>https://theithollow.com/2012/04/10/netapp-vsc4-optimization-and-migration/</link>
      <pubDate>Tue, 10 Apr 2012 23:40:13 +0000</pubDate>
      <guid>https://theithollow.com/2012/04/10/netapp-vsc4-optimization-and-migration/</guid>
      <description>&lt;p&gt;One of my most frequently read articles is on how to use MBRAlign to align your virtual machine disks on Netapp storage. Well, after Netapp has released their new Virtual Storage Console (VSC4) the tedious task of using MBRAlign might be eased for some admins.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Optimization and Migration&lt;/strong&gt;
The new VSC4 console for vSphere has a new tab called Optimization and Migration. Here you are able to scan all or some of your datastores to check the alignment of your virtual machines. The scan manager can even be set on a schedule so that changes to the datastore will be recognized.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Understanding Beacon Probing</title>
      <link>https://theithollow.com/2012/03/27/understanding-beacon-probing/</link>
      <pubDate>Tue, 27 Mar 2012 12:30:32 +0000</pubDate>
      <guid>https://theithollow.com/2012/03/27/understanding-beacon-probing/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;ve built a virtual infrastructure you&amp;rsquo;ve probably had to decide whether or not to use Beacon Probing when setting up your vSwitch uplink ports. But what is it, and why do we need it?&lt;/p&gt;
&lt;p&gt;Let me propose a scenario. Assume that we have a virtual switch with three uplinks, and one of those uplinks fails.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2012/03/beaconprobing1.jpg&#34;&gt;&lt;img alt=&#34;BeaconProbing1&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2012/03/beaconprobing1.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If the uplinks are setup correctly, they will see the failed uplink and start sending their frames over the other active uplinks. This is standard network fault tolerance from vSphere.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMware Network Traffic Routing</title>
      <link>https://theithollow.com/2012/03/16/vmware-network-traffic-routing/</link>
      <pubDate>Fri, 16 Mar 2012 13:00:27 +0000</pubDate>
      <guid>https://theithollow.com/2012/03/16/vmware-network-traffic-routing/</guid>
      <description>&lt;p&gt;VMware has lots of ways to setup networking on their ESXi hosts.  In order to set this up in the best way for your needs, it&amp;rsquo;s important to understand how the traffic will be routed between VMs, virtual switches, physical switches and physical network adapters.&lt;/p&gt;
&lt;p&gt;Before looking at an example, we should review some networking 101.  Machines on the same vlan on the same switch can communicate with one another (assuming there is no firewall type devices in the way).  Machines on different vlans on the same switch cannot communicate unless the traffic passes through a router.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Path Selection Policy with ALUA</title>
      <link>https://theithollow.com/2012/03/08/path-selection-policy-with-alua/</link>
      <pubDate>Thu, 08 Mar 2012 13:58:05 +0000</pubDate>
      <guid>https://theithollow.com/2012/03/08/path-selection-policy-with-alua/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s important to understand how VMware ESXi servers handle connections to their associated storage arrays.&lt;/p&gt;
&lt;p&gt;If we look specifically with fibre channel fabrics, we have several multipathing options to be considered.
There are three path selection policy (PSP) plugins that VMware uses natively to determine the I/O channel that data will travel over to the storage device.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Fixed Path&lt;/li&gt;
&lt;li&gt;Most Recently Used (MRU)&lt;/li&gt;
&lt;li&gt;Round Robin (RR)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Let&amp;rsquo;s look at some examples of the three PSPs we&amp;rsquo;ve mentioned and how they behave.  The definitions come from the vSphere 5 storage guide found below.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Virtualization vs Emulation</title>
      <link>https://theithollow.com/2012/03/07/virtualization-vs-emulation/</link>
      <pubDate>Wed, 07 Mar 2012 15:00:21 +0000</pubDate>
      <guid>https://theithollow.com/2012/03/07/virtualization-vs-emulation/</guid>
      <description>&lt;p&gt;Emulation and Virtualization are not the same thing.  In many cases you&amp;rsquo;ll hear them used interchangeably but they are different concepts.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Emulation&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Emulation consists of taking the properties of one system and trying to reproduce it with a different type of system.  When it comes to computers, you may have seen some software emulators that you can install and run on a PC or MAC, that will reproduce the characteristics of an older system such as a Nintendo or other gaming console.  As an example you could then perhaps run Super Mario Bros. on your work desktop (I am not advocating the playing of video games at work).  In this case the software emulator is mimicking the gaming console so that the game could be run inside the emulator, even though the underlying hardware is an x86 architecture.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Overview of vStorage API Array Integration (VAAI)</title>
      <link>https://theithollow.com/2012/03/05/overview-of-vstorage-api-array-integration-vaai/</link>
      <pubDate>Mon, 05 Mar 2012 19:06:36 +0000</pubDate>
      <guid>https://theithollow.com/2012/03/05/overview-of-vstorage-api-array-integration-vaai/</guid>
      <description>&lt;p&gt;Many storage providers have been working with VMware to improve performance of disks by giving VMware access to invoke capabilities of the storage system.  There are basically three main primitives that VMware can invoke to do this.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Full Copy&lt;/li&gt;
&lt;li&gt;Hardware Assisted Locking&lt;/li&gt;
&lt;li&gt;Block Zeroing&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Copy&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Lets look at what happens when you clone a VM without VAAI.  The ESXi server will start to copy the blocks of the original VM and start to paste them in the new location.  Below is an animation to describe this process.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Extending Windows System Drives with vSphere</title>
      <link>https://theithollow.com/2012/03/02/extending-windows-system-drives-with-vsphere/</link>
      <pubDate>Fri, 02 Mar 2012 16:29:13 +0000</pubDate>
      <guid>https://theithollow.com/2012/03/02/extending-windows-system-drives-with-vsphere/</guid>
      <description>&lt;p&gt;vSphere has made it very simple to resize disks.  They old days of finding larger disks to put in your severs and cloning or migrating data aren&amp;rsquo;t necessary now that virtualization has become widely used.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re using vSphere you can easily extend non system drives by changing the size of the Hard Disk, and then going into the virtual machine and using diskpart or Disk Manager and extending the drive.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SAN Snapshots vs VMware Snapshots</title>
      <link>https://theithollow.com/2012/02/27/san-snapshots-vs-vmware-snapshots/</link>
      <pubDate>Tue, 28 Feb 2012 02:33:24 +0000</pubDate>
      <guid>https://theithollow.com/2012/02/27/san-snapshots-vs-vmware-snapshots/</guid>
      <description>&lt;p&gt;I found people have a hard time understanding that a SAN Snapshot and a VMware snapshot are fundamentally different.  I think because unless you&amp;rsquo;re a storage administrator, you&amp;rsquo;re probably not dealing a whole lot with snaps to begin with.  VMware has made it more commonplace for System Administrators to deal with snapshot technology.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SAN Snapshots&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Lets first look at how traditional SANs take snapshots.&lt;/p&gt;
&lt;p&gt;To start we have 6 blocks being used.  The file system has marked blocks which blocks are being used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMWorld 2011</title>
      <link>https://theithollow.com/2012/02/25/vmworld-2011/</link>
      <pubDate>Sat, 25 Feb 2012 19:42:15 +0000</pubDate>
      <guid>https://theithollow.com/2012/02/25/vmworld-2011/</guid>
      <description>&lt;p&gt;VMworld 2011 was held at the Venetian Hotel in Las Vegas.  Over 25,000 attendees this year.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://shanksnet.files.wordpress.com/2012/02/venetian.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://shanksnet.files.wordpress.com/2012/02/venetian.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It was held in Las Vegas, but the sites and attractions didn&amp;rsquo;t take away from the event.  Despite all the distractions that Las Vegas can provide, there was too much going on at VMworld to get caught up in the city.&lt;/p&gt;
&lt;p&gt;My favorite part of VMworld was the Hands on Labs.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://shanksnet.files.wordpress.com/2012/02/vmworld-hol1.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://shanksnet.files.wordpress.com/2012/02/vmworld-hol1.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After signing up for the specific lab you wanted, you were ushered to your assigned desk.  There were dual screen workstations setup at every desk and very straight forward instructions on how to complete the labs.  These labs would get very in depth and would show you why and what was happening behind the scenes when you would perform your operations.  I especially enjoyed the Netapp lab.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
