You can upgrade vRealize Suite Lifecycle Manager using an upgrade ISO file.

You can also upgrade vRealize Suite Lifecycle Manager from My VMware or a private repository. See Check for and Install vRealize Suite Lifecycle Manager Updates from a Repository.

Prerequisites

  • Verify that you meet the system requirements. See System Requirements.
  • Take a snapshot of the vRealize Suite Lifecycle Manager virtual appliance. If you encounter any problems during upgrade, you can revert to this snapshot.
  • Verify that no critical tasks are currently in progress in vRealize Suite Lifecycle Manager. The upgrade process stops and starts vRealize Suite Lifecycle Manager servers and restarts the vRealize Suite Lifecycle Manager virtual appliance, which might corrupt in-progress tasks.

Procedure

  1. Mount the upgrade ISO file on the vRealize Suite Lifecycle Manager virtual appliance's CD ROM drive.
  2. For vRealize Suite Lifecycle Manager 1.0 upgrade, use SSH to connect to the vRealize Suite Lifecycle Manager virtual appliance.
  3. For upgrade from vRealize Suite Lifecycle Manager 1.1 or later, on the UI click Settings and navigate to System Administration > Update.
  4. Click Update and under the Update vRealize Suite Lifecycle Manager, select CD-ROM.
  5. Click Check Updates.
    After an update is detected, click Install Updates for completing the installation.
  6. If you are upgrading from vRealize Lifecycle manager 1.1 or later, skip next steps and go to step 10.
  7. Edit provider-runtime.xml by running vi /opt/vmware/var/lib/vami/update/provider/provider-runtime.xml.
    <? xml version="1.0" encoding="UTF-8"?>
    <service>
       <properties>
          <property name="localRepositoryAddress" value="cdrom://" />
          <property name="localRepositoryPasswordFormat" value="base64" />
       </properties>
    </service>
    
  8. Save and close the file.
  9. Verify that a new version is available by running the command /opt/vmware/bin/vamicli update --check.
    This should return a message similar to the following:
    Checking for available updates, this process can take a few minutes....
    Available Updates –
    	x.x.x.x Build yyyyy
    
  10. When upgrading from vRealize Suite Lifecycle Manager 1.0, if a 1.3 update is available, run the command /opt/vmware/bin/vamicli update --install latest -- accepteula to trigger the upgrade.
    The upgrade process restarts the vRealize Suite Lifecycle Manager virtual appliance, which might cause your SSH session to expire.
  11. After a few minutes, log in to the vRealize Suite Lifecycle Manager web UI and click Settings > System Administration and click Update.
    If the update is completed, vRealize Suite Lifecycle Manager displays the message Upgrade Completed Successfully. If you do not see this message, wait a few minutes and repeat this step.