Getting to the VMware Shell and Setting a Static Route

vmware shell

So, I needed to add a static route to a VMware ESXi server. Specifically, I was looking to add the static route to the ESXi host in order to mount a particular NFS datastore. I did not need to add the static route to the guest machines — either Windows or Linux — that were […]

Increasing the Maximum Number of NFS Mounts

nfs max volumes

So, I am happily adding NFS storage to an ESXi host. Then, suddenly, I cannot add any more NFS mounts! What is VMware doing? A little investigation turns up a default limitation of eight NFS mounts. This can be easily increased, using the steps described below. Note that if you increase NFS.maxVolumes, you should consider […]

Getting Around FQDN vCenter Install Error

vCenter-FQDN-error_upload

Have you ever wanted to install vCenter in an environment that has no domain server? For instance, perhaps you just wanted to install vCenter in a lab environment. Well, everything goes fine until you receive the installation error, “The Fully Qualified Domain Name cannot be resolved. If you continue the installation, some features might not […]

Attaching Storage to a Hyper-V Guest within a Failover Cluster

disk create in hyper-v

I needed to attach some storage to an existing Hyper-V guest operating system. The guest was running in an existing failover cluster. The storage was already provisioned such that it appeared in Failover Cluster Manager | Storage as “Available Storage”. Herein are the steps taken: Grab the storage path for later use. Start | Administrative […]

Setting up Jumbo Frames in ESXi 5.0

esxi mtu summary

VMware ESXi 5.0 has the ability to setup jumbo frames without using the command line. The first time I tried it, I charged the maximum MTU settings on the storage array, in the network equipment, and on the VMware vSwitch. It didn’t work and I was frustrated. After a little research, I figured out that […]

Installing a VMware ESXi 5.0 Host

VMware ESXi install

I needed to install ESXi 5.0 on a new HP blade server. I downloaded the ESXi ISO image from VMware, but it did not work! Turns out that HP has a OEM version of the ESXi image, with the necessary ethernet Flex-NIC drivers already bundled. So, I downloaded the HP OEM ESXi 5.0 image, installed […]

NTP on the VMware Host

NTP on the VMware Host

Have you ever noticed that your VMware host has the incorrect time? This can cause Windows domain problems if your Windows guest machines are syncing their time with the VMware host. This post tell how to set the VMware host using vCenter. First, open the time settings dialog in vCenter: Highlight host in vCenter inventory. […]

Extending the Windows system drive

how to extend a drive

Have you ever run out of space on your system c:\ drive? This causes massive machine headaches, and its totally unnecessary if you are running your Windows machine as a guest operating system in a virtual environment. This is how, without purchasing any special licenses (other than Windows and VMware) that you can extend the […]