Upgrading Session Monitor to Release 5.2

Upgrade of Session Monitor from Releases 5.1 and 5.2 previous patches to the latest version of Release 5.2 is available only through a CLI upgrade.

  1. Ensure Session Monitor is updated to the latest version Oracle Linux 8.10
  2. Run the following command to verify that Oracle Linux 8.10 has been installed:
    cat /etc/oracle-release
  3. Re-configure the proxies if required. For more information, see Re-configuring Proxies.
    1. Configure the http proxy in the /etc/yum.conf file and also export the same to environment.
      1. Add the following line in the /etc/yum.conf:
        proxy=<proxy_server>
      2. Export the proxy's address:
        export http_proxy=<proxy_server>
        export https_proxy=<proxy_server>