DLM Installation and Upgrade
Also available as:
PDF

Install the DLM Service

After installing the DP Platform, install the DLM Service App. All service applications are installed as RPMs on the same host as DP Platform. You can install one DP app or a combination of DP apps with DP Platform.

  • You must have root access to the host on which you are installing DLM.
  • You must have successfully installed DP Platform.
  1. Log in as root to the host on which you set up the DP repositories.
    sudo su
  2. Verify that all DataPlane containers are running as expected.
  3. Install the RPMs for the DLM service application.
    yum install dlm-app
    A folder is created that contains the Docker image tarball files and a configuration script.
    If the yum command fails, then the local repository was not set up correctly. Check the repository file /etc/yum.repos.d/dlm.repo on the host.
  4. Navigate to the directory containing the installation scripts for the DLM service.
    cd /usr/dlm-app/current/apps/dlm/bin
  5. Load the DLM Docker images and initialize the environment.
    ./dlmdeploy.sh init
    Loading the images might take a while.
  6. When prompted to enter the previously entered master password for DataPlane apps, specify the same password that you have created while installing DP to protect the secret storage.
    The DLM app requires this to store cloud credentials to the secret storage.
  7. Verify that the container you installed is running.
    docker ps

    The entry should be similar to the following, displaying dlm-app:1.1.1.0-25:



    If any containers are not running, you must destroy the containers and start over, as described in the troubleshooting section of the DP Installation guide.