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