Installing Any New Package on the Session Monitor Server

Complete the tasks given in this section to install any new package on the Session Monitor server.

To install any new package on the Session Monitor Server:

  1. Download the required rpm and their dependencies from yum.oracle.com OL8 repo manually
  2. Copy the RPMs to /var/ftp/pub/ocsm/ location 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>
    OR You can update the Download_rpm.sh script by putting the RPM names under the respective Repo links and follow the steps.