This topic describes how to upgrade BOSH Director for VMware Tanzu Operations Manager (Ops Manager) on Google Cloud Platform (GCP).

Complete the tasks in this topic as part of the Ops Manager upgrade process. For more information, see Task 2: Upgrade Ops Manager and Installed Products to v2.10 in _Upgrading Ops Manager.

Overview

In this procedure, you create an Ops Manager VM instance to host the upgraded version of Ops Manager. Then, to complete the Ops Manager upgrade, you export your existing Ops Manager installation onto this new VM.

To create an Ops Manager VM instance:

  1. Locate the Ops Manager installation file. For more information, see Locate the Ops Manager Installation File.

  2. Create a private VM image. For more information, see Create a Private VM Image.

  3. Create the Ops Manager VM. For more information, see Create the Ops Manager VM Instance.

Prerequisites

To complete the Ops Manager upgrade, you must have your Ops Manager decryption passphrase. You defined this decryption passphrase during the initial installation of Ops Manager.

Locate the Ops Manager Installation File

The Ops Manager installation file includes a filepath to the Ops Manager image. You use this image file to create a private VM image for the new Ops Manager VM.

To locate the Ops Manager installation file:

  1. Log in to VMware Tanzu Network and click Ops Manager.

  2. From the Releases drop-down menu, select the release for your upgrade.

  3. Select one of the following download files:

    • Ops Manager for GCP
    • Ops Manager YAML for GCP When you click the download link, your browser downloads or opens the OpsManager_version_onGCP.pdf or OpsManager_version_onGCP.yml file.

      These documents provide the GCP location of the Ops Manager .tar.gz installation file based on the geographic location of your installation.
  4. Copy the filepath string of the Ops Manager image based on your existing deployment location.

Create a Private VM Image

Create a private VM image to use when you create the new Ops Manager VM.

To create a private VM image:

  1. Log in to the GCP console.

  2. In the left navigation panel, click Compute Engine, and select Images.

  3. Click Create Image.

  4. Complete the following fields:

    • Name: Enter a name that matches the naming convention of your existing Ops Manager image files.
    • Encryption: Leave Automatic (recommended) selected.
    • Source: Choose Cloud Storage file.
    • Cloud Storage file: Paste in the Google Cloud Storage filepath you copied from the PDF or YAML file in the previous task.

      alt-text=""

  5. Click Create. The file may take a few minutes to import.

Create the Ops Manager VM Instance

Create an Ops Manager VM instance to host the new version of Ops Manager.

To create an Ops Manager VM instance:

  1. Select the check box for the image you created above.

    alt-text=""

  2. Click Create Instance.

  3. In the Create an instance form, complete the following fields:

    • Name: Enter a name that matches the naming conventions of your existing deployment.
    • Zone: Choose a zone from the region of your existing deployment.
    • Machine type: Click Customize to manually configure the vCPU and memory. An Ops Manager VM instance requires the following minimum specifications:

      Machine Spec Minimum Value
      CPU 2 vCPUs
      Memory 8 GB
    • Boot disk: Click Change, then perform the following steps:

      • Click Custom images if it is not already selected.
      • Select the Boot disk type. If you have an Ops Manager environment with high performance needs, select SSD. As an example, environments used to develop Ops Manager tiles may benefit from a higher performing Ops Manager VM boot disk. For most environments, however, you can select Standard.
      • Set the Size (GB) of the boot disk to the minimum or higher.

        Machine Spec Minimum Value
        Boot disk 100 GB
      • Select the Ops Manager image you created in the previous step if it is not already selected.

        alt-text=""

      • Click Select to save.

    • Under Identity and API access, choose the Service account you created when you initially installed Ops Manager. For more information, see Step 1: Set up IAM Service Accounts in Preparing to Deploy Ops Manager on GCP.

    • Allow HTTP traffic: Only select this checkbox if you selected it in your original Ops Manager VM configuration.
    • Allow HTTPS traffic: Only select this checkbox if you selected it in your original Ops Manager VM configuration.

      alt-text=""

    • Networking: Select the Networking tab and do the following:

      • For Network and Subnetwork, select the network and subnetwork you created when you initially deployed Ops Manager. For more information, see Step 3: Create a GCP Network with Subnets in Preparing to Deploy Ops Manager on GCP.
      • For Network tags, enter any tags that you applied to your original Ops Manager. For example, if you used the pcf-opsmanager tag to apply the firewall rule you created in Step 5: Create Firewall Rules for the Network in Preparing to Deploy Ops Manager on GCP, then apply the same tag to this Ops Manager VM.
      • For Internal IP, select Custom. In the Internal IP address field, enter a spare address located within the reserved IP range you configured in your existing BOSH Director as part of Step 5: Create Networks Page in Configuring BOSH Director on GCP. Do not use 10.0.0.1, which is configured for the Gateway.
      • For External IP, select New static IP address…. In the next form, enter a name for the static IP. For example, om-public-ip. Click Reserve. In the External IP dropdown, select the static IP address you just reserved.

      alt-text=""

  4. Click Create to deploy the new Ops Manager VM. This may take a few moments.

  5. Navigate to your DNS provider, and modify the entry that points a fully-qualified domain name (FQDN) to the Ops Manager VM. Replace the original Ops Manager static IP address with the public IP address of the new Ops Manager VM you created in a previous step.

    Caution: In order to set up Ops Manager authentication correctly, VMware recommends using a FQDN to access Ops Manager. Using an ephemeral IP address to access Ops Manager can cause authentication errors upon subsequent access. If you are importing older Ops Manager settings, you must use the FQDN.

Next Steps

After you complete this procedure, continue the upgrade instructions in Upgrading Ops Manager.

Later, if you need to SSH into the Ops Manager VM to perform diagnostic troubleshooting, see Log Into the Ops Manager VM with SSH.

check-circle-line exclamation-circle-line close-line
Scroll to top icon