PowerEdge: How to Install and Manage VMware ESXi on PowerEdge Servers
Summary:
This guide covers the basic steps of installing and configuring VMware ESXi on Dell Servers. This article also covers upgrading, downgrading, and combining VMware licenses, as well as
installing VMware drivers, Dell tools, and generating VMware support bundles.
...
Please select a product to check article relevancy
This article applies to This article does not apply toThis article is not tied to any specific product.Not all product versions are identified in this article.
If booting the ISO directly using the IDRAC Virtual Console, boot the media by pressing F11 during boot and then select the Virtual CD/DVD from the onetime boot menu, or using the IDRAC next boot option.
If booting from USB, with the USB drive connected to one of the USB ports select the USB drive from the onetime boot menu.
Once the media is loaded, the ESXI boot screen shows the options to boot the installer or boot the local disk. The installer boots automatically if no selection is made.
Installing ESXi
Follow these steps to install ESXi:
Load the installer components
The Bumblebee screen loads the installer components.
After the boot has finished, the main welcome screen is seen.
Press the F11 key to accept the user license.
Select the disk to install the OS onto.
Choose to install or upgrade the existing installation.
Select the keyboard layout.
Set the root password
Caution: Do not forget this password or ESXi has to be reinstalled.
Verify that the install disk is correct and choose to Install (F11) or go back to make changes (F9)
Once the install process has completed, a prompt to reboot the server is shown where it then proceeds with a first-time boot of the OS to begin configuration such as assigning a Management IP address.
Install the license using the host web client, or if it is managed by vCenter the license can be applied using vCenter licenses section.
Installing the license using the Hosts Web Client:
To add the license to a single host, log in to the host web client by going to the hosts management IP in a web browser and login.
The host login would use the hosts root user and password set during install:
Select Manage on the left navigation panel and then select the Licensing tab
Once on the Licensing Page, click Assign License and put in the license key to assign it to the host.
Installing the license using vCenter:
Log in to vCenter using the vCenter SSO login
Select the Menu button and choose Administration.
Choose the Licenses option under the Licensing section.
Click the ADD option in the upper left to start the New License wizard.
Enter the license key into the New License dialog box and then click Next.
Assign a name to the license (for example, ESXi License).
Once back on the Licenses page click the Assets tab and go to the product required to assign the license to, for this instance it would be the HOSTS tab.
Select the host from the list to assign the license to.
Click ASSIGN LICENSE and select the license to assign using the name assigned when adding the license.
Understanding License basics
Downgrade or Upgrade Licenses:
VMware licenses are not version locked, they can be upgraded or downgraded as needed.
The link below provides additional info on how to downgrade or upgrade a license from the Broadcom account portal.
VMware licenses can also be combined to be easier to manage. For example, instead of having multiple ESXi host licenses, combine them into a single license that can be applied to multiple hosts.
The host licenses assign by CPUs, so if the ESXi license is for a host with two CPUs, a license with at least 2 CPUs included is required. If there are three licenses that contain two CPUs each, combine them into a single license that covers six CPUs. Each time a license is assigned to a host, it subtracts the used CPUs from the total in the license.
Some licenses are sold only as a single CPU license, a server with two CPUs installed would require a single license that can support two CPUs. It is not possible to assign a single CPU licenses to a host with more than one CPU as it cannot cover the host on its own. The licenses must be combined into a single license that supports at least 2 CPUs.
The below link can help to guide on the process of combining licenses from the online Broadcom account portal:
The Dell VMware drivers are integrated to the Dell Custom ISOs. Sometimes an upgrade of a specific driver is required and you do not want to do a full upgrade of the OS and all the drivers. In this scenario, download the drivers manually by finding the version needed from the VMware HCL. Then download the driver from the new Broadcom download page previously mentioned.
Find the I/O Device Info:
Use a Dell SupportAssist Collection (TSR) pulled from the IDRAC to help verify information such as the installed firmware and Device IDs for the component to find drivers for.
For this example, an updated driver for an X710 Network Adapter installed in the server is required.
With the NIC selected in the TSR view the Part Information section that provides the PCI IDs and the firmware version required in order to find the driver.
In the image above, see the FW version installed, 22.5.7, and the device IDs of 8086:1572:8086:0006
Next go to the VMware HCL and select I/O Devices from the list under Platform and Compute and then on the left side scroll down to use the drop downs to select the device IDs needed and then scroll back to the top to click View Results.
Once the IDs have been set, scroll back up to the top to click the View Results button.
The results are shown below indicating that it found one entry that matched the adapter IDs requested.
Select the ESXi version that drivers are needed for, in this example its ESXi 7.0U3. It is also possible to filter for the release version in the search options
Next see a list of the driver versions and the minimum firmware version required for each.
Note: If the minimum version required shows firmware newer than that installed the device's firmware must be upgraded before installing the driver.
For our current example, firmware version 22.5.7 is installed allowing install of any driver that lists at least 22.5.7 or older for its requirement.
Given the firmware version and drivers requirements install the latest driver listed: i40en version 2.5.11.0-10EM.
Next go to Broadcom's VMware ESXi driver portal, VMware Driver Download Page, and select the version needed and then click the version link, select 7.x for ESXi 7.0:
Note: Log in with a Broadcom username and password in order to download the files.
In the search field, filter using the driver name which for this example would be i40en.
Once the required driver version is found, click it to open up its download option, and then click the download button:
Once it is downloaded, the .zip file contains another .zip file inside it. That inner .zip file must be extracted and then copied over to the host. The command fails to install the double-zipped file.
The driver can be installed manually over SSH shell using the command below:
The Direct Console User Interface (DCUI) is the main console screen seen when connecting to the system monitor or IDRAC Virtual Console. It allows for basic configuration options, such as setting up the management IP, or changing the root password. It is also possible to trigger a reboot or shutdown from here as well.
DCUI Configuration Section:
Press the F2 key to prompt for login to the DCUI. Once logged in see the System Configuration options as seen in the image below.
From the configuration options, configure the network settings, or enable options under the Troubleshooting Options section.
Troubleshooting Options:
Enable ESXi Shell - This enables the local ESXi console shell. If enabled, access the shell console by pressing ALT + F1.
Note: Switch back to the main DCUI screen by pressing Alt + F2.
Enable SSH - This allows remote access to the shell from SSH connections.
Restart Management Agents - This restarts the network services, this can help restore connection if network issues are seen.
Configure the management network:
From the main DCUI screen Select Configure Management Network, from here choose different options to configure the network.
Network Adapters - From here select which Network Adapters the Management vSwitch uses for connection.
VLAN - Allows a user to specify a VLAN for the Management Network to use.
IPv4 Configuration - Choose either DHCP or specify static IPv4settings.
IPV6 Configuration - Choose either DHCP or specify static IPv6settings.
DNS Configuration - Choose to obtain automatically (DHCP) or provide a static IPv4 address for the DNS Servers.