Installing Session Monitor using Method 1
Install Session Monitor using Method 1 where the Session Monitor node acts as the Repo server.
- Log in to the Session Monitor server installed with Oracle Linux 8.10 as a root user OR root privileged user
- Ensure that 5 GB to 10 GB free space is available in the
/tmp
folder on this server. - If the
/tmp/ocsm
folder is already present, take a backup of the /tmp/ocsm folder if required and delete the folder /tmp/ocsm. - Create the folder /tmp/ocsm
mkdir /tmp/ocsm
- Transfer the contents of the folder
/tmp/ocsm
from the Linux machine, where you have downloaded all the RPM files and scripts - to the/tmp/ocsm
folder on the Session Monitor server. - Navigate to the folder
/tmp/ocsm
on the Session Monitor server.cd /tmp/ocsm
- Set execute permission as:
chmod +x *.sh
- Run the following command to install Session Monitor.
./Offline_Repo_OCSM_Rel_5.2.sh
Note:
If you encounter this error:- No available modular metadata for modular package 'python39-3.9.19-1.module+el8.10.0+90341+71ca88f4.x86_64', it cannot be installed on the system
- No available modular metadata for modular package 'python39-pip-20.2.4-9.module+el8.10.0+90269+2fa22b99.noarch', it cannot be installed on the system
- No available modular metadata for modular package 'python39-setuptools-50.3.2-5.module+el8.10.0+90269+2fa22b99.noarch', it cannot be installed on the system Error:
- No available modular metadata for modular package Error: Failed to install RPM package.
Workaround
- Navigate to the folder
/tmp/ocsm
on the Session Monitor server. - Run the below command for installing the packages
yum install python39-libs-3.9.19-1.module+el8.10.0+90341+71ca88f4.x86_64.rpm python39-3.9.19-1.module+el8.10.0+90341+71ca88f4.x86_64.rpm python39-pip-20.2.4-9.module+el8.10.0+90269+2fa22b99.noarch.rpm python39-setuptools-50.3.2-5.module+el8.10.0+90269+2fa22b99.noarch.rpm