Installing any New Package on the Session Monitor Server

To install any new package on Session Monitor Server follow these steps:

  1. Download the required RPM files and their dependences from yum.oracle.com OL8 repo manually.
  2. Copy the RPM files to the directory /var/ftp/pub/ocsm/ of the Repo Server .
  3. On the Repo Server, execute the following command: createrepo /var/ftp/pub/ocsm/.
  4. On the Session Monitor Server, execute the following command: yum clean all.
  5. Install the package on the Session Monitor Server using the command "yum install <package>"

    Note:

    Alternatively, you can also update the Download_rpm.sh script by adding the RPM file names under the respective Repo links and follow the steps.