Upgrading TAS for VMs and Other Ops Manager Products
Page last updated:
This topic describes how to upgrade to a point release of VMware Tanzu Application Service for VMs (TAS for VMs) and other product tiles without upgrading VMware Tanzu Operations Manager (Ops Manager). For example, use this topic to upgrade from TAS for VMs v3.0.0 to v3.0.1. You might need to perform this upgrade if a security update for TAS for VMs is released, or if new features are introduced in a point release of a product tile.
For TAS for VMs component and version information, see VMware Tanzu Application Service for VMs v3.0 Release Notes.
Note: If you cannot download products from VMware Tanzu Network due to restricted network connectivity, see Installing Ops Manager in Air-Gapped Environments.
Prerequisites
Before you upgrade to point releases:
You must have completed the procedure in Upgrading Ops Manager.
For the latest compatibility information, see Upgrade Planner before upgrading TAS for VMs.
Important: Read the Known Issues sections for the products that you plan to install before starting. For all available product release notes, see:
- Ops Manager v3.0 Release Notes in the Ops Manager documentation
- VMware Tanzu Application Service for VMs v3.0 Release Notes in the TAS for VMs documentation
- Isolation Segment v3.0 Release Notes in the TAS for VMs documentation
- VMware Tanzu Application Service for VMs [Windows] v3.0 Release Notes in the VMware Tanzu Application Service for VMs [Windows] (TAS for VMs [Windows]) documentation
- Release Notes in the VMware Tanzu Kubernetes Grid Integrated Edition (TKGI) documentation
Check BOSH Director Disk Space
Confirm that the BOSH Director VM has adequate disk space for your upgrades. You need at least 20 GB of free disk space to upgrade Ops Manager and TAS for VMs. If you plan to upgrade other products, the amount of disk space required depends on how many tiles you plan to deploy to your upgraded Ops Manager deployment.
To check current persistent disk usage:
Navigate to the Ops Manager Installation Dashboard.
Click the BOSH Director tile.
Select the Status tab.
Check the value of the PERSISTENT DISK TYPE column. If persistent disk usage is higher than 50%:
- Select the Settings tab.
- Select Resource Config.
- Increase your persistent disk space to handle the size of the resources. If you do not know how much disk space to allocate, set the value to at least
100 GB
.
Upgrading TAS for VMs
Note: If you are using the VMware Tanzu Network API, the latest product versions automatically appear in the Ops Manager Installation Dashboard. For more information, see Using VMware Tanzu Network API to Upgrade Products in Adding and Deleting Products.
To upgrade TAS for VMs without upgrading Ops Manager:
Download the product file from VMware Tanzu Network.
Import the product file to your Ops Manager Installation Dashboard.
Click the + icon next to the uploaded product description to add this product to your staging area.
Click the newly added tile to review any configurable options.
Click Review Pending Changes.
Click Apply Changes to install the service.
Upgrading Ops Manager Products
Note: If you are using the VMware Tanzu Network API, the latest product versions automatically appear in the Ops Manager Installation Dashboard. For more information, see Using VMware Tanzu Network API to Upgrade Products in Adding and Deleting Products.
This section describes how to upgrade individual products like Single Sign-On for VMware Tanzu, VMware Tanzu SQL [MySQL], VMware RabbitMQ, and App Metrics in your Ops Manager deployment. Ensure you review the individual product upgrade procedure for each tile.
To upgrade your products:
Browse to VMware Tanzu Network and sign in.
Download the latest release for the product or products that you want to upgrade. Every product is tied to exactly one stemcell. Download the stemcell that matches your product and version.
Navigate to the Ops Manager Installation Dashboard.
Click Import a Product.
Select the
.pivotal
file that you downloaded from VMware Tanzu Network or received from your software distributor, then click Open. If the product is successfully added, it appears in your product list. If the product that you selected is not the latest version, the most up-to-date version appears in your product list.Click the + icon next to the product description to add the product tile to the Ops Manager Installation Dashboard.
Repeat the import, upload, and upgrade steps for each product you downloaded.
If you are upgrading a product that uses a self-signed certificate from v1.1 to v1.2, you must configure the product to trust the self-signed certificate. To configure a product to trust the self-signed certificate:
- Click the product tile.
- In the left-hand column, select the setting page containing the SSL certificate configuration. For example, for TAS for VMs, select the HAProxy pane.
- Check the Trust Self-Signed Certificates box.
- Click Save.
Click Review Pending Changes.
Click Apply Changes.
Upgrading Replicated Tiles
To upgrade a replicated tile, you must:
- Generate a replica of the newer version of the tile using the Replicator
- Give the new replica the same name as the existing replica.
Example Workflow
This example workflow assumes the following:
- You used the Replicator to generate a replica of the Isolation Segment v1 tile.
- You used the
name
seg-one. - You installed the tile in Ops Manager.
You used the following sample Replicator command for the initial installation:
./replicator-darwin\ --name seg-one\ --path /download/p-isolation-segment-v1.pivotal\ --output /output/p-isolation-segment-v1-seg-one.pivotal
To upgrade your replicated tile to Isolation Segment v2:
Download and unzip the new Replicator from the Isolation Segment page on VMware Tanzu Network. You must download the version of Replicator that corresponds with the version of the Isolation Segment tile you want to replicate.
Create the replica by running:
./replicator-darwin\ --name NAME-OF-EXISTING-REPLICA \ --path PATH-TO-NEW-TILE \ --output /output/p-isolation-segment-v2-seg-one.pivotal
Where:
NAME-OF-EXISTING-REPLICA
must be the same as the name used for the existing replica. In this example, this name is seg-one.PATH-TO-NEW-TILE
is the path to the new Isolation Segment tile.
After you create the replica tile p-isolation-segment-v2-seg-one.pivotal, upload it to the Ops Manager Installation Dashboard. This upgrades the Isolation Segment v1 replica tile in place.