VMware Horizon Install Guide (part 2)

VMware Horizon Install Guide (part 1) VMware Horizon Install Guide (part 3) VMware Horizon Install Guide (part 4) Configure the Horizon Service Now that the appliances are setup, it’s time to get busy configuring them. Go to the web address of the Horizon service that you configured (from part 1) In our case this was http://theithollow.hollow.lab The first page isn’t very interesting, just begin the wizard. 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. ...

January 28, 2013 · 3 min · eshanks

VMware Horizon Install Guide (part 3)

VMware Horizon Install Guide (part 1) VMware Horizon Install Guide (part 2) VMware Horizon Install Guide (part 4) In the last part we configured the Horizon Connector, now we’re going to run the setup wizard in order to assign applications and select users. Horizon Connector Setup Wizard Let’s begin the setup wizard Join the domain. Enter the domain name and enter the username and password that has permissions to add a machine to the domain. ...

January 28, 2013 · 2 min · eshanks

VMware Horizon Install Guide (part 4)

VMware Horizon Install Guide (part 1) VMware Horizon Install Guide (part 2) VMware Horizon Install Guide (part 3) In the last part, we finished setting up the basics of Horizon Connector and the Service Portal. Now we can login to the Service Portal to assign our applications. Application Prerequisites A couple of more prerequisites should be done before we log in. 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. ...

January 28, 2013 · 3 min · eshanks

The Effect of Too Many Virtual CPUs

Many times I see new virtualization admins add too many vCPUs to virtual machines after they’ve converted their physical machines. I believe the reason for this is a simple misunderstanding that more is not always better in this case. With physical servers, the more is better approach seems to work fine. If you have a quad core processor it’s better than a dual core and if you have a dual processor server it’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. ...

January 21, 2013 · 2 min · eshanks

HP Performance Viewer

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’s great for importing into your vSphere environment. Once it’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’s all for the configuration! At this point I’d give the appliance some time to gather statistics, but if you just can’t wait I’ll give you some of the details from my install. ...

January 14, 2013 · 1 min · eshanks

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

HP Insight Remote Support

I used to love the fact that with my old Netapp FAS2040 that I’d get a phone call about replacing a failed drive almost before I received the alert about the drive in the first place. Phone home seemed genius to me and as it turns out, Hewlett Packard has this capability for their equipment. Full disclosure: As many of you know, I currently work for an HP Partner so my advice may be a bit biased. I can tell you that I wouldn’t put a product on this site which I didn’t like so please don’t think that I’m just trying to push HP products. You may see more HP related articles from me, only because I encounter them more frequently than others. ...

January 7, 2013 · 4 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

Jumbo Frames

Jumbo frames can be useful to optimize IP networks, especially in storage networking. This post should help to explain why using jumbo frames can be useful. I’m not Jumbo, I’m just big boned! First, let’s define what we mean by the term jumbo frame. As you can imagine it’s bigger than a normal frame. A Jumbo frame simply means any frame with an MTU larger than 1500 bytes. What exactly does that mean? To really understand that we need to look at an Ethernet frame. The diagram below shows a hastily thrown together Ethernet frame and most of the frame we’re not concerned with for this topic. Parts of the frame are used for determining where the frame is headed, where it came from and to make sure it arrived intact. The section we’re looking at is the “Data” or “Payload” section of the frame. ...

December 11, 2012 · 3 min · eshanks