Installing CEM parcel and CSD files

To set up Cloudera Edge Management (CEM) on a CDP Private Cloud Base cluster, you need to add the CEM parcel to your cluster using Cloudera Manager, making the Edge Flow Management service available for installation. Additionally, you also need to upload the Edge Flow Management Custom Service Descriptor (CSD) files to the default CSD directory. These files contain crucial configuration information required to describe and manage the new service effectively.

  • You have installed a JDK. For more information, see Installing the JDK.
  • You have installed and configured a database for use with Edge Flow Management. For more information, see Installing and configuring a database for Edge Flow Management.
  • You have installed a CDP Private Cloud Base cluster. For more information, see Installing Cloudera Manager and a CDP Private Cloud Base cluster.
  1. Log into Cloudera Manager.
  2. Navigate to the Parcels page by selecting Hosts > Parcels.
  3. Click Parcel Repository & Network Settings.
  4. Add the Repository URL.
    1. On the Parcel Repository & Network Settings page, click + to add an additional row in the Remote Parcel Repository URLs list.
    2. Add the URL of the CEM parcel repository where the parcel file that you intend to install is hosted.

    RHEL/CentOS 7

    https://archive.cloudera.com/p/CEM/redhat7/2.x/updates/2.1.2.0/tars/efm/parcel/

    RHEL/CentOS 8

    https://archive.cloudera.com/p/CEM/redhat8/2.x/updates/2.1.2.0/tars/efm/parcel/

    RHEL/CentOS 8

    https://archive.cloudera.com/p/CEM/redhat9/2.x/updates/2.1.2.0/tars/efm/parcel/

    Ubuntu 20

    https://archive.cloudera.com/p/CEM/ubuntu20/2.x/updates/2.1.2.0/tars/efm/parcel/

    See Download locations for a complete list of parcel links.

  5. Click Save & Verify Configuration.
    The new CEM parcel is displayed on the Parcels page.
  6. Click Download next to CEM to download the parcel to the local repository.
  7. When the download is completed, click Distribute to distribute the parcel to all clusters.
  8. Download the CSD files for Edge Flow Management from the CEM repository and place them in the default CSD directory: /opt/cloudera/csd

    For more information, see Download locations.

  9. Change the ownership of the CSD files.

    In /opt/cloudera/csd, enter:

    chown cloudera-scm:cloudera-scm /opt/cloudera/csd/*
    chmod 644 /opt/cloudera/csd/*
  10. Restart the Cloudera Manager Server.
    sudo service cloudera-scm-server restart
  11. Go back to Cloudera Manager, click Clusters > Cloudera Management Service and click Actions > Restart to restart the service.
  12. Navigate to the Parcels page by selecting Hosts > Parcels.
  13. Click Activate next to CEM in the parcel list to activate the CEM parcel.
  14. Click OK when confirmation is required.

You have completed your CDP Private Cloud Base installation. You can now proceed with installing, securing, and configuring CEM.