Vhtforums
AI Assistant
How to use Dell Sys...
 
Notifications
Clear all

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

1 Posts
1 Users
0 Reactions
4,379 Views
Brandon Lee
Posts: 680
Admin
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@brandon-lee)
Member
Joined: 16 years ago
[#382]

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