Upgrade Dell VMware ESXi 6.0 Cluster to 6.5 U1 with VUM
With many today either upgrading or planning on upgrading their VMware vSphere 6.0 generation clusters to 6.5 Update 1, most are probably starting to form a game plan to get clusters upgraded.ย Of course, the first thing that has to happen as with every vSphere upgrade, you have to get your vCenter Server 6.5 server in place.ย For most this will mean upgrading their VCSA 6.0 appliance to a VCSA 6.5 U1 appliance.ย We have detailed the upgrade process here.ย We have covered upgrading ESXi 6.0 to ESXi 6.5 as well in this post.ย Today, however, I want to cover a few concepts of things to do and look for when we Upgrade Dell VMware ESXi 6.0 cluster to 6.5 U1 with VUM.
Backup Dell VMware ESXi Host Configuration
It is always smart to backup your host configuration before you begin running the upgrade process.ย Yes, we can simply reload a host if the worst happens.ย However, recreating configuration, especially if we are using Standard vSwitches can be a pain.
We can backup Dell VMware ESXi host configuration by using PowerCLI.ย Using the commandlet Get-VMHostFirmware we can extract the configuration and save it off to a safe location.ย If something bad happens with the upgrade to ESXi 6.5 update 1, we can easily reload the host and then restore the configuration we extracted.
Use the syntax:
- Get-VMHostFirmware -VMHost <Host IP or FQDN> -BackupConfiguration -DestinationPath <Destination directory>
Use official Dell VMware ESXi 6.5 Update 1 Media
Most of the hardware vendors common in todayโs enterprise datacenters produce a โcustomized ISOโ of VMware ESXi that contains all the hardware specific device drivers needed to make sure there are no problems with the installation of the update.ย Dell is no exception to this as they produce customized ISOs for VMware ESXi.ย The latest version of the Dell Customized ESXi ISO can be found by searching for drivers and downloads for the service tag of your Dell PowerEdge server.
It is extremely important to use the customized version of the ISO from your vendor as this can drastically alleviate problems with the ESXi 6.5 upgrade.ย Check out support.dell.com.
Upgrade Dell Firmware for all devices
It is always best practice to upgrade your device firmware to the latest levels to make sure you have the latest bug fixes, etc.ย Additionally, the latest firmware ensures that you are in a supported condition if you call Dell up with an issue as most know the first question you are asked in a support situation is โhave you upgraded the firmware?โ.
Do yourself a favor and boot into the Lifecycle controller and run the available firmware updates for your system.ย The nice thing about the Lifecycle controller is you can pull the firmware updates directly down through the Dell FTP server, so no booting from a disk.ย The Lifecycle controller is intuitive and the upgrade process is fairly automated once you select and kick off the available updates.
Create a Dell Customized ESXi 6.5 Upgrade Baseline in VUM
In Update Manager, when we Upgrade Dell VMware ESXi 6.0 Cluster to 6.5 U1 with VUM, we need to import our Dell Customized ISO into VUM and then create a baseline to apply against our host(s) in the cluster.ย This allows us to scan our hosts and remediate them based on the custom upgrade baseline.ย Inย Admin view go to theย ESXi Images tab and then select theย Import ESXi Image option.
Browse to the image you want to import and begin the upload.
Create a Host Baseline to apply the new custom ISO
Click on theย Hosts Baselines tab and select theย New Baseline button.
This begins theย New Baselineย wizard.ย Select theย Host Upgrade radio button.
Next, we choose the ISO image that we just uploaded to VCSA VUM.
Finish out the new baseline.
Attach the Upgrade Baseline and Remediate the ESXi Host
We should see the newly created baseline available to us in theย Hosts Baselines tab.ย When weย Upgrade Dell VMware ESXi 6.0 Cluster to 6.5 U1 with VUM, we attach the baseline and remediate our hosts using the customized ISO.
Now, we want to attach the baseline to our host.ย Click theย Attach Baselineย button.
Select the newย Upgrade Baseline that was created.
Now that we have attached the baseline, we need to scan the host.ย Click theย Scan for Updates button.
Selectย Upgrades.
As we scan the host now, we can see we areย Non-Compliant on the new custom upgrade baseline, which is what we want.ย Select theย Remediate button.
This launches theย Remediate wizard.ย Select theย Upgrade Baselinesย and select the custom upgrade baseline.
Select the host to remediate.
Accept the EULA agreement.
In theย Advanced options we can choose to schedule the upgrade.ย So if we want to be hands off, we can schedule it and let it roll.
There are some great options in theย Host remediation options.ย We can disable removable media, and select how we want to handle maintenance mode failures.
In a cluster configuration, you will want toย Disable High Availability admission control if it is enabled for any of the selected clusters.
We are ready to complete theย Remediate wizard.
Thoughts
Hopefully the concepts presented here will help anyone looking toย Upgrade Dell VMware ESXi 6.0 Cluster to 6.5 U1 with VUM.ย The process is very straightforward and with a little preparation work such as backing up your configuration and upgrading all firmware, you can feel confident about the upgrade process.ย From my experience so far with the newly integrated VUM with 6.5 U1, it has been rock solid and I have not run into issues.