Download Dependent RPMs on a Linux Machine with Internet Connectivity

Follow instructions in this section to download dependent RPMs on a Linux machine with internet connectivity:

  1. Log in to the Linux machine as a root user OR root privileged user.

    Note:

    Ensure that the Linux system has 5 GB to 10 GB free disk space in the /tmp folder.
  2. If the /tmp/ocsm folder already exists, take a backup of the /tmp/ocsm folder if required, and delete the folder /tmp/ocsm.
  3. Create a folder: /tmp/ocsm
    mkdir /tmp/ocsm
  4. Copy the Session Monitor software Zip file which you downloaded from the OSDC Website to the /tmp/ocsm folder in the Linux System. For more information on downloading the Session Monitor Zip file, refer to the section Downloading the Software from the Oracle eDelivery Website (OSDC).
  5. Install the unzip package.
    yum install -y unzip
  6. Change to folder /tmp/ocsm:
    cd /tmp/ocsm
  7. Extract the contents of the software Zip file which is copied here. For example:
    unzip ocsm-6.0.0.0.0-GA.zip
  8. Execute below steps to copy the Offline installation scripts to /tmp/ocsm folder.
    cp -rf scripts/Offline_Installation/* /tmp/ocsm/
  9. Set execute permission for the Download_rpms.sh script:
    chmod +x Download_rpms.sh
  10. Run the Download_rpms.sh script to download the dependency RPMs:
    ./Download_rpms.sh
    If you need to configure a proxy server for your system, run the same command with the following information:
    ./Download_rpms.sh "[PROTOCOL://]HOST[:PORT]"
    • where PROTOCOL is HTTP or HTTPS
    • HOST is the IP address or FQDN of the proxy server
    • PORT is the port number for the proxy server