Upgrade the vSphere Client Plug-Ins on vCenter Server Appliance
If you have previous installations of the vSphere Client plug-ins for vSphere Integrated Containers, you must upgrade them. This procedure describes how to upgrade existing plug-ins for a vCenter Server Appliance.
Prerequisites
- You are upgrading the plug-ins on a vCenter Server appliance instance. If you are running vCenter Server on Windows, see Upgrade the HTML5 vSphere Client Plug-In on vCenter Server for Windows.
- You deployed the vSphere Integrated Containers plug-ins with vSphere Integrated Containers 1.2.x. For information about installing the plug-ins for the first time, see Install the Client Plug-Ins on a vCenter Server Appliance.
- You upgraded an existing vSphere Integrated Containers 1.3.x appliance to a newer 1.3.y version. For information about upgrading the vSphere Integrated Containers appliance, see Upgrade the vSphere Integrated Containers Appliance.
- Go to the vCenter Server Appliance Management Interface (VAMI) at https://vcsa_address:5480, click Access, and make sure that Bash Shell is enabled.
- Obtain the vCenter Server certificate thumbprint. For information about how to obtain and verify the certificate thumbprint, see Obtain vSphere Certificate Thumbprints.
- The system on which you run the script is running
awk
.
IMPORTANT: The upgrade script does not function if you have set the VIC_MACHINE_THUMBPRINT
environment variable on the system on which you run the script. Delete the VIC_MACHINE_THUMBPRINT
environment variable before running the script.
Procedure
- Connect as root user to the vCenter Server Appliance by using SSH.
ssh root@vcsa_address
- Start bash.
shell
Set the following environment variables:
- vSphere Integrated Containers appliance address:
export VIC_ADDRESS=vic_appliance_address
vSphere Integrated Containers Engine bundle file:
export VIC_BUNDLE=vic_v1.3.0.tar.gz
If you are upgrading to a different version of the appliance, update
1.3.0
to the appropriate version in the command above. You can see the correct version by going to https://vic_appliance_address:9443/files/ in a browser.
- vSphere Integrated Containers appliance address:
Use
curl
to copy the new vSphere Integrated Containers Engine binaries from the file server in the upgraded vSphere Integrated Containers appliance to the vCenter Server Appliance.Copy and paste the following command as shown:
curl -kL https://${VIC_ADDRESS}:9443/files/${VIC_BUNDLE} -o ${VIC_BUNDLE}
- Unpack the vSphere Integrated Containers binaries.
tar -zxf ${VIC_BUNDLE}
- Navigate to
/vic/ui/VCSA
, run the upgrade script, and follow the prompts.cd vic/ui/VCSA
./upgrade.sh
- Enter the FQDN or IP address of the vCenter Server instance.
- Enter the user name and password for the vCenter Server administrator account.
- Enter yes if the vCenter Server certificate thumbprint is legitimate, and wait for the install process to finish.
- (Optional) If the version that you try to install is same or older than the one already installed, enter yes to force reinstall and wait for the process to finish.
When the upgrade finishes, stop and restart the vSphere Client services.
NOTE: The Flex-based plug-in has no new features in this release. However, the upgrade script updates the metadata for the Flex-based client. Consequently, you must restart both of the HTML5 and Flex-based clients.
- HTML5 vSphere Client:
service-control --stop vsphere-ui
service-control --start vsphere-ui
- Flex-based vSphere Web Client:
service-control --stop vsphere-client
service-control --start vsphere-client
- HTML5 vSphere Client:
What to Do Next
Log in to the HTML5 vSphere Client, go to the vSphere Integrated Containers view, and verify that the version number reflects the upgrade.