Upgrading OpCenter

If a later version of OpCenter software is available, an OpCenter instance can be upgraded as long as no jobs are currently running.

Procedure

  1. Log in to OpCenter by entering the following command from a terminal:
    float login -u admin -p <admin_passwd> -a <OpCenter_ip_address>
    where <admin_passwd> is the admin password and <OpCenter_ip_address> is the OpCenter's private IP address if you are within your organization's virtual private cloud (VPC), or public IP address if you are outside the VPC.
    Note: Only the admin user can upgrade software. Upgrades cannot be executed from the web CLI.
  2. To see what version of OpCenter software is currently running, enter the following command:
    float version
  3. To see what versions of OpCenter software are available, enter the following command:
    float release ls
  4. If a later version of the software is available, upgrade the OpCenter instance by entering the following command:
    float release upgrade --release <version>
    Note: If --release is omitted, the latest version of the software is selected. If a job is running, the upgrade does not proceed.
  5. After executing a software upgrade, check that the upgrade succeeded by entering the following command:
    float version
  6. If the OpCenter upgrade is successful, upgrade float to the same version by entering the following command:
    float release sync
    downloading ...
    the float binary is synced up with opcenter