My VMware Certified Advanced Professional 5 - Datacenter Design Experience

I recently took the VCAP5 - DCD exam and wanted to share my experience for anyone who is preparing for this exam as well. Study 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’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 “pie in the sky” 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. ...

January 10, 2013 · 3 min · eshanks

VMware Ballooning explained

In my last post I explained a memory reclamation technique called Transparent Page Sharing. This post is dedicated to the Balloon driver method. 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. ...

December 26, 2012 · 2 min · eshanks

Memory De-duplication in VMware

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, “How awesome would it be to dedupe my memory?” 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 “Transparent Page Sharing.” ...

December 17, 2012 · 2 min · eshanks

Software iSCSI load balancing in ESXi 5

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’t provide you the teaming or failover you’ve intended. ...

December 3, 2012 · 2 min · eshanks

My VCAP5-DCA Experience

I just found out that I’ve passed the VMware Certified Advanced Professional 5 - Datacenter Administration exam and wanted to share my experience. 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 blueprint 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’s a chance to show off how much you know. It was a subtle change, but a different mindset really helped me. ...

November 21, 2012 · 3 min · eshanks

vSphere 5.1 SSO issues

Over the past few weeks, I’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’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. ...

November 13, 2012 · 2 min · eshanks

HP Insight Control for vCenter

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. http://h18013.www1.hp.com/products/servers/management/integration.html 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. ...

November 5, 2012 · 2 min · eshanks

VMware Path Masking

 I’ve written posts in the past regarding LUN masking 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’s face it, if vSphere shouldn’t see a LUN for one reason or another, then why is the array presenting it in the first place? ...

October 30, 2012 · 3 min · eshanks

Updating HP ESXi Hosts with VUM

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’s drivers included. This will prevent issues such as having missing network cards once you’ve installed ESXi. But what about keeping the server up to date? 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? ...

October 22, 2012 · 2 min · eshanks

Microsoft Licensing with VMware View Composer

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’s important to understand a few things if you’re going to be standing up a VMware View deployment, or any VDI project. 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: ...

October 8, 2012 · 3 min · eshanks