<?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>Vsphere on The IT Hollow</title>
    <link>https://theithollow.com/tags/vsphere/</link>
    <description>Recent content in Vsphere on The IT Hollow</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 14 Jul 2020 14:16:18 +0000</lastBuildDate>
    <atom:link href="https://theithollow.com/tags/vsphere/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>vSphere 7 with Tanzu - Getting Started Guide</title>
      <link>https://theithollow.com/2020/07/14/vsphere-7-with-kubernetes-getting-started-guide/</link>
      <pubDate>Tue, 14 Jul 2020 14:16:18 +0000</pubDate>
      <guid>https://theithollow.com/2020/07/14/vsphere-7-with-kubernetes-getting-started-guide/</guid>
      <description>&lt;p&gt;VMware released the new version of vSphere with functionality to build and manage Kubernetes clusters. This series details how to deploy, configure, and use a lab running vSphere 7 with Kubernetes enabled.&lt;/p&gt;
&lt;p&gt;The instructions within this post are broken out into sections. vSphere 7 requires pre-requisites at the vSphere level as well as a full NSX-T deployment. Follow these steps in order to build your own vSphere 7 with Kubernetes lab and start using Kubernetes built right into vSphere.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Enable Workload Management</title>
      <link>https://theithollow.com/2020/07/14/enable-workload-management/</link>
      <pubDate>Tue, 14 Jul 2020 13:44:36 +0000</pubDate>
      <guid>https://theithollow.com/2020/07/14/enable-workload-management/</guid>
      <description>&lt;p&gt;This post focuses on enabling the workload management components for vSphere 7 with Kubernetes. It is assumed that the vSphere environment is already in place and the NSX-T configuration has been deployed.&lt;/p&gt;
&lt;p&gt;To enable workload management, login to your vCenter as the &lt;a href=&#34;mailto:administrator@vsphere.local&#34;&gt;administrator@vsphere.local&lt;/a&gt; account. Then in the Menu, select Work&lt;/p&gt;
&lt;figure&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2020/07/image-40.png&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;Within the Workload Management screen, click the &lt;code&gt;ENABLE&lt;/code&gt; button.&lt;/p&gt;
&lt;figure&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2020/07/image-30-1024x409.png&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;The first screen in the wizard, will list your compatible vSphere clusters. These clusters must have HA and DRS enabled in fully automated mode. If you are missing clusters, make sure you have ESXi hosts on version 7 with HA and DRS enabled. You&amp;rsquo;ll also need a Distributed switch on version 7 for these clusters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>vSphere 7 with Kubernetes Environment and Prerequisites</title>
      <link>https://theithollow.com/2020/07/14/vsphere-7-with-kubernetes-environment-and-prerequisites/</link>
      <pubDate>Tue, 14 Jul 2020 13:42:33 +0000</pubDate>
      <guid>https://theithollow.com/2020/07/14/vsphere-7-with-kubernetes-environment-and-prerequisites/</guid>
      <description>&lt;p&gt;This post describes the lab environment we&amp;rsquo;ll be working with to build our vSphere 7 with Kubernetes lab and additional prerequisites that you&amp;rsquo;ll need to be aware of before starting. This is not the only topology that would work for vSphere 7 with Kubernetes, but it is a robust homelab that would mimic many production deployments except for the HA features. For example, we&amp;rsquo;ll only install one (singular) NSX Manager for the lab where in a production environment would have three.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tier-0 Gateway</title>
      <link>https://theithollow.com/2020/07/14/tier-0-gateway/</link>
      <pubDate>Tue, 14 Jul 2020 13:39:41 +0000</pubDate>
      <guid>https://theithollow.com/2020/07/14/tier-0-gateway/</guid>
      <description>&lt;p&gt;This post will review the deployment and configuration of a Tier-0 gateway to provide north/south routing into the NSX-T overlay networks.&lt;/p&gt;
&lt;p&gt;The Tier-0 (T0) gateway is where we&amp;rsquo;ll finally connect our new NSX-T backed overlay segments to the physical network through an NSX-T Edge which was previously deployed.&lt;/p&gt;
&lt;p&gt;The Tier-0 gateway will connect directly to a physical VLAN and on the other side to our T1 router deployed in the previous post. From there, we should have all the plumbing we need to route to our hosts and begin using NSX-T to do some cooler stuff. In the end, the network topology will look something like this:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tier-1 Gateway and NSX Segments</title>
      <link>https://theithollow.com/2020/07/14/tier-1-gateway-and-nsx-segments/</link>
      <pubDate>Tue, 14 Jul 2020 13:36:56 +0000</pubDate>
      <guid>https://theithollow.com/2020/07/14/tier-1-gateway-and-nsx-segments/</guid>
      <description>&lt;p&gt;This post will focus on deploying our first NSX Gateway/Router and setting up our overlay segments. Before you can start these steps, the Edge nodes should be up and running so that they can support the Tier-1 gateways.&lt;/p&gt;
