nerdexam
Broadcom-VMware

2V0-622 · Question #390

What is the command for updating an ESXi host

The correct answer is B. Esxcli software vib update -d ". The correct command to update ESXi host software VIBs is esxcli software vib update, using the esxcli framework rather than the deprecated esxupdate tool.

Section 4 – Upgrade vSphere 6.x to vSphere 6.5

Question

What is the command for updating an ESXi host

Options

  • AEsxupdate software vib update -d "
  • BEsxcli software vib update -d "
  • CEsxcli software vib update -d "
  • DEsxupdate software update -d "

How the community answered

(38 responses)
  • A
    5% (2)
  • B
    92% (35)
  • C
    3% (1)

Why each option

The correct command to update ESXi host software VIBs is esxcli software vib update, using the esxcli framework rather than the deprecated esxupdate tool.

AEsxupdate software vib update -d "

esxupdate is a legacy deprecated tool that has been replaced by esxcli - using esxupdate with 'software vib update' syntax does not represent a currently supported ESXi update method.

BEsxcli software vib update -d "Correct

The esxcli command-line interface is the current supported tool for managing software VIBs (VMware Installation Bundles) on ESXi hosts, and 'esxcli software vib update -d' is the correct syntax to update a VIB from a specified depot or offline bundle. The esxcli framework replaced the legacy esxupdate tool and provides a consistent, extensible interface for host software management tasks. The -d flag specifies the path to the depot file or offline bundle used as the update source.

CEsxcli software vib update -d "

This option contains syntax or capitalization errors that would not be recognized correctly by the esxcli framework, making it invalid despite appearing similar to the correct command.

DEsxupdate software update -d "

esxupdate is deprecated and the syntax 'software update' without the required 'vib' subcommand is not valid for managing individual VIBs in the current ESXi CLI toolset.

Concept tested: ESXi host software VIB update command syntax with esxcli

Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.esxicli.doc/GUID-B4B0F784-E28A-4F57-8E93-7F1EC0C94E9E.html

Topics

#esxcli#VIB update#host patching#ESXi update

Community Discussion

No community discussion yet for this question.

Full 2V0-622 Practice