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_6.0.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:
    • If you are upgrading from from Release 5.1 or Release 5.2 to Release 6.0, then run the below script :
      ./Offline_Upgrade_OCSM_Rel_6.0.sh <REPO_SERVER_IP>
      For example:
      ./Offline_Upgrade_OCSM_Rel_6.0.sh 192.168.1.10
    • If you are upgrading from Release 6.0 to a higher version, then use the zip file upload method in Session Monitor Platform Setup Application user interface.