&lt;p&gt;NSX uses two types of routers/gateways. We&amp;rsquo;ll start by using a Tier-1 (T1) router. These routers are usually used to pass traffic between NSX overlay segments. We could create NSX segments without any routers, but it would require a router to pass traffic between these segments so we will create a T1 router first.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Deploy NSX-T Edge Nodes</title>
      <link>https://theithollow.com/2020/07/14/deploy-nsx-t-edge-nodes/</link>
      <pubDate>Tue, 14 Jul 2020 13:26:22 +0000</pubDate>
      <guid>https://theithollow.com/2020/07/14/deploy-nsx-t-edge-nodes/</guid>
      <description>&lt;p&gt;NSX-T Edge nodes are used for security and gateway services that can&amp;rsquo;t be run on the distributed routers in use by NSX-T. These edge nodes do things like North/South routing, load balancing, DHCP, VPN, NAT, etc. If you want to use &lt;code&gt;Tier0&lt;/code&gt; or &lt;code&gt;Tier1&lt;/code&gt; routers, you will need to have at least 1 edge node deployed. These edge nodes provide a place to run services like the Tier0 routes. When you first deploy an edge, its like an empty shell of a VM until these services are needed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NSX Pools, Zones, and Nodes Setup</title>
      <link>https://theithollow.com/2020/07/14/nsx-pools-zones-and-nodes-setup/</link>
      <pubDate>Tue, 14 Jul 2020 13:23:46 +0000</pubDate>
      <guid>https://theithollow.com/2020/07/14/nsx-pools-zones-and-nodes-setup/</guid>
      <description>&lt;p&gt;In the &lt;a href=&#34;https://theithollow.com/2020/07/14/nsx-pools-zones-and-nodes-setup/&#34;&gt;previous post&lt;/a&gt; we deployed an NSX Manager. Now it&amp;rsquo;s time to start configuring NSX so that we can build cool routes, firewall zones, segments, and all the other NSX goodies. And even if we don&amp;rsquo;t want to build some of these things, we&amp;rsquo;ll need this setup for vSphere 7 with Kubernetes.&lt;/p&gt;
&lt;h2 id=&#34;add-an-ip-pool&#34;&gt;Add an IP Pool&lt;/h2&gt;
&lt;p&gt;The first thing we&amp;rsquo;ll setup is an IP Pool. As you might guess, an IP Pool is just a group of IP Addresses that we can use for things. Specifically, we&amp;rsquo;ll use these IP Addresses to assign Tunnel Endpoints (Called TEPs previously called VTEPs in NSX-V parlance) to each of our ESXi hosts that are participating in the NSX Overlay networks. The TEP becomes the point in which encapsulation and decapsulation takes place on each of the ESXi hosts. Think of it this way, when encapsulated traffic needs to be routed to a VM on a host, what IP Address do we need to send the traffic to, so that it can reach that VM. This is the TEP. We need to setup a TEP on each host, and the IP Addresses for these TEPs come from an IP Pool. Since I have three hosts, and expect to deploy 1 edge nodes, I&amp;rsquo;ll need a TEP Pool with at least 4 IP Addresses. Size your environment appropriately.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NSX Installation</title>
      <link>https://theithollow.com/2020/07/14/nsx-installation/</link>
      <pubDate>Tue, 14 Jul 2020 13:18:52 +0000</pubDate>
      <guid>https://theithollow.com/2020/07/14/nsx-installation/</guid>
      <description>&lt;p&gt;This post will focus on getting the NSX-T Manager deployed and minimally configured in the lab. NSX-T is a pre-requisite for configuring vSphere 7 with Kubernetes as of the time of this writing.&lt;/p&gt;
