Deploying the installation files

Steps for copying the Cloudera Observability On-Premises installation files from the computer where the files were downloaded to the Cloudera Manager Server parcel directories on the Cloudera Observability On-Premises cluster.

Describes how to deploy the downloaded Cloudera Observability On-Premises installation files to the cluster on which you plan to install Cloudera Observability On-Premises.
  1. Verify that you have the domain name of the Cloudera Manager Server host on the Cloudera Observability On-Premises cluster.
  2. In a terminal on the computer where the installation files were downloaded, log in to the Cloudera Manager Server host and verify that you can establish a secure shell (SSH) and a secure copy protocol (SCP) connection between the computer where the installations files were downloaded and the Cloudera Manager Server host.
  3. Go the directory where the Cloudera Observability On-Premises installation files were downloaded.
  4. As the root user, SSH to the Cloudera Manager Server host.
    For example,
    ssh root@hostname
  5. In the directory where the Cloudera Observability On-Premises installation files were downloaded, do the following:
    1. Using the SCP protocol, copy the Cloudera Observability On-Premises parcel files to the /opt/cloudera/parcel-repo directory of the Cloudera Manager Server by entering the following command:
      scp OBSERVABILITY-version_build-elversion_OS.parcel root@cm_mgr_server_host:/opt/cloudera/parcel-repo/
      
      scp OBSERVABILITY-version_build-elversion_OSparcel.sha root@cm_mgr_server_host:/opt/cloudera/parcel-repo/
    2. Copy the Cloudera Observability On-Premises CSD file to the /opt/cloudera/csd directory of the Cloudera Manager Server by entering the following command:
      scp OBSERVABILITY-version_build.jar root@cm_mgr_server_host:/opt/cloudera/csd/
  6. In Cloudera Manager Server go to the /opt/cloudera/parcel-repo and the /opt/cloudera/csd directories and set the ownership of the copied files and change the read, write, and execute permissions to 644 by entering the following commands:
    chown cloudera-scm:cloudera-scm /opt/cloudera/parcel-repo/OBSERVABILITY-*; 
    chmod 644 /opt/cloudera/parcel-repo/OBSERVABILITY-*;
    
    chown cloudera-scm:cloudera-scm /opt/cloudera/csd/OBSERVABILITY-*; 
    chmod 644 /opt/cloudera/csd/OBSERVABILITY-*;
    
  7. Restart the Cloudera Manager Server by entering the following command:
    service cloudera-scm-server restart
  8. In a supported web browser, log in to Cloudera Manager on the Cloudera Observability On-Premises cluster.
  9. In Cloudera Manager, select Clusters, and locate and select Cloudera Management Service.
    The Cloudera Management Service page opens.
  10. From the Actions menu, click Restart.
  11. In the Restart message, confirm restarting the management roles by clicking Restart.