A very quick post on how to create an image that contains vSphere 5 ESXi Embedded with which you can use to quickly create USB sticks that have the ESXi hypervisor installed. This is not the same as creating a bootable USB key that contains the installation files to install ESXi from the USB stick. Use this in your lab environment, I wouldn’t recommend doing this in production environments.
In previous versions of vSphere ESXi, it was relatively straight forward to create a bootable USB key which already contained the ESXi hypervizor. This was done by extracting the files from the ISO and then using ‘dd’ to image the directory structure to the USB stick. With vSphere ESXi 5 however, this technique is no longer possible. There is a workaround however. ESXi is installed and configured in two steps, the installation is done to a disk with a vanilla installation of ESXi without configuration. The server is then rebooted and the configuration of ESXi continues with the creation of the management network vmk0 or vmk1 (depending on your setup), hostname, DNS etc.
For this to work, we do not perform the second part, which is the configuration, but take an image of the USB key directly after the installation of the vanilla installation of ESXi without configuration. This enables us to image this vanilla installation onto as many USB sticks, i.e., servers as we like without clashes in virtual MAC addresses and the like.
What you will need: VMware Workstation, 1 USB stick, the ESXi Installable ISO file VMware-VMvisor-Installer-5.0.0-469512.x86_64.iso, WinImage.
Quick steps
Create a new ESX virtual machine in VMware Workstation with CD-ROM drive, USB adapter, 2Gb RAM and 2vCPUs.
Mount the ESXi Installable ISO file to the CD Drive.
Insert the USB stick to your workstation (the same one that runs VMware Workstation).
Boot the VM and connect the USB stick to the VM.
Install ESXi as normal, making sure that you install onto the USB stick, when installation is complete, disconnect the USB stick from the VM and do not reboot the VM, just turn it off. You no longer need this VM.
With the USB stick still connected to your workstation, open up Winimage.
Go to Disk | Creating Virtual Hard Disk image from physical drive and select the USB stick that you installed ESXi on.
Select a location where to save your image and change the file type to Image file (*.ima).
WinImage will now make a backup on your newly installed USB stick.
Creating vSphere 5 ESXi embedded bootable USB sticks
Now that you have an ESXi image, you can use this to build lots of USB sticks which are ready for ESXi deployment.
Insert a new USB stick into a spare USB port.
Launch WinImage and navigate to Disk | Restore Virtual Hard Disk image on physical drive.
Select the USB stick and click on OK.
Navigate to the image file that you created previously. WinImage will now restore the backed up image to your new USB stick.
Repeat as necessary.
Configure ESXi
Once the stick is ready, just insert into a spare USB port on your server and ESXi will boot into the configuration screen ready for you to configure management network details.
You may need to log onto the local console once ESXi has finished booting and launch the ‘Restore Network Settings’. This will reset the vmk0 or vmk1 (depending on your setup) interface.
The vCenter Server Linux Virtual Appliance (vCSA) is a preconfigured Linux-based virtual machine that is optimized for running vCenter Server and associated services.
This article provides a step-by-step guide on how to deploy the vCSA, configure networking, authentication, database and vCenter services. For further information regarding the vCSA please refer to this post and this post.
Note: This article was written using the release candidate version of the software so your experience with the GA version may differ slightly.
The following table lists the required files that you will need, gather these files before proceeding.
Now read through every single word of the EULA and click on Accept EULA to continue. Please be patient whilst the vCenter is configured. If you look at the appliance remote console you’ll see the services being configured and started.
You can start using the web interface again once the console screen returns to default.
Next click on Status, and view the current status of the vCenter Server. The service should be on a Stopped state and the Database Type should show not configured.
Click on the tab, you will notice that there are no DNS Servers configured and the appliance’s hostname is the standard localhost.localdom, lets change this.
Click on and change to your relevant values and click on to complete the network configuration.
Now setup authentication by clicking on and then on either NIS or Active Directory. My lab environment uses AD.
Click on the tick box and then fill in your domain details and then click on Save Settings. You should receive an Operation is successful message to confirm that the authentication settings has worked.
We now need to configure a database for vCenter to use, for this article, let’s use the embedded DB2 database. Click on to continue.
When using the embedded database, there is no need to enter any details, just click on . This will take a while to complete, once done click on . After some time the database will complete configuration.
Now reboot the virtual appliance one last time. To reboot click on and then click on . Click Reboot again to confirm.
This time the vCenter Appliance will successfully start the vpxd daemon and initialize the database, eventually vCenter 5.0 will be ready for you to use.
Connecting to vCenter 5.0 for the first time
With all VMware vSphere Clients, when you start the vSphere Client and connect to either a vCenter Server or an ESX/ESXi host, it will check whether the vSphere Client is compatible. This is still the case with vSphere 5.0 and you will need to update your vSphere Client if you haven’t already done so. You can update by connecting to vCenter Server or ESX/ESXi or you can download the vSphere Client executable from the VMware Downloads website.
Launch the vSphere Client and connect to your newly configured vCenter Server.
You must use root | vmware to login, domain credentials will not work until the permissions are added to vCenter.
Update the vSphere Client as necessary.
Add an AD group into vCenter permissions and set the role as Administrator. [See video].
Now you will be able to log in with domain credentials.
You will need to enter your username in DOMAIN\Username or username@DOMAIN format.
It is also possible to just use the vSphere Web Client by opening up a browser session to https://<ip_of_vCSA>:9443/vsphere-client/