Navigator Encrypt installed using Cloudera Manager (Tech Preview)

In Cloudera Runtime 7.3.2.0 and higher releases, the new Navigator Encrypt parcel centralizes the entire lifecycle management within Cloudera Manager. Previously, Navigator Encrypt required manual, host-by-host RPM installation and configuration. Administrators can now manage the installation, configuration, and upgrade of Navigator Encrypt across all cluster hosts directly from the Cloudera Manager interface. This new approach provides a significant improvement in usability, streamlining ongoing maintenance and lifecycle management.

Downloading, distributing, and activating Navigator Encrypt parcel

Supported OSs
Red Hat, Ubuntu, SLES
Prerequisites on required and all hosts
The following table describes the platforms and required commands to install different parcels needed for Navigator Encrypt:
Platform Commands
RHEL
  • To install the dkms component:

    sudo yum install dkms

  • To install the cryptsetup:

    sudo yum install cryptsetup

  • To install headers from the kernel:

    sudo yum install kernel-devel-"$(uname -r)"

SLES
  • To install the cryptsetup:

    sudo zypper install cryptsetup

Ubuntu
  • To install the dkms component:

    sudo apt install dkms

  • To install the cryptsetup:

    sudo apt install cryptsetup

  • To install headers from the kernel:

    sudo apt install linux-headers-"$(uname -r)"