&lt;h2 id=&#34;deploy-the-nsx-manager&#34;&gt;Deploy the NSX Manager&lt;/h2&gt;
&lt;p&gt;The first step in our build is to deploy the NSX Manager from an OVA template into our lab. The NSX Manager is the brains of the solution and what you&amp;rsquo;ll be interacting with as a user. Each time you configure a route, segment, firewall rule, etc., you&amp;rsquo;ll be communicating with the NSX Manager. Download and deploy the OVA into your vSphere lab.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Deploy Kubernetes on vSphere</title>
      <link>https://theithollow.com/2020/01/08/deploy-kubernetes-on-vsphere/</link>
      <pubDate>Wed, 08 Jan 2020 15:00:04 +0000</pubDate>
      <guid>https://theithollow.com/2020/01/08/deploy-kubernetes-on-vsphere/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re struggling to deploy Kubernetes (k8s) clusters, you&amp;rsquo;re not alone. There are a bunch of different ways to deploy Kubernetes and there are different settings depending on what cloud provider you&amp;rsquo;re using. This post will focus on installing Kubernetes on vSphere with Kubeadm. At the end of this post, you should have what you need to manually deploy k8s in a vSphere environment on ubuntu.&lt;/p&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; This tutorial uses the &amp;ldquo;in-tree&amp;rdquo; cloud provider for vSphere. This is not the preferred method for deployment going forward. More details can be found &lt;a href=&#34;https://cloud-provider-vsphere.sigs.k8s.io/concepts/in_tree_vs_out_of_tree.html&#34;&gt;here&lt;/a&gt; for reference.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Deploy Kubernetes Using Kubeadm - CentOS7</title>
      <link>https://theithollow.com/2019/01/14/deploy-kubernetes-using-kubeadm-centos7/</link>
      <pubDate>Mon, 14 Jan 2019 15:35:36 +0000</pubDate>
      <guid>https://theithollow.com/2019/01/14/deploy-kubernetes-using-kubeadm-centos7/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been wanting to have a playground to mess around with Kubernetes (k8s) deployments for a while and didn&amp;rsquo;t want to spend the money on a cloud solution like &lt;a href=&#34;https://aws.amazon.com/eks/?nc2=h_m1&#34;&gt;AWS Elastic Container Service for Kubernetes&lt;/a&gt; or &lt;a href=&#34;https://cloud.google.com/kubernetes-engine/&#34;&gt;Google Kubernetes Engine&lt;/a&gt; . While these hosted solutions provide additional features such as the ability to spin up a load balancer, they also cost money every hour they&amp;rsquo;re available and I&amp;rsquo;m planning on leaving my cluster running. Also, from a learning perspective, there is no greater way to learn the underpinnings of a solution than having to deploy and manage it on your own. Therefore, I set out to deploy k8s in my vSphere home lab on some CentOS 7 virtual machines using Kubeadm. I found several articles on how to do this but somehow I got off track a few times and thought another blog post with step by step instructions and screenshots would help others. Hopefully it helps you. Let&amp;rsquo;s begin.&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>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>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>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>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>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>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>VMware Site Recovery Manager 5.5 Guide</title>
      <link>https://theithollow.com/2013/11/04/vmware-site-recovery-manager-55-guide/</link>
      <pubDate>Mon, 04 Nov 2013 14:02:37 +0000</pubDate>
      <guid>https://theithollow.com/2013/11/04/vmware-site-recovery-manager-55-guide/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/5.5Guide.png&#34;&gt;&lt;img alt=&#34;5.5Guide&#34; loading=&#34;lazy&#34; src=&#34;https://assets.theithollow.com/wp-content/uploads/2013/10/5.5Guide.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is a Site Recovery Manager 5.5 Guide to help understand the design, installation, operation and architecture of setting up VMware SRM 5.5&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://theithollow.com/srm5-5architecture&#34;&gt;SRM 5.5 Architecture&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/srm-5-5-installation&#34;&gt;SRM 5.5 Installation&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/srm-5-5-site-configuration/&#34;&gt;SRM 5.5 Site Configuration&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/srm-5-5-vm-replication-configuration&#34;&gt;SRM 5.5 VM Replication Configuration&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;SRM 5.5 Array Replication Configuration&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://theithollow.com/srm-5-5-virtual-appliance-replication&#34;&gt;SRM 5.5 Virtual Appliance Replication&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/srm-5-5-protection-groups&#34;&gt;SRM 5.5 Protection Groups&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/srm-5-5-recovery-plans&#34;&gt;SRM 5.5 Recovery Plans&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/site-recovery-manager-5-5-guide/srm-5-5-bulk-ip-customization&#34;&gt;SRM 5.5 Bulk IP Customizations&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/srm-5-5-test-recovery&#34;&gt;SRM 5.5 Test Recovery&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/srm-5-5-recovery&#34;&gt;SRM 5.5 Recovery&lt;/a&gt; &lt;a href=&#34;https://theithollow.com/2012/06/vmware-srm-gotchas/&#34; title=&#34;VMware SRM Gotchas&#34;&gt;SRM Gotchas&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;official-documentation-links&#34;&gt;&lt;strong&gt;Official Documentation Links&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;http://www.vmware.com/support/srm/srm-releasenotes-5-5-0.html&#34;&gt;SRM 5.5 Release Notes&lt;/a&gt; &lt;a href=&#34;https://www.vmware.com/support/srm/srm-compat-matrix-5-5.html&#34;&gt;SRM 5.5 Compatibility Matrix&lt;/a&gt; &lt;a href=&#34;http://pubs.vmware.com/srm-55/index.jsp&#34;&gt;SRM 5.5 Documentation Center&lt;/a&gt; &lt;a href=&#34;http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;amp;cmd=displayKC&amp;amp;externalId=1009562&#34;&gt;SRM Port Numbers&lt;/a&gt; &lt;a href=&#34;http://www.vmware.com/products/site-recovery-manager/&#34;&gt;SRM Product Page&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>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>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>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 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>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>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 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>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>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>
  </channel>
</rss>
