ESXCLI Commands
esxcli software Commands
Command | Description | Options Help |
---|---|---|
software apply | Applies a complete image with a software spec that specifies base image, addon and components to install on the host. |
|
software acceptance get | Gets the host acceptance level. This controls what VIBs will be allowed on a host. |
|
software acceptance set | Sets the host acceptance level. This controls what VIBs will be allowed on a host. |
|
software addon get | Display the installed Addon on the host. |
|
software baseimage get | Display the installed baseimage on the host. |
|
software component apply | Installs Component packages from a depot. Components may be installed, upgraded. WARNING: If your installation requires a reboot, you need to disable HA first. |
|
software component get | Displays detailed information about one or more installed Components |
|
software component list | Lists the installed Component packages |
|
software component remove | Removes components from the host. WARNING: If your installation requires a reboot, you need to disable HA first. |
|
software component signature verify | Verifies the signatures of installed Components and displays the name, version, vendor, acceptance level and the result of signature verification for each of them. |
|
software component vib list | List VIBs in an installed Component. |
|
software profile get | Display the installed image profile. |
|
software profile install | Installs or applies an image profile from a depot to this host. This command completely replaces the installed image with the image defined by the new image profile, and may result in the loss of installed VIBs. The common vibs between host and image profile will be skipped. To preserve installed VIBs, use profile update instead. WARNING: If your installation requires a reboot, you need to disable HA first. |
|
software profile update | Updates the host with VIBs from an image profile in a depot. Installed VIBs may be upgraded (or downgraded if --allow-downgrades is specified), but they will not be removed. Any VIBs in the image profile which are not related to any installed VIBs will be added to the host. WARNING: If your installation requires a reboot, you need to disable HA first. |
|
software profile validate | Validates the current image profile on the host against an image profile in a depot. |
|
software sources addon get | Display details about Addons in the depots. |
|
software sources addon list | List all Addons in the depots. |
|
software sources baseimage get | Display details about a Base Image from the depot. |
|
software sources baseimage list | List all the Base Images in a depot. |
|
software sources component get | Displays detailed information about one or more Components in the depot |
|
software sources component list | List all the Components from depots. |
|
software sources component vib list | List VIB packages in the specified Component in a depot. |
|
software sources profile get | Display details about an image profile from the depot. |
|
software sources profile list | List all the image profiles in a depot. |
|
software sources vib get | Displays detailed information about one or more VIB packages in the depot |
|
software sources vib list | List all the VIBs from depots. |
|
software vib get | Displays detailed information about one or more installed VIBs |
|
software vib install | Installs VIB packages from a URL or depot. VIBs may be installed, upgraded, or downgraded. WARNING: If your installation requires a reboot, you need to disable HA first. |
|
software vib list | Lists the installed VIB packages |
|
software vib remove | Removes VIB packages from the host. WARNING: If your installation requires a reboot, you need to disable HA first. |
|
software vib update | Update installed VIBs to newer VIB packages. No new VIBs will be installed, only updates. WARNING: If your installation requires a reboot, you need to disable HA first. |
|
software vib signature verify | Verifies the signatures of installed VIB packages and displays the name, version, vendor, acceptance level and the result of signature verification for each of them |
|