6.5.1

Table Of Contents
n
If you are installing patches directly from an ISO image that you previously downloaded from
https://my.vmware.com/group/vmware/patch, you must attach the ISO image to the CD/DVD drive of
the vCenter Server Appliance. You can configure the ISO image as a datastore ISO file for the
CD/DVD drive of the appliance by using the vSphere Web Client. See vSphere Virtual Machine
Administration.
n
If you are installing patches directly from a repository, verify that you have configured the repository
settings and that the current repository URL is accessible. See Configure URL-Based Patching.
n
If you are patching a vCenter Server Appliance with an external Platform Services Controller, verify
that you have applied patches. You must apply patches to the Platform Services Controller and any
replicating partners in the vCenter Single Sign-On domain.
Procedure
1 Access the appliance shell and log in as a user who has a super administrator role.
The default user with a super administrator role is root.
2 Install the patches.
n
To install staged patches, run the following command:
software-packages install --staged
n
To install patches directly from an attached ISO image, run the following command:
software-packages install --iso
n
To install patches directly from the current repository URL, run the following command:
software-packages install --url
By default the current repository URL is the default VMware repository URL.
If you want to install only the third-party patches, use the --thirdParty option.
n
To install patches directly from a repository URL that is not currently configured, run the following
command:
software-packages install --url URL_of_the_repository
If you want to install only the third-party patches, use the --thirdParty option.
If you want to directly accept the End User License Agreement, use the --acceptEulas option.
For example, to install only the third-party patches from the current repository URL without staging
the patches with directly accepting the End User License Agreement, run the following command:
software-packages install --url --thirdParty --acceptEulas
vSphere Upgrade
VMware, Inc. 242