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.
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)- A5% (2)
- B92% (35)
- C3% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.