Installing Session Monitor using Method 1

Install Session Monitor using Method 1 where the Session Monitor node acts as the Repo server.

  1. Log in to the Session Monitor server installed with Oracle Linux 8.10 as a root user OR root privileged user
  2. Ensure that 5 GB to 10 GB free space is available in the /tmp folder on this server.
  3. If the /tmp/ocsm folder is already present, take a backup of the /tmp/ocsm folder if required and delete the folder /tmp/ocsm.
  4. Create the folder /tmp/ocsm
    mkdir /tmp/ocsm
  5. 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.
  6. Navigate to the folder /tmp/ocsm on the Session Monitor server.
    cd /tmp/ocsm
  7. Set execute permission as:
    chmod +x *.sh
  8. 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.
    Follow these steps as a workaround to resolve the error:

    Workaround

    1. Navigate to the folder /tmp/ocsm on the Session Monitor server.
    2. 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