PowerEdge: Upgrading ESXi with Dell Customized Image using Command Line
Summary: Customers seeking to upgrade their ESXi server with the Dell Customized Image can follow this step-by-step guide for a command line (CLI) upgrade.
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Instructions
Overview
This technical article provides instructions for upgrading ESXi on Dell PowerEdge servers using the Dell Custom Image using command-line interface (CLI). The procedure outlined below enables system administrators to perform remote upgrades while maintaining Dell-specific drivers and customizations.
Prerequisites
Required components:
- VMware customer account credentials (Broadcom portal access)
- Available storage capacity on compatible ESXi datastore
- SSH root access credentials to target ESXi server
- Verified backup of ESXi configuration and virtual machines
- Scheduled maintenance window for system downtime
Technical Specifications
- Estimated implementation time: 30-45 minutes
- Systems restart required: Yes
- Required privileges: Root access
- Impact: Production system downtime during upgrade and reboot
Implementation Procedure
- Download Dell Customized ESXi Image.
Read the VMware Broadcom article VMware vSphere downloads, VMware vCenter Converter, OEM custom images, patches, and addons in the Broadcom Support Portal
for full download instructions.
Custom OEM ESXi Image:
- Under the Products Tab, choose the user entitlement for VMware vSphere (for example click VMware vSphere - Enterprise)
- Select the major version of vSphere required
- Select the Custom ISOs or OEM Addons tab
- Click the required Custom image and ESXi version
- Image Transfer
- Establish SFTP connection to ESXi host using WinSCP or equivalent client
- Transfer Dell custom image to accessible ESXi datastore
- Verify file integrity using command:
ls -l /vmfs/volumes/[datastore_name]/[ESXi_image_name].zip
- Host Access Configuration
- Initialize SSH session to ESXi host
- Authenticate using root credentials
- Verify connectivity before proceeding
- Profile Configuration Identification
- Run the following command to identify available image profiles:
esxcli software sources profile list -d /vmfs/volumes/[datastore_name]/[ESXi_image_name].zip - Expected output format:
DellEMC-ESXi-7.0U3-XXXXX-standard
- Run the following command to identify available image profiles:
- Profile Installation Procedure
Example of Complete Command:
esxcli software profile install -p DEL-ESXi-703_18644231-A00 -d /vmfs/volumes/5f436c72-e018bfc0-a5dd-2cea7f5629a5/VMware-VMvisor-Installer-7.0.0.update03-18644231.x86_64-DellEMC_Customized-A00.zip --ok-to-removeCommand Breakdown:
- Profile Name:
DEL-ESXi-703_18644231-A00 - Datastore UUID:
5f436c72-e018bfc0-a5dd-2cea7f5629a5 - Full Image Name:
VMware-VMvisor-Installer-7.0.0.update03-18644231.x86_64-DellEMC_Customized-A00.zip
How to Build Your Command:
- Get your datastore UUID:
ls -l /vmfs/volumes/ - Get your profile name:
esxcli software sources profile list -d /vmfs/volumes/[datastore_name]/[ESXi_image_name].zip - Construct your command using this template:
esxcli software profile install -p [profile_name] -d /vmfs/volumes/[datastore_UUID]/[full_image_name].zip --ok-to-remove
Parameter Definitions:
-p: Specifies the Dell profile identifier (example:DEL-ESXi-703_18644231-A00)-d: Defines the complete path including datastore UUID--ok-to-remove: Enables removal of superseded VIBs during installation
- Profile Name:
- Reboot system
- Perform a system restart:
reboot - Expected completion time: 5-10 minutes
- Perform a system restart:
Technical Documentation References
- Dell PowerEdge Support Portal
- VMware Broadcom Compatibility Matrix
- VMware vSphere ESXi Technical Documentation
- VMware vSphere downloads, VMware vCenter Converter, OEM custom images, patches, and addons in the Broadcom Support Portal
for full download instructions
Support Information
For additional technical support, contact Dell Technical Support or your authorized service provider.
Important Notes
- Perform all upgrade procedures during scheduled maintenance windows
- Ensure that all virtual machines are properly shut down or migrated before proceeding
- Maintain current backup of ESXi configuration
- Document the current ESXi version and build number before upgrade
- Test upgrade procedure in a non-production environment when possible
Affected Products
VMware ESXi 6.7.X, VMware ESXi 7.x, VMware ESXi 8.xArticle Properties
Article Number: 000218007
Article Type: How To
Last Modified: 05 Feb 2026
Version: 7
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.