How to use Dell Sys...
 
Share:
Notifications
Clear all

[Solved] How to use Dell System Update DSU utility for VMware ESXi firmware updates


Brandon Lee
Posts: 457
Admin
Topic starter
(@brandon-lee)
Member
Joined: 14 years ago

The Dell System Update Utility is a command line utility that can be installed in many different operating systems. However, one you may not be aware of is VMware ESXi. You can install the DSU in VMware ESXi so you have an easy way at the command line to pull all the available system updates for your Dell PowerEdge servers. Letโ€™s see how you can install the Desll System Update Utility inย VMware ESXiย and the steps involved.

Install Dell System Update Utility

The steps to install the utility in VMware ESXi are fairly straightforward. It is a simple .ZIP file that you download from Dell and then use the command lineย esxcli software vib installย command to install the package.

First, download the utility from Dell from the link here:ย DELL System Update (DSU) | Dell US.

Choose the package that matches your ESXi version. Once you download the .ZIP file, youย do not have to extract it. Theย esxcli software vib installย command will take the ZIP file as it is to install.

Once you have downloaded the .ZIP file, copy it to theย /tmpย directory on your target ESXi server.

move the dsu install file to the tmp directory after copying to your vmware esxi host

move the dsu install file to the tmp directory after copying to your vmware esxi host

The command you need to run to install the Dell system update utility in VMware ESXi is the following. Be sure to replace the file name with the filename you download from Dell.

esxcli software vib install -d /tmp/DEL-dell-system-update_2.0.2.0.820-DEL.800.0.0_21376842.zip
installing the dell system update utility with esxcli software vib install command

installing the dell system update utility with esxcli software vib install command

Finally, after installing it in VMware ESXi, just reboot your host:

reboot

Running the Dell System Update utility in VMware ESXi

Running the Dell System Update utility in VMware ESXi is very easy. You simply establish an SSH session and type the command:

dsu

When you type the dsu command it will automatically start scanning your system and running an inventory of hardware and possible updates.

run the dell system update dsu command in vmware esxi

run the dsu command in vmware esxi

Once the initial scan is complete, you just select the updates you want to apply. There are a few things to note:

  • Typing โ€œaโ€ means you are accepting all available updates
  • Typing the โ€œnumberโ€ at the front of the listed update means you are selecting that update specifically
  • Updates that appear with a โ€œ-โ€ in the box at the front means you have the latest version
  • When you select an update, it will place a โ€œ*โ€ in the box at the front
entering your choice for which packages to update using dell dsu on vmware esxi

entering your choice for which packages to update using dell dsu on vmware esxi

After you use one of the means to select updates, you need toย confirmย the updates you have selected by simply typing:

c
confirm your update options on which packages you want to update using dell system update utility

confirm your update options on which packages you want to update using dell system update utility

Here another look at confirming the updates.

another look at confirming your options

another look at confirming your options

Below, you can see the asterisk that is place in front of selected updates.

selecting only a few of the updates granularly with dell system update utility in vmware esxi

selecting only a few of the updates granularly with dell system update utility in vmware esxi