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.
- Verify that you have the domain name of the Cloudera Manager Server host on the Cloudera Observability On-Premises cluster.
- 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.
- Go the directory where the Cloudera Observability On-Premises installation files were downloaded.
-
As the root user, SSH to the Cloudera Manager Server host.
For example,
ssh root@hostname
-
In the directory where the Cloudera Observability On-Premises installation files were
downloaded, do the following:
-
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/
-
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/
-
Using the SCP protocol, copy the Cloudera Observability On-Premises parcel files to
the
-
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-*;
-
Restart the Cloudera Manager Server by entering the following command:
service cloudera-scm-server restart
- In a supported web browser, log in to Cloudera Manager on the Cloudera Observability On-Premises cluster.
-
In Cloudera Manager, select Clusters, and locate and
select Cloudera Management Service.
The Cloudera Management Service page opens.
- From the Actions menu, click Restart.
- In the Restart message, confirm restarting the management roles by clicking Restart.