Many of my customers’ sites use HP blade servers. Depending upon the networking configuration, this means they also use the HP Onboard Administrator and HP Virtual Connect websites. One feature available in HP OA is the ability to open an integrated remote console window to the particular blade server, helping to debug BIOS issues, for […]
Fixing “Insufficient resources” error in vSphere HA
Today, I resolved the error “Insufficient resources to satisfy vSphere HA failover level” in VMware vSphere, a high availability error. The issue occurs when you give a larger virtual machine (VM) a large percentage of the resources available in your least powerful host. The error results in a ugly warning message that appears in your […]
Delete IE8 Temporary Data from the CLI
There are a lot of ways to lockdown Internet Explorer. And, by default IE takes a portion of the free available disk space for its temporary files. The problem I encountered today was that I was running out of disk space on a Windows 2003 server. Removing temporary Internet Explorer files was a logical step, […]
Sync Apple Calendar with Gmail
I sometimes need to coordinate with other people for meeting and work schedules. I have found it convenient to add access to third-party Exchange servers and to Google Mail from my Apple Calendar application. Now, meeting notices appear both in email and in the calendar. Here’s how to do this for yourself, using Gmail as […]
Stuck Unable to Edit v10 VMs with free ESXi
This week, I am installing a brand new VMware deployment of VMware 5.5 with vCenter. I don’t have any of the licensing yet, so I’m installing everything with trial licenses, and will get that fixed before putting production virtual machines (VMs) onto this new environment. This situation is quite common, especially when some of the […]
Network Subnetting Reference Sheet
I learned network subnetting using subnet masks. To me, the masks are easy–if you just convert the number into binary, then you know which numbers in an IP address are static (part of the base network) and which are not. But, the new convention is to identify networks with the slash notation such as /24 […]
Patch for the NFS Bug in VMware 5.5U1
If you recall, I warned you against blindly installing VMware 5.5 upgrade one. There were two reasons for this warning. First, it introduced a pretty severe NFS bug — the NFS mounts would randomly drop and re-connect. Imagine what fun this would be if your databases happened to be attached via NFS mounts?!? Anyway, the […]
Creating the Heartbleed Update Manager Baseline
Yesterday, we discussed how to upgrade an ESXi 5.1 host to ESXi 5.5 GA, and also why to avoid using ESXi 5.5U1. Today, let’s see how to setup the heartbleed Update Manager baseline so that we patch the vulnerable ESXI 5.5 GA host for the heartbleed vulnerability. This guide assumes you have vCenter and the […]
VMware 5.5U1 has NFS Connectivity Issues!
There are four possible kinds of connectivity storage to VMware: local hard drives on the host, iSCSI over Ethernet, Fiber Channel connections to storage, or NFS mounts over Ethernet. The trend I’ve seen is that more and more customers are moving towards NFS mounts, especially with the newer 10GB Ethernet network ports. So, the recent […]
How to Install VMware CLI (Command Line Interface)
Recently, I needed to write a script that queried the VMware infrastructure. So, I needed to install the VMware command line interface (CLI) on a Windows machine that would have a scheduled job that ran the script. Whether you are installing the VMware CLI or upgrading the VMware CLI the process is the same, so […]