After installing the DPS Platform, install the DLM Service App. All service applications
are installed as RPMs on the same host as DPS Platform. You can install one DPS service or a
combination of DPS services with DPS Platform.
- You must have root access to the host on which you are installing DLM.
- You must have successfully installed DPS Platform.
-
Log in as root to the host on which you set up the DPS repositories.
-
Verify that all DataPlane Service containers are running as expected.
-
Install the RPMs for the DLM service application.
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.
-
Navigate to the directory containing the installation scripts for the DLM
service.
cd
/usr/dlm-app/current/apps/dlm/bin
-
Load the DLM Docker images and initialize the environment.
./dlmdeploy.sh init
Loading the images might take a while.
-
When prompted to enter the previously entered master password for DataPlane
services, specify the same password that you have created while installing DPS to
protect the secret storage.
The DLM app requires this to store cloud credentials to the secret storage.
-
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 DPS
Installation guide.