I haven’t done this in a long time, due to working on large customer accounts that use automated build processes to build all there ESXi servers, but I needed to do this for my home lab, so thought I would post how to configure a USB key to boot into the ESXi installer. Handy if you have no CD/DVD drives. I used Windows to carry out this. 1) Download the latest version of Syslinux. Current version (At the time of writing) 4.02 – Download here 2) Insert the USB key. It will require about 300 MB free space for the ESXi install files and should be formatted as FAT32. 3) Run c:syslinuxwin32syslinux.exe <drive letter> – This alters the boot partition on the USB key and copy over the file ldlinux.sys to the root directory. 4) Mount the ESXi Install ISO and copy the contents to the USB key. 5) On […]
Archive | VMware Posts
Cannot install the vCenter agent service Not enough space to install agent ESXi 4.x
I have been building a very basic home lab today, and came across this error when trying to add the host into vCenter. “Cannot install the vCenter agent service. Not enough space to install agent.” I began investigating the error, which to me sounded like a disk space error. The host is running ESXi 4.1 off a USB key. I checked the disk space and all was fine and acceptable. What I discovered was that a VM that was running on the host had eaten a huge chunk of memory, and there was only 128MB free (this host only has 2GB RAM, not ideal I know). I stopped a few of the VMs which free’d up some memory, and then tried to add the host to vCenter again. Everything worked well.
Novell SLES for VMware now available for FREE
Some news on the Novell Suse Enterprise Linux (SLES) front. From yesterday (15/9/10) SLES for VMware, a Linux distribution based on SUSE Linux Enterprise Server 11 SP1 is available now. Customers who have purchased VMware vSphere 4.1 licenses on or after June 9, 2010 qualify to run an unlimited number of SLES virtual machines and receive all necessary patches and updates for free. I personally think this is a great deal, and will be interesting to see where VMware and Novell go with this partnership, maybe lots of joint appliances in the future. For further official information click here.

HowTo: Enable SSH and Remote Tech Support mode on ESXi 4.1
A couple of days ago I posted an article that has been produced hundreds of times about Enabling ssh on ESXi – pre 4.1. Today I thought I would post a quick how-to about enabling it via vCenter on ESXi 4.1. This drastically makes life easier, because you neither have to edit config files via the cLI nor do you need access to server consoles either remotely or physically. 1) Log in to vCenter 2) Select your host 3) Click the configuration tab 4) Select Security Profile under Software – You will be shown the services that are available for configuration 5) Click Properties 6) Highlight Remote Tech Support (SSH) and click options 7) Choose the Startup policy and Service Command that you require. 8 ) Click Ok 9) Click Ok 10) Open up a SSH session to your host and login Once enabled you will notice that the host […]
HowTo: Enable SSH on ESXi
Most people will be able to do this in there sleep. I used to be able too, but ran into some issues today when trying this at home. Obviously with vSphere 4 you dont need to do this anymore. This can be enabled through the advanced settings from within the vSphere client. For those of you not familiar with this task, here is the details. 1) At the console of the ESXi host, press ALT-F1 to access the console window. 2) Enter unsupported in the console and then press Enter. You will not see the text you type in. 3) You will see the Tech Support Mode warning and a password prompt. Enter the password for the root login. 4) You should then see the prompt of #. Edit the file inetd.conf (enter the command vi /etc/inetd.conf). 5) Find the line that begins with #ssh and remove the #. Save […]