iDRAC + ESXi Installation

This server will serve as a platform on which we will directly install the VMWARE VSPHERE operating system version 7.03, and later install the virtual servers in the domain on it, upon the VMWARE SPHERE platform.

1. Preparing the Installation USB

First, you need to prepare the USB drive that will be used to install the OS on the server.

Go to broadcom.com and log in to your personal account (if you don't have an account, create one).

Download the appropriate ISO file. Make sure to verify the exact VSPHERE version needed (7.0.3 includes multiple sub-versions, so find the specific build number required). You can log into the web interface of an existing ESXi server in the domain, check the version section, and note the current version in use.

Steps

  1. Once you've found the correct ISO version, log in and click your username in the top-right corner of the site.
  2. Navigate to: All Products → Enterprise Software. Locate the ISO file and download it.
  3. Create the bootable USB:
    • Insert a USB with at least 500MB free space (1GB recommended).
    • Use Rufus or a similar tool to burn the ISO onto the USB.
    • Select the ISO, ensure the file system is set to FAT, and proceed.

2. Connecting the Hardware

Once the USB is ready, connect it to the server along with the necessary peripherals: monitor, LAN cable (connected to the domain network), keyboard, mouse, and power cable. Power on the server using the front button.

3. Required BIOS Configuration Before ESXi Installation

Before we use the USB to install the ESXi OS, we must configure a few settings in the server's BIOS. Enter BIOS (displayed as 'System Setup') by pressing the BIOS key during startup.

System Setup main menu

Note that this is the main 'SYSTEM SETUP' menu. From here we will first navigate to Device Settings to access the RAID settings, and only later select the IDRAC settings option. Eventually we will also need to select 'SYSTEM BIOS'.

In the main System Setup menu, do the following in order:

a. RAID Configuration

Navigate to:

System Setup → Device Settings → RAID Controller → Main Menu

We'll now configure RAID — which defines how data is written to the server's disks, how it is organized and divided between the disks, etc.

RAID configuration menu

RAID0 is not recommended and should be deleted if it is set by default. The reason being that it lacks redundancy — in the RAID0 configuration each drive is designated to store an integral part of the OS, and so crucial data lacks a backup.

To delete RAID0 (from the current menu):

Configuration Management → Delete Virtual Disk → Approve

Create the new (recommended) RAID1 array:

Configuration Management → Create Virtual Disk → Select Virtual Disk

Configure the following settings:

RAID disk selection

Be sure to select the 893GB disks! Click Apply Changes, go back twice (Back x2), and set:

RAID virtual disk settings

Then click Create Disk. You should now have:

4. BIOS Settings

Return to the main menu, enter System BIOS, and disable all PXE devices (mark all PXE device lines as disabled).

BIOS PXE settings

5. iDRAC Configuration

Save and exit (Finish). It is now time to configure the iDRAC's settings. Navigate to the System Setup main menu and select IDRAC settings.

IDRAC settings menu

The iDRAC acts like HPE's iLO — a dedicated management controller with its own network configuration, with distinct network settings from the ones that we will configure on the ESXi. It is the host server directly installed on the bare metal hardware. The ESXi OS is installed upon its platform, and upon the ESXi the virtual machines are installed.

IDRAC network configuration

Configure the following:

IDRAC static IP configuration

6. Installing ESXi from the Prepared USB

Reboot the server. During boot, press F11 to enter the BOOT menu. Select to boot from the USB — change the boot order so that the USB takes precedence over everything else.

Boot menu USB selection

You will see the VMware license agreement. Press F11 to accept and continue.

VMware license agreement screen

Proceed with installing ESXi. Once the installation is complete, configure the following network settings:

ESXi network configuration ESXi installation progress ESXi installation complete

The server is now ready. Log in with the username and password previously defined.

ESXi login screen ESXi web interface ESXi dashboard ← Back to Articles