May 30

I was recently updating my home lab and ran into an issue with my NICs as VMware no longer has the Realtek 8168 drivers embedded in the ESXi installer for 5.5/6.0.  I tried the old method of injecting the driver into the ISO and that proved unsuccessful since the driver is blacklisted — with the release of vSphere 6.0 VMware has implemented a driver blacklisting feature.  Fortunately you can bypass this feature to get your home lab up and running: Read the rest of this entry »

Mar 4

So you find yourself in a position where you need to update one (or more) of your hosts but don’t have vCenter Update Manager around to assist.  In my case trying to get Windows Server 8 CP working….It’s not terribly difficult, you simply:

  1. Download the patch – you can download patches direct from VMware @ the Patch Portal
  2. Open a datastore with enough freespace to store the patch via your vSphere Client (Right-Click->Browse on a datastore)
  3. Upload the patch you downloaded (should be a .zip file)
  4. SSH into the host
  5. Execute the command “esxcli software vib install /vmfs/volumes/<DATASTORE-NAME>/<PATCH-NAME>.zip”  – replacing the <DATASTORE-NAME> and <PATCH-NAME> appropriately.

This command can take some time to execute for large patches.

When it’s done you should get some text like below, remember to pay attention to this text so you know if you need to reboot your host or not.