Upgrading Session Monitor Using Method 2

Upgrade Session Monitor using Method 2 where the Repo server is a separate node. Session Monitor should be able to reach the Repo server.

  1. Login to the Repo server as a root user OR root privileged use and execute steps 2 to 8.
  2. Check that 5 GB to 10 GB free space is available in the /tmp folder on the Repo server.
  3. If the /tmp/ocsm folder is already present, take a backup of the /tmp/ocsm folder if required and delete the /tmp/ocsm folder.
  4. Create a folder /tmp/ocsm.
    mkdir /tmp/ocsm
  5. Transfer all the contents of the /tmp/ocsm folder from the Linux machine - where all the RPM files and scipts have been downloaded,- to the /tmp/ocsm folder on the Repo server.
  6. Navigate to the /tmp/ocsmfolder.
    cd /tmp/ocsm
  7. Set execute permission as:
    chmod +x *.sh
  8. Run the following command to prepare the Repo server.
    ./Offline_Repo_Server_preparation_Rel_5.2.sh
  9. Login to the Session Monitor server as the root or root privileged user and execute steps 10 to 16.
  10. Check that 5 GB to 10 GB free space is available in the /tmp folder on the Session Monitor Server.
  11. If the /tmp/ocsm folder is already present, take a backup of the /tmp/ocsm folder if required and delete the folder /tmp/ocsm.
  12. Create a folder /tmp/ocsm.
    mkdir /tmp/ocsm
  13. Transfer all the contents of the folder /tmp/ocsm on the Repo server to the folder /tmp/ ocsm on the Session Monitor server.
  14. Go to the folder /tmp/ocsm.
    cd /tmp/ocsm
  15. Set execute permission as:
    chmod +x *.sh
  16. Run the following commands:
    ./Offline_Upgrade_OCSM_Rel_5.2.sh <REPO_SERVER_IP>
    For example:
    ./Offline_Upgrade_OCSM_Rel_5.2.sh 1.2.3.4