Installing Updated Traffic Manager on 4.4.x Running in OVA

The following section gives the procedure to install updated traffic manager on 4.4.x running in OVA:

Procedure

  1. Save or backup the existing mashery-proxy-config.json.
  2. Download TIB_mashery_local_4.4.3.HF001_ova.tar.gz from the TIBCO Support portal and extract it to /opt/mashery/install.
    It contains mashery-local-4.4.3.HF001-GA.x86_64.rpm and mashery-proxy-config.json.tmpl.
  3. Update mashery-proxy-config.json.tmpl with values from the existing configuration.
  4. Update the Cassandra client configuration section com.mashery.cassandra.client.cassandra-client with the properties from 5.5.1 cluster.

    This is to enable 4.4.x installation to access the Cassandra database for token access and migration.

    It is recommended that the client connection to Cassandra is a secure connection.

  5. If you are using SSL, update the SSL configuration section factory:com.mashery.proxy.server.ssl, otherwise delete the section.
  6. Update the following sections accordingly:
    • com.mashery.service.onprem.oauth.authenticator.oauth-service-authenticator
    • com.mashery.service.onprem.api-server
  7. Update traffic manager with:
    yum install -y mashery-local-4.4.3.HF001-GA.x86_64.rpm
  8. Replace /etc/mashery-proxy-config.json with the updated mashery-proxy-config.json.tmpl
  9. Restart traffic manager.