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:
- Download the required rpm and their dependencies from yum.oracle.com OL8 repo manually
- Copy the RPMs to
/var/ftp/pub/ocsm/
location of the Repo Server. - On the Repo Server, execute the following
command:
createrepo /var/ftp/pub/ocsm/
- On the Session Monitor Server, execute the following
command:
yum clean all
- Install the package on the Session Monitor Server using
the command:
OR You can update theyum install <package>
Download_rpm.sh
script by putting the RPM names under the respective Repo links and follow the steps.